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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/hr.php')
-rw-r--r--apps/files_sharing/l10n/hr.php39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/files_sharing/l10n/hr.php b/apps/files_sharing/l10n/hr.php
deleted file mode 100644
index 2cb0d0596d0..00000000000
--- a/apps/files_sharing/l10n/hr.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Server to server sharing is not enabled on this server" => "Dijeljenje resursa s poslužitelja na poslužitelj s ovog poslužitelja nije omogućeno.",
-"Invalid or untrusted SSL certificate" => "Neispravna ili nepouzdana SSL potvrda",
-"Couldn't add remote share" => "Udaljeni zajednički resurs nije moguće dodati",
-"Shared with you" => "Podijeljeno s vama",
-"Shared with others" => "Podijeljeno s ostalima",
-"Shared by link" => "POdijeljeno putem veze",
-"No files have been shared with you yet." => "S vama dosad još nisu podijeljene nikakve datoteke.",
-"You haven't shared any files yet." => "Vi dosad još niste podijelili nikakve datoteke.",
-"You haven't shared any files by link yet." => "Vi dosad još niste putem veze podijelili nikakve datoteke.",
-"Do you want to add the remote share {name} from {owner}@{remote}?" => "Želite li dodati udaljeni zajednički resurs {name} od {owner}@{remote}?",
-"Remote share" => "Udaljeni zajednički resurs (za raspodjelu)",
-"Remote share password" => "Lozinka za udaljeni zajednički resurs",
-"Cancel" => "Odustanite",
-"Add remote share" => "Dodajte udaljeni zajednički resurs",
-"No ownCloud installation found at {remote}" => "Nijedna ownCloud instalacija nije nađena na {remote}",
-"Invalid ownCloud url" => "Neispravan ownCloud URL",
-"Shared by" => "Podijeljeno od strane",
-"This share is password-protected" => "Ovaj zajednički resurs je zaštićen lozinkom",
-"The password is wrong. Try again." => "Pogrešna lozinka. Pokušajte ponovno.",
-"Password" => "Lozinka",
-"Name" => "Naziv",
-"Share time" => "Vrijeme dijeljenja",
-"Sorry, this link doesn’t seem to work anymore." => "Žao nam je, čini se da ova veza više ne radi.",
-"Reasons might be:" => "Mogući razlozi su:",
-"the item was removed" => "stavka je uklonjena",
-"the link expired" => "veza je istekla",
-"sharing is disabled" => "dijeljenje je onemogućeno",
-"For more info, please ask the person who sent this link." => "Za više informacija, molimo obratite se osobi koja je ovu vezu poslala.",
-"Add to your ownCloud" => "Dodajte svome ownCloud",
-"Download" => "Preuzmite",
-"Download %s" => "Preuzmite %s",
-"Direct link" => "Izravna veza",
-"Remote Shares" => "Udaljeni zajednički resursi (za raspodjelu)",
-"Allow other instances to mount public links shared from this server" => "Dopustite drugim instancama postavljanje javnih veza koje su podijeljene s ovog poslužitelja.",
-"Allow users to mount public link shares" => "Dopustite korisnicima postavljanje podijeljenih javnih veza"
-);
-$PLURAL_FORMS = "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;";