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

lv.js « l10n - github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10a7388c9885b8b4986622549f0473a21638deca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "impersonate",
    {
    "Could not impersonate user" : "Neizdevās uzdoties par lietotāju",
    "Are you sure you want to impersonate \"{userId}\"?" : "Vai tu tiešām gribi uzdoties par \"{userId}\"?",
    "Impersonate user" : "Uzdoties par lietotāju",
    "Impersonate" : "Uzdoties",
    "Logged in as {uid}" : "Pieteicies kā {uid}",
    "User not found" : "Lietotājs nav atrasts",
    "Insufficient permissions to impersonate user" : "Nepietiek atļauju lietotāja personificēšanai",
    "Impersonate other users" : "Uzdoties par citiem lietotājiem",
    "These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "Šīm grupām būs iespējams uzdoties par lietotājiem kurus tiem ir atļauts atministrēt. Ja tu noņem visas grupas, katras grupas administrātoram būs atļauts uzdoties."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");