diff --git a/l10n/es_AR.js b/l10n/es_AR.js new file mode 100644 index 00000000..1f254b03 --- /dev/null +++ b/l10n/es_AR.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_lock", + { + "Lock file" : "Bloquear archivo" +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json new file mode 100644 index 00000000..b25e3020 --- /dev/null +++ b/l10n/es_AR.json @@ -0,0 +1,4 @@ +{ "translations": { + "Lock file" : "Bloquear archivo" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file