/* _config_de.js */ /* Dräger configuration */ var draeger; if (!draeger) { draeger = {} } $.extend(draeger, { // Active Language LANGUAGE: 'es', // Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif" DOCROOT: '', // URL Webservice SEND_PATH: '/ES/es/', // Imagepath Clipboard CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/', // Noflash Hinttext NOFLASH_HINT: 'Por favor, active Javascript.', // Noflash Linktext NOFLASH_LINK: 'Por favor, instale Adobe Flash Player.', // Texts TEXT_DELETE: 'Borrar', // Produktselektor PRODUCTSELECTOR_ACTIVE: false, // Label für Dropdownlisten Produktselektor LABEL_EMPTY_DROPDOWN: 'Por favor, seleccione...', // Label für Clipboard Hinzufügen LABEL_ADD_TO_CLIPBOARD: 'Al portapapeles', // Error Message bei keiner Unterstützung der Bookmarkfunktion ERROR_BOOKMARK_SUPPORT: 'Su navegador web no soporta bookmarking. ', // Option All Products of this Category LABEL_ALL_PRODUCTSOPTION: 'Mostrar todos los productos en esta categoría', // NEW: Refine Dropdown seletion LABEL_REFINE_SELECTION: 'perfeccione su búsqueda…', // NEW: International tracking name "Option All Products of this Category" LABEL_TRACK_ALL_PRODUCTSOPTION: 'Mostrar todos los productos en esta categoría', // NEW: International tracking name " Refine Dropdown seletion" LABEL_TRACK_REFINE_SELECTION: 'perfeccione su búsqueda…', // NEW: Search field value LABEL_SEARCH_INPUT: 'Introduzca su palabra clave', // HR Selektor HRSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_LOCATIONDROPDOWN: '¡Por favor, seleccione primero un país!', // All Location Option Dropdownbox LABEL_ALL_LOCATIONOPTION: 'Todos los emplazamientos', // All Category Option Dropdownbox LABEL_ALL_CATEGORYOPTION: 'Todas las categorías', // Event Selector EVENTSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_INDUSTRYDROPDOWN: 'Por favor, seleccione un país. ', // All Industry Categories Option Dropdownbox LABEL_ALL_INDUSTRYOPTION: 'Elija un tipo de evento', // Label Month Results LABEL_EVENT_RESULTS: 'Nuestros eventos en', // Label Search Results LABEL_EVENTSEARCH_RESULTS: 'Nuestros eventos para su búsqueda', // 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: 'Por favor, seleccione un país. ', // Label Contacttype Dropdownbox LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Por favor, seleccione un país. ', // All Cities Option Dropdownbox LABEL_ALL_CITYOPTION: 'Todas las regiones/estados', // All Contacttype Option Dropdownbox LABEL_ALL_CONTACTTYPEOPTION: 'Todos los contactos', // Label Seller Results Business Activities LABEL_BUSINESS_ACTIVITIES: 'Actividades de negocio', // Label Driving direction LABEL_DIRECTION: 'Direcciones', // 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: 'imagen', // MediaModul "Video" MEDIAMODUL_VIDEOS: 'vídeos', // MediaModul "360Grad" MEDIAMODUL_360DEGREE: 'vista 360°', // MediaModul "Interaktiv" MEDIAMODUL_INTERACTIVE: 'interactivo', // MediaModul "Interaktiv-Button" MEDIAMODUL_INTERACTIVEBUTTON: 'Apertura especial', //Vorheriges-Button BACKWARD_BUTTON: 'Atrás', //nächstes-Button FORWARD_BUTTON: 'Siguiente', //allmedia-Button ALLMEDIA_BUTTON: 'Mostrar todos los archivos de medios', //übersicht-Button DETAILMEDIA_BUTTON: 'Volver a vista general', //close-Button CLOSE_BUTTON: 'Cerrar', // Google Maps in Adressselektor LABEL_DRAEGER_MAPS: "Driving directions", LABEL_CLOSE_DRAEGER_MAPS: "Close", // IFU IFU_DISCLAIMER_MSG_HEAD: 'PRECAUCIÓN! ', IFU_DISCLAIMER_MSG_TEXT: 'Las Instrucciones de Uso (IdU) que aparecen en este sitio web han sido publicadas por motivos informativos como cortesía hacia nuestros distribuidores y nuestro equipo de venta. Dräger tratará de colgar en Internet la versión más actual de cada IdU dentro de un periodo de tiempo razonable después de su publicación. Sin embargo, si usted busca información actual, llame a su contacto dentro de la organización Dräger o a su DrägerService local para averiguar si existen unas IdU más recientes para el producto específico de Dräger. ', CANCEL_BUTTON: 'Cancelar' })