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: 62d28b16c9004f9356b54b0ab0e97dff102f1fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "oauth2",
    {
    "Your client is not authorized to connect. Please inform the administrator of your client." : "Asiakastasi ei ole valtuutettu yhdistämään. Ilmoita ylläpidolle asiakkaastasi.",
    "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);");