14 lines
466 B
JavaScript
14 lines
466 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0 clients" : "OAuth 2.0-en bezeroak",
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.",
|
|
"Name" : "Izena",
|
|
"Redirection URI" : "Birbideraketaren URI",
|
|
"Client Identifier" : "Bezeroaren Identifikadorea",
|
|
"Secret" : "Sekretua",
|
|
"Add client" : "Bezeroa gehitu",
|
|
"Add" : "Gehitu"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|