2017-11-09 01:09:13 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-03-02 01:12:16 +00:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-11-09 01:09:13 +00:00
|
|
|
"OAuth 2.0 clients" : "OAuth 2.0 კლიენტები",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Name" : "სახელი",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Redirection URI" : "გადამისამართების URI",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Client Identifier" : "კლიენტის იდენტიფიკატორი",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Secret" : "საიდუმლო",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Add client" : "კლიენტის დამატება",
|
2019-03-21 01:13:49 +00:00
|
|
|
"Add" : "დამატება"
|
2017-11-09 01:09:13 +00:00
|
|
|
},
|
2018-05-18 00:13:45 +00:00
|
|
|
"nplurals=2; plural=(n!=1);");
|