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

9 lines
568 B
PHP

<?php
return [
'Country %id migrated to country (ID %country) and state (ID %state) (address: %address, tax rules: %tax, shipping zones: %zone)' => 'Le pays %id migré vers le pays (ID %country) et état (ID %state) (adresses: %address, règles de taxe: %tax, zones de livraison: %zone)',
'Country migration' => 'Migration pays',
'The state id \'%id\' does not belong to country id \'%id_country\'' => 'L\'état id \'%id\' n\'appartient pas au pays id \'%id_country\'',
'The state id \'%id\' doesn\'t exist' => 'L\'état id \'%id\' n\'existe pas',
];