diff options
author | Anika Henke <a.c.henke@arcor.de> | 2007-02-11 18:20:15 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2007-02-11 18:20:15 +0100 |
commit | 71b40da27911263b852a9c60b0243b04e4802d08 (patch) | |
tree | 2de8e7c764107090d3c1bcf19319c37b0ecf9eaa /inc/lang/he | |
parent | 54f7220e240f8b20d6750ed02327d78470a108b1 (diff) | |
download | rpg-71b40da27911263b852a9c60b0243b04e4802d08.tar.gz rpg-71b40da27911263b852a9c60b0243b04e4802d08.tar.bz2 |
language-specific quotation marks (FS#438)
darcs-hash:20070211172015-d5083-2cab923b001391012a0a469746438d4d4087a718.gz
Diffstat (limited to 'inc/lang/he')
-rw-r--r-- | inc/lang/he/lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/lang/he/lang.php b/inc/lang/he/lang.php index 8810e8e03..43a36baed 100644 --- a/inc/lang/he/lang.php +++ b/inc/lang/he/lang.php @@ -10,6 +10,10 @@ */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'rtl'; +$lang['doublequoteopening'] = '“';//“ +$lang['doublequoteclosing'] = '”';//” +$lang['singlequoteopening'] = '‘';//‘ +$lang['singlequoteclosing'] = '’';//’ $lang['btn_draft'] = 'עריכת טיוטה'; $lang['btn_recover']= 'שחזור טיוטה'; |