/* _config_de.js */ /* Dräger configuration */ var draeger; if (!draeger) { draeger = {} } $.extend(draeger, { // Active Language LANGUAGE: 'de', // Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif" DOCROOT: '', // URL Webservice SEND_PATH: '/GC/de/', // Imagepath Clipboard CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/', // Noflash Hinttext NOFLASH_HINT: 'Für optimale Darstellung bitte JavaScript aktivieren', // Noflash Linktext NOFLASH_LINK: 'Adobe Flash Player installieren.', // Texts TEXT_DELETE: 'Löschen', // Produktselektor PRODUCTSELECTOR_ACTIVE: false, // Label für Dropdownlisten Produktselektor LABEL_EMPTY_DROPDOWN: 'Bitte Wählen Sie...', // Label für Clipboard Hinzufügen LABEL_ADD_TO_CLIPBOARD: 'Zum Clipboard', // Error Message bei keiner Unterstützung der Bookmarkfunktion ERROR_BOOKMARK_SUPPORT: 'Ihr Browser unterstützt die Bookmarkfunktionalität leider nicht.', // Option All Products of this Category LABEL_ALL_PRODUCTSOPTION: 'Alle Produkte dieser Kategorie', // NEW: International tracking name "Option All Products of this Category" // Required by E7 for international tracking LABEL_TRACK_ALL_PRODUCTSOPTION: 'all_products_in_this_category', // HR Selektor HRSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_LOCATIONDROPDOWN: 'Bitte zuerst ein Land auswählen!', // All Location Option Dropdownbox LABEL_ALL_LOCATIONOPTION: 'Alle Standorte', // All Category Option Dropdownbox LABEL_ALL_CATEGORYOPTION: 'Alle Kategorien', // Event Selector EVENTSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_INDUSTRYDROPDOWN: 'Bitte wählen Sie ein Land.', // All Industry Categories Option Dropdownbox LABEL_ALL_INDUSTRYOPTION: 'Alle Events', // Label Month Results LABEL_EVENT_RESULTS: 'Unsere Messen im', // Label Search Results LABEL_EVENTSEARCH_RESULTS: 'Folgende Messen haben wir zu Ihrer Suche gefunden', // 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: 'Bitte wählen Sie ein Land.', // Label Contacttype Dropdownbox LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Bitte wählen Sie ein Land.', // All Cities Option Dropdownbox LABEL_ALL_CITYOPTION: 'Alle Bundesländer', // All Contacttype Option Dropdownbox LABEL_ALL_CONTACTTYPEOPTION: 'Alle Kontakte ', // Label Seller Results Business Activities LABEL_BUSINESS_ACTIVITIES: 'Leistungsspektrum', // Label Driving direction LABEL_DIRECTION: 'Anfahrt' })