/* _config_de.js */ /* Dräger configuration */ var draeger; if (!draeger) { draeger = {} } $.extend(draeger, { // Active Language LANGUAGE: 'fr', // Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif" DOCROOT: '', // URL Webservice SEND_PATH: '/CA/fr/', // Imagepath Clipboard CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/', // Noflash Hinttext NOFLASH_HINT: 'Veuillez activer Javascript.', // Noflash Linktext NOFLASH_LINK: 'Veuillez installer Adobe Flash Player.', // Texts TEXT_DELETE: 'Supprimer', // Produktselektor PRODUCTSELECTOR_ACTIVE: false, // Label für Dropdownlisten Produktselektor LABEL_EMPTY_DROPDOWN: 'Merci de sélectionner...', // Label für Clipboard Hinzufügen LABEL_ADD_TO_CLIPBOARD: 'Vers le bloc-notes', // Error Message bei keiner Unterstützung der Bookmarkfunktion ERROR_BOOKMARK_SUPPORT: 'Votre navigateur ne prend pas en charge la fonction de marque-pages.', // Option All Products of this Category LABEL_ALL_PRODUCTSOPTION: 'Afficher tous les produits de cette catégorie', // NEW: Refine Dropdown seletion LABEL_REFINE_SELECTION: 'Affinez votre recherche...', // NEW: International tracking name "Option All Products of this Category" LABEL_TRACK_ALL_PRODUCTSOPTION: 'Afficher tous les produits de cette catégorie', // NEW: International tracking name " Refine Dropdown seletion" LABEL_TRACK_REFINE_SELECTION: 'Affinez votre recherche...', // NEW: Search field value LABEL_SEARCH_INPUT: 'Saisissez votre mot de passe', // HR Selektor HRSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_LOCATIONDROPDOWN: 'Merci de sélectionner d\'abord un pays.', // All Location Option Dropdownbox LABEL_ALL_LOCATIONOPTION: 'Tous les sites', // All Category Option Dropdownbox LABEL_ALL_CATEGORYOPTION: 'Toutes les catégories', // Event Selector EVENTSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_INDUSTRYDROPDOWN: 'Merci de sélectionner un pays.', // All Industry Categories Option Dropdownbox LABEL_ALL_INDUSTRYOPTION: 'Choisir le type d\'événement', // Label Month Results LABEL_EVENT_RESULTS: 'Nos événements à', // Label Search Results LABEL_EVENTSEARCH_RESULTS: 'Nos événements correspondants à votre recherche', // Toolbox Cookie Names COOKIE_TB_PRODUCTS: "draeger_clipboardlist", COOKIE_TB_JOBS: "draeger_joblist", COOKIE_TB_DOWNLOADS: "draeger_downloadlist", COOKIE_TB_PAGEREMINDER: "draeger_merklist", // Cookie Domain COOKIE_TB_DOMAIN: "", // Address Selector ADDRESSSELECTOR_ACTIVE: false, // Label City Dropdownbox LABEL_EMPTY_CITYDROPDOWN: 'Merci de sélectionner un pays.', // Label Contacttype Dropdownbox LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Merci de sélectionner un pays.', // All Cities Option Dropdownbox LABEL_ALL_CITYOPTION: 'Toutes les régions/états', // All Contacttype Option Dropdownbox LABEL_ALL_CONTACTTYPEOPTION: 'Tous les contacts', // Label Seller Results Business Activities LABEL_BUSINESS_ACTIVITIES: 'Domaines d\'activité', // Label Driving direction LABEL_DIRECTION: 'Itinéraire', // Required by E7 for international tracking // Tracking: All Seller category Option Dropdownbox LABEL_TRACK_ALL_CONTACTTYPEOPTION: 'All contacts', // Tracking: All Cities Option Dropdownbox LABEL_TRACK_ALL_CITYOPTION: 'All locations', // MediaModul "Bilder" MEDIAMODUL_IMAGES: 'Image', // MediaModul "Video" MEDIAMODUL_VIDEOS: 'Vidéos', // MediaModul "360Grad" MEDIAMODUL_360DEGREE: 'Vues 360º', // MediaModul "Interaktiv" MEDIAMODUL_INTERACTIVE: 'Interactive', // MediaModul "Interaktiv-Button" MEDIAMODUL_INTERACTIVEBUTTON: 'Ouvrir spécial', //Vorheriges-Button BACKWARD_BUTTON: 'Précédent', //nächstes-Button FORWARD_BUTTON: 'Suivant', //allmedia-Button ALLMEDIA_BUTTON: 'Ouvrir tous les Mediafiles', //übersicht-Button DETAILMEDIA_BUTTON: 'Retour à l\'Aperçu général', //close-Button CLOSE_BUTTON: 'Fermer', // Google Maps in Adressselektor LABEL_DRAEGER_MAPS: "Driving directions", LABEL_CLOSE_DRAEGER_MAPS: "Close", // IFU IFU_DISCLAIMER_MSG_HEAD: 'ATTENTION ! ', IFU_DISCLAIMER_MSG_TEXT: 'Les notices d\'utilisation de ce site ont été mises en ligne à titre informatif et sont destinées à toutes fins utiles à nos équipes commerciales et à nos distributeurs. Dräger va faire en sorte de mettre en ligne la version actuelle de chacune de ces notices dans un délai raisonnable après publication. Si vous souhaitez néanmoins obtenir des informations actuelles, n\'hésitez pas à contacter Dräger ou votre partenaire Dräger Service local pour savoir s\'il existe une version plus récente de la notice d\'utilisation du produit Dräger concerné. ', CANCEL_BUTTON: 'Interrompre' })