projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Druckvorlagen: 'Default' entfernt, 'German' in 'Standard' umbenannt
[kivitendo-erp.git]
/
templates
/
webpages
/
dbupgrade
/
error.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
<p>[% LxERP.t8('The database update/creation did not succeed. The file #1 contained the following error:', file) | html %]
5
<br>
6
[% error %]
7
<br>
8
[% 'All changes in that file have been reverted.' | $T8 %]
9
</p>