diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-29 01:11:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-29 01:11:34 +0000 |
commit | 68f04686a06f8d5e468aa53a51ec25602d1cd4f5 (patch) | |
tree | d7bf571b89770bd4f5bcf80e34d79e1428e6fc8b /apps/oauth2 | |
parent | 5b649df4f3aff255b5dd271733579cc3fe60e371 (diff) | |
download | nextcloud-server-68f04686a06f8d5e468aa53a51ec25602d1cd4f5.tar.gz nextcloud-server-68f04686a06f8d5e468aa53a51ec25602d1cd4f5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/gl.js | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/gl.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/gl.js b/apps/oauth2/l10n/gl.js index 2aaff4b52f6..0f1feaaff95 100644 --- a/apps/oauth2/l10n/gl.js +++ b/apps/oauth2/l10n/gl.js @@ -1,9 +1,12 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "Name" : "Nome", + "Redirection URI" : "URI de redireccionamento", "Client Identifier" : "Identificador do cliente", + "Secret" : "Secreto", "Add client" : "Engadir cliente", "Add" : "Engadir" }, diff --git a/apps/oauth2/l10n/gl.json b/apps/oauth2/l10n/gl.json index 8f3a48034a6..4b23cd63fd0 100644 --- a/apps/oauth2/l10n/gl.json +++ b/apps/oauth2/l10n/gl.json @@ -1,7 +1,10 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "Name" : "Nome", + "Redirection URI" : "URI de redireccionamento", "Client Identifier" : "Identificador do cliente", + "Secret" : "Secreto", "Add client" : "Engadir cliente", "Add" : "Engadir" },"pluralForm" :"nplurals=2; plural=(n != 1);" |