Revision d638ae94
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
49 | 49 |
|
50 | 50 |
use SL::DB::Language; |
51 | 51 |
use SL::DB::Printer; |
52 |
use SL::Helper::Flash; |
|
52 | 53 |
|
53 | 54 |
require "bin/mozilla/common.pl"; |
54 | 55 |
|
... | ... | |
802 | 803 |
|
803 | 804 |
# check if items are valid |
804 | 805 |
if ($form->{rowcount} == 1) { |
806 |
flash('warning', $::locale->text('The action you\'ve chosen has not been executed because the document does not contain any item yet.')); |
|
805 | 807 |
&update; |
806 | 808 |
::end_of_request(); |
807 | 809 |
} |
locale/de/all | ||
---|---|---|
1874 | 1874 |
'The access rights have been saved.' => 'Die Zugriffsrechte wurden gespeichert.', |
1875 | 1875 |
'The account 3804 already exists, the update will be skipped.' => 'Das Konto 3804 existiert schon, das Update wird übersprungen.', |
1876 | 1876 |
'The account 3804 will not be added automatically.' => 'Das Konto 3804 wird nicht automatisch hinzugefügt.', |
1877 |
'The action you\'ve chosen has not been executed because the document does not contain any item yet.' => 'Die von Ihnen ausgewählte Aktion wurde nicht ausgeführt, weil der Beleg noch keine Positionen enthält.', |
|
1877 | 1878 |
'The application "#1" was not found on the system.' => 'Die Anwendung "#1" wurde auf dem System nicht gefunden.', |
1878 | 1879 |
'The assembly has been created.' => 'Das Erzeugnis wurde hergestellt.', |
1879 | 1880 |
'The assistant could not find anything wrong with #1. Maybe the problem has been solved in the meantime.' => 'Der Korrekturassistent konnte kein Problem bei #1 feststellen. Eventuell wurde das Problem in der Zwischenzeit bereits behoben.', |
Auch abrufbar als: Unified diff
Warnung anzeigen, wenn Beleg noch keine Positionen enthält und Aktion (speichern/drucken) nicht ausgeführt wurde