server/apps/oauth2/l10n/sq.js

14 lines
451 B
JavaScript
Raw Normal View History

2017-07-29 00:08:31 +00:00
OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "Klientë OAuth 2.0",
2018-06-27 10:06:12 +00:00
"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",
2018-11-17 01:12:47 +00:00
"Name" : "Emri",
2018-06-27 10:06:12 +00:00
"Redirection URI" : "URI Ridrejtimi",
2018-11-17 01:12:47 +00:00
"Client Identifier" : "Identifikues Klienti",
2018-06-27 10:06:12 +00:00
"Secret" : "Sekret",
2018-11-17 01:12:47 +00:00
"Add client" : "Shto klient",
2017-07-29 00:08:31 +00:00
"Add" : "Shto "
},
"nplurals=2; plural=(n != 1);");