14 lines
568 B
JavaScript
14 lines
568 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0" : "OAuth 2.0",
|
|
"OAuth 2.0 clients" : "לקוחות OAuth 2.0",
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s.",
|
|
"Name" : "שם",
|
|
"Redirection URI" : "כתובת הפנייה",
|
|
"Client Identifier" : "זיהוי לקו",
|
|
"Secret" : "סוד",
|
|
"Add client" : "הוספת לקוחי",
|
|
"Add" : "הוספה"
|
|
},
|
|
"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");
|