Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sq.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76b2ade9b0e067c282e6b0beb2e359d047ffe9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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" : "Sekret",
    "Add client" : "Shto klient",
    "Add" : "Shto ",
    "Delete" : "Delete"
},
"nplurals=2; plural=(n != 1);");