diff options
author | Katriel Traum <katriel@penguin.org.il> | 2007-04-11 20:04:59 +0200 |
---|---|---|
committer | Katriel Traum <katriel@penguin.org.il> | 2007-04-11 20:04:59 +0200 |
commit | b2918131d55dce92b77ac426cc9e7bef42fb7640 (patch) | |
tree | eed3c2ae3c9827a2ccabcace60ad5dec4bcfcf96 | |
parent | 4804a7da336dcbd161eb1009670a50ce6cc5dff1 (diff) | |
download | rpg-b2918131d55dce92b77ac426cc9e7bef42fb7640.tar.gz rpg-b2918131d55dce92b77ac426cc9e7bef42fb7640.tar.bz2 |
Hebrew fixes for config manager FS#1115
1. Typo Fix in lang/he
2. add rtl.css for correct display of config tables
darcs-hash:20070411180459-3c7c8-0283133a19cb0adfcfcf9ed34d7ecac121e6c17d.gz
-rw-r--r-- | lib/plugins/config/lang/he/lang.php | 3 | ||||
-rw-r--r-- | lib/plugins/config/rtl.css | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/he/lang.php b/lib/plugins/config/lang/he/lang.php index 221501c6b..d55685a09 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 000000000..7cbedaa73 --- /dev/null +++ b/lib/plugins/config/rtl.css @@ -0,0 +1,8 @@ +#config__manager fieldset { + clear: both; +} + +#config__manager fieldset td { + text-align: right; +} + |