diff options
author | samli <samli@piwigo.org> | 2011-07-20 07:07:12 +0000 |
---|---|---|
committer | samli <samli@piwigo.org> | 2011-07-20 07:07:12 +0000 |
commit | 14160cb92e678b7b9fc06da2be0d2af6edc95d33 (patch) | |
tree | 568140e1855d1c37e6a976ef8dc20b7a168d6804 /language | |
parent | dc23ea7431ae0fd62a75025e7ddfaf02448eaa42 (diff) |
[trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11784 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/hu_HU/admin.lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php index 51be08adb..eb9df0084 100644 --- a/language/hu_HU/admin.lang.php +++ b/language/hu_HU/admin.lang.php @@ -846,6 +846,10 @@ $lang['Custom'] = 'Egyéni'; $lang['Default photos order'] = 'Alapértelmezett kép sorrend'; $lang['Default photos order inside album'] = 'Alapértelmezett kép sorrend a belső albumokban'; $lang['Invalid order string'] = 'Érvénytelen sorrend sztring'; + +$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Az alapértelmezett kép sorrend nem határozható meg a helyi konfigurációban található egyéni beállítás miatt.'; +$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'A helyi konfigurációs fájlban lévő <i>$conf[\'order_by\']</i> paraméter elavult, távolítsa el, vagy nevezze át <i>$conf[\'order_by_custom\']</i>-ra !'; + //hiányzó $lang['%s has been successfully updated.'] = '%s frissítése sikeres.'; $lang['Add a criteria'] = 'Feltétel hozzáadása'; |