/* _config_de.js */ /* Dräger configuration */ var draeger; if (!draeger) { draeger = {} } $.extend(draeger, { // Active Language LANGUAGE: 'tr', // Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif" DOCROOT: '', // URL Webservice SEND_PATH: '/TR/tr/', // Imagepath Clipboard CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/', // Noflash Hinttext NOFLASH_HINT: 'Lütfen Javascript.başlatın ', // Noflash Linktext NOFLASH_LINK: 'Lütfen Adobe Flash Player yükleyin', // Texts TEXT_DELETE: 'Sil', // Produktselektor PRODUCTSELECTOR_ACTIVE: false, // Label für Dropdownlisten Produktselektor LABEL_EMPTY_DROPDOWN: 'Lütfen seçin', // Label für Clipboard Hinzufügen LABEL_ADD_TO_CLIPBOARD: 'Taşıma panosuna geçin ', // Error Message bei keiner Unterstützung der Bookmarkfunktion ERROR_BOOKMARK_SUPPORT: 'Tarayıcınız bookmark fonksiyonunu malesef taşımıyor.', // Option All Products of this Category LABEL_ALL_PRODUCTSOPTION: 'Tüm kategorideki ürünleri göster ', // NEW: Refine Dropdown seletion LABEL_REFINE_SELECTION: 'refine your search...', // NEW: International tracking name "Option All Products of this Category" LABEL_TRACK_ALL_PRODUCTSOPTION: 'Tüm kategorideki ürünleri göster ', // NEW: International tracking name " Refine Dropdown seletion" LABEL_TRACK_REFINE_SELECTION: 'refine your search...', // NEW: Search field value LABEL_SEARCH_INPUT: 'Anahtar sözcüğü', // HR Selektor HRSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_LOCATIONDROPDOWN: 'Lütfen öncelikle bir ülke seçın ', // All Location Option Dropdownbox LABEL_ALL_LOCATIONOPTION: 'Tüm mevkiler ', // All Category Option Dropdownbox LABEL_ALL_CATEGORYOPTION: 'Tüm kategoriler', // Event Selector EVENTSELECTOR_ACTIVE: false, // Label Dopdownbox LABEL_EMPTY_INDUSTRYDROPDOWN: 'Lütfen bir ülke seçin.', // All Industry Categories Option Dropdownbox LABEL_ALL_INDUSTRYOPTION: 'Bir etkinlik seçin ', // Label Month Results LABEL_EVENT_RESULTS: 'Etkinliklerimiz ', // Label Search Results LABEL_EVENTSEARCH_RESULTS: 'Arama sonuçu olarak bu etkinlikleri bulduk ', // 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: 'Lütfen bir Ülke seçin', // Label Contacttype Dropdownbox LABEL_EMPTY_CONTACTTYPEDROPDOWN: 'Lütfen bir Ülke seçin', // All Cities Option Dropdownbox LABEL_ALL_CITYOPTION: 'Tüm bölgeler /devletler', // All Contacttype Option Dropdownbox LABEL_ALL_CONTACTTYPEOPTION: 'Tüm Kişiler', // Label Seller Results Business Activities LABEL_BUSINESS_ACTIVITIES: 'İşle ilgili faaliyetler', // Label Driving direction LABEL_DIRECTION: 'Geliş yolu ', // 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: 'Resim', // MediaModul "Video" MEDIAMODUL_VIDEOS: 'Filmler', // MediaModul "360Grad" MEDIAMODUL_360DEGREE: '360° Görünümler', // MediaModul "Interaktiv" MEDIAMODUL_INTERACTIVE: 'İnteraktif', // MediaModul "Interaktiv-Button" MEDIAMODUL_INTERACTIVEBUTTON: 'Özel Aç', //Vorheriges-Button BACKWARD_BUTTON: 'Önceki', //nächstes-Button FORWARD_BUTTON: 'Sonraki', //allmedia-Button ALLMEDIA_BUTTON: 'Tüm Medya Dosyalarını Göster', //übersicht-Button DETAILMEDIA_BUTTON: 'Genel Bakışa Dön', //close-Button CLOSE_BUTTON: 'Kapat', // Google Maps in Adressselektor LABEL_DRAEGER_MAPS: "Driving directions", LABEL_CLOSE_DRAEGER_MAPS: "Close", // IFU IFU_DISCLAIMER_MSG_HEAD: 'CAUTION!', IFU_DISCLAIMER_MSG_TEXT: 'The Instructions for Use (IFUs) on this site are posted for informational purposes as a courtesy to our sales force and our dealers. Dräger will attempt to post the most current version of each IFU within a reasonable time after release. However, if you seek for current information, please call your contact within Dräger or your local Dräger Service to determine whether a more recent IFU is applicable to the specific Dräger product.', CANCEL_BUTTON: 'İptal etmek ' })