14 lines
536 B
JavaScript
14 lines
536 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0" : "OAuth 2.0",
|
|
"OAuth 2.0 clients" : "OAuth 2.0 კლიენტები",
|
|
"Name" : "სახელი",
|
|
"Redirection URI" : "გადამისამართების URI",
|
|
"Client Identifier" : "კლიენტის იდენტიფიკატორი",
|
|
"Secret" : "საიდუმლო",
|
|
"Add client" : "კლიენტის დამატება",
|
|
"Add" : "დამატება"
|
|
},
|
|
"nplurals=2; plural=(n!=1);");
|