/* _config_de.js */ /* Dräger configuration */ var draeger; if (!draeger) { draeger = {} } $.extend(draeger, { // Active Language LANGUAGE: 'pt', // Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif" DOCROOT: '', // URL Webservice SEND_PATH: '/BR/pt/', // Imagepath Clipboard CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/', // Noflash Hinttext NOFLASH_HINT: 'Ative Javascript.', // Noflash Linktext NOFLASH_LINK: 'Instale o Adobe Flash Player.', // Texts TEXT_DELETE: 'Excluir', // Produktselektor PRODUCTSELECTOR_ACTIVE: false, // Label für Dropdownlisten Produktselektor LABEL_EMPTY_DROPDOWN: 'Selecione...', // Label für Clipboard Hinzufügen LABEL_ADD_TO_CLIPBOARD: 'Para o clipboard', // Error Message bei keiner Unterstützung der Bookmarkfunktion ERROR_BOOKMARK_SUPPORT: 'O seu navegador não suporta adição aos favoritos.', // Option All Products of this Category LABEL_ALL_PRODUCTSOPTION: 'Mostrar todos os produtos desta categoria', // NEW: Refine Dropdown seletion LABEL_REFINE_SELECTION: 'Refine sua pesquisa...', // NEW: International tracking name "Option All Products of this Category" LABEL_TRACK_ALL_PRODUCTSOPTION: 'Mostrar todos os produtos desta categoria', // NEW: International tracking name " Refine Dropdown seletion" LABEL_TRACK_REFINE_SELECTION: 'Refine sua pesquisa...', // NEW: Search field value LABEL_SEARCH_INPUT: 'Insira palavra chave', // HR Selektor HRSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_LOCATIONDROPDOWN: 'Selecione primeiro um país!', // All Location Option Dropdownbox LABEL_ALL_LOCATIONOPTION: 'Todos os locais', // All Category Option Dropdownbox LABEL_ALL_CATEGORYOPTION: 'Todas as categorias', // Event Selector EVENTSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_INDUSTRYDROPDOWN: 'Selecione um país.', // All Industry Categories Option Dropdownbox LABEL_ALL_INDUSTRYOPTION: 'Selecione o tipo de evento', // Label Month Results LABEL_EVENT_RESULTS: 'Nossos eventos em', // Label Search Results LABEL_EVENTSEARCH_RESULTS: 'Nossos eventos para pesquisa', // 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: 'Selecione um país.', // Label Contacttype Dropdownbox LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Selecione um país.', // All Cities Option Dropdownbox LABEL_ALL_CITYOPTION: 'Todas as regiões/estados', // All Contacttype Option Dropdownbox LABEL_ALL_CONTACTTYPEOPTION: 'Todos os contatos', // Label Seller Results Business Activities LABEL_BUSINESS_ACTIVITIES: 'Atividades comerciais', // Label Driving direction LABEL_DIRECTION: 'Localização', // 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: 'Imagem', // MediaModul "Video" MEDIAMODUL_VIDEOS: 'Cinema', // MediaModul "360Grad" MEDIAMODUL_360DEGREE: 'Vistas 360°', // MediaModul "Interaktiv" MEDIAMODUL_INTERACTIVE: 'Interativo', // MediaModul "Interaktiv-Button" MEDIAMODUL_INTERACTIVEBUTTON: 'Exposições Especiais', //Vorheriges-Button BACKWARD_BUTTON: 'Anterior', //nächstes-Button FORWARD_BUTTON: 'Próximo', //allmedia-Button ALLMEDIA_BUTTON: 'Mostrar todos arquivos media', //übersicht-Button DETAILMEDIA_BUTTON: 'Voltar à Vista Geral', //close-Button CLOSE_BUTTON: 'Fechar', // Google Maps in Adressselektor LABEL_DRAEGER_MAPS: "Driving directions", LABEL_CLOSE_DRAEGER_MAPS: "Close", // IFU IFU_DISCLAIMER_MSG_HEAD: 'ATENÇÃO! ', IFU_DISCLAIMER_MSG_TEXT: 'As Instruções de Uso (IFUs) neste site foram publicadas somente para fins de informação como cortesia para nossa equipe de vendas e nossos revendedores. A Dräger tentará publicar a versão mais atual de cada IFU em um período de tempo razoável depois de sua liberação. No entanto, se você procura por informações atuais, entre em contato com a Dräger ou a Assistência Dräger local para determinar se uma IFU mais recente se aplica ao produto Dräger específico. ', CANCEL_BUTTON: 'Cancelar' })