diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-08-06 16:38:36 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-08-06 16:38:36 +0200 |
commit | 8dbc24f23699c45b6e3e9cb3edf765187b82f89b (patch) | |
tree | 3e65b7566b9654fee70cf7d40013187da3c2d53c /inc/lang/he/lang.php | |
parent | f268092912cea76e45373b1971e724ebd6686cff (diff) | |
download | rpg-8dbc24f23699c45b6e3e9cb3edf765187b82f89b.tar.gz rpg-8dbc24f23699c45b6e3e9cb3edf765187b82f89b.tar.bz2 |
various language fixes
This patch makes sure all languages files have UNIX style line endings
and use correct UTF-8 encoding
darcs-hash:20060806143836-7ad00-2d9c48c5be303565ce461ec977c8792df61fbdd1.gz
Diffstat (limited to 'inc/lang/he/lang.php')
-rw-r--r-- | inc/lang/he/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/he/lang.php b/inc/lang/he/lang.php index 5a85d6665..ef3a8a6b2 100644 --- a/inc/lang/he/lang.php +++ b/inc/lang/he/lang.php @@ -27,8 +27,8 @@ $lang['btn_create'] = 'צור דף זה'; $lang['btn_secedit']= 'עריכה'; $lang['btn_login'] = 'כניסה'; $lang['btn_logout'] = 'יציאה'; -$lang['btn_newer'] = '<< יותר חדש';
-$lang['btn_older'] = 'פחות חדש >>';
+$lang['btn_newer'] = '<< יותר חדש'; +$lang['btn_older'] = 'פחות חדש >>'; $lang['btn_admin'] = 'מנהל'; $lang['btn_update'] = 'עדכן'; $lang['btn_delete'] = 'מחק'; |