diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/es_SV.js | 2 | ||||
-rw-r--r-- | apps/oauth2/l10n/es_SV.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/es_SV.js b/apps/oauth2/l10n/es_SV.js index 4aec3467450..526958adef2 100644 --- a/apps/oauth2/l10n/es_SV.js +++ b/apps/oauth2/l10n/es_SV.js @@ -11,4 +11,4 @@ OC.L10N.register( "Secret" : "Secreto", "Delete" : "Borrar" }, -"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_SV.json b/apps/oauth2/l10n/es_SV.json index 3cb30b3b90c..2640762b41a 100644 --- a/apps/oauth2/l10n/es_SV.json +++ b/apps/oauth2/l10n/es_SV.json @@ -8,5 +8,5 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Delete" : "Borrar" -},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |