'!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;
'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',
'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!' => '',