2017-05-20 03:08:27 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-05-20 03:13:24 +03:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-05-20 03:08:27 +03:00
|
|
|
"OAuth 2.0 clients" : "OAuth 2.0 klientai",
|
2018-11-17 04:12:47 +03:00
|
|
|
"Name" : "Pavadinimas",
|
2018-06-27 13:06:12 +03:00
|
|
|
"Redirection URI" : "Nukreipimo adresas",
|
2018-11-17 04:12:47 +03:00
|
|
|
"Client Identifier" : "Kliento identifikatorius",
|
2018-06-27 13:06:12 +03:00
|
|
|
"Secret" : "Paslaptis",
|
2018-11-17 04:12:47 +03:00
|
|
|
"Add client" : "Pridėti klientą",
|
2019-09-25 05:15:01 +03:00
|
|
|
"Add" : "Pridėti",
|
|
|
|
"Delete" : "Ištrinti"
|
2017-05-20 03:08:27 +03:00
|
|
|
},
|
2018-05-18 03:13:45 +03:00
|
|
|
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|