blob: f9fe0e56be9a7c6e62386214c2c4928ebbbef2b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "Klientë OAuth 2.0",
"Name" : "Emri",
"Redirection URI" : "URI Ridrejtimi",
"Client Identifier" : "Identifikues Klienti",
"Secret" : "Sekret",
"Add client" : "Shto klient",
"Add" : "Shto ",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lejon shërbime të jashtme të kërkojnë akses në %s"
},
"nplurals=2; plural=(n != 1);");
|