diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-24 01:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-24 01:12:16 +0000 |
commit | a21024755913819b8795045017657a262b95b1fc (patch) | |
tree | c7e7a49501976808caa9c71c6140f06431d1156c /apps/oauth2/l10n/pt_PT.js | |
parent | cf959af8eb320c50ade8ae333e49112d3477a66f (diff) | |
download | nextcloud-server-a21024755913819b8795045017657a262b95b1fc.tar.gz nextcloud-server-a21024755913819b8795045017657a262b95b1fc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n/pt_PT.js')
-rw-r--r-- | apps/oauth2/l10n/pt_PT.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/pt_PT.js b/apps/oauth2/l10n/pt_PT.js new file mode 100644 index 00000000000..f89a56c39d1 --- /dev/null +++ b/apps/oauth2/l10n/pt_PT.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "OAuth 2.0 allows external services to request access to %s." : "OAuth2.0 permite que dispositivos externos peçam acesso a %s.", + "Name" : "Nome", + "Redirection URI" : "URI de redireccionamento", + "Client Identifier" : "Identificador de Cliente", + "Secret" : "Segredo", + "Add client" : "Adicionar cliente", + "Add" : "Adicionar" +}, +"nplurals=2; plural=(n != 1);"); |