mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 14:53:18 +00:00
2f4abc774f
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 lines
384 B
JavaScript
14 lines
384 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0" : "O.Auth 2.0",
|
|
"OAuth 2.0 clients" : "Klientë OAuth 2.0",
|
|
"Name" : "Emri",
|
|
"Redirection URI" : "URI Ridrejtimi",
|
|
"Client Identifier" : "Identifikues Klienti",
|
|
"Secret key" : "Kyç i fshehtë",
|
|
"Add client" : "Shto klient",
|
|
"Add" : "Shto ",
|
|
"Delete" : "Delete"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|