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

lt_LT.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09256d524ddbd84ccc5d6af16c63f5d3ae35a4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OC.L10N.register(
    "groupfolders",
    {
    "Group folders" : "Grupės aplankai",
    "Admin configured folders shared with everyone in a group" : "Administratoriaus sukonfigūruoti aplankai, bendrinami su visais grupės nariais",
    "Denied" : "Atsisakyta",
    "Allowed" : "Leista",
    "Inherit permission" : "Paveldėti leidimą",
    "Deny" : "Drausti",
    "Allow" : "Leisti",
    "Denied (Inherited permission)" : "Atsisakyta (Paveldėtas leidimas)",
    "Allowed (Inherited permission)" : "Leista (Paveldėtas leidimas)",
    "Group folder" : "Grupės aplankas",
    "Read" : "Skaityti",
    "Write" : "Rašyti",
    "Create" : "Sukurti",
    "Delete" : "Ištrinti",
    "Share" : "Bendrinti",
    "You" : "Jūs",
    "Remove access rule" : "Šalinti prieigos taisyklę",
    "Add advanced permission rule" : "Pridėti išplėstinę leidimų taisyklę",
    "Select a user or group" : "Pasirinkti naudotoją ar grupę",
    "Group" : "Grupė",
    "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Ar tikrai norite ištrinti „{folderName}“ ir visus jame esančius failus? Šios operacijos nebeįmanoma bus atšaukti",
    "Delete \"{folderName}\"?" : "Ištrinti „{folderName}“?",
    "Folder name" : "Aplanko pavadinimas",
    "Groups" : "Grupės",
    "Quota" : "Leidžiamas duomenų kiekis",
    "Advanced Permissions" : "Išplėstiniai leidimai"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");