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

fi.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e710207fa9510ec1f0b84609ff0b62f8fbca8fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.",
    "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat",
    "Add client" : "Lisää asiakas",
    "Name" : "Nimi",
    "Redirection URI" : "Uudelleenohjaus URI",
    "Add" : "Lisää",
    "Client Identifier" : "Asiakkaan tunniste",
    "Secret" : "Salaisuus",
    "Show client secret" : "Näytä asiakkaan salaisuus",
    "Delete" : "Poista"
},
"nplurals=2; plural=(n != 1);");