diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 00000000..31ede899 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_lock", + { + "Unlock file" : "Desbloquiar el ficheru" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 00000000..8dce068f --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unlock file" : "Desbloquiar el ficheru" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file