Revision 905455fc
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
3011 | 3011 |
'There are invalid taxnumbers in use.' => 'Es werden ungültige Steuerautomatik-Konten benutzt.', |
3012 | 3012 |
'There are invalid transactions in your database.' => 'Sie haben ungültige Buchungen in Ihrer Datenbank.', |
3013 | 3013 |
'There are invoices which could not be paid by bank transaction #1 (Account number: #2, bank code: #3)!' => 'Einige Rechnungen konnten nicht durch die Bankbewegung #1 (Kontonummer: #2, Bankleitzahl: #3) bezahlt werden!', |
3014 |
'There are no documents in the WebDAV directory at the moment.' => 'Es befinden sich im WebDAV-Verzeichnis momentan keine Dokumente.', |
|
3014 | 3015 |
'There are no entries in the background job history.' => 'Es gibt keine Einträge im Hintergrund-Job-Verlauf.', |
3015 | 3016 |
'There are no entries that match the filter.' => 'Es gibt keine Einträge, auf die der Filter zutrifft.', |
3016 | 3017 |
'There are no items in stock.' => 'Dieser Artikel ist nicht eingelagert.', |
templates/webpages/webdav/_list.html | ||
---|---|---|
1 |
[% USE HTML %][% USE T8 %] |
|
1 |
[% USE HTML %][% USE T8 %][%- USE LxERP -%]
|
|
2 | 2 |
|
3 | 3 |
[%- IF INSTANCE_CONF.get_webdav %] |
4 | 4 |
<div id="ui-tabs-webdav"> |
5 | 5 |
<div class="listtop">[%- 'Documents in the WebDAV repository' | $T8 %]</div> |
6 | 6 |
|
7 |
[% IF WEBDAV && WEBDAV.size %] |
|
7 | 8 |
<table> |
8 | 9 |
<thead> |
9 | 10 |
<tr class="listheading"> |
... | ... | |
21 | 22 |
[%- END %] |
22 | 23 |
</tbody> |
23 | 24 |
</table> |
25 |
|
|
26 |
[% ELSE %] |
|
27 |
<p>[% LxERP.t8("There are no documents in the WebDAV directory at the moment.") %]</p> |
|
28 |
[% END %] |
|
24 | 29 |
</div> |
25 | 30 |
|
26 | 31 |
[%- END %] |
Auch abrufbar als: Unified diff
WebDAV: freundliche Meldung anstelle leerer Tabelle, wenn keine Dokumente vorhanden