Revision e1596b6b
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1483 | 1483 |
parts_id => $part->id, |
1484 | 1484 |
bin_id => $bin_id); |
1485 | 1485 |
if ($error == 1) { |
1486 |
push @errors, $::locale->text('Part "#1" has chargenumber or best before date set. So it cannot be transfered automaticaly.', |
|
1486 |
push @errors, $::locale->text('Part "#1" has chargenumber or best before date set. So it cannot be transfered automatically.',
|
|
1487 | 1487 |
$part->description); |
1488 | 1488 |
} |
1489 | 1489 |
my $form_unit_obj = SL::DB::Unit->new(name => $unit)->load; |
locale/de/all | ||
---|---|---|
1951 | 1951 |
'Paid' => 'bezahlt', |
1952 | 1952 |
'Paid amount' => 'Bezahlter Betrag', |
1953 | 1953 |
'Part' => 'Ware', |
1954 |
'Part "#1" has chargenumber or best before date set. So it cannot be transfered automaticaly.' => 'Bei Artikel "#1" ist eine Chargenummer oder ein Mindesthaltbarkeitsdatum vergeben. Deshalb kann dieser Artikel nicht automatisch ausgelagert werden.', |
|
1954 |
'Part "#1" has chargenumber or best before date set. So it cannot be transfered automatically.' => 'Bei Artikel "#1" ist eine Chargenummer oder ein Mindesthaltbarkeitsdatum vergeben. Deshalb kann dieser Artikel nicht automatisch ausgelagert werden.',
|
|
1955 | 1955 |
'Part (database ID)' => 'Artikel (Datenbank-ID)', |
1956 | 1956 |
'Part Description' => 'Artikelbeschreibung', |
1957 | 1957 |
'Part Description missing!' => 'Artikelbezeichnung fehlt!', |
locale/en/all | ||
---|---|---|
1531 | 1531 |
'Part Notes' => '', |
1532 | 1532 |
'Part Number' => '', |
1533 | 1533 |
'Part Number missing!' => '', |
1534 |
'Part \"#1\" has chargenumber or best before date set. So it cannot be transfered automaticaly.' => '', |
|
1534 |
'Part \"#1\" has chargenumber or best before date set. So it cannot be transfered automatically.' => '',
|
|
1535 | 1535 |
'Part picker' => '', |
1536 | 1536 |
'Partnumber' => '', |
1537 | 1537 |
'Partnumber must not be set to empty!' => '', |
Auch abrufbar als: Unified diff
Typos