]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/adminlogin_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / admin / adminlogin_de.html
index cc37bee579a00976a235feaf170945d97029fd80..e82187431671ad47a13eccb07b40350c5036d031 100644 (file)
@@ -1,12 +1,13 @@
+[%- USE T8 %]
 [% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
 
  <div align="center">
 
   <a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>
 
-  <h1 class="login">Version [% HTML.escape(version) %]</h1>
+  <h1 class="login">[% 'Version' | $T8 %] [% HTML.escape(version) %]</h1>
 
-  <h2>Administration</h2>
+  <h2>[% 'Administration' | $T8 %]</h2>
 
   [% IF error_message %]
   <p><span class="error_message">[% error_message %]</span></p>
 
    <table>
     <tr>
-     <th>Passwort</th>
+     <th>[% 'Password' | $T8 %]</th>
      <td><input type="password" name="rpw" id="rpw"></td>
-     <td><input type="submit" class="submit" name="action" value="Anmeldung"></td>
+     <td><input type="submit" class="submit" name="action" value="[% 'Login' | $T8 %]"></td>
     </tr>
     <input type="hidden" name="action" value="login">
    </table>
 
   </form>
 
-  <p><a href="http://www.lx-office.org/">Lx-Office-Webseite</a></p>
+  <p><a href="http://www.lx-office.org/">[% 'Lx-Office website' | $T8 %]</a></p>
 
  </div>