Revision 41b0ac27
Von Tamino Steinert vor 23 Tagen hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
1916 | 1916 |
} |
1917 | 1917 |
|
1918 | 1918 |
if (@double_lists) { |
1919 |
die t8("There is already a variant with the property values: #1.", join("; ", @double_lists)); |
|
1919 |
die t8( |
|
1920 |
"There is already a variant of '#1' with the property values: #2", |
|
1921 |
$parent_variant->displayable_name, |
|
1922 |
join("; ", @double_lists) |
|
1923 |
); |
|
1920 | 1924 |
} |
1921 | 1925 |
} |
1922 | 1926 |
|
Auch abrufbar als: Unified diff
locales