diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-25 02:11:53 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-25 02:11:53 +0200 |
commit | 43bae1b47312d203bd4431b6cdc684acf09ebd6e (patch) | |
tree | 2ba53298637a6391d97d0830cb5f4f63a0208eaa /lib/l10n/hr.php | |
parent | 515e1b467e58337067ee3a4a8945f449d3c2ef3a (diff) | |
download | nextcloud-server-43bae1b47312d203bd4431b6cdc684acf09ebd6e.tar.gz nextcloud-server-43bae1b47312d203bd4431b6cdc684acf09ebd6e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/hr.php')
-rw-r--r-- | lib/l10n/hr.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/hr.php b/lib/l10n/hr.php new file mode 100644 index 00000000000..0d2a0f46248 --- /dev/null +++ b/lib/l10n/hr.php @@ -0,0 +1,16 @@ +<?php $TRANSLATIONS = array( +"Help" => "Pomoć", +"Personal" => "Osobno", +"Settings" => "Postavke", +"Users" => "Korisnici", +"Authentication error" => "Greška kod autorizacije", +"Files" => "Datoteke", +"Text" => "Tekst", +"seconds ago" => "sekundi prije", +"today" => "danas", +"yesterday" => "jučer", +"last month" => "prošli mjesec", +"months ago" => "mjeseci", +"last year" => "prošlu godinu", +"years ago" => "godina" +); |