diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 0000000..5301770 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "epubreader", + { + "Settings updated successfully." : "La configuración anovóse correutamente.", + "PDF" : "PDF" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..f3e9c6b --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,5 @@ +{ "translations": { + "Settings updated successfully." : "La configuración anovóse correutamente.", + "PDF" : "PDF" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file