Revision e4425fe4
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
996 | 996 |
'Payments' => 'Zahlungsausg?nge', |
997 | 997 |
'Period' => 'Zeitraum', |
998 | 998 |
'Personal settings' => 'Persönliche Einstellungen', |
999 |
'Personal warehouse of' => 'Personenlager von', |
|
1000 | 999 |
'Pg Database Administration' => 'Datenbankadministration', |
1001 | 1000 |
'Phone' => 'Telefon', |
1002 | 1001 |
'Phone1' => 'Telefon 1 ', |
templates/webpages/am/list_warehouses_de.html | ||
---|---|---|
11 | 11 |
<td class="listheading" width="0%"></td> |
12 | 12 |
<td class="listheading" width="70%">Beschreibung</td> |
13 | 13 |
<td class="listheading" width="20%">Anzahl Lagerplätze</td> |
14 |
<td class="listheading" width="20%">Personenlager von</td> |
|
15 | 14 |
<td class="listheading" width="10%">Ungültig</td> |
16 | 15 |
</tr> |
17 | 16 |
|
... | ... | |
21 | 20 |
<td>[% IF warehouse.next_id %]<a href="[% url_base %]&action=swap_warehouses&id1=[% HTML.url(warehouse.next_id) %]&id2=[% HTML.url(warehouse.id) %]"><img border="0" src="image/down.png"></a>[% END %]</td> |
22 | 21 |
<td><a href="[% url_base %]&action=edit_warehouse&id=[% HTML.url(warehouse.id) %]">[% HTML.escape(warehouse.description) %]</a></td> |
23 | 22 |
<td>[% HTML.escape(warehouse.number_of_bins) %]</td> |
24 |
<td>[% IF warehouse.personal_warehouse_of %][% HTML.escape(warehouse.personal_warehouse_of_name) %][% ELSE %]-[% END %]</td> |
|
25 | 23 |
<td>[% IF warehouse.invalid %]Ja[% ELSE %]Nein[% END %]</td> |
26 | 24 |
</tr> |
27 | 25 |
[% END %] |
templates/webpages/am/list_warehouses_master.html | ||
---|---|---|
11 | 11 |
<td class="listheading" width="0%"></td> |
12 | 12 |
<td class="listheading" width="70%"><translate>Description</translate></td> |
13 | 13 |
<td class="listheading" width="20%"><translate>Number of bins</translate></td> |
14 |
<td class="listheading" width="20%"><translate>Personal warehouse of</translate></td> |
|
15 | 14 |
<td class="listheading" width="10%"><translate>Invalid</translate></td> |
16 | 15 |
</tr> |
17 | 16 |
|
... | ... | |
21 | 20 |
<td>[% IF warehouse.next_id %]<a href="[% url_base %]&action=swap_warehouses&id1=[% HTML.url(warehouse.next_id) %]&id2=[% HTML.url(warehouse.id) %]"><img border="0" src="image/down.png"></a>[% END %]</td> |
22 | 21 |
<td><a href="[% url_base %]&action=edit_warehouse&id=[% HTML.url(warehouse.id) %]">[% HTML.escape(warehouse.description) %]</a></td> |
23 | 22 |
<td>[% HTML.escape(warehouse.number_of_bins) %]</td> |
24 |
<td>[% IF warehouse.personal_warehouse_of %][% HTML.escape(warehouse.personal_warehouse_of_name) %][% ELSE %]-[% END %]</td> |
|
25 | 23 |
<td>[% IF warehouse.invalid %]<translate>Yes</translate>[% ELSE %]<translate>No</translate>[% END %]</td> |
26 | 24 |
</tr> |
27 | 25 |
[% END %] |
Auch abrufbar als: Unified diff
Überflüssige Teile entfernt.