aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanticpwg <nanticpwg@piwigo.org>2010-04-13 15:42:35 +0000
committernanticpwg <nanticpwg@piwigo.org>2010-04-13 15:42:35 +0000
commitc69bb91cb37b81de5cef6f9e07576db6f2de88a6 (patch)
treef6bddcf64a6151efe91624f8018805bdb06f9232
parenta4b66c1d93e8acc69b1c013aba49b5c74ba2d373 (diff)
some additional updates
git-svn-id: http://piwigo.org/svn/trunk@5834 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/hr_HR/admin.lang.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/language/hr_HR/admin.lang.php b/language/hr_HR/admin.lang.php
index e02090895..b39fe3806 100644
--- a/language/hr_HR/admin.lang.php
+++ b/language/hr_HR/admin.lang.php
@@ -751,6 +751,9 @@ $lang['Virtual Links'] = 'Prividne Poveznice';
$lang['There is no other language available.'] = 'Neme dostupnih drugih jezika.';
$lang['There is no other plugin available.'] = 'Nema dostupnih drugih dodataka.';
$lang['There is no other theme available.'] = 'Nema dostupnih drugih tema.';
-$lang['Path'] = 'Putanja';
-$lang['Download file'] = 'Preuzmi zapis';
-?> \ No newline at end of file
+$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = 'Vrijeme izvršenja je isteklo, postupak se mora nastaviti [Procijenjeno vrijeme: %d sekunda].';
+$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = 'Vrijeme izvršenja je premašeno, postupak se mora nastaviti [Procijenjeno vrijeme: %d sekunda].';
+$lang['By rank'] = 'Po poretku';
+$lang['Manual order'] = 'Ručni poredak';
+$lang['Add another set of photos'] = 'Dodaj još jedan skup slika';
+?>