diff options
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" +); |