Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Revise files in admin/openbay folder
Browse files Browse the repository at this point in the history
close #26
  • Loading branch information
gizmecano committed Apr 7, 2018
1 parent 6d6c659 commit 155c26a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
9 changes: 8 additions & 1 deletion admin/language/fr-FR/openbay/ebay_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@
$_['heading_title'] = 'Revoir l’annonce eBay';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_ebay'] = 'eBay';
// Tab
$_['tab_recommendations'] = 'Recommendations';
// Text
$_['text_revise'] = 'Revoir l’annonce';
$_['text_loading'] = 'Obtention des informations de l’objet depuis eBay';
$_['text_error_loading'] = 'Une erreur est survenue lors de l’obtention d’informations depuis eBay.';
$_['text_saved'] = 'L’annonce a été enregistrée.';
$_['text_alert_removed'] = 'L’annonce a été dissociée.';
$_['text_alert_removed'] = 'L’annonce a été supprimée.';
$_['text_alert_ended'] = 'L’annonce a expirée sur eBay.';
$_['text_listing_info'] = 'Information de mise en vente';
$_['text_check_recommendations'] = 'Vérification des recommandations eBay';
$_['text_success_recommendations'] = 'Il n’y a aucune recommandation d’amélioration pour ce produit !';
// Buttons
$_['button_view'] = 'Voir l’annonce';
$_['button_remove'] = 'Supprimer la liaison';
Expand Down Expand Up @@ -54,3 +59,5 @@
$_['error_ended'] = 'L’annonce liée a expirée, vous ne pouvez pas la modifier. Vous devez supprimer la liaison.';
$_['error_reserve'] = 'Vous ne pouvez pas définir une quantité plus élevée dans la réserve que dans le stock local.';
$_['error_no_sku'] = 'Pas de SKU trouvé.';
$_['error_no_item_id']= 'L’identifiant du produit est manquant dans la requête';
$_['error_recommendations_load'] = 'Impossible de charger les recommandations pour le produit';
12 changes: 12 additions & 0 deletions admin/language/fr-FR/openbay/ebay_new.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
$_['text_ebay_imagesize_ok'] = 'La taille de l’image est correcte. Elle peut être utilisée sur eBay';
$_['text_compatible'] = 'Options compatibles';
$_['text_loading_compatibility'] = 'Chargement des options de compatibilité';
$_['text_product_identifiers'] = 'Identifiants de produit'
$_['text_ean'] = 'EAN';
$_['text_upc'] = 'UPC';
$_['text_isbn'] = 'ISBN';
$_['text_identifier_not_required'] = 'Non requis';
// Column
$_['column_stock_total'] = 'En stock';
$_['column_stock_col_qty'] = 'À mettre en vente';
Expand Down Expand Up @@ -159,6 +164,11 @@
$_['entry_shipping_type_int'] = 'Mode de transport international';
$_['entry_shipping_intnat'] = 'Services de transport internationaux';
$_['entry_shipping_handling_int'] = 'Frais de traitement (internationaux)';
$_['entry_shipping_pickupdropoff'] = 'Cliquer et collecter';
$_['entry_shipping_pickupinstore'] = 'Disponible pour un ramassage en magasin';
$_['entry_shipping_global_shipping'] = 'Utiliser le mode de livraison global';
$_['entry_shipping_promotion_discount'] = 'Remises combinées pour la livraison (national)';
$_['entry_shipping_promotion_discount_international'] = 'Remises combinées pour la livraison (international)';
$_['entry_vrm'] = 'Plaque d’immatriculation du véhicule';
$_['entry_vin'] = 'Numéro de série du véhicule';
// Tab
Expand All @@ -176,6 +186,8 @@
$_['help_category_suggested'] = 'La liste des catégories eBay suggérée en se basant sur le titre de votre produit';
$_['help_category_popular'] = 'Une liste des catégories que vous avez récemment utilisées';
$_['help_shop_category'] = 'La catégorie dans laquelle le produit sera ajouté dans votre boutique eBay';
$_['help_shipping_promotion_discount'] = 'Offrir aux clients nationaux un rabais sur l’expédition quand ils achètent plusieurs produits. Les réductions doivent avoir été configurées dans eBay pour prendre effet.';
$_['help_shipping_promotion_discount_international'] = 'Offrir aux clients internationaux un rabais sur l’expédition quand ils achètent plusieurs produits. Les réductions doivent avoir été configurées dans eBay pour prendre effet.';
// Error
$_['error_choose_category'] = 'Vous devez choisir une catégorie';
$_['error_search_text'] = 'Entrez un texte à rechercher';
Expand Down
5 changes: 5 additions & 0 deletions admin/language/fr-FR/openbay/ebay_newbulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
$_['text_total_fee'] = 'Taxes totales';
$_['text_category_choose'] = 'Choisir la catégorie';
$_['text_suggested'] = 'Catégories suggérées';
$_['text_product_identifiers'] = 'Identifiants de produit'
$_['text_ean'] = 'EAN';
$_['text_upc'] = 'UPC';
$_['text_isbn'] = 'ISBN';
$_['text_identifier_not_required'] = 'Non requis';
//Errors
$_['text_error_ship_profile'] = 'Vous devez avoir un profil de mode de livraison configuré par défaut.';
$_['text_error_generic_profile'] = 'Vous devez avoir un profil générique configuré par défaut';
Expand Down
8 changes: 8 additions & 0 deletions admin/language/fr-FR/openbay/ebay_profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
$_['text_shipping_cod'] = 'Frais pour « Paiement à la livraison »';
$_['text_shipping_handling_nat'] = 'Frais de traitement (nationaux)';
$_['entry_shipping_handling_int'] = 'Frais de traitement (internationaux)';
$_['entry_shipping_pickupdropoff'] = 'Cliquer et collecter';
$_['entry_shipping_pickupinstore'] = 'Disponible pour un ramassage en magasin';
$_['entry_shipping_global_shipping'] = 'Utiliser le mode de livraison global';
$_['entry_shipping_promotion_discount'] = 'Remises combinées pour la livraison (national)';
$_['entry_shipping_promotion_discount_international'] = 'Remises combinées pour la livraison (international)';
//Returns profile
$_['text_returns_accept'] = 'Retours SAV acceptés';
$_['text_returns_inst'] = 'Modalités de retour';
Expand Down Expand Up @@ -101,3 +106,6 @@
$_['error_name'] = 'Vous devez entrer un nom de profil.';
$_['error_no_template'] = 'Cet identifiant de modèle n’existe pas.';
$_['error_missing_settings'] = 'Vous ne pouvez pas ajouter, modifier ou supprimer des profils avant de synchroniser vos paramètres eBay.';
//Help
$_['help_shipping_promotion_discount'] = 'Offrir aux clients nationaux un rabais sur l’expédition quand ils achètent plusieurs produits. Les réductions doivent avoir été configurées dans eBay pour prendre effet.';
$_['help_shipping_promotion_discount_international'] = 'Offrir aux clients internationaux un rabais sur l’expédition quand ils achètent plusieurs produits. Les réductions doivent avoir été configurées dans eBay pour prendre effet.';

0 comments on commit 155c26a

Please sign in to comment.