' innerhalb von Strings escapen
[kivitendo-erp.git] / templates / webpages / am / config_de.html
index 2a455c9..280db9d 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]<body onLoad="fokus()">
 
  <p>
@@ -7,10 +8,10 @@
  <form method="post" action="am.pl" name="Form">
 
   <ul id="maintab" class="shadetabs">
-   <li class="selected"><a href="#" rel="page_personal_settings">Pers&ouml;nliche Einstellungen</a></li>
-   <li><a href="#" rel="page_display_options">Anzeigeoptionen</a></li>
-   <li><a href="#" rel="page_print_options">Druckoptionen</a></li>
-   <li><a href="#" rel="page_todo_list_options">Aufgabenlistenoptionen</a></li>
+   <li class="selected"><a href="#" rel="page_personal_settings">[% 'Personal settings' | $T8 %]</a></li>
+   <li><a href="#" rel="page_display_options">[% 'Display options' | $T8 %]</a></li>
+   <li><a href="#" rel="page_print_options">[% 'Print options' | $T8 %]</a></li>
+   <li><a href="#" rel="page_todo_list_options">[% 'TODO list options' | $T8 %]</a></li>
   </ul>
 
   <input type="hidden" name="type" value="preferences">
 
     <table>
      <tr>
-      <th align="right">Name</th>
+      <th align="right">[% 'Name' | $T8 %]</th>
       <td><input name="name" size="15" value="[% HTML.escape(myconfig_name) %]"></td>
      </tr>
 
      <tr>
-      <th align="right">Passwort</th>
+      <th align="right">[% 'Password' | $T8 %]</th>
       <td>
        [%- IF CAN_CHANGE_PASSWORD %]
        <input type="password" name="new_password" size="10" value="********">
      </tr>
 
      <tr>
-      <th align="right">eMail</th>
+      <th align="right">[% 'E-mail' | $T8 %]</th>
       <td><input name="email" size="30" value="[% HTML.escape(myconfig_email) %]"></td>
      </tr>
 
      <tr valign="top">
-      <th align="right">Unterschrift</th>
+      <th align="right">[% 'Signature' | $T8 %]</th>
       <td><textarea name="signature" rows="3" cols="50">[% HTML.escape(myconfig_signature) %]</textarea></td>
      </tr>
 
      <tr>
-      <th align="right">Telefon</th>
+      <th align="right">[% 'Phone' | $T8 %]</th>
       <td><input name="tel" size="14" value="[% HTML.escape(myconfig_tel) %]"></td>
      </tr>
 
      <tr>
-      <th align="right">Fax</th>
+      <th align="right">[% 'Fax' | $T8 %]</th>
       <td><input name="fax" size="14" value="[% HTML.escape(myconfig_fax) %]"></td>
      </tr>
      <tr>
-      <th align="right">Firma</th>
+      <th align="right">[% 'Company' | $T8 %]</th>
       <td><input name="company" size="30" value="[% HTML.escape(myconfig_company) %]"></td>
      </tr>
      <tr valign="top">
-      <th align="right">Adresse</th>
+      <th align="right">[% 'Address' | $T8 %]</th>
       <td><textarea name="address" rows="4" cols="50">[% HTML.escape(myconfig_address) %]</textarea></td>
      </tr>
     </table>
@@ -73,7 +74,7 @@
 
     <table>
      <tr>
-      <th align="right">Datumsformat</th>
+      <th align="right">[% 'Date Format' | $T8 %]</th>
       <td>
        <select name="dateformat">
         [%- FOREACH row = DATEFORMATS %]
@@ -83,7 +84,7 @@
       </td>
      </tr>
      <tr>
-      <th align="right">Zahlenformat (Ausgabe)</th>
+      <th align="right">[% 'Output Number Format' | $T8 %]</th>
       <td>
        <select name="numberformat">
         [%- FOREACH row = NUMBERFORMATS %]
      </tr>
 
      <tr>
-      <th align="right">Auswahllistenbegrenzung</th>
+      <th align="right">[% 'Dropdown Limit' | $T8 %]</th>
       <td><input name="vclimit" size="10" value="[% HTML.escape(myconfig_vclimit) %]"></td>
      </tr>
 
      <tr>
-      <th align="right">Sprache</th>
+      <th align="right">[% 'Language' | $T8 %]</th>
       <td>
