Changeset 174

Show
Ignore:
Timestamp:
09/04/07 22:50:34 (16 months ago)
Author:
jonas
Message:

i18n: german

Location:
trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/includes/localization/cpves.pot

    r173 r174  
    107107msgstr "" 
    108108 
    109 msgid "not fetchmail exists." 
     109msgid "no fetchmail exists." 
    110110msgstr "" 
    111111 
  • trunk/templates/user_fetchmail.tpl

    r152 r174  
    2323{foreachelse} 
    2424<tr> 
    25         <td colspan="5">{t}not fetchmail exists.{/t}</td> 
     25        <td colspan="5">{t}no fetchmail exists.{/t}</td> 
    2626</tr> 
    2727{/foreach} 
  • trunk/web/index.php

    r172 r174  
    3838        $_SESSION['ad_user']='n'; 
    3939} 
    40 $_SESSION['lang']="de_DE"; 
     40$_SESSION['lang']="en_US"; 
    4141if (is_file(ROOT ."/includes/localization/". $_SESSION['lang'] . "/LC_MESSAGES/cpves.mo" )) { 
    4242        setlocale(LC_MESSAGES, $_SESSION['lang']); 
     
    4444$lc_path= ROOT ."/includes/localization/"; 
    4545bindtextdomain("cpves", $lc_path); 
     46bind_textdomain_codeset("cpves", "UTF-8"); 
    4647textdomain("cpves"); 
    4748