You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
176 lines
3.9 KiB
176 lines
3.9 KiB
// <script>
|
|
/*
|
|
=============================================================
|
|
WebIntelligence(r) Report Panel
|
|
Copyright(c) 2001-2003 Business Objects S.A.
|
|
All rights reserved
|
|
|
|
Use and support of this software is governed by the terms
|
|
and conditions of the software license agreement and support
|
|
policy of Business Objects S.A. and/or its subsidiaries.
|
|
The Business Objects products and technology are protected
|
|
by the US patent number 5,555,403 and 6,247,008
|
|
|
|
File: labels.js
|
|
|
|
|
|
=============================================================
|
|
*/
|
|
|
|
_default="Default"
|
|
_black="Black"
|
|
_brown="Brown"
|
|
_oliveGreen="Olive Green"
|
|
_darkGreen="Dark Green"
|
|
_darkTeal="Dark Teal"
|
|
_navyBlue="Navy Blue"
|
|
_indigo="Indigo"
|
|
_darkGray="Dark Gray"
|
|
_darkRed="Dark Red"
|
|
_orange="Orange"
|
|
_darkYellow="Dark Yellow"
|
|
_green="Green"
|
|
_teal="Teal"
|
|
_blue="Blue"
|
|
_blueGray="Blue Gray"
|
|
_mediumGray="Medium Gray"
|
|
_red="Red"
|
|
_lightOrange="Light Orange"
|
|
_lime="Lime"
|
|
_seaGreen="Sea Green"
|
|
_aqua="Aqua"
|
|
_lightBlue="Light Blue"
|
|
_violet="Violet"
|
|
_gray="Gray"
|
|
_magenta="Magenta"
|
|
_gold="Gold"
|
|
_yellow="Yellow"
|
|
_brightGreen="Bright Green"
|
|
_cyan="Cyan"
|
|
_skyBlue="Sky Blue"
|
|
_plum="Plum"
|
|
_lightGray="Light Gray"
|
|
_pink="Pink"
|
|
_tan="Tan"
|
|
_lightYellow="Light Yellow"
|
|
_lightGreen="Light Green"
|
|
_lightTurquoise="Light Turquoise"
|
|
_paleBlue="Pale Blue"
|
|
_lavender="Lavender"
|
|
_white="White"
|
|
_lastUsed="Last used:"
|
|
_moreColors="More Colors..."
|
|
|
|
_month=new Array
|
|
|
|
_month[0]="JANUARY"
|
|
_month[1]="FEBRUARY"
|
|
_month[2]="MARCH"
|
|
_month[3]="APRIL"
|
|
_month[4]="MAY"
|
|
_month[5]="JUNE"
|
|
_month[6]="JULY"
|
|
_month[7]="AUGUST"
|
|
_month[8]="SEPTEMBER"
|
|
_month[9]="OCTOBER"
|
|
_month[10]="NOVEMBER"
|
|
_month[11]="DECEMBER"
|
|
|
|
_day=new Array
|
|
_day[0]="S"
|
|
_day[1]="M"
|
|
_day[2]="T"
|
|
_day[3]="W"
|
|
_day[4]="T"
|
|
_day[5]="F"
|
|
_day[6]="S"
|
|
|
|
_today="Today"
|
|
|
|
_AM="AM"
|
|
_PM="PM"
|
|
|
|
_closeDialog="Close Window"
|
|
|
|
_lstMoveUpLab="Move Up"
|
|
_lstMoveDownLab="Move Down"
|
|
_lstMoveLeftLab="Move Left"
|
|
_lstMoveRightLab="Move Right"
|
|
_lstNewNodeLab="Add Nested Filter"
|
|
_lstAndLabel="AND"
|
|
_lstOrLabel="OR"
|
|
_lstSelectedLabel="Selected"
|
|
_lstQuickFilterLab="Add Quick Filter"
|
|
|
|
_openMenu="Click here to access {0} options"
|
|
_openCalendarLab="Open Calendar"
|
|
|
|
_scroll_first_tab="Scroll to first tab"
|
|
_scroll_previous_tab="Scroll to previous tab"
|
|
_scroll_next_tab="Scroll to next tab"
|
|
_scroll_last_tab="Scroll to last tab"
|
|
|
|
_expandedLab="Expanded"
|
|
_collapsedLab="Collapsed"
|
|
_selectedLab="Selected"
|
|
|
|
_expandNode="Expand node %1"
|
|
_collapseNode="Collapse node %1"
|
|
|
|
_checkedPromptLab="Set"
|
|
_nocheckedPromptLab="Not Set"
|
|
_selectionPromptLab="values equal to"
|
|
_noselectionPromptLab="no values"
|
|
|
|
_lovTextFieldLab="Type values here"
|
|
_lovCalendarLab="Type date here"
|
|
_lovPrevChunkLab="Go to previous chunk"
|
|
_lovNextChunkLab="Go to next chunk"
|
|
_lovComboChunkLab="Chunk"
|
|
_lovRefreshLab="Refresh"
|
|
_lovSearchFieldLab="Type text to search here"
|
|
_lovSearchLab="Search"
|
|
_lovNormalLab="Normal"
|
|
_lovMatchCase="Match Case"
|
|
_lovRefreshValuesLab="Refresh Values"
|
|
|
|
_calendarNextMonthLab="Go to next month"
|
|
_calendarPrevMonthLab="Go to previous month"
|
|
_calendarNextYearLab="Go to next year"
|
|
_calendarPrevYearLab="Go to previous year"
|
|
_calendarSelectionLab="Selected day "
|
|
|
|
_menuCheckLab="Checked"
|
|
_menuDisableLab="Disabled"
|
|
|
|
_level="Level"
|
|
_closeTab="Close Tab"
|
|
_of=" of "
|
|
|
|
_RGBTxtBegin= "RGB("
|
|
_RGBTxtEnd= ")"
|
|
|
|
_helpLab="Help"
|
|
|
|
_waitTitleLab="Please wait"
|
|
_cancelButtonLab="Cancel"
|
|
|
|
_modifiers= new Array
|
|
_modifiers[0]="Ctrl+"
|
|
_modifiers[1]="Shift+"
|
|
_modifiers[2]="Alt+"
|
|
|
|
_bordersMoreColorsLabel="More Borders..."
|
|
_bordersTooltip=new Array
|
|
_bordersTooltip[0]="No Border"
|
|
_bordersTooltip[1]="Left Border"
|
|
_bordersTooltip[2]="Right Border"
|
|
_bordersTooltip[3]="Bottom Border"
|
|
_bordersTooltip[4]="Medium Bottom Border"
|
|
_bordersTooltip[5]="Thick Bottom Border"
|
|
_bordersTooltip[6]="Top and Bottom Border"
|
|
_bordersTooltip[7]="Top And Medium Bottom Border"
|
|
_bordersTooltip[8]="Top And Thick Bottom Border"
|
|
_bordersTooltip[9]="All Border"
|
|
_bordersTooltip[10]="All Medium Border"
|
|
_bordersTooltip[11]="All Thick Border" |