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

sl.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cb87f9e888ed613166eb65369ed98af3e751961 (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
OC.L10N.register(
    "files_retention",
    {
    "Files retention" : "Samodejno brisanje datotek",
    "{file} will be removed in 24 hours" : "Datoteka {file} bo odstranjena v 24 urah.",
    "Your systems retention rules will delete this file within 24 hours." : "Sistemske nastavitve določajo brisanje te datoteke v 24 urah.",
    "Retention" : "Zadrževanje",
    "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Nastavitev omogoča določevanje pravil za samodejno brisanje datotek po določenem času na osnovi posamezni datoteki dodeljene oznake. Možnost je uporabna pri souporabi zaupnih dokumentov.",
    "Create" : "Ustvari",
    "Days" : "dni",
    "Weeks" : "tednov",
    "Months" : "mesecev",
    "Years" : "let",
    "Creation" : "Ustvarjeno",
    "Last modification" : "Nazadnje spremenjeno",
    "Not a number" : "Vpisana vrednost ni število.",
    "Select tag…" : "Izbor oznake ...",
    "Delete" : "Izbriši",
    "Yes" : "Da",
    "No" : "Ne",
    "Error while deleting the retention rule" : "Prišlo je do napake med brisanjem pravila brisanja",
    "File retention" : "Samodejno brisanje datotek",
    "Open documentation" : "Odpri dokumentacijo",
    "Tag" : "Oznaka",
    "Time" : "Čas",
    "Active" : "Dejavno",
    "after" : "po",
    "Notify users a day before retention will delete a file" : "Obvesti uporabnika dan pred brisanjem datoteke."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");