diff --git a/lib/plugins/config/lang/he/lang.php b/lib/plugins/config/lang/he/lang.php index 221501c6bb395bf65a80772bb283ae52fb304ed1..d55685a092ba36a3f13574181430211ccb163eca 100644 --- a/lib/plugins/config/lang/he/lang.php +++ b/lib/plugins/config/lang/he/lang.php @@ -8,6 +8,7 @@ // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method +$lang['direction'] = 'rtl'; $lang['menu'] = 'הגדרות תצורה'; $lang['error'] = 'ההגדרות ×œ× ×¢×•×“×›× ×• בגלל ערך ×œ× ×ª×§×£, × × ×œ×¢×™×™×Ÿ ×‘×©×™× ×•×™×™× ×•×œ×©×œ×•×— ×©× ×™×ª. @@ -98,7 +99,7 @@ $lang['disableactions_other'] = 'פעולות ×חרות (מופרדות בפס /* Advanced Options */ $lang['updatecheck'] = 'בדיקת ×¢×™×“×›×•× ×™ ×בטחה והתר×ות? על DokuWiki להתקשר ×ל splitbrain.org לצורך כך.'; $lang['userewrite'] = 'השתמש בכתובות URL יפות'; -$lang['useslash'] = 'השתמש בלוכסן להרדת מרחבי שמות בכתובות'; +$lang['useslash'] = 'השתמש בלוכסן להגדרת מרחבי שמות בכתובות'; $lang['usedraft'] = 'שמור טיוטות ב×ופן ×וטומטי בעת עריכה'; $lang['sepchar'] = 'מפריד בין מילות ש×-דף'; $lang['canonical'] = 'השתמש בכתובות URL מל×ות'; diff --git a/lib/plugins/config/rtl.css b/lib/plugins/config/rtl.css new file mode 100644 index 0000000000000000000000000000000000000000..7cbedaa7321dd6aa807e40e9dd7c7a3569f0d4a3 --- /dev/null +++ b/lib/plugins/config/rtl.css @@ -0,0 +1,8 @@ +#config__manager fieldset { + clear: both; +} + +#config__manager fieldset td { + text-align: right; +} +