diff options
author | samli <samli@piwigo.org> | 2011-07-02 21:35:03 +0000 |
---|---|---|
committer | samli <samli@piwigo.org> | 2011-07-02 21:35:03 +0000 |
commit | 1c39487804457a5b78fbe6bdb9bb19b866b3ef62 (patch) | |
tree | 051add88057edc09b53676f14b7f6385840754a6 | |
parent | 8dd0a008bb4854dedfc4c3e94f7d12d4d0902eec (diff) |
[trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11601 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/hu_HU/admin.lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php index 52014b24b..7b2e81c27 100644 --- a/language/hu_HU/admin.lang.php +++ b/language/hu_HU/admin.lang.php @@ -839,6 +839,14 @@ $lang['Height'] = 'Magasság'; $lang['Follow Orientation'] = 'Elforgatható'; $lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'A bélyegképek újragenerálása a <a href="%s">Kötegelt kezelés</a> oldalon lehetséges.'; $lang['Graphics Library'] = 'Grafikus könyvtár'; + +$lang['Activate icon "new" next to albums and pictures'] = '"új" ikon aktiválása az albumok és képek mellett'; +$lang['As default order'] = 'Az alapértelmezett sorrend'; +$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'; //hiányzó $lang['%s has been successfully updated.'] = '%s frissítése sikeres.'; +$lang['Add a criteria'] = 'Feltétel hozzáadása'; ?> |