blob: 68d42b7f3f76480d28e29ee5353caa4bbce3309b (
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",
"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",
"Name" : "Emri",
"Redirection URI" : "URI Ridrejtimi",
"Client Identifier" : "Identifikues Klienti",
"Secret" : "Sekret",
"Add client" : "Shto klient",
"Add" : "Shto "
},
"nplurals=2; plural=(n != 1);");
|