diff options
author | mistic100 <mistic@piwigo.org> | 2011-07-01 13:19:35 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-07-01 13:19:35 +0000 |
commit | 9c0cfb008446eaa0f3fc3cffc71e5bebe5d02710 (patch) | |
tree | 51ca4ce3db4a304b134eaaafc4471564d20b8a0d /language/he_IL | |
parent | c97377ea8700519ef7cbad77269ec533ddcad287 (diff) |
feature:2317 move order config to Admin->Config->Options
new GUI interface for simple paterns
in GUI, order_by and order_by_inside_category are merged (not un DB)
users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom']
git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/he_IL/admin.lang.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/language/he_IL/admin.lang.php b/language/he_IL/admin.lang.php index 386454db6..e76d1734a 100644 --- a/language/he_IL/admin.lang.php +++ b/language/he_IL/admin.lang.php @@ -803,14 +803,10 @@ $lang['Follow Orientation'] = 'עקוב אחר ההדרכה'; $lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'אם ברצונך לחדש את התמונות הממוזערות נווט בבקשה ל <a href="%s">מנהל אצווה</a>.'; $lang['Graphics Library'] = 'ספריית גרפיקה'; $lang['Activate icon "new" next to albums and pictures'] = 'הפעל כפתו "חדש" ליד אלבומים'; -$lang['As default order'] = 'כסדר ברירת מחדל'; $lang['Compact'] = 'קומפקטי'; $lang['Complete'] = 'סיים'; -$lang['Custom'] = 'מותאם אישית'; $lang['Deactivate all'] = 'בטל פעולה להכל'; $lang['Default photos order'] = 'סדר ברירת מחדל לתמונות'; -$lang['Default photos order inside album'] = 'סדר ברירת מחדל לתמונות באלבום'; -$lang['Invalid order string'] = 'מחרוזת סדר לא חוקית'; $lang['Restore'] = 'שחזר'; $lang['Restore default configuration. You will lost your plugin settings!'] = 'שחזר להגדרות ברירת מחדל. הגדרות ההתקן יאבדו!'; $lang['Show menubar'] = 'הצג תפריט'; |