summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-11 01:54:41 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-11 01:54:41 -0400
commit0dcd8079dcf0286caa3702620737eaec058a64cf (patch)
tree084b80137f1f0e9dac4cf428ad6f8d7d3bca25ac /apps/files_trashbin/l10n
parent45b02f8f47e1f0b03430eb400198d2223c7561cf (diff)
downloadnextcloud-server-0dcd8079dcf0286caa3702620737eaec058a64cf.tar.gz
nextcloud-server-0dcd8079dcf0286caa3702620737eaec058a64cf.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r--apps/files_trashbin/l10n/hr.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/apps/files_trashbin/l10n/hr.php b/apps/files_trashbin/l10n/hr.php
index 8e8fd22f8ef..2d29eeba44d 100644
--- a/apps/files_trashbin/l10n/hr.php
+++ b/apps/files_trashbin/l10n/hr.php
@@ -1,7 +1,14 @@
<?php
$TRANSLATIONS = array(
-"Error" => "Greška",
-"Name" => "Ime",
-"Delete" => "Obriši"
+"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",
+"Error" => "Pogreška",
+"restored" => "Obnovljeno",
+"Nothing in here. Your trash bin is empty!" => "Ovdje nema ničega. Vaša kantica je prazna!",
+"Name" => "Naziv",
+"Deleted" => "Izbrisano",
+"Delete" => "Izbrišite"
);
$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;";