blob: c56965a79b25fddf7fc614ae9159d5c2bdc6a42a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OC.L10N.register(
"oauth2",
{
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0 კლიენტები",
"Name" : "სახელი",
"Client Identifier" : "კლიენტის იდენტიფიკატორი",
"Add client" : "კლიენტის დამატება",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 გარე სერვისებს ანიჭებს %s-ზე წვდომის მოთხოვნის უფლებას.",
"Redirection URI" : "გადამისამართების URI",
"Secret" : "საიდუმლო",
"Add" : "დამატება"
},
"nplurals=2; plural=(n!=1);");
|