diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
commit | f7d221f5f0aadedf80ebb477c623612545c7be08 (patch) | |
tree | 4c640cf1d354921028f5ef320765e9fee4fad4ad /apps/gallery/l10n/hr.php | |
parent | a3c1f70be423eb4e6bc76164da9d080ffe66305c (diff) | |
download | nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.tar.gz nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n/hr.php')
-rw-r--r-- | apps/gallery/l10n/hr.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/gallery/l10n/hr.php b/apps/gallery/l10n/hr.php new file mode 100644 index 00000000000..edc11ebd9d6 --- /dev/null +++ b/apps/gallery/l10n/hr.php @@ -0,0 +1,12 @@ +<?php $TRANSLATIONS = array( +"Pictures" => "Slike", +"Settings" => "Postavke", +"Rescan" => "Ponovo očitaj", +"Stop" => "Zaustavi", +"Share" => "Podijeli", +"Back" => "Natrag", +"Remove confirmation" => "Ukloni potvrdu", +"Do you want to remove album" => "Želite li ukloniti album", +"Change album name" => "Promijeni ime albuma", +"New album name" => "Novo ime albuma" +); |