nextcloud/apps/oauth2/l10n/sq.js

14 lines
451 B
JavaScript
Raw Normal View History

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