nextcloud/apps/oauth2/l10n/ca.js

15 lines
488 B
JavaScript
Raw Normal View History

2017-08-02 03:08:10 +03:00
OC.L10N.register(
"oauth2",
{
2018-05-12 03:13:00 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-08-02 03:08:10 +03:00
"OAuth 2.0 clients" : "clients OAuth 2.0",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet que els serveis externs sol·licitin accés a %s.",
"Name" : "Nom",
"Redirection URI" : "URl redirecció",
"Client Identifier" : "Identificador de client",
"Secret" : "Secret",
"Add client" : "Afegir client",
"Add" : "Afegir"
},
"nplurals=2; plural=(n != 1);");