Changeset 174
- Timestamp:
- 09/04/07 22:50:34 (16 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
-
includes/localization/cpves.pot (modified) (1 diff)
-
includes/localization/de_DE/LC_MESSAGES/cpves.po (added)
-
templates/user_fetchmail.tpl (modified) (1 diff)
-
web/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/localization/cpves.pot
r173 r174 107 107 msgstr "" 108 108 109 msgid "no tfetchmail exists."109 msgid "no fetchmail exists." 110 110 msgstr "" 111 111 -
trunk/templates/user_fetchmail.tpl
r152 r174 23 23 {foreachelse} 24 24 <tr> 25 <td colspan="5">{t}no tfetchmail exists.{/t}</td>25 <td colspan="5">{t}no fetchmail exists.{/t}</td> 26 26 </tr> 27 27 {/foreach} -
trunk/web/index.php
r172 r174 38 38 $_SESSION['ad_user']='n'; 39 39 } 40 $_SESSION['lang']=" de_DE";40 $_SESSION['lang']="en_US"; 41 41 if (is_file(ROOT ."/includes/localization/". $_SESSION['lang'] . "/LC_MESSAGES/cpves.mo" )) { 42 42 setlocale(LC_MESSAGES, $_SESSION['lang']); … … 44 44 $lc_path= ROOT ."/includes/localization/"; 45 45 bindtextdomain("cpves", $lc_path); 46 bind_textdomain_codeset("cpves", "UTF-8"); 46 47 textdomain("cpves"); 47 48
