labels.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. // <script>
  2. /*
  3. =============================================================
  4. WebIntelligence(r) Report Panel
  5. Copyright(c) 2001-2003 Business Objects S.A.
  6. All rights reserved
  7. Use and support of this software is governed by the terms
  8. and conditions of the software license agreement and support
  9. policy of Business Objects S.A. and/or its subsidiaries.
  10. The Business Objects products and technology are protected
  11. by the US patent number 5,555,403 and 6,247,008
  12. File: labels.js
  13. =============================================================
  14. */
  15. _default="기본값"
  16. _black="검정"
  17. _brown="밤색"
  18. _oliveGreen="황록색"
  19. _darkGreen="진한 녹색"
  20. _darkTeal="진한 청록"
  21. _navyBlue="짙은 파랑"
  22. _indigo="남색"
  23. _darkGray="진한 회색"
  24. _darkRed="진한 빨강"
  25. _orange="주황"
  26. _darkYellow="진한 노랑"
  27. _green="녹색"
  28. _teal="청록"
  29. _blue="파랑"
  30. _blueGray="청회색"
  31. _mediumGray="중간 회색"
  32. _red="빨강"
  33. _lightOrange="연한 주황"
  34. _lime="라임색"
  35. _seaGreen="해록색"
  36. _aqua="바다색"
  37. _lightBlue="연한 파랑"
  38. _violet="보라"
  39. _gray="회색"
  40. _magenta="자홍"
  41. _gold="황금색"
  42. _yellow="노랑"
  43. _brightGreen="밝은 녹색"
  44. _cyan="녹청"
  45. _skyBlue="하늘색"
  46. _plum="진한 보라"
  47. _lightGray="연한 회색"
  48. _pink="분홍"
  49. _tan="황갈색"
  50. _lightYellow="연한 노랑"
  51. _lightGreen="연한 녹색"
  52. _lightTurquoise="연한 옥색"
  53. _paleBlue="흐린 파랑"
  54. _lavender="라벤더색"
  55. _white="흰색"
  56. _lastUsed="마지막 사용:"
  57. _moreColors="다른 색..."
  58. _month=new Array
  59. _month[0]="1월"
  60. _month[1]="2월"
  61. _month[2]="3월"
  62. _month[3]="4월"
  63. _month[4]="5월"
  64. _month[5]="6월"
  65. _month[6]="7월"
  66. _month[7]="8월"
  67. _month[8]="9월"
  68. _month[9]="10월"
  69. _month[10]="11월"
  70. _month[11]="12월"
  71. _day=new Array
  72. _day[0]="S"
  73. _day[1]="M"
  74. _day[2]="T"
  75. _day[3]="W"
  76. _day[4]="T"
  77. _day[5]="F"
  78. _day[6]="S"
  79. _today="오늘"
  80. _AM="오전"
  81. _PM="오후"
  82. _closeDialog="창 닫기"
  83. _lstMoveUpLab="위로 이동"
  84. _lstMoveDownLab="아래로 이동"
  85. _lstMoveLeftLab="왼쪽으로 이동"
  86. _lstMoveRightLab="오른쪽으로 이동"
  87. _lstNewNodeLab="중첩된 필터 추가"
  88. _lstAndLabel="AND"
  89. _lstOrLabel="OR"
  90. _lstSelectedLabel="선택됨"
  91. _lstQuickFilterLab="빠른 필터 추가"
  92. _openMenuPart1="여기를 클릭하여 액세스"
  93. _openMenuPart2="옵션"
  94. _openCalendarLab="달력 열기"
  95. _scroll_first_tab="첫 번째 탭으로 스크롤"
  96. _scroll_previous_tab="이전 탭으로 스크롤"
  97. _scroll_next_tab="다음 탭으로 스크롤"
  98. _scroll_last_tab="마지막 탭으로 스크롤"
  99. _expandedLab="확장됨"
  100. _collapsedLab="축소됨"
  101. _selectedLab="선택됨"
  102. _expandNode="%1 노드 확장"
  103. _collapseNode="%1 노드 축소"
  104. _checkedPromptLab="설정"
  105. _nocheckedPromptLab="설정 안 함"
  106. _selectionPromptLab="값이 다음과 같음"
  107. _noselectionPromptLab="값 없음"
  108. _lovTextFieldLab="여기에 값 입력"
  109. _lovCalendarLab="여기에 날짜 입력"
  110. _lovPrevChunkLab="이전 청크로 이동"
  111. _lovNextChunkLab="다음 청크로 이동"
  112. _lovComboChunkLab="청크"
  113. _lovRefreshLab="새로 고침"
  114. _lovSearchFieldLab="여기에 검색할 텍스트 입력"
  115. _lovSearchLab="검색"
  116. _lovNormalLab="보통"
  117. _lovMatchCase="대/소문자 구분"
  118. _lovRefreshValuesLab="값 새로 고침"
  119. _calendarNextMonthLab="다음 달로 이동"
  120. _calendarPrevMonthLab="이전 달로 이동"
  121. _calendarNextYearLab="다음 연도로 이동"
  122. _calendarPrevYearLab="이전 연도로 이동"
  123. _calendarSelectionLab="선택한 날짜"
  124. _menuCheckLab="선택됨"
  125. _menuDisableLab="사용 안 함"
  126. _RGBTxtBegin= "RGB("
  127. _RGBTxtEnd= ")"
  128. _helpLab="도움말"
  129. _waitTitleLab="잠시 기다려 주십시오."
  130. _cancelButtonLab="취소"
  131. _modifiers= new Array
  132. _modifiers[0]="Ctrl+"
  133. _modifiers[1]="Shift+"
  134. _modifiers[2]="Alt+"
  135. _bordersMoreColorsLabel="기타 테두리..."
  136. _bordersTooltip=new Array
  137. _bordersTooltip[0]="테두리 없음"
  138. _bordersTooltip[1]="왼쪽 테두리"
  139. _bordersTooltip[2]="오른쪽 테두리"
  140. _bordersTooltip[3]="아래쪽 테두리"
  141. _bordersTooltip[4]="중간 아래쪽 테두리"
  142. _bordersTooltip[5]="두꺼운 아래쪽 테두리"
  143. _bordersTooltip[6]="위쪽 및 아래쪽 테두리"
  144. _bordersTooltip[7]="위쪽 및 중간 아래쪽 테두리"
  145. _bordersTooltip[8]="위쪽 및 두꺼운 아래쪽 테두리"
  146. _bordersTooltip[9]="모든 테두리"
  147. _bordersTooltip[10]="모든 중간 테두리"
  148. _bordersTooltip[11]="모든 두꺼운 테두리"