owncloud/core

View on GitHub
apps/files_trashbin/l10n/hr.js

Summary

Maintainability
A
3 hrs
Test Coverage
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Nije moguće trajno izbrisati %s",
    "Couldn't restore %s" : "Nije moguće obnoviti %s",
    "Deleted files" : "Izbrisane datoteke",
    "Restore" : "Obnovite",
    "Delete" : "Izbrišite",
    "Delete permanently" : "Trajno izbrišite",
    "Error" : "Pogreška",
    "This operation is forbidden" : "Ova radnja je zabranjena",
    "This directory is unavailable, please check the logs or contact the administrator" : "Ovaj direktori je nedostupan, molimo provjerite logove ili kontaktirajte administratora",
    "restored" : "Obnovljeno",
    "No deleted files" : "Neobrisane datoteke",
    "You will be able to recover deleted files from here" : "Ovdje će vam biti omogućeno vraćanje obrisanih datoteka",
    "No entries found in this folder" : "Zapis nije pronadjen u ovom direktorijumu ",
    "Select all" : "Selektiraj sve",
    "Name" : "Naziv",
    "Deleted" : "Izbrisano"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");