/* _config_de.js */ /* Dräger configuration */ var draeger; if (!draeger) { draeger = {} } $.extend(draeger, { // Active Language LANGUAGE: 'en', // Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif" DOCROOT: '', // URL Webservice SEND_PATH: '/US/en_US/', // Imagepath Clipboard CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/', // Noflash Hinttext NOFLASH_HINT: 'Please activate Javascript.', // Noflash Linktext NOFLASH_LINK: 'Please install Adobe Flash Player.', // Texts TEXT_DELETE: 'Delete', // Produktselektor PRODUCTSELECTOR_ACTIVE: false, // Label für Dropdownlisten Produktselektor LABEL_EMPTY_DROPDOWN: 'Please select...', // Label für Clipboard Hinzufügen LABEL_ADD_TO_CLIPBOARD: 'To the clipboard', // Error Message bei keiner Unterstützung der Bookmarkfunktion ERROR_BOOKMARK_SUPPORT: 'Your browser does not support bookmarking.', // Option All Products of this Category LABEL_ALL_PRODUCTSOPTION: 'Show all products in this category', // 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: 'Please select a country first!', // All Location Option Dropdownbox LABEL_ALL_LOCATIONOPTION: 'All locations', // All Category Option Dropdownbox LABEL_ALL_CATEGORYOPTION: 'All categories', // Event Selector EVENTSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_INDUSTRYDROPDOWN: 'Please select a country.', // All Industry Categories Option Dropdownbox LABEL_ALL_INDUSTRYOPTION: 'Choose event type', // Label Month Results LABEL_EVENT_RESULTS: 'Our events in', // Label Search Results LABEL_EVENTSEARCH_RESULTS: 'Our events for your search', // 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: 'Please select a country.', // Label Contacttype Dropdownbox LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Please select a country.', // All Cities Option Dropdownbox LABEL_ALL_CITYOPTION: 'All regions/states', // All Contacttype Option Dropdownbox LABEL_ALL_CONTACTTYPEOPTION: 'All contacts ', // Label Seller Results Business Activities LABEL_BUSINESS_ACTIVITIES: 'Business activities', // Label Driving direction LABEL_DIRECTION: 'Driving directions' })