blob: c5963b4dc7a8c44463e543d5c28235a30cb88914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "OAuth 2.0-en bezeroak",
"Name" : "Izena",
"Client Identifier" : "Bezeroaren Identifikadorea",
"Add client" : "Bezeroa gehitu",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.",
"Redirection URI" : "Birbideraketaren URI",
"Secret" : "Sekretua",
"Add" : "Gehitu"
},
"nplurals=2; plural=(n != 1);");
|