Files
aux-bieaux-legumes/local/modules/TheliaMigrateCountry/I18n/en_US.php
2021-01-14 18:04:26 +01:00

9 lines
570 B
PHP

<?php
return array(
'Country %id migrated to country (ID %country) and state (ID %state) (address: %address, tax rules: %tax, shipping zones: %zone)' => 'Country %id migrated to country (ID %country) and state (ID %state) (address: %address, tax rules: %tax, shipping zones: %zone)',
'Country migration' => 'Country migration',
'The state id \'%id\' does not belong to country id \'%id_country\'' => 'The state id \'%id\' does not belong to country id \'%id_country\'',
'The state id \'%id\' doesn\'t exist' => 'The state id \'%id\' doesn\'t exist',
);