Changeset 155

Show
Ignore:
Timestamp:
08/24/07 18:33:08 (17 months ago)
Author:
jonas
Message:

change lang to en_US

Location:
trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/email_view.tpl

    r153 r155  
    261261        <form action="?module=email_view&#038;id={$id}&#038;did={$did}" method="post"> 
    262262        <tr> 
    263                 <td>Aktiviere validierte Empf&auml;ngeradressen:</td> 
     263                <td>{t}activate valid recipient lists:{/t}</td> 
    264264                <td>{if $val_tos_active == 1 } 
    265265                <input type="radio" id="autores_valtos_active_on" onclick="submit();" checked="checked" name="val_tos_active" value="1"> {t}yes{/t} <input type="radio" onclick="submit();" name="val_tos_active" id="autores_valtos_active_off"  value="0"> {t}no{/t} 
     
    269269         
    270270        <tr> 
    271                 <td valign="top">Validierte Empf&auml;ngeradressen:</td> 
     271                <td valign="top">{t}valid recipients:{/t}</td> 
    272272                <td> 
    273273                <select style="min-width:250px;" name="val_tos[]" id="autores_valtos_data" size="8" multiple="true"> 
     
    276276                {/foreach} 
    277277                </select><br/> 
    278                 <input type="submit" id="autores_valtos_del" name="val_tos_del" value="Markierte L&ouml;schen" /> 
     278                <input type="submit" id="autores_valtos_del" name="val_tos_del" value="{t}delete selected{/t}" /> 
    279279                </td> 
    280280                 
     
    465465</form> 
    466466<div id="myOnPageContent" style="display:none"> 
    467 <span style="color:red;font-weight:bold;font-size:15pt;">- ACHTUNG -</span><br/> 
     467<span style="color:red;font-weight:bold;font-size:15pt;">{t}- Warning .{/t}</span><br/> 
    468468<br/> 
    469 <span style="font-weight:bold;">Diese Option ist gef&auml;hrlich, ein falscher Wert l&ouml;scht nicht nur Spam sondern auch Ham!</span><br/><br/> 
    470 Der Wert f&uuml;rs l&ouml;schen von Spam sollte deutlich h&ouml;her liegen als der Wert, womit nur Spam als Spam markiert wird! 
     469<span style="font-weight:bold;">{t}This option is dangerous, an wrong value will delete spam and Ham!{/t}</span><br/><br/> 
     470{t}The threshold value for the delete spam option should be twice as high as the threshold for mark spam only!{/t} 
    471471<br/><br/> 
    472 Spam wird marktiert ab: <span id="sa_thresshold_value"></span><br/> 
    473 Spam wird gel&ouml;scht ab: <span id="sa_del_known_spam"></span><br/> 
     472{t}spam mark threshold:{/t} <span id="sa_thresshold_value"></span><br/> 
     473{t}spam delete threshold:{/t} <span id="sa_del_known_spam"></span><br/> 
    474474<br/> 
    475475<p style="text-align:center"> 
  • trunk/templates/error_messages.tpl

    r139 r155  
    88Maximale Anzahl an E-Mailadressen erreicht, es k&ouml;nnen keine weiteren E-Mailadressen angelegt werden!<br/> - Bitte wenden sie sich an Ihren Administrator! - 
    99{elseif $if_error_missing_input == 'y' } 
    10 Fehlerhafte Eingabe! 
     10{t}missing input{/t} 
    1111{elseif $if_error_password_long == 'y' } 
    1212Passwort muss zwischen 3 und {$max_passwd_len} Zeichen lang sein!  
  • trunk/templates/success_messages.tpl

    r127 r155  
    11{if $if_email_saved == 'y'} 
    2 E-Mailadresse angelegt. 
     2{t}emailaddress created.{/t} 
    33<meta http-equiv="refresh" content="1; URL=?module=domain_view&#038;did={$did}"> 
    44{elseif $if_catchall_saved == 'y' } 
    5 Catchall wurde gespeichert. 
     5{t}Catchall entry saved.{/t} 
    66<meta http-equiv="refresh" content="1; URL=?module=domain_view&#038;did={$did}"> 
    77{elseif $if_forward_saved == 'y'} 
    8 Weiterleitung angelegt. 
     8{t}forwarding created.{/t} 
    99<meta http-equiv="refresh" content="1; URL=?module=domain_view&#038;did={$did}"> 
    1010{elseif $if_sadmin_created == 'y'} 
    11 Superadmin wurde angelegt. 
     11{t}superadmin created.{/t} 
    1212<meta http-equiv="refresh" content="1; URL=?module=sadmin_view"> 
    1313{elseif $if_password_changed == 'y'} 
    14 Passwort erfolgreich ge&auml;ndert. 
     14{t}password changed.{/t} 
    1515{elseif $if_email_data_saved == 'y'} 
    16 Daten der E-Mailadresse erfolgreich gespeichert. 
     16{t}saved emailaddress.{/t} 
    1717<meta http-equiv="refresh" content="1; URL=?module=domain_view&#038;did={$did}"> 
    1818{elseif $if_list_created == 'y'} 
     
    2020<meta http-equiv="refresh" content="1; URL=?module=domain_view&#038;did={$did}"> 
    2121{elseif $if_sadmin_saved == 'y'} 
    22 Superadmin erfolgreich ge&auml;ndert. 
     22{t}superadmin changed.{/t} 
    2323<meta http-equiv="refresh" content="1; URL=?module=sadmin_view"> 
    2424{elseif $if_mf_rebuild == 'y' } 
    25 Die Mailfilter werden neu gebaut. 
     25{t}rebuild all mailfilters.{/t} 
    2626{elseif $if_mailarchive_saved == 'y'} 
    27 Die &Auml;nderungen wurden gespeichert. 
     27{t}changes are saved.{/t} 
    2828{elseif $if_salearn_saved == 'y'} 
    29 Die &Auml;nderungen wurden gespeichert. 
     29{t}changes are saved.{/t} 
    3030{/if} 
  • trunk/templates/user_autores.tpl

    r153 r155  
    7575        <form action="?module=user_autores" method="post"> 
    7676        <tr> 
    77                 <td>Aktiviere validierte Empf&auml;ngeradressen:</td> 
     77                <td>{t}activate valid recipient lists:{/t}</td> 
    7878                <td>{if $val_tos_active == 1 } 
    7979                <input type="radio" id="autores_valtos_active_on" onclick="submit();" checked="checked" name="val_tos_active" value="1"> {t}yes{/t} <input type="radio" onclick="submit();" name="val_tos_active" id="autores_valtos_active_off"  value="0"> {t}no{/t} 
     
    8383         
    8484        <tr> 
    85                 <td valign="top">Validierte Empf&auml;ngeradressen:</td> 
     85                <td valign="top">{t}valid recipients:{/t}</td> 
    8686                <td> 
    8787                <select style="min-width:250px;" name="val_tos[]" id="autores_valtos_data" size="8" multiple="true"> 
     
    9090                {/foreach} 
    9191                </select><br/> 
    92                 <input type="submit" id="autores_valtos_del" name="val_tos_del" value="Markierte L&ouml;schen" /> 
     92                <input type="submit" id="autores_valtos_del" name="val_tos_del" value="{t}delete selected{/t}" /> 
    9393                </td> 
    9494                 
  • trunk/templates/user_options.tpl

    r153 r155  
    22<table> 
    33<tr> 
     4</tr> 
     5<tr> 
     6        <td>{t}webinterface language:{/t}</td> 
     7        <td style="width:10px;"></td> 
     8        <td><select name="web_lang"> 
     9                <option value="en_US">en_US</option> 
     10        </select></td> 
    411</tr> 
    512<tr> 
  • trunk/templates/user_spam.tpl

    r152 r155  
    113113</form> 
    114114<div id="myOnPageContent" style="display:none"> 
    115 <span style="color:red;font-weight:bold;font-size:15pt;">- ACHTUNG -</span><br/> 
     115<span style="color:red;font-weight:bold;font-size:15pt;">{t}- Warning .{/t}</span><br/> 
    116116<br/> 
    117 <span style="font-weight:bold;">Diese Option ist gef&auml;hrlich, ein falscher Wert l&ouml;scht nicht nur Spam sondern auch Ham!</span><br/><br/> 
    118 Der Wert f&uuml;r das L&ouml;schen von Spam sollte deutlich h&ouml;her liegen als der Wert, der benutzt wird, um Spam als Spam zu markieren! 
     117<span style="font-weight:bold;">{t}This option is dangerous, an wrong value will delete spam and Ham!{/t}</span><br/><br/> 
     118{t}The threshold value for the delete spam option should be twice as high as the threshold for mark spam only!{/t} 
    119119<br/><br/> 
    120 Spam wird markiert ab: <span id="sa_thresshold_value"></span><br/> 
    121 Spam wird gel&ouml;scht ab: <span id="sa_del_known_spam"></span><br/> 
     120{t}spam mark threshold:{/t} <span id="sa_thresshold_value"></span><br/> 
     121{t}spam delete threshold:{/t} <span id="sa_del_known_spam"></span><br/> 
    122122<br/> 
    123123<p style="text-align:center"> 
    124 <a href="#" onClick="tb_remove();">Abbrechen</a> | 
    125 <a href="#" onclick="cpves_sa_warning_ok();">Ja, Spam soll gel&ouml;scht werden</a> 
     124<a href="#" onClick="tb_remove();">{t}abort{/t}</a> | 
     125<a href="#" onclick="cpves_sa_warning_ok();">{t}Yes, I will delete spam{/t}</a> 
    126126</p> 
    127127</div> 
  • trunk/web/index.php

    r146 r155  
    2121require_once( ROOT . "/includes/config.inc.php"); 
    2222include( ROOT . "/includes/localization/de_DE/labels.inc.php"); 
    23 include( ROOT . "/includes/localization/de_DE/headline.inc.php"); 
    2423$smarty->assign('labels', $labels); 
    25 $smarty->assign('headline', $headline); 
    2624if (!isset($_POST['login']) && $_GET['module'] != "login"  ) { 
    2725        include(ROOT . "/includes/check_access.php");