/* _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: '/DE/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: Refine Dropdown seletion
LABEL_REFINE_SELECTION: 'Verfeinern Sie Ihre Suche...',
// NEW: International tracking name "Option All Products of this Category"
LABEL_TRACK_ALL_PRODUCTSOPTION: 'Alle Produkte dieser Kategorie',
// NEW: International tracking name " Refine Dropdown seletion"
LABEL_TRACK_REFINE_SELECTION: 'Verfeinern Sie Ihre Suche...',
// NEW: Search field value
LABEL_SEARCH_INPUT: 'Bitte Begriff eingeben!',
// 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: 'Please select a country.',
// Label Contacttype Dropdownbox
LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Please select a country.',
// 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: 'Business activities',
// Label Driving direction
LABEL_DIRECTION: 'Anfahrt',
// 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: 'Bilder',
// MediaModul "Video"
MEDIAMODUL_VIDEOS: 'Videos',
// MediaModul "360Grad"
MEDIAMODUL_360DEGREE: '360°',
// MediaModul "Interaktiv"
MEDIAMODUL_INTERACTIVE: 'Interaktive',
// MediaModul "Interaktiv-Button"
MEDIAMODUL_INTERACTIVEBUTTON: 'Öffne Systemspezial',
//Vorheriges-Button
BACKWARD_BUTTON: 'Vorheriges',
//nächstes-Button
FORWARD_BUTTON: 'Nächstes',
//allmedia-Button
ALLMEDIA_BUTTON: 'Alle Medien',
//übersicht-Button
DETAILMEDIA_BUTTON: 'zurück zur Übersicht',
//close-Button
CLOSE_BUTTON: 'Schließen',
// Google Maps in Adressselektor
LABEL_DRAEGER_MAPS: "Anfahrt",
LABEL_CLOSE_DRAEGER_MAPS: "Schließen",
// IFU
IFU_DISCLAIMER_MSG_HEAD: 'ACHTUNG! ',
IFU_DISCLAIMER_MSG_TEXT: 'Die Gebrauchsanweisungen werden nur zu Informationszwecken für unseren Außendienst und unsere Händler auf dieser Webseite veröffentlicht. Dräger bemüht sich, die aktuellste Version jeder Gebrauchsanweisung innerhalb eines angemessenen Zeitrahmens nach der Veröffentlichung zur Verfügung zu stellen.
Rufen Sie Ihren Dräger Kontakt an, oder nehmen Sie mit dem Dräger Service vor Ort Kontakt auf, wenn Sie aktuelle Informationen benötigen. So erfahren Sie, ob eine aktuellere Gebrauchsanweisung für ein bestimmtes Produkt von Dräger vorliegt. ',
CANCEL_BUTTON: 'Abbrechen'
})