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

lv.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 648a0c61e2dc837efe4f78f8f5a9d6d932202a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "files_retention",
    {
    "Retention" : "Paturēšana",
    "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Definējiet, vai datnes, kuras atzīmētas ar konkrētu birku, pēc kāda laika ir automātiski jāizdzēš. Tas noder konfidenciāliem dokumentiem.",
    "Create" : "Izveidot",
    "Days" : "Dienas",
    "Weeks" : "Nedēļas",
    "Months" : "Mēniši",
    "Years" : "Gadi",
    "Not a number" : "Nav skaitlis",
    "Select tag…" : "Izvēlies birku...",
    "Delete" : "Dzēst",
    "Yes" : "Jā",
    "No" : "Nē",
    "Error while deleting the retention rule" : "Kļūda, dzēšot saglabāšanas kārtulu",
    "File retention" : "Datņu glabāšana",
    "Open documentation" : "Atvērt dokumentāciju",
    "after" : "pēc",
    "Tag" : "Birkas",
    "Time" : "Laiks"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");