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

hr.json « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41025e3c02293b1ddc6a36841d1cf00d1eba3875 (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
{ "translations": {
    "Not a number" : "Nije broj",
    "Select tag…" : "Odaberite oznaku…",
    "Days" : "Dana",
    "Weeks" : "Tjedana",
    "Months" : "Mjeseci",
    "Years" : "Godina",
    "Creation" : "Stvaranje",
    "Last modification" : "Posljednja izmjena",
    "Delete" : "Izbriši",
    "Yes" : "Da",
    "No" : "Ne",
    "Error while deleting the retention rule" : "Pogreška tijekom brisanja pravila o zadržavanju",
    "Files retention" : "Zadržavanje datoteka",
    "{file} will be removed in 24 hours" : "Datoteka {file} bit će uklonjena za 24 sata",
    "Your systems retention rules will delete this file within 24 hours." : "Pravila zadržavanja vašeg sustava izbrisat će ovu datoteku unutar 24 sata.",
    "Retention" : "Zadržavanje",
    "This application allows for automatic deletion of files after a given time." : "Ova aplikacija omogućuje automatsko brisanje datoteka nakon određenog vremena.",
    "An app for Nextcloud to control automatic deletion of files after a given time.\nOptionally the users can be informed the day before." : "Aplikacija za Nextcloud za kontrolu automatskog brisanja datoteka nakon određenog vremena.\nKorisnici se mogu po izboru obavijestiti dan ranije.",
    "File retention" : "Zadržavanje datoteka",
    "Open documentation" : "Otvori dokumentaciju",
    "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Definirajte treba li datoteke s određenom oznakom automatski izbrisati nakon nekog vremena. Ovo je korisno za povjerljive dokumente.",
    "Tag" : "Oznaka",
    "Time" : "Vrijeme",
    "Active" : "Aktivan",
    "after" : "nakon",
    "Create" : "Stvori",
    "Notify users a day before retention will delete a file" : "Obavijestite korisnike dan prije nego što pravila zadržavanja izbrišu datoteku"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}