-       Deutsch
-       <input type="hidden" name="countrycode" value="de">
-<!--       <select name="countrycode">
+       <select name="countrycode">
         [%- FOREACH row = COUNTRYCODES %]
         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
         [%- END %]
-       </select>-->
+       </select>
       </td>
      </tr>
 
      <tr>
-      <th align="right">Stilvorlage</th>
+      <th align="right">[% 'Stylesheet' | $T8 %]</th>
       <td>
        <select name="usestylesheet">
         [%- FOREACH row = STYLESHEETS %]
      </tr>
 
      <tr>
-      <th align="right">Menüsetup</th>
+      <th align="right">[% 'Setup Menu' | $T8 %]</th>
       <td>
        <select name="menustyle">
-        <option value="v3"[% IF myconfig_menustyle == 'v3' %] selected[% END %]>Oben (mit CSS)</option>
-        <option value="v4"[% IF myconfig_menustyle == 'v4' %] selected[% END %]>Top (CSS) new</option>
-        <option value="neu"[% IF myconfig_menustyle == 'neu' %] selected[% END %]>Oben (mit Javascript)</option>
-        <option value="xml"[% IF myconfig_menustyle == 'xml' %] selected[% END %]>Oben (XUL; nur f&uuml;r Mozilla Firefox)</option>
-        <option value="old"[% IF myconfig_menustyle == 'old' %] selected[% END %]>Alt (seitlich)</option>
+        <option value="v3"[% IF myconfig_menustyle == 'v3' %] selected[% END %]>[% 'Top (CSS)' | $T8 %]</option>
+        <option value="v4"[% IF myconfig_menustyle == 'v4' %] selected[% END %]>[% 'Top (CSS) new' | $T8 %]</option>
+        <option value="neu"[% IF myconfig_menustyle == 'neu' %] selected[% END %]>[% 'Top (Javascript)' | $T8 %]</option>
+        <option value="xml"[% IF myconfig_menustyle == 'xml' %] selected[% END %]>[% 'Top (XUL; only for Mozilla Firefox)' | $T8 %]</option>
+        <option value="old"[% IF myconfig_menustyle == 'old' %] selected[% END %]>[% 'Old (on the side)' | $T8 %]</option>
        </select>
       </td>
      </tr>
 
      <tr valign="top">
-      <th align="right">Favoriten</th>
+      <th align="right">[% 'Favorites' | $T8 %]</th>
       <td><textarea name="favorites" rows="4" cols="50">[% HTML.escape(myconfig_favorites) %]</textarea></td>
      </tr>
 
      <tr>
-      <th align="right">Formulardetails (zweite Positionszeile)</th>
+      <th align="right">[% 'Form details (second row)' | $T8 %]</th>
       <td>
        <select name="show_form_details">
-        <option value="1"[% IF  myconfig_show_form_details %] selected[% END %]>Standardm&auml;&szlig;ig anzeigen</option>
-        <option value="0"[% IF !myconfig_show_form_details %] selected[% END %]>Standardm&auml;&szlig;ig verstecken</option>
+        <option value="1"[% IF  myconfig_show_form_details %] selected[% END %]>[% 'Show by default' | $T8 %]</option>
+        <option value="0"[% IF !myconfig_show_form_details %] selected[% END %]>[% 'Hide by default' | $T8 %]</option>
+       </select>
+      </td>
+     </tr>
+
+     <tr>
+      <th align="right">[% 'Show custom variable search inputs' | $T8 %]</th>
+      <td>
+       <select name="hide_cvar_search_options">
+        <option value="0"[% IF !myconfig_hide_cvar_search_options %] selected[% END %]>[% 'Show by default' | $T8 %]</option>
+        <option value="1"[% IF  myconfig_hide_cvar_search_options %] selected[% END %]>[% 'Hide by default' | $T8 %]</option>
        </select>
       </td>
      </tr>
      <input name="printer" type="hidden" value="[% HTML.escape(myconfig_printer) %]">
 
      <tr>
-      <th align="right">Standardvorlagenformat</th>
+      <th align="right">[% 'Default template format' | $T8 %]</th>
       <td>
        <select name="template_format">
         [%- FOREACH row = TEMPLATE_FORMATS %]
      </tr>
 
      <tr>
-      <th align="right">Standardausgabekanal</th>
+      <th align="right">[% 'Default output medium' | $T8 %]</th>
       <td>
        <select name="default_media">
         [%- FOREACH row = MEDIA %]
      </tr>
 
      <tr>
