/* _config_de.js */ /* Dräger configuration */ var draeger; if (!draeger) { draeger = {} } $.extend(draeger, { // Active Language LANGUAGE: 'it', // Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif" DOCROOT: '', // URL Webservice SEND_PATH: '/IT/it/', // Imagepath Clipboard CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/', // Noflash Hinttext NOFLASH_HINT: 'Attivare Javascript.', // Noflash Linktext NOFLASH_LINK: 'Installare Adobe Flash Player.', // Texts TEXT_DELETE: 'Elimina', // Produktselektor PRODUCTSELECTOR_ACTIVE: false, // Label für Dropdownlisten Produktselektor LABEL_EMPTY_DROPDOWN: 'Selezionare...', // Label für Clipboard Hinzufügen LABEL_ADD_TO_CLIPBOARD: 'Agli appunti', // Error Message bei keiner Unterstützung der Bookmarkfunktion ERROR_BOOKMARK_SUPPORT: 'Il vostro browser non supporta i segnalibri.', // Option All Products of this Category LABEL_ALL_PRODUCTSOPTION: 'Mostra tutti i prodotti in questa categoria', // NEW: Refine Dropdown seletion LABEL_REFINE_SELECTION: 'Ricerca avanzata...', // NEW: International tracking name "Option All Products of this Category" LABEL_TRACK_ALL_PRODUCTSOPTION: 'Mostra tutti i prodotti in questa categoria', // NEW: International tracking name " Refine Dropdown seletion" LABEL_TRACK_REFINE_SELECTION: 'Ricerca avanzata...', // NEW: Search field value LABEL_SEARCH_INPUT: 'Inserisci parola chiave', // HR Selektor HRSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_LOCATIONDROPDOWN: 'Selezionare prima un paese!', // All Location Option Dropdownbox LABEL_ALL_LOCATIONOPTION: 'Tutte le località', // All Category Option Dropdownbox LABEL_ALL_CATEGORYOPTION: 'Tutte le categorie', // Event Selector EVENTSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_INDUSTRYDROPDOWN: 'Selezionare un paese.', // All Industry Categories Option Dropdownbox LABEL_ALL_INDUSTRYOPTION: 'Scegli il tipo di evento', // Label Month Results LABEL_EVENT_RESULTS: 'I nostri eventi in', // Label Search Results LABEL_EVENTSEARCH_RESULTS: 'Eventi che corrispondono alla vostra ricerca', // 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: 'Selezionare un paese.', // Label Contacttype Dropdownbox LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Selezionare un paese.', // All Cities Option Dropdownbox LABEL_ALL_CITYOPTION: 'Tutte le regioni/tutti gli stati', // All Contacttype Option Dropdownbox LABEL_ALL_CONTACTTYPEOPTION: 'Tutti i contatti', // Label Seller Results Business Activities LABEL_BUSINESS_ACTIVITIES: 'Settore', // Label Driving direction LABEL_DIRECTION: 'Indicazioni stradali', // 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: 'Immagine', // MediaModul "Video" MEDIAMODUL_VIDEOS: 'Video', // MediaModul "360Grad" MEDIAMODUL_360DEGREE: 'Viste a 360°', // MediaModul "Interaktiv" MEDIAMODUL_INTERACTIVE: 'Interattivo', // MediaModul "Interaktiv-Button" MEDIAMODUL_INTERACTIVEBUTTON: 'Apri speciale', //Vorheriges-Button BACKWARD_BUTTON: 'Indietro', //nächstes-Button FORWARD_BUTTON: 'Avanti', //allmedia-Button ALLMEDIA_BUTTON: 'Mostra tutti i file multimediali', //übersicht-Button DETAILMEDIA_BUTTON: 'Torna alla panoramica', //close-Button CLOSE_BUTTON: 'Chiudi', // Google Maps in Adressselektor LABEL_DRAEGER_MAPS: "Driving directions", LABEL_CLOSE_DRAEGER_MAPS: "Close", // IFU IFU_DISCLAIMER_MSG_HEAD: 'ATTENZIONE! ', IFU_DISCLAIMER_MSG_TEXT: 'Le istruzioni per l\'uso contenute in questo sito vi sono state pubblicate a scopo informativo e ad uso del nostro servizio commerciale e di distribuzione. Dräger si impegna a mettere in rete la versione più recente di ogni manuale di istruzioni entro un ragionevole lasso di tempo dalla sua pubblicazione. Tuttavia, se desiderate ottenere informazioni aggiornate, contattate la Dräger o rivolgetevi al Dräger Service locale per sapere se esiste una versione più recente delle istruzioni per l\'uso del prodotto Dräger specifico. ', CANCEL_BUTTON: 'Interrompi' })