diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-01 02:16:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-01 02:16:18 +0000 |
commit | b13326ef1a2774a7d2b0253afdc0cf99f0644d03 (patch) | |
tree | 187a281395775010ddeba79b30f19fe111cd5a66 /apps/oauth2/l10n/es_PA.js | |
parent | 568f68856f06b9bc4a5d5f4546fbce19d9b0adc1 (diff) | |
download | nextcloud-server-b13326ef1a2774a7d2b0253afdc0cf99f0644d03.tar.gz nextcloud-server-b13326ef1a2774a7d2b0253afdc0cf99f0644d03.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n/es_PA.js')
-rw-r--r-- | apps/oauth2/l10n/es_PA.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/es_PA.js b/apps/oauth2/l10n/es_PA.js index 017a2bd46ed..c5703ae79c8 100644 --- a/apps/oauth2/l10n/es_PA.js +++ b/apps/oauth2/l10n/es_PA.js @@ -2,12 +2,12 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "Add client" : "Agregar cliente", "Name" : "Nombre", "Redirection URI" : "URI para redirección", + "Add" : "Agregar", "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", - "Add client" : "Agregar cliente", - "Add" : "Agregar", "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); |