{ 'BookshelfTitle' : '', 'ShareToCoverButtonText' : 'Entire Catalog', 'ExportPdfEntireRadio' : 'Entire Catalog', 'DefaultBookDialogTitle' : 'Default Catalog', 'DefaultBookDialogLabel' : 'Would you like to save *BOOKTITLE* as your default catalog?', 'news_AboutAccordion_Accordion_Title2' : 'NAVIGATION THROUGH THE NEWSPAPER', 'LanguageComboLabel' : 'Language', 'IPhoneLanguageComboLabel' : '', 'CategoryComboLabel' : 'Category', 'IPhoneCategoryComboLabel' : '', 'CategoryComboAll' : 'All', 'IPhoneCategoryComboAll' : 'Choose Category', 'PostalCodeInputLabel' : 'Zip/Postal Code', 'IPhonePostalCodeInputLabel' : '', 'SearchInstruction' : '', // Instructions displayed inside search panel prior to a search taking place. Example: Type search string above and hit <ENTER> to begin search // ******************** CUSTOM ************************************************ 'ExportPdfTip' : 'Export PDF Page Ranges', 'LibraryTip' : 'See all of our online catalogs', 'tb_Bookshelf' : 'Online Catalogs', 'ExportPdfCreatingPDFDone' : 'After clicking the View PDF button you must download the file to your desktop to save it', 'AboutDialogTitle' : 'Help', 'AboutDialogVersionTitle' : 'Dirxion Version', 'AboutDialogSupportTitle' : 'Online Publication Technical Support', 'AboutDialogExtraTitle' : '', 'AboutDialogExtraText' : '', 'AboutDialogImageUrl' : '', // REMOVE SOCIAL MEDIA FROM HELP - DELETE THESE TWO LINES IF THEY HAVE SOCIAL TABS 'cat_AboutAccordion_Accordion_Title5' : '', // ************************ CUSTOM BUTTONS ************************************ // Object array used to define custom toolbar buttons. // 1. Remove the comments below (a comment is the two slashes //) // 2. Add the button location for desktop, iPad, & iPhone & set the TotWidth, TotHeight, ImgWidth, & ImgHeight. // 3. Add the url it can go to a page within the application or external // 4. Add the tool tip // // Example: // { // 'sprite':'skin/images/toolbar/button_911_desktop.png?TotWidth=50&TotHeight=196&ImgWidth=50&ImgHeight=49', // 'url':'app:PAGEINDEX=3', // 'source':'', // 'tip':'911' // } // ************************************************************ // N O r e l a t i v e p a t h s w i t h c u s t o m b u t t o n s a l l o w e d ! 'ToolbarCustomButtons' : [ // { // 'sprite':'default:images/toolbar/minimal_ui_btn.svg?SvgId=btn_menu', // 'url':'notification:SlideInTabView.TOGGLE_TAB:VideosTabPanel', // 'source':'', 'tip':'Videos Tab Panel' // }, // custom0 ], // Tablet (Android and IOS) 'IPadToolbarCustomButtons' : [ //{'sprite':'skin/languages/enu/images/toolbar/button_locator@2x.png?TotWidth=132&TotHeight=392&ImgWidth=132&ImgHeight=98', 'url':'', 'source':'', 'tip':'Store Locator'} // custom0 ], // Mobile (Android and IOS) 'IPhoneToolbarCustomButtons' : [ //{'sprite':'', 'url':'', 'source':'', 'tip':''} // custom0 ], // ************************************************************ // Used to define the left and right tab bars. Each object or // line represents one tab. // // Attributes: // space - Amount of space to leave in the tab bar // or // title - Text to place in the tab // component - Dynamic component loaded to manage the tab panel contents // // Example: // [ // FOR TEXT-BASED TABS //{'space':14}, //{'title':'Catalogs', 'component':'BookshelfTabPanel'}, //{'title':'Contents', 'component':'TocTabPanel'}, //{'title':'Search', 'component':'SearchTabPanel'} //{'id':'Videos', 'titleSkinKey':'SearchTabPanelTitle', 'component':'SearchTabPanel'} // // ] // ************************************************************ 'BookshelfLeftTabBar' : [ {'space':14}, //{'title':'Search Lib.', 'component':'LibrarySearchTabPanel'} //{'title':'Filters', 'component':'BookshelfFilterTabPanel'} ], 'IPadBookshelfLeftTabBar' : [ {'space':14}, //{'title':'Search Lib.', 'component':'LibrarySearchTabPanel'} //{'title':'Filters', 'component':'BookshelfFilterTabPanel'} ], 'IPhoneBookshelfLeftTabBar' : [ {'space':6}, //{'title':'Search Lib.', 'component':'LibrarySearchTabPanel'} //{'title':'Filters', 'component':'BookshelfFilterTabPanel'} ], 'LeftTabBar' : [ {'space':14}, {'title':'Contents', 'component':'TocTabPanel'}, //{'title':'Search', 'component':'SearchTabPanel'}, {'title':'Search', 'component':'LibrarySearchTabPanel'}, {'title':'Catalogs', 'component':'BookshelfTabPanel', 'componentData': {'filter':['~archive']}}, //{'title':'Product Details', 'component':'PageDetailTabPanel'}, {'title':'Archive', 'component':'BookshelfTabPanel', 'componentData': {'filter':['archive']}} ], // Alternate layouts and/or abbreviations may be necessary on smaller format devices 'IPadLeftTabBar' : [ {'space':0}, {'title':'Contents', 'component':'TocTabPanel'}, //{'title':'Search', 'component':'SearchTabPanel'}, {'title':'Search', 'component':'LibrarySearchTabPanel'}, {'title':'Catalogs', 'component':'BookshelfTabPanel', 'componentData': {'filter':['~archive']}}, {'title':'Archive', 'component':'BookshelfTabPanel', 'componentData': {'filter':['archive']}} ], 'IPhoneLeftTabBar' : [ ], // These skin settings are for the labels used for the filter groups in the BookshelfFilterTabPanel. When in use, they should be defined here. // ********** // These are the category group labels used in BookshelfFilterTabPanel when the category group prefixes (ie. 1- or 1:) are used in book.xml categories filters. // ********** '0-CategoryGroupLabel' : 'Filter by Publication Type', '1-CategoryGroupLabel' : 'Filter by Category', // ********** // These are the category group labels used in BookshelfTabPanel when the category group prefixes (ie. 1- or 1:) are used in book.xml categories filters. // ********** '0-BookshelfTabPanelCategoryGroupLabel' : 'Publication Types', '1-BookshelfTabPanelCategoryGroupLabel' : 'Categories', // ********** // When the new multi-level filter syntax is used in the book.xml files for category filters, this skin setting can be used in lang.txt filtes to specify // sort order for category groups when their labels are specified directly in the book.xml files instead of using category group prefixes. When the new // multi-level filter syntax is used without category group prefixes, the order of the Category Labels specified here is the order that they will appear // in the BookshelfFilterTabPanel. (RMG 05/05/2017) // // New multi-level filter syntax with category group prefixes: ('0:Branch Label:Leaf Label') // New multi-level filter syntax without category group prefixes: ('Category Label:Branch Label:Leaf Label') // ********** 'CategoryGroupSortOrder' : [ // 'Publication Type', // 'Product Type' ], // ********** // When the new multi-level filter syntax is used in the book.xml files for category filters, this skin setting can be used in lang.txt files if we need to // determine specific sort order for each filter (ie leaf). This is not needed very often. The default alphabetic sort is normally sufficient and this is // a pain to set up since each and every filter/leaf element must be included in this array in the order that they are to be displayed. For this skin setting // to be picked up, category group key prefixes (ie. 1- or 1:) must not be in use and 'CategoryGroupSortOrder must not be set up. (RMG 05/05/2017) // ********** 'CategorySortOrder' : [ // 'Publication Type:Pub Type C', // 'Publication Type:Pub Type A', // 'Publication Type:Pub Type B', // 'Product Type:Desks and Casegoods:Product A', // 'Product Type:Desks and Casegoods:Product B', // 'Product Type:Desks and Casegoods:Product D', // 'Product Type:Desks and Casegoods:Product C', // 'Product Type:Kitchens:Product A', // 'Product Type:Kitchens:Product B' ], _ie_comma_safety : 0 // Keep as last member of class (doesn't have trailing comma) }