9 lines
572 B
PHP
9 lines
572 B
PHP
<?php
|
|
|
|
return [
|
|
'Country %id migrated to country (ID %country) and state (ID %state) (address: %address, tax rules: %tax, shipping zones: %zone)' => 'Paese %id migrato a paese (ID %country) e stato (ID %state) (Indirizzo: %address, norme fiscali: %tax, zone di spedizione: %zone)',
|
|
'Country migration' => 'Migrazione del paese',
|
|
'The state id \'%id\' does not belong to country id \'%id_country\'' => 'L\'id dello stato \'%id\' non appartiene a id paese \'%id_country\'',
|
|
'The state id \'%id\' doesn\'t exist' => 'L\'id dello stato \'%id\' non esiste',
|
|
];
|