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

fi.js « l10n - github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2851568985f4f6966dd0176d8ef48e7ec7f41a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "impersonate",
    {
    "Could not impersonate user" : "Käyttäjänä esiintyminen epäonnistui",
    "Are you sure you want to impersonate \"{userId}\"?" : "Oletko varma, että haluat esiintyä käyttäjänä \"{userId}\"?",
    "Impersonate user" : "Esiinny käyttäjänä",
    "Impersonate" : "Esiinny käyttäjänä",
    "Logged in as {uid}" : "Kirjauduttu sisään käyttäjänä {uid}",
    "User not found" : "Käyttäjää ei löytynyt"
},
"nplurals=2; plural=(n != 1);");