Revision 4471e79a
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/BackgroundJob/ConvertTimeRecordings.pm | ||
---|---|---|
'!duration' => undef,
|
||
%customer_where]);
|
||
|
||
# no time recordings at all ? -> better exit here before iterating a empty hash
|
||
# return undef or message unless ref $time_recordings->[0] eq SL::DB::Manager::TimeRecording;
|
||
return t8('No time recordings to convert') if scalar @$time_recordings == 0;
|
||
|
||
my @donumbers;
|
||
|
locale/de/all | ||
---|---|---|
'No template has been selected yet.' => 'Es wurde noch keine Vorlage ausgewählt.',
|
||
'No text blocks have been created for this position.' => 'Für diese Position wurden noch keine Textblöcke angelegt.',
|
||
'No text has been entered yet.' => 'Es wurde noch kein Text eingegeben.',
|
||
'No time recordings to convert' => 'Es sind keine Zeiterfassungseinträge zu konvertieren',
|
||
'No title yet' => 'Bisher ohne Titel',
|
||
'No transaction on chart bank chosen!' => 'Keine Buchung auf Bankkonto gewählt.',
|
||
'No transaction selected!' => 'Keine Transaktion ausgewählt',
|
locale/en/all | ||
---|---|---|
'No template has been selected yet.' => '',
|
||
'No text blocks have been created for this position.' => '',
|
||
'No text has been entered yet.' => '',
|
||
'No time recordings to convert' => '',
|
||
'No title yet' => '',
|
||
'No transaction on chart bank chosen!' => '',
|
||
'No transaction selected!' => '',
|
Auch abrufbar als: Unified diff
Zeiterfassung: Konvertierung: Abbrechen, wenn keine Einträge zu verarbeiten sind