Revision 77919bac
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
templates/webpages/dbupgrade/warning.html | ||
---|---|---|
6 | 6 |
<input type="hidden" name="action" value="login"> |
7 | 7 |
|
8 | 8 |
<p> |
9 |
[% LxERP.t8('Lx-Office is about to update the database <b>#1</b>. You should create a backup of the database before proceeding because the backup might not be reversible.', dbname) | html %] |
|
9 |
[% LxERP.t8('Lx-Office is about to update the database <b>#1</b>.', dbname) | html %] |
|
10 |
[% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %] |
|
10 | 11 |
</p> |
11 | 12 |
|
12 | 13 |
<input type="submit" name="dummy" value="[% 'Continue' | $T8 %]"> |
Auch abrufbar als: Unified diff
Anpassung locales.pl an neue Situation ohne explizit übersetzte Templates
Conflicts:
Zusätzlich einige Templates angepasst, die in den vorherigen Sweeps nicht
mit eingecheckt wurden.