diff --git a/l10n/es_AR.js b/l10n/es_AR.js index 1f254b03..833ded41 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -1,6 +1,7 @@ OC.L10N.register( "files_lock", { + "Unlock file" : "Desbloquear archivo", "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 index b25e3020..450d1e36 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -1,4 +1,5 @@ { "translations": { + "Unlock file" : "Desbloquear archivo", "Lock file" : "Bloquear archivo" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file