]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/dbupgrade/coa_guess_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / dbupgrade / coa_guess_de.html
index 6379936b4a8fccc92c089d8b8ab3536872e3a20a..cec2c574c523391f86ad062554e2cb65dd019ca4 100644 (file)
@@ -1,26 +1,25 @@
-<div class="listtop">Benutzten Kontenrahmen ausw&auml;hlen</div>
+[%- USE T8 %]
+[% USE HTML %]<div class="listtop">[% 'Select the chart of accounts in use' | $T8 %]</div>
 
 <form name="Form" method="post" action="login.pl">
 
- <input type="hidden" name="login" value="<TMPL_VAR login ESCAPE=HTML>">
- <input type="hidden" name="hashed_password" value="<TMPL_VAR password ESCAPE=HTML>">
  <input type="hidden" name="action" value="login">
  <input type="hidden" name="action2" value="">
 
- <TMPL_IF saved_message>
-  <p><TMPL_VAR saved_message></p>
- </TMPL_IF>
+ [% IF saved_message %]
+  <p>[% saved_message %]</p>
+ [% END %]
 
  <p>
-  Bitte w&auml;hlen Sie den Kontenrahmen aus, der bei dieser Installation verwendet wird.
+  [% 'Please select the chart of accounts this installation is using from the list below.' | $T8 %]
  </p>
 
  <p>
-  Kontenrahmen:
-  <select name="coa"><TMPL_LOOP COAS><option><TMPL_VAR name></option></TMPL_LOOP></select>
+  [% 'Chart of accounts' | $T8 %]:
+  <select name="coa">[% FOREACH row = COAS %]<option>[% row.name %]</option>[% END %]</select>
  </p>
 
- <input type="submit" onclick="document.Form.action2.value = 'set_coa'; document.Form.submit();" name="dummy" value="Weiter">
+ <input type="submit" onclick="document.Form.action2.value = 'set_coa'; document.Form.submit();" name="dummy" value="[% 'Continue' | $T8 %]">
 
 </form>