pt_PT.js 813 B

1234567891011121314151617
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your client is not authorized to connect. Please inform the administrator of your client." : "O seu cliente não está autorizado a conectar-se. Por favor, informe o administrador do seu cliente.",
  5. "OAuth 2.0" : "OAuth 2.0",
  6. "OAuth 2.0 clients" : "Clientes OAuth 2.0",
  7. "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth2.0 permite que dispositivos externos peçam acesso a {instanceName}.",
  8. "Name" : "Nome",
  9. "Redirection URI" : "URI de redireccionamento",
  10. "Client Identifier" : "Identificador de Cliente",
  11. "Secret" : "Segredo",
  12. "Add client" : "Adicionar cliente",
  13. "Add" : "Adicionar",
  14. "Show client secret" : "Mostrar segredo do cliente",
  15. "Delete" : "Apagar"
  16. },
  17. "nplurals=2; plural=(n != 1);");