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
4.0 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="預設"
_black="黑色"
_brown="棕色"
_oliveGreen="橄欖綠"
_darkGreen="深橄欖綠"
_darkTeal="深藍綠"
_navyBlue="海軍藍"
_indigo="靛藍色"
_darkGray="深灰色"
_darkRed="深紅色"
_orange="橙色"
_darkYellow="深黃色"
_green="綠色"
_teal="藍綠色"
_blue="藍色"
_blueGray="藍灰色"
_mediumGray="中灰色"
_red="紅色"
_lightOrange="淺橙色"
_lime="黃綠色"
_seaGreen="海藻綠"
_aqua="水藍色"
_lightBlue="淺藍色"
_violet="紫色"
_gray="灰色"
_magenta="洋紅色"
_gold="金色"
_yellow="黃色"
_brightGreen="亮綠色"
_cyan="青色"
_skyBlue="天藍色"
_plum="梅紅色"
_lightGray="淺灰色"
_pink="粉紅色"
_tan="黃褐色"
_lightYellow="淺黃色"
_lightGreen="淺綠色"
_lightTurquoise="淺綠藍"
_paleBlue="淡藍色"
_lavender="淡紫色"
_white="白色"
_lastUsed="上一次使用:"
_moreColors="其他色彩..."
_month=new Array
_month[0]="一月"
_month[1]="二月"
_month[2]="三月"
_month[3]="四月"
_month[4]="五月"
_month[5]="六月"
_month[6]="七月"
_month[7]="八月"
_month[8]="九月"
_month[9]="十月"
_month[10]="十一月"
_month[11]="十二月"
_day=new Array
_day[0]="週日"
_day[1]="週一"
_day[2]="週二"
_day[3]="週三"
_day[4]="週四"
_day[5]="週五"
_day[6]="週六"
_today="今天"
_AM="上午"
_PM="下午"
_closeDialog="關閉視窗"
_lstMoveUpLab="往上移動"
_lstMoveDownLab="往下移動"
_lstMoveLeftLab="往左移動"
_lstMoveRightLab="往右移動"
_lstNewNodeLab="新增巢狀篩選器"
_lstAndLabel="AND"
_lstOrLabel="OR"
_lstSelectedLabel="已選取"
_lstQuickFilterLab="新增快速篩選器"
_openMenu="按一下這裡以存取{0}選項"
_openCalendarLab="開啟日曆"
_scroll_first_tab="捲動至第一個標籤"
_scroll_previous_tab="捲動至上一個標籤"
_scroll_next_tab="捲動至下一個標籤"
_scroll_last_tab="捲動至最後一個標籤"
_expandedLab="展開的"
_collapsedLab="收合的"
_selectedLab="已選取"
_expandNode="展開節點 %1"
_collapseNode="收合節點 %1"
_checkedPromptLab="已設定"
_nocheckedPromptLab="未設定"
_selectionPromptLab="值等於"
_noselectionPromptLab="沒有值"
_lovTextFieldLab="在此輸入值"
_lovCalendarLab="在此輸入日期"
_lovPrevChunkLab="移至上一個區塊"
_lovNextChunkLab="移至下一個區塊"
_lovComboChunkLab="區塊"
_lovRefreshLab="重新整理"
_lovSearchFieldLab="在此輸入要搜尋的文字"
_lovSearchLab="搜尋"
_lovNormalLab="一般"
_lovMatchCase="大小寫須相符"
_lovRefreshValuesLab="重新整理值"
_calendarNextMonthLab="移至下個月"
_calendarPrevMonthLab="移至上個月"
_calendarNextYearLab="移至後一年"
_calendarPrevYearLab="移至前一年"
_calendarSelectionLab="選取的日 "
_menuCheckLab="已檢查"
_menuDisableLab="已停用"
_level="層級"
_closeTab="關閉索引標籤"
_of="/"
_RGBTxtBegin= "RGB("
_RGBTxtEnd= ")"
_helpLab="說明"
_waitTitleLab="請稍候"
_cancelButtonLab="取消"
_modifiers= new Array
_modifiers[0]="Ctrl+"
_modifiers[1]="Shift+"
_modifiers[2]="Alt+"
_bordersMoreColorsLabel="其他框線..."
_bordersTooltip=new Array
_bordersTooltip[0]="無框線"
_bordersTooltip[1]="左框線"
_bordersTooltip[2]="右框線"
_bordersTooltip[3]="下框線"
_bordersTooltip[4]="適中下框線"
_bordersTooltip[5]="粗下框線"
_bordersTooltip[6]="上下框線"
_bordersTooltip[7]="上方和適中下框線"
_bordersTooltip[8]="上方和粗下框線"
_bordersTooltip[9]="所有框線"
_bordersTooltip[10]="所有適中框線"
_bordersTooltip[11]="所有粗框線"