9 lines
570 B
PHP
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',
|
|
);
|