Le module MondialRelay n'était pas commité

This commit is contained in:
2020-12-05 09:32:52 +01:00
parent 9572b71f14
commit ef16a65ce8
143 changed files with 16232 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
return array(
'City' => 'City',
'Current address can\'t be geolocated' => 'Current address can\'t be geolocated',
'Expected delivery date: %delivery_date' => 'Expected delivery date: %delivery_date',
'Find' => 'Find',
'Find a pickup location around you' => 'Find a pickup location around you',
'Loading...' => 'Loading...',
'Mondial Relay home delivery' => 'Mondial Relay home delivery',
'Mondial Relay pickup location' => 'Mondial Relay pickup location',
'Mondial Relay pickup location #%num' => 'Mondial Relay pickup #%num',
'No pickup locations were found for this address.' => 'No pickup locations were found for this address.',
'Oops, something goes wrong, please try again.' => 'Oops, something goes wrong, please try again.',
'Pickup location #%number' => 'Pickup location #%number',
'Pickup location address' => 'Pickup location address',
'Pickup location opening hours' => 'Pickup location opening hours',
'Please select a pickup location.' => 'Please select a pickup location.',
'Search radius' => 'Search radius',
'Sorry, we failed to get pickup locations. Error is : __ERR__.' => 'Sorry, we failed to get pickup locations. Error is : __ERR__.',
'Zip code' => 'Zip code',
'km' => 'km',
);

View File

@@ -0,0 +1,23 @@
<?php
return array(
'City' => 'Ville',
'Current address can\'t be geolocated' => 'L\'adresse sélectionné ne peut être géolocalisée, merci de vérifier qu\'elle est correcte.',
'Expected delivery date: %delivery_date' => 'Date de livraison estimée: %delivery_date',
'Find' => 'Go',
'Find a pickup location around you' => 'Trouver un point relais autour de vous',
'Loading...' => 'Chargement...',
'Mondial Relay home delivery' => 'Livraison Mondial Relay à mon domicile',
'Mondial Relay pickup location' => 'Adresse du point relais Mondial Relay',
'Mondial Relay pickup location #%num' => 'Point relais Mondial Relay No. %num',
'No pickup locations were found for this address.' => 'Nous n\'avons pas trouvé de point relais autour de cette adresse.',
'Oops, something goes wrong, please try again.' => 'Oups, quelque chose n\'a pas fonctionné correctement. Merci de recommencer.',
'Pickup location #%number' => 'Point relais No. %number',
'Pickup location address' => 'Adresse du point relais',
'Pickup location opening hours' => 'Horaires d\'ouverture du relais',
'Please select a pickup location.' => 'Merci de choisir un point relais.',
'Search radius' => 'Rayon de recherche',
'Sorry, we failed to get pickup locations. Error is : __ERR__.' => 'Impossible d\'obtenir les points relais. L\'erreur est : __ERR__.',
'Zip code' => 'Code postal',
'km' => 'km',
);