diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-17 01:12:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-17 01:12:57 +0000 |
commit | 4fe3f9eead656af4c5b310b86c61ac7a1820119f (patch) | |
tree | 5598020917bf108aff82ae2e9d5bbf70b8d8a1d3 /apps/oauth2/l10n/es_SV.js | |
parent | a79c7c7b0554fa09bf5132a08cb2f53cb5470b91 (diff) | |
download | nextcloud-server-4fe3f9eead656af4c5b310b86c61ac7a1820119f.tar.gz nextcloud-server-4fe3f9eead656af4c5b310b86c61ac7a1820119f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n/es_SV.js')
-rw-r--r-- | apps/oauth2/l10n/es_SV.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/oauth2/l10n/es_SV.js b/apps/oauth2/l10n/es_SV.js index 3dafdada22e..c5e0d2f46b0 100644 --- a/apps/oauth2/l10n/es_SV.js +++ b/apps/oauth2/l10n/es_SV.js @@ -3,12 +3,12 @@ OC.L10N.register( { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Client Identifier" : "Identificador del cliente", - "Add client" : "Agregar cliente", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.", + "Name" : "Nombre", "Redirection URI" : "URI para redirección", + "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", + "Add client" : "Agregar cliente", "Add" : "Agregar" }, "nplurals=2; plural=(n != 1);"); |