Revision dba5b93c
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
1456 | 1456 |
'No requirement spec statuses has been created yet.' => 'Es wurden noch keine Pflichtenheftstatus angelegt.', |
1457 | 1457 |
'No requirement spec type has been created yet.' => 'Es wurden noch keine Pflichtenhefttypen angelegt.', |
1458 | 1458 |
'No risks level has been created yet.' => 'Es wurden noch keine Risikograde angelegt.', |
1459 |
'No sections created yet' => 'Keine Abschnitte erstellt', |
|
1459 | 1460 |
'No sections have been created so far.' => 'Bisher wurden noch keine Abschnitte angelegt.', |
1460 | 1461 |
'No shipto selected to delete' => 'Keine Lieferadresse zum Löschen ausgewählt', |
1461 | 1462 |
'No summary account' => 'Kein Sammelkonto', |
templates/webpages/requirement_spec_item/_no_section.html | ||
---|---|---|
1 | 1 |
[%- USE LxERP -%] |
2 |
<span class="section-context-menu"> |
|
3 |
[%- LxERP.t8("No sections have been created so far.") %] |
|
4 |
[% LxERP.t8("Create one from the context menu by right-clicking on this text.") %] |
|
5 |
</span> |
|
2 |
<div class="section-context-menu"> |
|
3 |
<h1>[%- LxERP.t8("No sections created yet") %]</h1> |
|
4 |
|
|
5 |
<p> |
|
6 |
[%- LxERP.t8("No sections have been created so far.") %] |
|
7 |
[% LxERP.t8("Create one from the context menu by right-clicking on this text.") %] |
|
8 |
</p> |
|
9 |
</div> |
Auch abrufbar als: Unified diff
Pflichtenheftitems: Überschrift für "keine Abschnitte bisher"