Revision e7c39e42
Von Tamino Steinert vor 8 Monaten hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
1882 | 1882 |
} |
1883 | 1883 |
|
1884 | 1884 |
if (@double_lists) { |
1885 |
die t8("There is already a variant with the property values: #1.", join("; ", @double_lists)); |
|
1885 |
die t8( |
|
1886 |
"There is already a variant of '#1' with the property values: #2", |
|
1887 |
$parent_variant->displayable_name, |
|
1888 |
join("; ", @double_lists) |
|
1889 |
); |
|
1886 | 1890 |
} |
1887 | 1891 |
} |
1888 | 1892 |
|
Auch abrufbar als: Unified diff
locales