diff options
Diffstat (limited to 'apps/files/l10n/hr.js')
-rw-r--r-- | apps/files/l10n/hr.js | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js index fa89c2bbe68..cee59ce3550 100644 --- a/apps/files/l10n/hr.js +++ b/apps/files/l10n/hr.js @@ -7,17 +7,9 @@ OC.L10N.register( "Could not move %s - File with this name already exists" : "Nemoguće premjestiti %s - Datoteka takvog naziva već postoji", "Could not move %s" : "Nemoguće premjestiti %s", "Permission denied" : "Nemate dozvolu", - "File name cannot be empty." : "Naziv datoteke ne može biti prazan.", - "\"%s\" is an invalid file name." : "\"%s\" je neispravan naziv datoteke.", - "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv,'\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dozvoljeni.", "The target folder has been moved or deleted." : "Ciljna mapa je premještena ili izbrisana.", "The name %s is already used in the folder %s. Please choose a different name." : "Naziv %s je već iskorišten u mapi %s. Molimo odaberite drukčiji naziv.", - "Not a valid source" : "Izvor nije valjan", - "Server is not allowed to open URLs, please check the server configuration" : "Poslužitelj ne smije otvarati URL-ove, molimo provjerite konfiguraciju poslužitelja", - "The file exceeds your quota by %s" : "Datoteka premašuje vašu kvotu za %s", - "Error while downloading %s to %s" : "Pogreška pri prenošenju %s u %s", "Error when creating the file" : "Pogreška pri kreiranju datoteke", - "Folder name cannot be empty." : "Naziv mape ne može biti prazan.", "Error when creating the folder" : "Pogreška pri kreiranju mape", "Unable to set upload directory." : "Postavka učitavanja direktorija nije moguća", "Invalid Token" : "Neispravan token", @@ -43,11 +35,9 @@ OC.L10N.register( "Upload cancelled." : "Učitavanje je prekinuto.", "Could not get result from server." : "Nemoguće dobiti rezultat od poslužitelja.", "File upload is in progress. Leaving the page now will cancel the upload." : "Učitavanje datoteke je u tijeku. Napuštanje stranice prekinut će učitavanje.", - "URL cannot be empty" : "URL ne može biti prazan", "{new_name} already exists" : "{new_name} već postoji", "Could not create file" : "Datoteku nije moguće kreirati", "Could not create folder" : "Mapu nije moguće kreirati", - "Error fetching URL" : "Pogrešan dohvat URL", "Rename" : "Preimenujte", "Delete" : "Izbrišite", "Disconnect storage" : "Isključite pohranu", @@ -70,6 +60,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Ovdje vam nije dopušteno učitavati ili kreirati datoteke", "_Uploading %n file_::_Uploading %n files_" : ["Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteka"], "\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.", + "File name cannot be empty." : "Naziv datoteke ne može biti prazan.", "Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati niti sinkronizirati!", "Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija šifriranja je onemogućena, ali vaši ključevi nisu inicijalizirani, molimo odjavite se i ponovno prijavite", @@ -79,6 +70,19 @@ OC.L10N.register( "{dirs} and {files}" : "{dirs} i {files}", "Favorited" : "Favoritovan", "Favorite" : "Favorit", + "A new file or folder has been <strong>created</strong>" : "Nova datoteka ili nova mapa su <strong>kreirani</strong>", + "A file or folder has been <strong>changed</strong>" : "Datoteka ili mapa su <strong>promijenjeni</strong>", + "A file or folder has been <strong>deleted</strong>" : "Datoteka ili mapa su <strong>izbrisani</strong>", + "A file or folder has been <strong>restored</strong>" : "Datoteka ili direktorij su <strong>vraćeni</strong>", + "You created %1$s" : "Vi ste kreirali %1$s", + "%2$s created %1$s" : "%2$s je kreirao %1$s", + "%1$s was created in a public folder" : "%1$s je kreiran u javnoj mapi", + "You changed %1$s" : "Promijenili ste %1$s", + "%2$s changed %1$s" : "%2$s je promijenio %1$s", + "You deleted %1$s" : "Izbrisali ste %1$s", + "%2$s deleted %1$s" : "%2$s je izbrisao %1$s", + "You restored %1$s" : "Vraćeno %1$s", + "%2$s restored %1$s" : "%2$s vraćeno %1$s", "%s could not be renamed as it has been deleted" : "%s nije moguće preimenovati jer je izbrisan", "%s could not be renamed" : "%s nije moguće preimenovati", "Upload (max. %s)" : "Prijenos (max. %s)", @@ -94,7 +98,6 @@ OC.L10N.register( "Text file" : "Tekstualna datoteka", "New folder" : "Nova mapa", "Folder" : "Mapa", - "From link" : "Od veze", "Upload" : "Učitavanje", "Cancel upload" : "Prekini upload", "No files yet" : "Trenutno bez fajla", |