]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/dbupgrade/error_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / dbupgrade / error_master.html
index ca99d400afc04ade51f8541ad0f29a728f4fc073..4bcd9b0ac186256e9b92d12df6156c9b15f72a97 100644 (file)
@@ -1,6 +1,9 @@
-[% USE HTML %]<p><translate>The database update/creation did not succeed. The file [% HTML.escape(file) %] contained the following error:</translate>
+[%- USE T8 %]
+[%- USE HTML %]
+[%- USE LxERP %]
+<p>[% LxERP.t8('The database update/creation did not succeed. The file #1 contained the following error:', file) | html %]
  <br>
  [% error %]
  <br>
- <translate>All changes in that file have been reverted.</translate>
+ [% 'All changes in that file have been reverted.' | $T8 %]
 </p>