-      <th align="right">Standarddrucker</th>
+      <th align="right">[% 'Default printer' | $T8 %]</th>
       <td>
        <select name="default_printer_id">
         [%- FOREACH row = PRINTERS %]
      </tr>
 
      <tr>
-      <th align="right">Anzahl Kopien</th>
+      <th align="right">[% 'Number of copies' | $T8 %]</th>
       <td><input name="copies" size="10" value="[% HTML.escape(myconfig_copies) %]"></td>
      </tr>
     </table>
 
     <table>
      <tr>
-      <th align="right">Aufgabenliste nach dem Anmelden anzeigen</th>
+      <th align="right">[% 'Show your TODO list after loggin in' | $T8 %]</th>
       <td colspan="2">
        <input type="radio" name="todo_cfg.show_after_login" id="todo_cfg_show_after_login_1" value="1"[% IF todo_cfg.show_after_login %] checked[% END %]>
-       <label for="todo_cfg_show_after_login_1">Ja</label>
+       <label for="todo_cfg_show_after_login_1">[% 'Yes' | $T8 %]</label>
        <input type="radio" name="todo_cfg.show_after_login" id="todo_cfg_show_after_login_0" value="0"[% IF !todo_cfg.show_after_login %] checked[% END %]>
-       <label for="todo_cfg_show_after_login_0">Nein</label>
+       <label for="todo_cfg_show_after_login_0">[% 'No' | $T8 %]</label>
       </td>
      </tr>
 
      <tr class="listheading">
-      <th colspan="3">Konfiguration f&uuml;r die einzelnen Aufgabenlistenpunkte</th>
+      <th colspan="3">[% 'Configuration of individual TODO items' | $T8 %]</th>
      </tr>
 
      <tr>
-      <th align="right">Zeige Wiedervorlagen...</th>
+      <th align="right">[% 'Show follow ups...' | $T8 %]</th>
       <td>
        <input type="checkbox" name="todo_cfg.show_follow_ups" id="todo_cfg_show_follow_ups" value="1"[% IF todo_cfg.show_follow_ups %] checked[% END %]>
-       <label for="todo_cfg_show_follow_ups">...auf der Aufgabenliste</label>
+       <label for="todo_cfg_show_follow_ups">[% '...on the TODO list' | $T8 %]</label>
       </td>
       <td>
        <input type="checkbox" name="todo_cfg.show_follow_ups_login" id="todo_cfg_show_follow_ups_login" value="1"[% IF todo_cfg.show_follow_ups_login %] checked[% END %]>
-       <label for="todo_cfg_show_follow_ups_login">...nach dem Anmelden</label>
+       <label for="todo_cfg_show_follow_ups_login">[% '...after loggin in' | $T8 %]</label>
       </td>
      </tr>
 
      [%- IF AUTH_RIGHTS_SALES_QUOTATION_EDIT %]
      <tr>
-      <th align="right">Überfällige Angebote und Preisanfragen anzeigen...</th>
+      <th align="right">[% 'Show overdue sales quotations and requests for quotations...' | $T8 %]</th>
       <td>
        <input type="checkbox" name="todo_cfg.show_overdue_sales_quotations" id="todo_cfg_show_overdue_sales_quotations" value="1"[% IF todo_cfg.show_overdue_sales_quotations %] checked[% END %]>
-       <label for="todo_cfg_show_overdue_sales_quotations">...auf der Aufgabenliste</label>
+       <label for="todo_cfg_show_overdue_sales_quotations">[% '...on the TODO list' | $T8 %]</label>
       </td>
       <td>
        <input type="checkbox" name="todo_cfg.show_overdue_sales_quotations_login" id="todo_cfg_show_overdue_sales_quotations_login" value="1"[% IF todo_cfg.show_overdue_sales_quotations_login %] checked[% END %]>
-       <label for="todo_cfg_show_overdue_sales_quotations_login">...nach dem Anmelden</label>
+       <label for="todo_cfg_show_overdue_sales_quotations_login">[% '...after loggin in' | $T8 %]</label>
       </td>
      </tr>
      [%- END %]
    </div>
   </div>
 
-  <p><input type="submit" class="submit" name="action" value="Speichern"></p>
+  <p><input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]"></p>
  </form>
 
  <script type="text/javascript">