diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-11 01:54:41 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-11 01:54:41 -0400 |
commit | 0dcd8079dcf0286caa3702620737eaec058a64cf (patch) | |
tree | 084b80137f1f0e9dac4cf428ad6f8d7d3bca25ac /apps/files_sharing | |
parent | 45b02f8f47e1f0b03430eb400198d2223c7561cf (diff) | |
download | nextcloud-server-0dcd8079dcf0286caa3702620737eaec058a64cf.tar.gz nextcloud-server-0dcd8079dcf0286caa3702620737eaec058a64cf.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/bn_BD.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hr.php | 37 |
2 files changed, 36 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php index 50cc21e43dd..c268e3be91a 100644 --- a/apps/files_sharing/l10n/bn_BD.php +++ b/apps/files_sharing/l10n/bn_BD.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "এই সার্ভারে সার্ভার হতে সার্ভারে ভাগাভাগি কার্যকর নয়", +"Invalid or untrusted SSL certificate" => "অবৈধ বা অবিশ্বস্ত SSL সার্টিফিকেট", "Cancel" => "বাতিল", "Shared by" => "যাদের মাঝে ভাগাভাগি করা হয়েছে", "Password" => "কূটশব্দ", diff --git a/apps/files_sharing/l10n/hr.php b/apps/files_sharing/l10n/hr.php index fd5f5c1e800..2cb0d0596d0 100644 --- a/apps/files_sharing/l10n/hr.php +++ b/apps/files_sharing/l10n/hr.php @@ -1,8 +1,39 @@ <?php $TRANSLATIONS = array( -"Cancel" => "Odustani", +"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" => "Ime", -"Download" => "Preuzimanje" +"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;"; |