Initial commit
This commit is contained in:
8
local/modules/TheliaMigrateCountry/I18n/fr_FR.php
Normal file
8
local/modules/TheliaMigrateCountry/I18n/fr_FR.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user