summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/es_AR.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/l10n/es_AR.js')
-rw-r--r--apps/oauth2/l10n/es_AR.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/oauth2/l10n/es_AR.js b/apps/oauth2/l10n/es_AR.js
index d859ef2037f..c7aa959369c 100644
--- a/apps/oauth2/l10n/es_AR.js
+++ b/apps/oauth2/l10n/es_AR.js
@@ -3,12 +3,13 @@ OC.L10N.register(
{
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
- "Add client" : "Agregar cliente",
"Name" : "Nombre",
"Redirection URI" : "URI de redirección",
- "Add" : "Agregar",
"Client Identifier" : "Identificador del cliente",
- "Secret" : "Secreto",
- "Delete" : "Eliminar"
+ "Secret key" : "Llave secreta",
+ "Add client" : "Agregar cliente",
+ "Add" : "Agregar",
+ "Delete" : "Eliminar",
+ "Secret" : "Secreto"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");