Plugin Directory

Changeset 3489671


Ignore:
Timestamp:
03/24/2026 07:10:28 AM (4 days ago)
Author:
Harasse
Message:

5.5.15

Location:
collect-and-deliver-interface-for-woocommerce/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • collect-and-deliver-interface-for-woocommerce/trunk/cdi.php

    r3458981 r3489671  
    33 * Plugin Name: Collect and Deliver Interface for Woocommerce
    44 * Description: CDI - To manage and control your shipments
    5  * Version: 5.5.14
     5 * Version: 5.5.15
    66 * Author: Halyra
    77 *
     
    284284        global $wpdb;
    285285        $settingupdate = get_option( 'cdi_o_settingupdate') ;
    286         $currentversion = '5.5.14';
     286        $currentversion = '5.5.15';
    287287        $oldversion = get_option( 'cdi_o_version' );
    288288        $x = strnatcasecmp( $currentversion, $oldversion );
     
    412412    include_once( 'includes/CDI-Bibext/CDI-Bibext.php' );
    413413    cdi_c_Bibext::init();
     414   
     415    include_once( 'includes/CDI-Carrier-notcdi/exec.php' );
     416    cdi_c_Carrier_notcdi::init();
    414417
    415418    include_once( 'includes/CDI-Metabox.php' );
     
    485488    cdi_c_Carrier_deliver::init();
    486489
    487     include_once( 'includes/CDI-Carrier-notcdi/exec.php' );
    488     cdi_c_Carrier_notcdi::init();
    489 
    490 }
    491 
    492 
     490}
     491
     492
  • collect-and-deliver-interface-for-woocommerce/trunk/includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php

    r3458752 r3489671  
    224224                if ((get_option("cdi_o_settings_mondialrelay_contractnumber") . '@business-api.mondialrelay.com') == get_option("cdi_o_settings_mondialrelay_loginapiv2")) {
    225225                  // ********************************* Beginning of Mondialrelay Web service in XML mode (V2) *********************************
     226                  if ( $MR_WebSiteId == 'TTMRSDBX' ) {
     227                   $urlAffMrV2 = 'https://connect-api-sandbox.mondialrelay.com/api/shipment' ; // Test
     228                  }else{
     229                   $urlAffMrV2 = 'https://connect-api.mondialrelay.com/api/Shipment' ; // Prod ;
     230                  }
    226231                  $params = [];
    227232                  $Context = [];
     
    324329
    325330                  $args = ["headers" => $headers, "body" => $requestXml, ];
    326                   $result = wp_remote_post("https://connect-api-sandbox.mondialrelay.com/api/shipment", $args);
     331                  $result = wp_remote_post($urlAffMrV2, $args);                 
    327332                  // Body convert in ARRAY
    328333                  $responseXml = simplexml_load_string($result["body"]);
    329334                  $arrayresponse = json_decode(json_encode($responseXml) , true);
    330                   //cdi_c_Function::cdi_debug(__LINE__, __FILE__, $arrayresponse, "tec");
     335                  //cdi_c_Function::cdi_debug(__LINE__, __FILE__, $arrayresponse, "tec");                 
    331336                  if ($result["response"]["code"] !== 200) {
    332337                    cdi_c_Function::cdi_debug(__LINE__, __FILE__, $params, "tec");
  • collect-and-deliver-interface-for-woocommerce/trunk/includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php

    r3458752 r3489671  
    104104    if ((get_option("cdi_o_settings_mondialrelay_contractnumber") . '@business-api.mondialrelay.com') == get_option("cdi_o_settings_mondialrelay_loginapiv2")) {
    105105      // ********************************* Beginning of Mondialrelay Web service in XML mode (V2) *********************************
     106      if ( $MR_WebSiteId == 'TTMRSDBX' ) {
     107    $urlAffMrV2 = 'https://connect-api-sandbox.mondialrelay.com/api/shipment' ; // Test
     108       }else{
     109        $urlAffMrV2 = 'https://connect-api.mondialrelay.com/api/Shipment' ; // Prod ;
     110      }
    106111      $params = [];
    107112      $Context = [];
     
    197202      //cdi_c_Function::cdi_debug(__LINE__, __FILE__, simplexml_load_string($requestXml) , "tec");
    198203      $args = ["headers" => $headers, "body" => $requestXml, ];
    199       $result = wp_remote_post("https://connect-api-sandbox.mondialrelay.com/api/shipment", $args);
     204      $result = wp_remote_post($urlAffMrV2, $args);
    200205      // Body convert in ARRAY
    201206      $responseXml = simplexml_load_string($result["body"]);
  • collect-and-deliver-interface-for-woocommerce/trunk/includes/CDI-Gateway-Bordereaux.php

    r3458752 r3489671  
    920920        $selected = self::cdi_get_br_selected();
    921921        $selected = self::cdi_filtre_carrier_selected( $selected );
     922        $carrier = cdi_c_Function::cdi_fallback_carrier( $carrier );   
    922923        $route = 'cdi_c_Carrier_' . $carrier . '::cdi_prod_remise_format';
    923924        $format = ( $route )();
     
    956957        $selected = self::cdi_get_br_selected();
    957958        $selected = self::cdi_filtre_carrier_selected( $selected );
     959        $carrier = cdi_c_Function::cdi_fallback_carrier( $carrier );
    958960        $route = 'cdi_c_Carrier_' . $carrier . '::cdi_prod_remise_format';
    959961        $format = ( $route )();
  • collect-and-deliver-interface-for-woocommerce/trunk/includes/CDI-Orderlist.php

    r3195668 r3489671  
    221221
    222222                $order_id = $order->get_id();
     223                $carrier = cdi_c_Function::cdi_fallback_carrier( $carrier );
    223224                $route = 'cdi_c_Carrier_' . $carrier . '::cdi_metabox_initforcarrier';
    224225                $return = ( $route )( $order_id, $order );
  • collect-and-deliver-interface-for-woocommerce/trunk/includes/CDI-Shipping.php

    r3458752 r3489671  
    665665                            $toadd = $toadd + $return;
    666666                        } else {
    667                             $arrayaddfees = explode( ',', $rates['addfees'] );
    668                             $arrayaddfees = array_map( 'trim', $arrayaddfees );
     667
     668                            // Normalization to array of pseudo-PHP
     669                            $arrayaddfees = trim ($rates['addfees']) ;
     670                            $arrayaddfees = str_replace (array(' ', ',p=', ',w=', ',' ), array('', ';p=', ';w=', '.' ), $arrayaddfees) ;
     671                            $arrayaddfees = explode( ';', $arrayaddfees );
     672;
    669673                            foreach ( $arrayaddfees as $addfee ) {
    670674                                if ( $addfee ) {
    671                                     if ( strpos( $addfee, 'p=+' ) == 0 ) {
     675                                    if ( strpos( $addfee, 'p=+' ) === 0 ) {                             
    672676                                        $p = str_replace( 'p=+', '', $addfee );
    673                                         $p = (float) ( str_replace( '%', '', $p ) );
    674                                         $p = trim( str_replace( ‘,’, ‘.’, $p ) );
    675                                         $x = ( ( $price / 100 ) * $p );
    676                                         $toadd = $toadd + $x;
     677                                        $p = str_replace( '%', '', $p ) ;                                       
     678                                        if (is_numeric($p)) {
     679                                            $x = (float) ( ( $price / 100 ) * $p );                                     
     680                                            $toadd = $toadd + $x;
     681                                        }
    677682                                    }
    678                                     if ( strpos( $addfee, 'w=+' ) == 0 ) {
     683                                    if ( strpos( $addfee, 'w=+' ) === 0 ) {                         
    679684                                        $w = str_replace( 'w=+', '', $addfee );
    680                                         $w = trim( str_replace( ‘,’, ‘.’, $w ) );
    681                                         $x = (float) ( ( $weight / 1000 ) * $w );
    682                                         $toadd = $toadd + $x;
     685                                        if (is_numeric($w)) {
     686                                            $x = (float) ( ( $weight / 1000 ) * $w );                                           
     687                                            $toadd = $toadd + $x;
     688                                        }
    683689                                    }
    684690                                }
    685                             }
     691                            }               
    686692                        }
    687693                        $fare = $rates['fare'] + $toadd;
     
    740746            <span class="woocommerce-help-tip" data-tip=" " title="<?php _e( 'A supplement, excluding VAT, to be added to the package. This may be :
    7417471) a 4-digit numeric code nnnn to call a wordpress filter cdi_filterstring_shipping_add_varfare_nnnn which will calculate and return the value of the additional variable;
    742 2) a comma-separated list of expressions: percentage of cart price and/or additional cost per kg of weight. Ex. syntax: p=+2.5%, w=+5 .
    743 The php short code trigger under is now deprecated for security reasons.', CDI_SLUG ); ?>"></span>
     7482) a semicolon-separated list of expressions: percentage of cart price and/or additional cost per kg of weight. Ex. syntax: p=+2,5%; w=+5,5 (p=+2.5%,w=+5.5 is also allowed).
     7493) The php short code trigger under is now deprecated for security reasons.', CDI_SLUG ); ?>"></span>
    744750            </div></div></th>
    745751          <th><div style="text-align:center;"><div style="display:inline-block;"><?php _e( 'Shipping class', CDI_SLUG ); ?>
  • collect-and-deliver-interface-for-woocommerce/trunk/languages/collect-and-deliver-interface-for-woocommerce-fr_FR.po

    r3450862 r3489671  
    22msgstr ""
    33"Project-Id-Version: cdi\n"
    4 "POT-Creation-Date: 2025-12-02 15:39+0100\n"
    5 "PO-Revision-Date: 2025-12-02 15:49+0100\n"
     4"POT-Creation-Date: 2026-02-20 11:13+0100\n"
     5"PO-Revision-Date: 2026-02-20 11:13+0100\n"
    66"Last-Translator: Halyra\n"
    77"Language-Team: Halyra <cdi@gmail.com>\n"
     
    142142#: includes/CDI-Carrier-colissimo/Colissimo-Affranchissement.php:383
    143143#: includes/CDI-Carrier-collect/Collect-Affranchissement.php:54
    144 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:62
    145 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:81
    146 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:326
    147 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:340
    148 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:374
    149 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:381
    150 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:388
     144#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:71
     145#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:90
     146#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:334
     147#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:347
     148#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:428
     149#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:435
     150#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:442
     151#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:208
     152#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:221
    151153#: includes/CDI-Carrier-ups/Ups-Affranchissement.php:54
    152154#: includes/CDI-Carrier-ups/Ups-Affranchissement.php:321
     
    168170#: includes/CDI-Carrier-colissimo/Colissimo-Retourcolis.php:198
    169171#: includes/CDI-Carrier-colissimo/Colissimo-Retourcolis.php:211
    170 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:178
    171 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:185
    172 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:191
     172#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:299
     173#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:306
     174#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Retourcolis.php:312
    173175msgid " ===> Return label not available - #"
    174176msgstr " ===> Etiquette de retour non disponible - #"
     
    672674msgstr "Sécurité : "
    673675
    674 #: includes/CDI-Carrier-collect/exec.php:252 includes/CDI-Settings.php:2107
     676#: includes/CDI-Carrier-collect/exec.php:252 includes/CDI-Settings.php:2115
    675677msgid "With security codes to apply"
    676678msgstr "Avec application des codes de sécurité"
     
    684686msgstr "Code livraison :"
    685687
    686 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:81
     688#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:90
    687689msgid "Shipping country not valid"
    688690msgstr "Pays destinataire non valide"
    689691
    690 #: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:469
     692#: includes/CDI-Carrier-mondialrelay/Mondialrelay-Affranchissement.php:522
    691693msgid " parcels processed with Mondialrelay Web Service."
    692694msgstr " colis traités par le Web Service d’affranchissement Mondial Relay."
     
    706708msgstr "Enlèvement :"
    707709
    708 #: includes/CDI-Carrier-mondialrelay/exec.php:555 includes/CDI-Settings.php:1586
     710#: includes/CDI-Carrier-mondialrelay/exec.php:555 includes/CDI-Settings.php:1590
    709711msgid "REL - Collecte point relais"
    710712msgstr "REL - Collecte point relais"
    711713
    712 #: includes/CDI-Carrier-mondialrelay/exec.php:556 includes/CDI-Settings.php:1587
     714#: includes/CDI-Carrier-mondialrelay/exec.php:556 includes/CDI-Settings.php:1591
    713715msgid "CDR - Collecte domicile 1P"
    714716msgstr "CDR - Collecte domicile 1P"
     
    718720msgstr "CDS - Collecte domicile 2P (lourd)"
    719721
    720 #: includes/CDI-Carrier-mondialrelay/exec.php:558 includes/CDI-Settings.php:1589
     722#: includes/CDI-Carrier-mondialrelay/exec.php:558 includes/CDI-Settings.php:1593
    721723msgid "CCC - Collecte Client Chargeur"
    722724msgstr "CCC - Collecte Client Chargeur"
     
    771773msgstr "Coût max/réel"
    772774
    773 #: includes/CDI-Carrier-ups/exec.php:398 includes/CDI-Settings.php:1795
     775#: includes/CDI-Carrier-ups/exec.php:398 includes/CDI-Settings.php:1801
    774776msgid "11 - UPS Standard"
    775777msgstr "11 - UPS Standard"
    776778
    777 #: includes/CDI-Carrier-ups/exec.php:399 includes/CDI-Settings.php:1796
     779#: includes/CDI-Carrier-ups/exec.php:399 includes/CDI-Settings.php:1802
    778780msgid "07 - UPS Express"
    779781msgstr "07 - UPS Express"
    780782
    781 #: includes/CDI-Carrier-ups/exec.php:400 includes/CDI-Settings.php:1797
     783#: includes/CDI-Carrier-ups/exec.php:400 includes/CDI-Settings.php:1803
    782784msgid "AP - UPS Access Point"
    783785msgstr "AP - UPS Access Point"
     
    848850
    849851#: includes/CDI-Frontend.php:84 includes/CDI-Frontend.php:136
    850 #: includes/CDI-Settings.php:1218
     852#: includes/CDI-Settings.php:1220
    851853msgid "Order shipped. Your tracking code is : "
    852854msgstr "Votre colis a été expédié. Votre code de suivi est :"
     
    886888
    887889#: includes/CDI-Frontend.php:314 includes/CDI-Frontend.php:334
    888 #: includes/CDI-Settings.php:1897
     890#: includes/CDI-Settings.php:1905
    889891msgid "Address line 3"
    890892msgstr "Adresse ligne 3"
     
    898900msgstr "Les armées françaises"
    899901
    900 #: includes/CDI-Function.php:926
     902#: includes/CDI-Function.php:941
    901903msgid "Mail to CDI not sent : not authorized file type ! "
    902904msgstr "Message à CDI non envoyé : Type de fichier non autorisé ! "
    903905
    904 #: includes/CDI-Function.php:932
     906#: includes/CDI-Function.php:947
    905907msgid "Mail to CDI not sent : Files too big !"
    906908msgstr "Message à CDI non envoyé : Fichiers trop volumineux !"
    907909
    908 #: includes/CDI-Function.php:949
     910#: includes/CDI-Function.php:964
    909911msgid "Your private message has been sent."
    910912msgstr "Votre message privé a été envoyé."
    911913
    912 #: includes/CDI-Function.php:1089
     914#: includes/CDI-Function.php:1104
    913915msgid " ===> Search relays error  - Customer address not found : "
    914916msgstr ""
     
    12621264
    12631265#: includes/CDI-Gateway.php:155 includes/CDI-Metabox-subscription.php:72
    1264 #: includes/CDI-Metabox.php:91 includes/CDI-Shipping.php:67
     1266#: includes/CDI-Metabox.php:91 includes/CDI-Shipping.php:70
    12651267msgid "Colissimo"
    12661268msgstr "Colissimo"
     
    12831285
    12841286#: includes/CDI-Gateway.php:164 includes/CDI-Metabox-subscription.php:73
    1285 #: includes/CDI-Metabox.php:92 includes/CDI-Shipping.php:69
     1287#: includes/CDI-Metabox.php:92 includes/CDI-Shipping.php:72
    12861288msgid "Mondial Relay"
    12871289msgstr "Mondial Relay"
     
    13041306
    13051307#: includes/CDI-Gateway.php:173 includes/CDI-Metabox-subscription.php:74
    1306 #: includes/CDI-Metabox.php:93 includes/CDI-Shipping.php:68
     1308#: includes/CDI-Metabox.php:93 includes/CDI-Shipping.php:71
    13071309msgid "UPS"
    13081310msgstr "UPS"
     
    13241326
    13251327#: includes/CDI-Gateway.php:182 includes/CDI-Metabox-subscription.php:75
    1326 #: includes/CDI-Metabox.php:94 includes/CDI-Shipping.php:70
     1328#: includes/CDI-Metabox.php:94 includes/CDI-Shipping.php:73
    13271329msgid "Collect"
    13281330msgstr "Collect"
     
    14131415msgstr "Url"
    14141416
    1415 #: includes/CDI-Gateway.php:322 includes/CDI-Shipping.php:63
     1417#: includes/CDI-Gateway.php:322 includes/CDI-Shipping.php:66
    14161418msgid "Carrier"
    14171419msgstr "Transporteur"
     
    16631665msgstr "Demander une étiquette d'affranchissement retour"
    16641666
    1665 #: includes/CDI-Settings.php:68 includes/CDI-Shipping.php:59
     1667#: includes/CDI-Settings.php:68 includes/CDI-Shipping.php:62
    16661668msgid "CDI"
    16671669msgstr "CDI"
     
    29372939"est issue des règles européennes."
    29382940
    2939 #: includes/CDI-Settings.php:1118
     2941#: includes/CDI-Settings.php:1120
    29402942msgid ""
    29412943"Warning  :\n"
     
    29612963"support technique Colissimo."
    29622964
    2963 #: includes/CDI-Settings.php:1141
     2965#: includes/CDI-Settings.php:1143
    29642966msgid "Global enable of Colissimo method."
    29652967msgstr "Activation/désactivation globale de la methode Colissimo pour CDI."
    29662968
    2967 #: includes/CDI-Settings.php:1145
     2969#: includes/CDI-Settings.php:1147
    29682970msgid "Contract :"
    29692971msgstr "Contrat  :"
    29702972
    2971 #: includes/CDI-Settings.php:1148
     2973#: includes/CDI-Settings.php:1150
    29722974msgid "Web Service - Contract Number"
    29732975msgstr "Web Service - Numéro de votre contrat donné par votre commercial LaPoste"
    29742976
    2975 #: includes/CDI-Settings.php:1149
     2977#: includes/CDI-Settings.php:1151
    29762978msgid ""
    29772979"Your Colissimo-LaPoste contrat number including the option 'Web Service "
     
    29812983"Affranchissement, Choix de livraison, et Suivi Colis. "
    29822984
    2983 #: includes/CDI-Settings.php:1155
     2985#: includes/CDI-Settings.php:1157
    29842986msgid "Web Service - Password"
    29852987msgstr "Web Service - Mot de passe donné par votre commercial LaPoste"
    29862988
    2987 #: includes/CDI-Settings.php:1156
     2989#: includes/CDI-Settings.php:1158
    29882990msgid "Your password at your Colissimo-LaPoste contrat"
    29892991msgstr "Votre mot de passe pour votre contrat Colissimo Entreprise."
    29902992
    2991 #: includes/CDI-Settings.php:1168
     2993#: includes/CDI-Settings.php:1170
    29922994msgid ""
    29932995"Add in referrals settings the Colissimo default for shipping méthods: pickup , "
     
    29983000"obligatoire \". "
    29993001
    3000 #: includes/CDI-Settings.php:1169
     3002#: includes/CDI-Settings.php:1171
    30013003msgid ""
    30023004"Will be added at the end of referrals settings - as pickup : "
     
    30123014"cdi_shipping_colissimo_pick2 ."
    30133015
    3014 #: includes/CDI-Settings.php:1173 includes/CDI-Settings.php:1497
    3015 #: includes/CDI-Settings.php:1727
     3016#: includes/CDI-Settings.php:1175 includes/CDI-Settings.php:1501
     3017#: includes/CDI-Settings.php:1733
    30163018msgid "Label layout :"
    30173019msgstr "Disposition étiquettes :"
    30183020
    3019 #: includes/CDI-Settings.php:1176
     3021#: includes/CDI-Settings.php:1178
    30203022msgid "Web Service - Output Format - Offset X in pixels"
    30213023msgstr "Web Service - Format de sortie - Offset X en pixels"
    30223024
    3023 #: includes/CDI-Settings.php:1177
     3025#: includes/CDI-Settings.php:1179
    30243026msgid "The 3 following datas are Colissimo settings for the printing."
    30253027msgstr "Les 3 données suivantes sont des paramètres Colissimo pour l'impression."
    30263028
    3027 #: includes/CDI-Settings.php:1183
     3029#: includes/CDI-Settings.php:1185
    30283030msgid "Web Service - Output Format - Offset Y in pixels"
    30293031msgstr "Web Service - Format de sortie - Offset Y en pixels"
    30303032
    3031 #: includes/CDI-Settings.php:1193 includes/CDI-Settings.php:1505
    3032 #: includes/CDI-Settings.php:1735
     3033#: includes/CDI-Settings.php:1195 includes/CDI-Settings.php:1509
     3034#: includes/CDI-Settings.php:1741
    30333035msgid "Web Service - Output Format - Printing Type (DPL & ZPL not supported)"
    30343036msgstr ""
    30353037"Web Service - Format de sortie - Type d'impression (DPL & ZPL not supported)"
    30363038
    3037 #: includes/CDI-Settings.php:1203
     3039#: includes/CDI-Settings.php:1205
    30383040msgid ""
    30393041"Web Service - Offset Deposit Date (estimate in days after running the web "
     
    30433045"d'exécution du Web Service - Doit être > 0)"
    30443046
    3045 #: includes/CDI-Settings.php:1204
     3047#: includes/CDI-Settings.php:1206
    30463048msgid "Estimate period in days to deposit yours parcels. Useful for La Poste."
    30473049msgstr ""
     
    30493051"prévisions de La Poste."
    30503052
    3051 #: includes/CDI-Settings.php:1210
     3053#: includes/CDI-Settings.php:1212
    30523054msgid "Include CN23 customs declarations with returned labels"
    30533055msgstr "Inclure les déclarations de douane CN23 avec les étiquettes de retour"
    30543056
    3055 #: includes/CDI-Settings.php:1215 includes/CDI-Settings.php:1509
    3056 #: includes/CDI-Settings.php:1739 includes/CDI-Settings.php:2084
     3057#: includes/CDI-Settings.php:1217 includes/CDI-Settings.php:1513
     3058#: includes/CDI-Settings.php:1745 includes/CDI-Settings.php:2092
    30573059msgid "Tracking information for customer:"
    30583060msgstr "Suivi des colis :"
    30593061
    3060 #: includes/CDI-Settings.php:1219 includes/CDI-Settings.php:1513
    3061 #: includes/CDI-Settings.php:1743 includes/CDI-Settings.php:2088
     3062#: includes/CDI-Settings.php:1221 includes/CDI-Settings.php:1517
     3063#: includes/CDI-Settings.php:1749 includes/CDI-Settings.php:2096
    30623064msgid "Text preceding tracking code"
    30633065msgstr "Texte précédant le code de suivi"
    30643066
    3065 #: includes/CDI-Settings.php:1220 includes/CDI-Settings.php:1514
    3066 #: includes/CDI-Settings.php:1744 includes/CDI-Settings.php:2089
     3067#: includes/CDI-Settings.php:1222 includes/CDI-Settings.php:1518
     3068#: includes/CDI-Settings.php:1750 includes/CDI-Settings.php:2097
    30673069msgid "Here, the text you want the customer to see just before the tracking code"
    30683070msgstr ""
    30693071"Ici, le texte que vous voulez que le client voit juste avant son code de suivi."
    30703072
    3071 #: includes/CDI-Settings.php:1227 includes/CDI-Settings.php:1521
    3072 #: includes/CDI-Settings.php:1751
     3073#: includes/CDI-Settings.php:1229 includes/CDI-Settings.php:1525
     3074#: includes/CDI-Settings.php:1757
    30733075msgid "Url for tracking code"
    30743076msgstr "Url de suivi des colis"
    30753077
    3076 #: includes/CDI-Settings.php:1228 includes/CDI-Settings.php:1522
    3077 #: includes/CDI-Settings.php:1752
     3078#: includes/CDI-Settings.php:1230 includes/CDI-Settings.php:1526
     3079#: includes/CDI-Settings.php:1758
    30783080msgid ""
    30793081"Here, the standard url of your carrier. Don't change it if you don't known its "
     
    30833085"ne connaissez pas l'URL à mettre."
    30843086
    3085 #: includes/CDI-Settings.php:1232 includes/CDI-Settings.php:1526
    3086 #: includes/CDI-Settings.php:1756
     3087#: includes/CDI-Settings.php:1234 includes/CDI-Settings.php:1530
     3088#: includes/CDI-Settings.php:1762
    30873089msgid "Return services :"
    30883090msgstr "Service des Retours colis :"
    30893091
    3090 #: includes/CDI-Settings.php:1235
     3092#: includes/CDI-Settings.php:1237
    30913093msgid "Global enabling of Colissimo parcel return function."
    30923094msgstr "Activation/désactivation globale de la fonction retour de colis."
    30933095
    3094 #: includes/CDI-Settings.php:1236
     3096#: includes/CDI-Settings.php:1238
    30953097msgid ""
    30963098"Logged customers will have the capacity, from their order view, to create and "
     
    31043106"douanières avec la destination du retour (notamment sans cn23)."
    31053107
    3106 #: includes/CDI-Settings.php:1242
     3108#: includes/CDI-Settings.php:1244
    31073109msgid ""
    31083110"In case you need to return your parcel, request for a  printable Colissimo "
     
    31103112msgstr "Si besoin, demandez une étiquette  Colissimo \"retour de colis\" :"
    31113113
    3112 #: includes/CDI-Settings.php:1243 includes/CDI-Settings.php:1558
    3113 #: includes/CDI-Settings.php:1767
     3114#: includes/CDI-Settings.php:1245 includes/CDI-Settings.php:1562
     3115#: includes/CDI-Settings.php:1773
    31143116msgid "Text preceding customer parcel return label request in their order view"
    31153117msgstr ""
     
    31173119"colis retour"
    31183120
    3119 #: includes/CDI-Settings.php:1244 includes/CDI-Settings.php:1559
    3120 #: includes/CDI-Settings.php:1768
     3121#: includes/CDI-Settings.php:1246 includes/CDI-Settings.php:1563
     3122#: includes/CDI-Settings.php:1774
    31213123msgid ""
    31223124"Here, the text your customer will see in its order view to invite him to post a "
     
    31293131"de la période autorisée définie ci-dessous."
    31303132
    3131 #: includes/CDI-Settings.php:1250
     3133#: includes/CDI-Settings.php:1252
    31323134msgid ""
    31333135" Your Colissimo return label is available. Print it and paste it on your parcel. "
     
    31383140"que vous souhaitez à : "
    31393141
    3140 #: includes/CDI-Settings.php:1251 includes/CDI-Settings.php:1566
    3141 #: includes/CDI-Settings.php:1775
     3142#: includes/CDI-Settings.php:1253 includes/CDI-Settings.php:1570
     3143#: includes/CDI-Settings.php:1781
    31423144msgid "Text accompanying the parcel return label print button"
    31433145msgstr "Texte accompagnant le bouton d'impression de l'étiquette colis retour"
    31443146
    3145 #: includes/CDI-Settings.php:1252
     3147#: includes/CDI-Settings.php:1254
    31463148msgid ""
    31473149"Here, the text your customer will see to invite him to print its parcel return "
     
    31513153"retour de colis qu'il a demandé."
    31523154
    3153 #: includes/CDI-Settings.php:1260
     3155#: includes/CDI-Settings.php:1262
    31543156msgid "Url following the text parcel return print (when necessary)"
    31553157msgstr "Url qui suit le texte d'impression d'un retour colis (si nécessaire)"
    31563158
    3157 #: includes/CDI-Settings.php:1261
     3159#: includes/CDI-Settings.php:1263
    31583160msgid ""
    31593161"Here, when necessary, the url your need to follow the parcel return print text. "
     
    31633165"colis. Si vide, aucune URL ne sera affichée"
    31643166
    3165 #: includes/CDI-Settings.php:1268
     3167#: includes/CDI-Settings.php:1270
    31663168msgid ""
    31673169"Comma separated list of 2 digits headers of Colissimo tracking codes allowed for "
     
    31713173"Colissimo  autorisés pour une demande d'étiquette de retour de colis"
    31723174
    3173 #: includes/CDI-Settings.php:1269
     3175#: includes/CDI-Settings.php:1271
    31743176msgid ""
    31753177"Here, the list of Colissimo tracking codes headers (2 digits) which are allowed "
     
    31823184"Colissimo. "
    31833185
    3184 #: includes/CDI-Settings.php:1276
     3186#: includes/CDI-Settings.php:1278
    31853187msgid ""
    31863188"Semicolon separated list of relations \"Return-product-code=ISO-countrycode "
     
    31913193"codes produit des retours Colissimo."
    31923194
    3193 #: includes/CDI-Settings.php:1277
     3195#: includes/CDI-Settings.php:1279
    31943196msgid "Here, define the Colissimo return product codes and associated countries."
    31953197msgstr ""
    31963198"Ici, définissez la liste des codes produit retour Colissimo et les pays associés."
    31973199
    3198 #: includes/CDI-Settings.php:1283 includes/CDI-Settings.php:1573
    3199 #: includes/CDI-Settings.php:1782
     3200#: includes/CDI-Settings.php:1285 includes/CDI-Settings.php:1577
     3201#: includes/CDI-Settings.php:1788
    32003202msgid "Name of the Company service to whitch the parcels must be returned"
    32013203msgstr "Nom du service dans la société auquel doivent être retournés les colis"
    32023204
    3203 #: includes/CDI-Settings.php:1284 includes/CDI-Settings.php:1574
    3204 #: includes/CDI-Settings.php:1783
     3205#: includes/CDI-Settings.php:1286 includes/CDI-Settings.php:1578
     3206#: includes/CDI-Settings.php:1789
    32053207msgid ""
    32063208"Here, the name of the service in your company that must receice the returned "
     
    32123214"avez défini dans les paramètres Web Service Affranchissement."
    32133215
    3214 #: includes/CDI-Settings.php:1288 includes/CDI-Settings.php:1578
    3215 #: includes/CDI-Settings.php:1787
     3216#: includes/CDI-Settings.php:1290 includes/CDI-Settings.php:1582
     3217#: includes/CDI-Settings.php:1793
    32163218msgid "Default services when the CDI Metabox is not filled :"
    32173219msgstr "Services lorsque la Metabox CDI n'est pas remplie  :"
    32183220
    3219 #: includes/CDI-Settings.php:1294
     3221#: includes/CDI-Settings.php:1296
    32203222msgid "France Zone"
    32213223msgstr "Zone France"
    32223224
    3223 #: includes/CDI-Settings.php:1298
     3225#: includes/CDI-Settings.php:1300
    32243226msgid "ISO country codes for Colissimo France zone"
    32253227msgstr "Codes ISO des pays de la Zone Colissimo France"
    32263228
    3227 #: includes/CDI-Settings.php:1299
     3229#: includes/CDI-Settings.php:1301
    32283230msgid ""
    32293231"This defines 1- the list of ISO country codes for Colissimo France zone, and 2- "
     
    32383240"produit n'est défini dans la Métabox Colissimo de l'ordre. "
    32393241
    3240 #: includes/CDI-Settings.php:1306
     3242#: includes/CDI-Settings.php:1308
    32413243msgid "Product Codes for France zone"
    32423244msgstr "Codes produit Colissimo pour la Zone France"
    32433245
    3244 #: includes/CDI-Settings.php:1310
     3246#: includes/CDI-Settings.php:1312
    32453247msgid "Outre-mer Zone"
    32463248msgstr "Zone Outre-mer"
    32473249
    3248 #: includes/CDI-Settings.php:1314
     3250#: includes/CDI-Settings.php:1316
    32493251msgid "ISO country codes for Colissimo Outre-mer zone"
    32503252msgstr "Codes ISO des pays de la Zone Colissimo Outre-mer"
    32513253
    3252 #: includes/CDI-Settings.php:1315
     3254#: includes/CDI-Settings.php:1317
    32533255msgid ""
    32543256"This defines 1- the list of ISO country codes for Colissimo Outre-mer zone, and "
     
    32633265"code produit n'est défini dans la Métabox Colissimo de l'ordre. "
    32643266
    3265 #: includes/CDI-Settings.php:1322
     3267#: includes/CDI-Settings.php:1324
    32663268msgid "Product Codes for Outre-mer zone"
    32673269msgstr "Codes produit Colissimo pour la Zone Outre-mer"
    32683270
    3269 #: includes/CDI-Settings.php:1326
     3271#: includes/CDI-Settings.php:1328
    32703272msgid "Europe Zone"
    32713273msgstr "Zone Europe"
    32723274
    3273 #: includes/CDI-Settings.php:1330
     3275#: includes/CDI-Settings.php:1332
    32743276msgid "ISO country codes for Colissimo Europe zone"
    32753277msgstr "Codes ISO des pays de la Zone Colissimo Europe"
    32763278
    3277 #: includes/CDI-Settings.php:1331
     3279#: includes/CDI-Settings.php:1333
    32783280msgid ""
    32793281"This defines 1- the list of ISO country codes for Colissimo Europe zone, and 2- "
     
    32883290"produit n'est défini dans la Métabox Colissimo de l'ordre. "
    32893291
    3290 #: includes/CDI-Settings.php:1338
     3292#: includes/CDI-Settings.php:1340
    32913293msgid "Product Codes for Europe zone"
    32923294msgstr "Codes produit Colissimo pour la Zone Europe"
    32933295
    3294 #: includes/CDI-Settings.php:1342
     3296#: includes/CDI-Settings.php:1344
    32953297msgid "International Zone"
    32963298msgstr "Zone Internationale"
    32973299
    3298 #: includes/CDI-Settings.php:1346
     3300#: includes/CDI-Settings.php:1348
    32993301msgid "ISO country codes for Colissimo International zone"
    33003302msgstr "Codes ISO des pays de la Zone Colissimo Internationale"
    33013303
    3302 #: includes/CDI-Settings.php:1347
     3304#: includes/CDI-Settings.php:1349
    33033305msgid ""
    33043306"This defines 1- the list of ISO country codes for Colissimo International zone, "
     
    33143316"l'ordre. "
    33153317
    3316 #: includes/CDI-Settings.php:1354
     3318#: includes/CDI-Settings.php:1356
    33173319msgid "Product Codes for International zone"
    33183320msgstr "Codes produit Colissimo pour la Zone Internationale"
    33193321
    3320 #: includes/CDI-Settings.php:1358
     3322#: includes/CDI-Settings.php:1360
    33213323msgid "Others parameters."
    33223324msgstr "Autres paramètres :"
    33233325
    3324 #: includes/CDI-Settings.php:1362
     3326#: includes/CDI-Settings.php:1364
    33253327msgid ""
    33263328"Web Service - Comma separated list of \"code_to_replace=new_code_to_use\" just "
     
    33313333"Colissimo Web Service (ex DOM=COLD,DOS=COL)"
    33323334
    3333 #: includes/CDI-Settings.php:1363
     3335#: includes/CDI-Settings.php:1365
    33343336msgid ""
    33353337"This defines Colissimo product codes in exception which have to be replace just "
     
    33513353"priorité."
    33523354
    3353 #: includes/CDI-Settings.php:1370
     3355#: includes/CDI-Settings.php:1372
    33543356msgid "Country codes for which is authorized a without signature Colissimo."
    33553357msgstr ""
    33563358"Codes des pays pour lesquels est autorisé des colis Colissimo sans signature."
    33573359
    3358 #: includes/CDI-Settings.php:1371
     3360#: includes/CDI-Settings.php:1373
    33593361msgid ""
    33603362"This defines the list of country codes for which is authorized a without "
     
    33643366"Colissimo sans signature."
    33653367
    3366 #: includes/CDI-Settings.php:1378
     3368#: includes/CDI-Settings.php:1380
    33673369msgid "Pickup location country codes (excluding X00 network)"
    33683370msgstr ""
     
    33703372"sont gérés  (réseaux X00  exclus)"
    33713373
    3372 #: includes/CDI-Settings.php:1379
     3374#: includes/CDI-Settings.php:1381
    33733375msgid ""
    33743376"This defines the list of destination countries for which Colissimo runs its "
     
    33783380"service de point de retait."
    33793381
    3380 #: includes/CDI-Settings.php:1386
     3382#: includes/CDI-Settings.php:1388
    33813383msgid ""
    33823384"Comma separated list of 2 digits country codes which cant let a choice for a "
     
    33863388"un choix de retour de colis en cas de non livraison."
    33873389
    3388 #: includes/CDI-Settings.php:1387
     3390#: includes/CDI-Settings.php:1389
    33893391msgid ""
    33903392"Here, the list of country codes (2 digits) which cant let a choice for a parcel "
     
    33963398"être mise à jour selon les évolutions. "
    33973399
    3398 #: includes/CDI-Settings.php:1404
     3400#: includes/CDI-Settings.php:1408
     3401#, fuzzy
     3402#| msgid ""
     3403#| "Warning : \n"
     3404#| "- To use the Mondial Relay carrier, you must have signed a contract with it "
     3405#| "giving access to its API services.\n"
     3406#| "- Mondial Relay provides you with a test account ('BDTEST13' account and "
     3407#| "'TestAPI1key' password) for the integration of your postage services, choice "
     3408#| "of Relay Points, parcel tracking, return labels. On the other hand, you "
     3409#| "should be careful about potential billing when producing postage or return "
     3410#| "labels with your actual identifiers.\n"
     3411#| "- For all questions relating to the operation of Mondial Relay services, you "
     3412#| "should contact your Mondial Relay sales representative or Mondial Relay "
     3413#| "technical support."
    33993414msgid ""
    34003415"Warning : \n"
    34013416"- To use the Mondial Relay carrier, you must have signed a contract with it "
    34023417"giving access to its API services.\n"
    3403 "- Mondial Relay provides you with a test account ('BDTEST13' account and "
    3404 "'TestAPI1key' password) for the integration of your postage services, choice of "
    3405 "Relay Points, parcel tracking, return labels. On the other hand, you should be "
    3406 "careful about potential billing when producing postage or return labels with "
    3407 "your actual identifiers.\n"
     3418"- Mondial Relay provides you with a test account (see test fields in MR "
     3419"settings) for the integration of your postage services, choice of Relay Points, "
     3420"parcel tracking, return labels. On the other hand, you should be careful about "
     3421"potential billing when producing postage or return labels with your actual "
     3422"identifiers.\n"
    34083423"- For all questions relating to the operation of Mondial Relay services, you "
    34093424"should contact your Mondial Relay sales representative or Mondial Relay "
     
    34223437"support technique Mondial Relay."
    34233438
    3424 #: includes/CDI-Settings.php:1425
     3439#: includes/CDI-Settings.php:1429
    34253440msgid "Activation"
    34263441msgstr "Activation"
    34273442
    3428 #: includes/CDI-Settings.php:1428
     3443#: includes/CDI-Settings.php:1432
    34293444msgid "Global enable of Mondial Relay method."
    34303445msgstr "Activation/désactivation globale de la methode Mondial Relay pour CDI."
    34313446
    3432 #: includes/CDI-Settings.php:1445
     3447#: includes/CDI-Settings.php:1449
    34333448msgid "Mondial Relay contract"
    34343449msgstr "Numéro contrat (Enseigne) chez Mondial Relay"
    34353450
    3436 #: includes/CDI-Settings.php:1448
     3451#: includes/CDI-Settings.php:1452
    34373452msgid ""
    34383453"Web Service - Mondial Relay Contract Number / Code Enseigne (For test : TTMRSDBX)"
     
    34413456"TTMRSDBX)"
    34423457
    3443 #: includes/CDI-Settings.php:1449
     3458#: includes/CDI-Settings.php:1453
    34443459msgid "Your Mondial Relay contrat number."
    34453460msgstr "Votre numéro de contrat Mondial Relay"
    34463461
    3447 #: includes/CDI-Settings.php:1455
     3462#: includes/CDI-Settings.php:1459
    34483463msgid "Web Service - Mondial Relay private Key (For test : 9ytnxVCC)"
    34493464msgstr "Web Service - Mondial Relay Clé privée (Pour les tests : 9ytnxVCC)"
    34503465
    3451 #: includes/CDI-Settings.php:1456
     3466#: includes/CDI-Settings.php:1460
    34523467msgid "Your private key in your Mondial Relay contrat"
    34533468msgstr "Votre Clé privée de votre contrat Mondial Relay "
    34543469
    3455 #: includes/CDI-Settings.php:1469
     3470#: includes/CDI-Settings.php:1473
    34563471msgid "API V2"
    34573472msgstr "API V2"
    34583473
    3459 #: includes/CDI-Settings.php:1472
     3474#: includes/CDI-Settings.php:1476
    34603475msgid ""
    34613476"Web Service - Mondial Relay login for APIV2 (For test :  TTMRSDBX@business-"
     
    34653480"TTMRSDBX@business-api.mondialrelay.com)"
    34663481
    3467 #: includes/CDI-Settings.php:1473
     3482#: includes/CDI-Settings.php:1477
    34683483msgid "Your login APIV2 in your Mondial Relay contrat"
    34693484msgstr "Votre login APIV2 de votre contrat Mondial Relay"
    34703485
    3471 #: includes/CDI-Settings.php:1479
     3486#: includes/CDI-Settings.php:1483
    34723487msgid ""
    34733488"Web Service - Mondial Relay password for APIV2 (For test :  _iVfPcMexuOcOmF:6sq0)"
     
    34763491"_iVfPcMexuOcOmF:6sq0)"
    34773492
    3478 #: includes/CDI-Settings.php:1480
     3493#: includes/CDI-Settings.php:1484
    34793494msgid "Your Password APIV2 in your Mondial Relay contrat"
    34803495msgstr "Votre Password APIV2 de votre contrat Mondial Relay"
    34813496
    3482 #: includes/CDI-Settings.php:1492
     3497#: includes/CDI-Settings.php:1496
    34833498msgid ""
    34843499"Add in referrals settings the Mondial Relay default for shipping méthods: "
     
    34893504"\"Téléphone obligatoire \". "
    34903505
    3491 #: includes/CDI-Settings.php:1493
     3506#: includes/CDI-Settings.php:1497
    34923507msgid ""
    34933508"Will be added at the end of referrals settings - as pickup : "
     
    35043519"cdi_shipping_mondialrelay_pick1, cdi_shipping_mondialrelay_pick2 ."
    35053520
    3506 #: includes/CDI-Settings.php:1512
     3521#: includes/CDI-Settings.php:1516
    35073522msgid "Order shipped. Your Mondial Relay tracking code is : "
    35083523msgstr "Votre colis a été expédié avec Mondial Relay. Votre code de suivi est :"
    35093524
    3510 #: includes/CDI-Settings.php:1529
     3525#: includes/CDI-Settings.php:1533
    35113526msgid "Global enabling of Mondial parcel return function."
    35123527msgstr "Activation/désactivation globale de la fonction retour de colis."
    35133528
    3514 #: includes/CDI-Settings.php:1530
     3529#: includes/CDI-Settings.php:1534
    35153530msgid ""
    35163531"Logged customers will have the capacity, from their order view, to create and "
     
    35243539"cn23)."
    35253540
    3526 #: includes/CDI-Settings.php:1536
     3541#: includes/CDI-Settings.php:1540
    35273542msgid "24R - Livraison point relais"
    35283543msgstr "24R - Livraison point relais"
    35293544
    3530 #: includes/CDI-Settings.php:1537
     3545#: includes/CDI-Settings.php:1541
    35313546msgid "LCC - Livraison Client Chargeur"
    35323547msgstr "LCC - Livraison Client Chargeur"
    35333548
    3534 #: includes/CDI-Settings.php:1540
     3549#: includes/CDI-Settings.php:1544
    35353550msgid "How will be delivered the return parcels to the e-merchand."
    35363551msgstr ""
     
    35383553"Relay est l'option par défaut."
    35393554
    3540 #: includes/CDI-Settings.php:1541
     3555#: includes/CDI-Settings.php:1545
    35413556msgid "How will be delivered the parcels to e-merchand. 24R is the defaut"
    35423557msgstr ""
     
    35443559"Point Relay est l'option par défaut."
    35453560
    3546 #: includes/CDI-Settings.php:1551
     3561#: includes/CDI-Settings.php:1555
    35473562msgid ""
    35483563"Merchand Relay ID for its return parcels. Mandatory if 24R. (Structure pp-"
     
    35523567"si 24R. (Structure pp-rrrrrr ; pp=ISO country code, rrrrrr=relay Id)"
    35533568
    3554 #: includes/CDI-Settings.php:1557
     3569#: includes/CDI-Settings.php:1561
    35553570msgid ""
    35563571"In case you need to return your parcel, request for a  printable Mondial Relay "
     
    35593574"Si besoin, demandez une étiquette  Mondial relay pour \"retour de colis\" :"
    35603575
    3561 #: includes/CDI-Settings.php:1565
     3576#: includes/CDI-Settings.php:1569
    35623577msgid ""
    35633578"Your Mondial relay return label is available. Print it and paste it on your "
     
    35673582"sur votre colis."
    35683583
    3569 #: includes/CDI-Settings.php:1567 includes/CDI-Settings.php:1776
     3584#: includes/CDI-Settings.php:1571 includes/CDI-Settings.php:1782
    35703585msgid ""
    35713586"Here, the text your customers will see to invite them to print its parcel return "
     
    35753590"retour de colis qu'il a demandé."
    35763591
    3577 #: includes/CDI-Settings.php:1588
     3592#: includes/CDI-Settings.php:1592
    35783593msgid "CDS - Collecte domicile 2P"
    35793594msgstr "CDS - Collecte domicile 2P"
    35803595
    3581 #: includes/CDI-Settings.php:1592
     3596#: includes/CDI-Settings.php:1596
    35823597msgid ""
    35833598"How will be collected the parcels by defaut. Limited choice for some countries."
    35843599msgstr "Comment seront collectés/enlevés vos colis à envoyer."
    35853600
    3586 #: includes/CDI-Settings.php:1593
     3601#: includes/CDI-Settings.php:1597
    35873602msgid "How will be collect the parcels. REL is the defaut"
    35883603msgstr ""
     
    35903605"l'option par défault"
    35913606
    3592 #: includes/CDI-Settings.php:1597
     3607#: includes/CDI-Settings.php:1601
    35933608msgid "MR Zone 1"
    35943609msgstr "MR Zone 1"
    35953610
    3596 #: includes/CDI-Settings.php:1601
     3611#: includes/CDI-Settings.php:1605
    35973612msgid "ISO country codes for Mondial relay zone 1"
    35983613msgstr "Codes ISO des pays de la Zone 1 de Mondial Relay"
    35993614
    3600 #: includes/CDI-Settings.php:1602 includes/CDI-Settings.php:1618
    3601 #: includes/CDI-Settings.php:1634
     3615#: includes/CDI-Settings.php:1606 includes/CDI-Settings.php:1622
     3616#: includes/CDI-Settings.php:1638
    36023617msgid ""
    36033618"This defines 1- the list of ISO country codes for Mondial relay countries zones, "
     
    36123627"la commande."
    36133628
    3614 #: includes/CDI-Settings.php:1609
     3629#: includes/CDI-Settings.php:1613
    36153630msgid "Product Codes for Mondial relay zone 1"
    36163631msgstr "Codes produit Mondial Relay pour sa zone 1"
    36173632
    3618 #: includes/CDI-Settings.php:1613
     3633#: includes/CDI-Settings.php:1617
    36193634msgid "MR Zone 2"
    36203635msgstr "MR Zone 2"
    36213636
    3622 #: includes/CDI-Settings.php:1617
     3637#: includes/CDI-Settings.php:1621
    36233638msgid "ISO country codes for Mondial relay zone 2"
    36243639msgstr "Codes ISO des pays de la Zone 2 de Mondial Relay"
    36253640
    3626 #: includes/CDI-Settings.php:1625
     3641#: includes/CDI-Settings.php:1629
    36273642msgid "Product Codes for Mondial relay zone 2"
    36283643msgstr "Codes produit Mondial Relay pour sa zone 2"
    36293644
    3630 #: includes/CDI-Settings.php:1629
     3645#: includes/CDI-Settings.php:1633
    36313646msgid "MR Zone 3"
    36323647msgstr "MR Zone 3"
    36333648
    3634 #: includes/CDI-Settings.php:1633
     3649#: includes/CDI-Settings.php:1637
    36353650msgid "ISO country codes for Mondial relay zone 3"
    36363651msgstr "Codes ISO des pays de la Zone 3 de Mondial Relay"
    36373652
    3638 #: includes/CDI-Settings.php:1641
     3653#: includes/CDI-Settings.php:1645
    36393654msgid "Product Codes for Mondial relay zone 3"
    36403655msgstr "Codes produit Mondial Relay pour sa zone 3"
    36413656
    3642 #: includes/CDI-Settings.php:1658
     3657#: includes/CDI-Settings.php:1664
    36433658msgid ""
    36443659"Warning : \n"
     
    36653680"vous devez vous rapprocher de votre Commercial UPS ou du support technique UPS."
    36663681
    3667 #: includes/CDI-Settings.php:1681
     3682#: includes/CDI-Settings.php:1687
    36683683msgid "Global enable of Ups method."
    36693684msgstr "Activation/désactivation globale de la methode UPS  pour CDI."
    36703685
    3671 #: includes/CDI-Settings.php:1685
     3686#: includes/CDI-Settings.php:1691
    36723687msgid "UPS access keys (OAuth Authentification) :"
    36733688msgstr "Identifiants  UPS (Authentification OAuth) :"
    36743689
    3675 #: includes/CDI-Settings.php:1688
     3690#: includes/CDI-Settings.php:1694
    36763691msgid "Web Service - UPS Payment Compte Number OAuth"
    36773692msgstr "Web Service - Numéro de votre Compte  UPS"
    36783693
    3679 #: includes/CDI-Settings.php:1689
     3694#: includes/CDI-Settings.php:1695
    36803695msgid "Your Payment Compte Number at your UPS contrat"
    36813696msgstr "Votre numéro de compte UPS"
    36823697
    3683 #: includes/CDI-Settings.php:1695
     3698#: includes/CDI-Settings.php:1701
    36843699msgid "OAuth ClientId of your UPS API Client"
    36853700msgstr "OAuth \"ClientId\" de votre API UPS"
    36863701
    3687 #: includes/CDI-Settings.php:1696
     3702#: includes/CDI-Settings.php:1702
    36883703msgid "Your OAuth ClientId of your UPS API Client"
    36893704msgstr "Le OAuth \"ClientId\" de votre API UPS"
    36903705
    3691 #: includes/CDI-Settings.php:1702
     3706#: includes/CDI-Settings.php:1708
    36923707msgid "OAuth ClientSecret of your UPS API Client"
    36933708msgstr "OAuth \"ClientSecret\" de votre API UPS"
    36943709
    3695 #: includes/CDI-Settings.php:1703
     3710#: includes/CDI-Settings.php:1709
    36963711msgid "Your OAuth ClientSecret of your UPS API Client"
    36973712msgstr "Le OAuth \"ClientSecret\" de votre API UPS"
    36983713
    3699 #: includes/CDI-Settings.php:1715
     3714#: includes/CDI-Settings.php:1721
    37003715msgid ""
    37013716"Add in referrals settings the UPS defaut  for shipping méthods: pickup , product "
     
    37063721"obligatoire \". "
    37073722
    3708 #: includes/CDI-Settings.php:1716
     3723#: includes/CDI-Settings.php:1722
    37093724msgid ""
    37103725"Will be added at the end of referrals settings - as pickup : "
     
    37193734"comme \"Téléphone obligatoire\" : cdi_shipping_ups_pick1,cdi_shipping_ups_pick2."
    37203735
    3721 #: includes/CDI-Settings.php:1720
     3736#: includes/CDI-Settings.php:1726
    37223737msgid "Production :"
    37233738msgstr "Production :"
    37243739
    3725 #: includes/CDI-Settings.php:1723
     3740#: includes/CDI-Settings.php:1729
    37263741msgid "Choose your processing mode : checked is prod mode ; unchecked is test mode"
    37273742msgstr ""
     
    37293744"\"Production\"; non coché signifie que vous êtes en mode \"Test\"."
    37303745
    3731 #: includes/CDI-Settings.php:1742
     3746#: includes/CDI-Settings.php:1748
    37323747msgid "Order shipped. Your UPS tracking code is : "
    37333748msgstr "Votre colis a été expédié avec UPS. Votre code de suivi est :"
    37343749
    3735 #: includes/CDI-Settings.php:1759
     3750#: includes/CDI-Settings.php:1765
    37363751msgid "Global enabling of UPS return function."
    37373752msgstr "Activation/désactivation globale de la fonction retour de colis UPS."
    37383753
    3739 #: includes/CDI-Settings.php:1760
     3754#: includes/CDI-Settings.php:1766
    37403755msgid ""
    37413756"Logged customers will have the capacity, from their order view, to create and "
     
    37493764"avec la destination du retour (notamment sans cn23)."
    37503765
    3751 #: includes/CDI-Settings.php:1766
     3766#: includes/CDI-Settings.php:1772
    37523767msgid ""
    37533768"In case you need to return your parcel, request for a  printable UPS return "
     
    37553770msgstr "Si besoin, demandez une étiquette  UPS  \"Retour de colis\" :"
    37563771
    3757 #: includes/CDI-Settings.php:1774
     3772#: includes/CDI-Settings.php:1780
    37583773msgid "Your UPS return label is available. Print it and paste it on your parcel :"
    37593774msgstr ""
     
    37613776"colis."
    37623777
    3763 #: includes/CDI-Settings.php:1800
     3778#: includes/CDI-Settings.php:1806
    37643779msgid ""
    37653780"UPS default \"Service Code\" for the deliver mode of parcels when nothing is "
     
    37703785"CDI."
    37713786
    3772 #: includes/CDI-Settings.php:1801
     3787#: includes/CDI-Settings.php:1807
    37733788msgid ""
    37743789"default for the deliver mode of parcels when nothing is stipulated in CDI "
     
    37793794"Standard est la valeur par défaut."
    37803795
    3781 #: includes/CDI-Settings.php:1810
     3796#: includes/CDI-Settings.php:1816
    37823797msgid ""
    37833798"Percentage of the cart price (default is 20%) which will be taken to indicate "
     
    37903805"la Metabox sera la valeur la plus élevée entre le taux et l'absolu. "
    37913806
    3792 #: includes/CDI-Settings.php:1811
     3807#: includes/CDI-Settings.php:1817
    37933808msgid ""
    37943809"Here, the percentage of the basket price (by default 20%) which will be taken to "
     
    38023817"d'affranchissement UPS est abandonnée si la cotation UPS dépasse la valeur."
    38033818
    3804 #: includes/CDI-Settings.php:1820
     3819#: includes/CDI-Settings.php:1826
    38053820msgid ""
    38063821"Max shipping cost in € (default is 20€) which will be taken to indicate the "
     
    38133828"la Metabox sera la valeur la plus élevée entre le taux et l'absolu. "
    38143829
    3815 #: includes/CDI-Settings.php:1821
     3830#: includes/CDI-Settings.php:1827
    38163831msgid ""
    38173832"Here, the max shipping cost  of the basket price (by default 20€) which will be "
     
    38253840"d'affranchissement UPS est abandonnée si la cotation UPS dépasse la valeur."
    38263841
    3827 #: includes/CDI-Settings.php:1836
     3842#: includes/CDI-Settings.php:1844
    38283843msgid "Warning : "
    38293844msgstr "Warning : "
    38303845
    3831 #: includes/CDI-Settings.php:1849
     3846#: includes/CDI-Settings.php:1857
    38323847msgid "COLLECT POINT : "
    38333848msgstr "POINT DE RETRAIT : "
    38343849
    3835 #: includes/CDI-Settings.php:1856
     3850#: includes/CDI-Settings.php:1864
    38363851msgid "Your Collect point id (mandatory)"
    38373852msgstr "Id du Point de retrait (obligatoire)"
    38383853
    3839 #: includes/CDI-Settings.php:1857
     3854#: includes/CDI-Settings.php:1865
    38403855msgid "Here, you can change your Collect point id according to your organization."
    38413856msgstr ""
    38423857"Ici, vous pouvez changer l'Id de votre Point de retrait selon votre organisation."
    38433858
    3844 #: includes/CDI-Settings.php:1867
     3859#: includes/CDI-Settings.php:1875
    38453860msgid "Your Collect point name  (mandatory). It is part of the address."
    38463861msgstr "Nom du Point de retrait (obligatoire)"
    38473862
    3848 #: includes/CDI-Settings.php:1868
     3863#: includes/CDI-Settings.php:1876
    38493864msgid ""
    38503865"Here, you can change your Collect point name according to your ornanization."
     
    38533868"organisation."
    38543869
    3855 #: includes/CDI-Settings.php:1878
     3870#: includes/CDI-Settings.php:1886
    38563871msgid "Address line 1 (mandatory)"
    38573872msgstr "Adresse ligne 1(obligatoire)"
    38583873
    3859 #: includes/CDI-Settings.php:1879
     3874#: includes/CDI-Settings.php:1887
    38603875msgid "Here, you can change your Collect point address line 1."
    38613876msgstr "Ici, vous pouvez changer la ligne 1 de votre Point de retrait."
    38623877
    3863 #: includes/CDI-Settings.php:1888
     3878#: includes/CDI-Settings.php:1896
    38643879msgid "Address line 2"
    38653880msgstr "Adresse ligne 2"
    38663881
    3867 #: includes/CDI-Settings.php:1907
     3882#: includes/CDI-Settings.php:1915
    38683883msgid "Address Zipcode (mandatory)"
    38693884msgstr "Adresse Code postal"
    38703885
    3871 #: includes/CDI-Settings.php:1917
     3886#: includes/CDI-Settings.php:1925
    38723887msgid "Address city (mandatory)"
    38733888msgstr "Adresse Ville (obligatoire)"
    38743889
    3875 #: includes/CDI-Settings.php:1927
     3890#: includes/CDI-Settings.php:1935
    38763891msgid "Address ISO country code (mandatory)"
    38773892msgstr "Adresse Code ISO du pays (obligatoire)"
    38783893
    3879 #: includes/CDI-Settings.php:1931
     3894#: includes/CDI-Settings.php:1939
    38803895msgid "Complements (optional) :"
    38813896msgstr "Compléments (optionnel) :"
    38823897
    3883 #: includes/CDI-Settings.php:1937
     3898#: includes/CDI-Settings.php:1945
    38843899msgid ""
    38853900"If you want to be more specific for the location. Indicate a nearby monument."
     
    38883903"monument proche)."
    38893904
    3890 #: includes/CDI-Settings.php:1946
     3905#: includes/CDI-Settings.php:1954
    38913906msgid ""
    38923907"Phone number (international format beginning with a + sign and country code)"
     
    38953910"l'indicatif pays)."
    38963911
    3897 #: includes/CDI-Settings.php:1955
     3912#: includes/CDI-Settings.php:1963
    38983913msgid "Parking : Indicate if parking or where is the nearest parking."
    38993914msgstr "Indiquez s'il existe un parking à proximité, et lequel."
    39003915
    3901 #: includes/CDI-Settings.php:1959
     3916#: includes/CDI-Settings.php:1967
    39023917msgid "GPS position (optional) :"
    39033918msgstr "Coordonnées GPS (optionnelles)"
    39043919
    3905 #: includes/CDI-Settings.php:1965
     3920#: includes/CDI-Settings.php:1973
    39063921msgid "Latitude for this point (optional)"
    39073922msgstr "Latitude (optionnel)"
    39083923
    3909 #: includes/CDI-Settings.php:1966 includes/CDI-Settings.php:1976
     3924#: includes/CDI-Settings.php:1974 includes/CDI-Settings.php:1984
    39103925msgid "Optional. If not marked, CDI will do a search for approximate coordinates."
    39113926msgstr ""
     
    39133928"(éventuellement plus approximative)."
    39143929
    3915 #: includes/CDI-Settings.php:1975
     3930#: includes/CDI-Settings.php:1983
    39163931msgid "Longitude for this point (optional)"
    39173932msgstr "Longitude (optionnel)"
    39183933
    3919 #: includes/CDI-Settings.php:1980
     3934#: includes/CDI-Settings.php:1988
    39203935msgid "Opening time (optional) :"
    39213936msgstr "Horaires d'ouverture (optionnel) :"
    39223937
    3923 #: includes/CDI-Settings.php:1988
     3938#: includes/CDI-Settings.php:1996
    39243939msgid "Monday"
    39253940msgstr "Lundi"
    39263941
    3927 #: includes/CDI-Settings.php:1999
     3942#: includes/CDI-Settings.php:2007
    39283943msgid "Tuesday"
    39293944msgstr "Mardi"
    39303945
    3931 #: includes/CDI-Settings.php:2010
     3946#: includes/CDI-Settings.php:2018
    39323947msgid "Wednesday"
    39333948msgstr "Mercredi"
    39343949
    3935 #: includes/CDI-Settings.php:2021
     3950#: includes/CDI-Settings.php:2029
    39363951msgid "Thursday"
    39373952msgstr "Jeudi"
    39383953
    3939 #: includes/CDI-Settings.php:2032
     3954#: includes/CDI-Settings.php:2040
    39403955msgid "Friday"
    39413956msgstr "Vendredi"
    39423957
    3943 #: includes/CDI-Settings.php:2043
     3958#: includes/CDI-Settings.php:2051
    39443959msgid "Saturday"
    39453960msgstr "Samedi"
    39463961
    3947 #: includes/CDI-Settings.php:2054
     3962#: includes/CDI-Settings.php:2062
    39483963msgid "Sunday"
    39493964msgstr "Dimanche"
    39503965
    3951 #: includes/CDI-Settings.php:2064
     3966#: includes/CDI-Settings.php:2072
    39523967msgid "Global enable of Collect method."
    39533968msgstr "Activation/désactivation globale de la methode Collect pour CDI."
    39543969
    3955 #: includes/CDI-Settings.php:2068
     3970#: includes/CDI-Settings.php:2076
    39563971msgid "Collect settings : "
    39573972msgstr "RÉGLAGES :"
    39583973
    3959 #: includes/CDI-Settings.php:2071
     3974#: includes/CDI-Settings.php:2079
    39603975msgid "Add in referrals settings the Collect defaut for shipping méthods: pickup"
    39613976msgstr ""
     
    39633978"défaut pour la zone : \"Points de retrait\". "
    39643979
    3965 #: includes/CDI-Settings.php:2072
     3980#: includes/CDI-Settings.php:2080
    39663981msgid ""
    39673982"Will be added at the end of referrals settings - as pickup : "
     
    39713986"cdi_shipping_collect_pick1, cdi_shipping_collect_pick2"
    39723987
    3973 #: includes/CDI-Settings.php:2079
     3988#: includes/CDI-Settings.php:2087
    39743989msgid "Default collection points file (at startup). "
    39753990msgstr "Fichier de démarrage des Points de retrait (si démarrage)."
    39763991
    3977 #: includes/CDI-Settings.php:2080
     3992#: includes/CDI-Settings.php:2088
    39783993msgid ""
    39793994"Default collection point file to present if no point is present. (The points are "
     
    39864001"Par défaut, CDI l'illustre avec un exemple de démonstration. "
    39874002
    3988 #: includes/CDI-Settings.php:2087
     4003#: includes/CDI-Settings.php:2095
    39894004msgid ""
    39904005"Your order is taken into account. Its situation is given by its tracking code: "
     
    39934008"suivi : "
    39944009
    3995 #: includes/CDI-Settings.php:2095
     4010#: includes/CDI-Settings.php:2103
    39964011msgid "in preparation for"
    39974012msgstr "En préparation."
    39984013
    3999 #: includes/CDI-Settings.php:2096
     4014#: includes/CDI-Settings.php:2104
    40004015msgid "at collect point"
    40014016msgstr "Disponible au point de retrait."
    40024017
    4003 #: includes/CDI-Settings.php:2097
     4018#: includes/CDI-Settings.php:2105
    40044019msgid "courier is running"
    40054020msgstr "Pris en charge par coursier "
    40064021
    4007 #: includes/CDI-Settings.php:2100
     4022#: includes/CDI-Settings.php:2108
    40084023msgid ""
    40094024"Starting situation for your \"Click & Collect\" orders: \"in preparation for\", "
     
    40144029"ou \"Pris en charge par coursier\"."
    40154030
    4016 #: includes/CDI-Settings.php:2101
     4031#: includes/CDI-Settings.php:2109
    40174032msgid ""
    40184033"\"Click & Collect\" orders have 5 successive statuses: \"In preparation for\", "
     
    40274042"l'étiquette."
    40284043
    4029 #: includes/CDI-Settings.php:2108
     4044#: includes/CDI-Settings.php:2116
    40304045msgid "Without security codes"
    40314046msgstr "Sans codes de sécurité"
    40324047
    4033 #: includes/CDI-Settings.php:2111
     4048#: includes/CDI-Settings.php:2119
    40344049msgid ""
    40354050"Security code to apply when scanning the QRcode for issue (by default no code)"
     
    40384053"pas de code)"
    40394054
    4040 #: includes/CDI-Settings.php:2112
     4055#: includes/CDI-Settings.php:2120
    40414056msgid ""
    40424057"By default, there is no security codes. It depends on the organizations and "
     
    40514066"(pour le client) ou un code spécifique (pour le point retrait ou un coursier)."
    40524067
    4053 #: includes/CDI-Shipping.php:66
     4068#: includes/CDI-Shipping.php:69
    40544069msgid "Choose a carrier"
    40554070msgstr "Choisir Transporteur"
    40564071
    4057 #: includes/CDI-Shipping.php:74
     4072#: includes/CDI-Shipping.php:77
    40584073msgid ""
    40594074"Select the defaut carrier which will collect or deliver yours parcels for this "
     
    40634078"vos colis pour cette instance d'expédition CDI"
    40644079
    4065 #: includes/CDI-Shipping.php:77
     4080#: includes/CDI-Shipping.php:80
    40664081msgid "Title"
    40674082msgstr "Titre"
    40684083
    4069 #: includes/CDI-Shipping.php:79
     4084#: includes/CDI-Shipping.php:82
    40704085msgid "Mandatory - Title shown in admin shipping options"
    40714086msgstr ""
    40724087"Obligatoire - Titre qui est vu par l'administrateur dans la \"shipping zone\""
    40734088
    4074 #: includes/CDI-Shipping.php:80 includes/CDI-Shipping.php:86
     4089#: includes/CDI-Shipping.php:83 includes/CDI-Shipping.php:89
    40754090msgid "CDI no carrier"
    40764091msgstr "CDI - Choix transporteur requis"
    40774092
    4078 #: includes/CDI-Shipping.php:83
     4093#: includes/CDI-Shipping.php:86
    40794094msgid "Prefix "
    40804095msgstr "Préfixe"
    40814096
    4082 #: includes/CDI-Shipping.php:85
     4097#: includes/CDI-Shipping.php:88
    40834098msgid "Optional - Prefix of shipping title which will be seen by customer."
    40844099msgstr "Optionnel - Prefix du titre  de la méthode qui est vu par le client"
    40854100
    4086 #: includes/CDI-Shipping.php:94
     4101#: includes/CDI-Shipping.php:97
    40874102msgid ""
    40884103"Tax Status. To apply or not the tax for the shipping fees when in TVA rates you "
     
    40924107"les écrans des taux de TVA vous avez coché la case \"livraison\"."
    40934108
    4094 #: includes/CDI-Shipping.php:98
     4109#: includes/CDI-Shipping.php:101
    40954110msgid "Taxable"
    40964111msgstr "Taxable"
    40974112
    4098 #: includes/CDI-Shipping.php:106
     4113#: includes/CDI-Shipping.php:109
    40994114msgid "Default tariffs file"
    41004115msgstr "Fichier tarifs démarrage"
    41014116
    4102 #: includes/CDI-Shipping.php:108
     4117#: includes/CDI-Shipping.php:111
    41034118msgid ""
    41044119"Optional - Default tariffs file to overcome the example tariffs at "
     
    41154130"perdre."
    41164131
    4117 #: includes/CDI-Shipping.php:112
     4132#: includes/CDI-Shipping.php:115
    41184133msgid "Modes:"
    41194134msgstr "Modes:"
    41204135
    4121 #: includes/CDI-Shipping.php:114
     4136#: includes/CDI-Shipping.php:117
    41224137msgid "Excluding shipping class mode"
    41234138msgstr "Mode \"Exclure les classes de livraison \""
    41244139
    4125 #: includes/CDI-Shipping.php:115
     4140#: includes/CDI-Shipping.php:118
    41264141msgid "Check to have shipping class mode set to Excluding mode"
    41274142msgstr "Cochez pour positionner à \"Exclure\" le mode classe de livraison."
    41284143
    4129 #: includes/CDI-Shipping.php:120
     4144#: includes/CDI-Shipping.php:123
    41304145msgid "Price all tax included shipping price mode"
    41314146msgstr "Mode \"Inclure les taxes dans le prix du panier lors des calculs\""
    41324147
    4133 #: includes/CDI-Shipping.php:121
     4148#: includes/CDI-Shipping.php:124
    41344149msgid "Check to control cart price with all its tax included."
    41354150msgstr "Cocher pour être en mode  \"Prix du panier toutes taxes incluses\""
    41364151
    4137 #: includes/CDI-Shipping.php:126
     4152#: includes/CDI-Shipping.php:129
    41384153msgid "Calculation mode based on the discount price deducted"
    41394154msgstr "Mode \"calcul basé sur le prix remise déduite\" "
    41404155
    4141 #: includes/CDI-Shipping.php:127
     4156#: includes/CDI-Shipping.php:130
    41424157msgid "Check to control cart price with discount price deducted."
    41434158msgstr "Cocher pour être en mode \"calcul basé sur le prix remise déduite\"."
    41444159
    4145 #: includes/CDI-Shipping.php:132
     4160#: includes/CDI-Shipping.php:135
    41464161msgid "including empty package weight mode"
    41474162msgstr "Mode \"Inclure le poids du colis vide lors des calculs\". "
    41484163
    4149 #: includes/CDI-Shipping.php:133
     4164#: includes/CDI-Shipping.php:136
    41504165msgid "Check to add empty package weight when considering cart weight."
    41514166msgstr ""
     
    41534168"articles du panier."
    41544169
    4155 #: includes/CDI-Shipping.php:138
     4170#: includes/CDI-Shipping.php:141
    41564171msgid ""
    41574172"If multi shipping packages (e.g. a Market places plugin activated), consider "
     
    41654180"shipping packages\"."
    41664181
    4167 #: includes/CDI-Shipping.php:139
     4182#: includes/CDI-Shipping.php:142
    41684183msgid ""
    41694184"If you process WC multi shipping packages (e.g. a Market places plugin "
     
    41814196"dans les WC shipping packages."
    41824197
    4183 #: includes/CDI-Shipping.php:143
     4198#: includes/CDI-Shipping.php:146
    41844199msgid "Promos :"
    41854200msgstr "Promos :"
    41864201
    4187 #: includes/CDI-Shipping.php:148
     4202#: includes/CDI-Shipping.php:151
    41884203msgid "N/A"
    41894204msgstr "N/A"
    41904205
    4191 #: includes/CDI-Shipping.php:149
     4206#: includes/CDI-Shipping.php:152
    41924207msgid "A valid free shipping coupon"
    41934208msgstr "Un coupon promo valide de livraison gratuite "
    41944209
    4195 #: includes/CDI-Shipping.php:150
     4210#: includes/CDI-Shipping.php:153
    41964211msgid "A minimum order amount"
    41974212msgstr "Un montant minimum de la commande"
    41984213
    4199 #: includes/CDI-Shipping.php:151
     4214#: includes/CDI-Shipping.php:154
    42004215msgid "A minimum order amount OR a coupon"
    42014216msgstr "Un montant minimum de la commande OU un coupon promo valide"
    42024217
    4203 #: includes/CDI-Shipping.php:152
     4218#: includes/CDI-Shipping.php:155
    42044219msgid "A minimum order amount AND a coupon"
    42054220msgstr "Un montant minimum de la commande ET un coupon promo valide"
    42064221
    4207 #: includes/CDI-Shipping.php:154
     4222#: includes/CDI-Shipping.php:157
    42084223msgid ""
    42094224"Permet une activation ou non de cette instance CDI Shipping selon le montant du "
     
    42134228"de cette instance CDI. C'est selon le montant du panier et le code promo actif. "
    42144229
    4215 #: includes/CDI-Shipping.php:159
     4230#: includes/CDI-Shipping.php:162
    42164231msgid ""
    42174232"Les clients devront avoir un montant de dépense supérieur à ce montant pour que "
     
    42214236"cette instance CDI soit active (si option choisie ci-dessus)."
    42224237
    4223 #: includes/CDI-Shipping.php:165
     4238#: includes/CDI-Shipping.php:168
    42244239msgid "\"Excluding promo\" mode"
    42254240msgstr "Mode \"Exclure les codes promo\""
    42264241
    4227 #: includes/CDI-Shipping.php:166
     4242#: includes/CDI-Shipping.php:169
    42284243msgid "Check to have promo mode set to \"Excluding\" mode"
    42294244msgstr "Cochez pour être en mode \"Exclusion\" sur les coupons promo"
    42304245
    4231 #: includes/CDI-Shipping.php:170
     4246#: includes/CDI-Shipping.php:173
    42324247msgid "Macros shipping classes :"
    42334248msgstr "Macros classes :"
    42344249
    4235 #: includes/CDI-Shipping.php:179
     4250#: includes/CDI-Shipping.php:182
    42364251msgid ""
    42374252"Shipping class macros are Boolean logic expressions (as in php syntax but "
     
    42594274"{exclasse}. "
    42604275
    4261 #: includes/CDI-Shipping.php:184
     4276#: includes/CDI-Shipping.php:187
    42624277msgid "Macros shipping classes for this instance of shipping method."
    42634278msgstr "Macros classes d'expédition pour cette instance de méthode d'expédition."
    42644279
    4265 #: includes/CDI-Shipping.php:331
     4280#: includes/CDI-Shipping.php:334
    42664281msgid "This fares starting file in cdi/uploads is not valid : "
    42674282msgstr "Ce fichier des tarifs de  démarrage dans CDI/uploads n'est pas valide : "
    42684283
    4269 #: includes/CDI-Shipping.php:453
     4284#: includes/CDI-Shipping.php:457
    42704285msgid " ===> Error weight for product #"
    42714286msgstr " ===> Erreur de poids pour le produit  (ou une variation) #"
    42724287
    4273 #: includes/CDI-Shipping.php:652
     4288#: includes/CDI-Shipping.php:656
    42744289msgid ""
    42754290"CDI: direct PHP codes are now deprecated for security reasons.\n"
     
    42854300"la ligne tarifaire d'expédition."
    42864301
    4287 #: includes/CDI-Shipping.php:728
     4302#: includes/CDI-Shipping.php:739
    42884303msgid "Name"
    42894304msgstr "Titre"
    42904305
    4291 #: includes/CDI-Shipping.php:729
     4306#: includes/CDI-Shipping.php:740
    42924307msgid "Name seen by the customer"
    42934308msgstr "Titre de la livraison que verra le client"
    42944309
    4295 #: includes/CDI-Shipping.php:731
     4310#: includes/CDI-Shipping.php:742
    42964311msgid "Flat rate"
    42974312msgstr " Fixe"
    42984313
    4299 #: includes/CDI-Shipping.php:732
     4314#: includes/CDI-Shipping.php:743
    43004315msgid "Flat rate VAT excluded"
    43014316msgstr "Partie fixe du prix, TVA exclue"
    43024317
    4303 #: includes/CDI-Shipping.php:734
     4318#: includes/CDI-Shipping.php:745
    43044319msgid "Add fees"
    43054320msgstr "Variable"
    43064321
    4307 #: includes/CDI-Shipping.php:735
     4322#: includes/CDI-Shipping.php:746
    43084323msgid ""
    43094324"A supplement, excluding VAT, to be added to the package. This may be :\n"
     
    43114326"cdi_filterstring_shipping_add_varfare_nnnn which will calculate and return the "
    43124327"value of the additional variable;\n"
    4313 "2) a comma-separated list of expressions: percentage of cart price and/or "
    4314 "additional cost per kg of weight. Ex. syntax: p=+2.5%, w=+5 .\n"
    4315 "The php short code trigger under is now deprecated for security reasons."
     4328"2) a semicolon-separated list of expressions: percentage of cart price and/or "
     4329"additional cost per kg of weight. Ex. syntax: p=+2,5%; w=+5,5 (p=+2.5%,w=+5.5 is "
     4330"also allowed).\n"
     4331"3) The php short code trigger under is now deprecated for security reasons."
    43164332msgstr ""
    43174333"Un supplément, hors TVA, à ajouter au forfait. Cela peut être :\n"
     
    43194335"cdi_filterstring_shipping_add_varfare_nnnn qui calculera et renverra la valeur "
    43204336"de la variable additionnelle ;\n"
    4321 "2) une liste  d'expressions séparées par des virgules : pourcentage du prix du "
    4322 "panier et/ou coût supplémentaire par kg du poids. Ex. syntaxe : p=+2.5%, w=+5 .\n"
    4323 "Le code php direct est désormais obsolète pour des raisons de sécurité."
    4324 
    4325 #: includes/CDI-Shipping.php:740
     4337"2) une liste  d'expressions séparées par des point-virgules : pourcentage du "
     4338"prix du panier et/ou cout supplémentaire par kg du poids. Ex. syntaxe : p=+2,5%; "
     4339"w=+5,5 (p=+2.5%,w=+5.5 est également autorisé).\n"
     4340"3) Le code php direct est désormais obsolète (supprimé) pour des raisons de "
     4341"sécurité."
     4342
     4343#: includes/CDI-Shipping.php:751
    43264344msgid "Shipping class"
    43274345msgstr "Classes"
    43284346
    4329 #: includes/CDI-Shipping.php:741
     4347#: includes/CDI-Shipping.php:752
    43304348msgid ""
    43314349"In standard mode,  to activate this rate, an item at least in your cart must "
     
    43404358"celles sélectionnées. Possibilité de multiples sélections de classes."
    43414359
    4342 #: includes/CDI-Shipping.php:743
     4360#: includes/CDI-Shipping.php:754
    43434361msgid "Method"
    43444362msgstr "Term id"
    43454363
    4346 #: includes/CDI-Shipping.php:744
     4364#: includes/CDI-Shipping.php:755
    43474365msgid "End of CDI method id"
    43484366msgstr ""
     
    43534371"shop5)."
    43544372
    4355 #: includes/CDI-Shipping.php:746
     4373#: includes/CDI-Shipping.php:757
    43564374msgid "Min price"
    43574375msgstr "Prix mini"
    43584376
    4359 #: includes/CDI-Shipping.php:747
     4377#: includes/CDI-Shipping.php:758
    43604378msgid "minimum price, VAT excluded. All taxes included if the mode is checked."
    43614379msgstr "Prix minimum, TVA exclue. Toutes les taxes incluses si le mode est coché."
    43624380
    4363 #: includes/CDI-Shipping.php:749
     4381#: includes/CDI-Shipping.php:760
    43644382msgid "Max price"
    43654383msgstr "Prix maxi"
    43664384
    4367 #: includes/CDI-Shipping.php:750
     4385#: includes/CDI-Shipping.php:761
    43684386msgid "maximum price, VAT excluded. All taxes included if the mode is checked."
    43694387msgstr "Prix maximum, TVA exclue. Toutes les taxes incluses si le mode est coché."
    43704388
    4371 #: includes/CDI-Shipping.php:752
     4389#: includes/CDI-Shipping.php:763
    43724390msgid "Min weight"
    43734391msgstr "Poids mini"
    43744392
    4375 #: includes/CDI-Shipping.php:753
     4393#: includes/CDI-Shipping.php:764
    43764394msgid "minimum weight in g"
    43774395msgstr "Poids mimimum du panier en g"
    43784396
    4379 #: includes/CDI-Shipping.php:755
     4397#: includes/CDI-Shipping.php:766
    43804398msgid "Max weight"
    43814399msgstr "Poids maxi"
    43824400
    4383 #: includes/CDI-Shipping.php:756
     4401#: includes/CDI-Shipping.php:767
    43844402msgid "maximum weight in g"
    43854403msgstr "Poids maximum du panier en g"
    43864404
    4387 #: includes/CDI-Shipping.php:770
     4405#: includes/CDI-Shipping.php:781
    43884406msgid "Rates"
    43894407msgstr "Tarifs"
    43904408
    4391 #: includes/CDI-Shipping.php:786
     4409#: includes/CDI-Shipping.php:797
    43924410msgid "Add rate"
    43934411msgstr "Ajouter une ligne de tarif"
    43944412
    4395 #: includes/CDI-Shipping.php:787
     4413#: includes/CDI-Shipping.php:798
    43964414msgid "Delete selected"
    43974415msgstr "Supprimer les lignes sélectionnées"
    43984416
    4399 #: includes/CDI-Shipping.php:791
     4417#: includes/CDI-Shipping.php:802
    44004418msgid ""
    44014419"When the table is empty, click \"Save changes\" and, for this carrier, examples "
     
    44074425"inspirer (ou  vos tarifs de  démarrage dans cdi/uploads ) .  "
    44084426
    4409 #: includes/CDI-Shipping.php:811
     4427#: includes/CDI-Shipping.php:822
    44104428msgid ""
    44114429"CDI : The macroclass definition is invalid. \n"
  • collect-and-deliver-interface-for-woocommerce/trunk/readme.txt

    r3458981 r3489671  
    66Requires PHP: 7.3
    77PHP tested up to: 8.1
    8 Stable tag: 5.5.14
     8Stable tag: 5.5.15
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    111111
    112112== Changelog ==
     113
     114= 5.5.15 (2026-03-24) =
     115* Fix Orderlist calling cdi_metabox_initforcarrier Add a fallback carrier
     116* Fix Invalid typo and rebuild variable rate field processing in CDI-shipping.php
     117* Fix Conflict between versions V1 and V2 of Mondial Relay
     118* Some typo and fix
    113119
    114120= 5.5.14 (2026-02-11) =
Note: See TracChangeset for help on using the changeset viewer.