viewer_en.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: Viewer
  5. *| (C) Copyright IBM Corp. 2013
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *|
  10. *+------------------------------------------------------------------------+
  11. */
  12. if (!RV_RES) {
  13. var RV_RES = {};
  14. }
  15. RV_RES.RV_BROWSER_POPUP_IS_ENABLED = "Your software to block pop-up windows is enabled. Change the settings in your web browser to allow pop-up windows from this website to be displayed.";
  16. RV_RES.RV_RUNNING = "Your report is running.";
  17. RV_RES.RV_PLEASE_WAIT = "Please wait...";
  18. RV_RES.CANCEL = "Cancel";
  19. RV_RES.IDS_JS_OK = "OK";
  20. RV_RES.IDS_JS_RETRY = "Retry";
  21. RV_RES.IDS_JS_DETAILS = "Details";
  22. RV_RES.RV_BUSY_OPTIONS_SELECTED = "Instead of waiting, you can set it to run in the background with one of the following delivery options:";
  23. RV_RES.RV_BUSY_OPTIONS_UNSELECTED = "Instead of waiting, you can select a delivery method to run the report in the background.";
  24. RV_RES.RV_BUSY_OPTIONS_LINK = "Select a delivery method.";
  25. RV_RES.PRINT_AS_PDF = "Print as PDF";
  26. RV_RES.COPY = "Copy Widget";
  27. RV_RES.CUT = "Cut Widget";
  28. RV_RES.IDS_PRINT_AS_PDF = "Print as PDF";
  29. RV_RES.RV_EMAIL_REPORT = "Email Report...";
  30. RV_RES.IDS_JS_EMAIL_REPORT_IFRAME_TITLE = "Set the email options dialog";
  31. RV_RES.RV_SAVE_REPORT = "Save Report";
  32. RV_RES.RV_SAVE_AS_REPORT_VIEW = "Save as Report View...";
  33. RV_RES.IDS_JS_SAVE_AS_REPORT_VIEW_IFRAME_TITLE = "Save as report view dialog";
  34. RV_RES.RV_RUN = "Run Report";
  35. RV_RES.RV_VIEW = "View";
  36. RV_RES.RV_VIEW_HTML = "View in HTML Format";
  37. RV_RES.RV_VIEW_PDF = "View in PDF Format";
  38. RV_RES.RV_VIEW_CSV = "View in CSV Format";
  39. RV_RES.RV_PDF = "PDF";
  40. RV_RES.RV_CSV = "CSV";
  41. RV_RES.RV_XML = "XML";
  42. RV_RES.RV_EXCEL_2000 = "Excel 2000";
  43. RV_RES.RV_EXCEL_2000SF = "Excel 2000 Single Sheet";
  44. RV_RES.RV_EXCEL_2002 = "Excel 2002";
  45. RV_RES.RV_EXCEL_2007 = "Excel 2007";
  46. RV_RES.RV_EXCEL_2007_DATA = "Excel 2007 Data";
  47. RV_RES.RV_VIEW_OPTIONS = "View in Excel Options";
  48. RV_RES.RV_VIEW_EXCEL = "View in Excel 2000 Format";
  49. RV_RES.RV_VIEW_XML = "View in XML Format";
  50. RV_RES.RV_VIEW_XLWA = "View in Excel 2002 Format";
  51. RV_RES.RV_VIEW_SINGLE_EXCEL = "View in Excel 2000 Single Sheet Format";
  52. RV_RES.RV_VIEW_SPREADSHEETML = "View in Excel 2007 Format";
  53. RV_RES.RV_VIEW_SPREADSHEETML_DATA = "View in Excel 2007 Data";
  54. RV_RES.RV_PREVIOUS_REPORT = "Previous Report";
  55. RV_RES.RV_DRILL_UP = "Drill Up";
  56. RV_RES.RV_DRILL_DOWN = "Drill Down";
  57. RV_RES.RV_DRILL_DEFAULT = "Default";
  58. RV_RES.RV_NEW = "New";
  59. RV_RES.RV_GO_TO = "Go To";
  60. RV_RES.RV_MORE = "Related Links...";
  61. RV_RES.RV_SEARCH = "Search...";
  62. RV_RES.RV_DOWNLOAD_CHART = "Download Chart";
  63. RV_RES.RV_ALERT_NEW_VERSION = "Alert Me About New Versions";
  64. RV_RES.RV_DO_NOT_ALERT_NEW_VERSION = "Do Not Alert Me About New Versions";
  65. RV_RES.RV_DO_NOT_ALERT_NEW_VERSION_CONFIRM = "You will no longer be alerted when new versions of this report become available.";
  66. RV_RES.RV_NEW_WATCH_RULE = "Alert Using New Watch Rule...";
  67. RV_RES.RV_NO_WATCH_RULES = "No entries";
  68. RV_RES.RV_MODIFY_WATCH_RULE = "Modify...";
  69. RV_RES.RV_DELETE_WATCH_RULE = "Delete";
  70. RV_RES.RV_CONFIRM_DELETE_WATCH_RULE = "Are you sure you want to delete this entry?";
  71. RV_RES.GOTO_LOADING = "Loading...";
  72. RV_RES.GOTO_WORKING = "Working.";
  73. RV_RES.IDS_JS_ADD_TO_MY_FOLDERS_IFRAME_TITLE = "Add to My Folders dialog";
  74. RV_RES.RV_VIEW_RECENT_REPORT = "View the most recent report";
  75. RV_RES.RV_RUN_REPORT = "Run the report";
  76. RV_RES.RV_VIEW_REPORT = "View the report version";
  77. RV_RES.RV_NEW_COMMENT = "Add a comment...";
  78. RV_RES.RV_VIEW_COMMENT_NAME = "Name:";
  79. RV_RES.RV_VIEW_COMMENT_CONTENTS = "Comment:";
  80. RV_RES.RV_VIEW_COMMENT_MODTIME = "Modification Time:";
  81. RV_RES.RV_VIEW_COMMENT_OWNER = "Owner:";
  82. RV_RES.RV_VIEW_COMMENT = "View";
  83. RV_RES.RV_ABOUT_DESCRIPTION = "About IBM Cognos Viewer";
  84. RV_RES.RV_LINEAGE = "Lineage";
  85. RV_RES.RV_GLOSSARY = "Glossary";
  86. RV_RES.IDS_JS_CALCULATE = "Calculate";
  87. RV_RES.IDS_JS_CALCULATION = "Calculation";
  88. RV_RES.IDS_JS_CALCULATE_PERCENT_DIFFERENCE = "% Difference";
  89. RV_RES.IDS_JS_CALCULATE_NUMBER = "number";
  90. RV_RES.IDS_JS_CALCULATE_ENTER_NUMBER_TITLE = "Enter the number";
  91. RV_RES.IDS_JS_CALCULATE_ENTER_NUMBER_DESCRIPTION = "Specify the number to use in the calculation '{0}'";
  92. RV_RES.IDS_JS_CALCULATE_ENTER_NUMBER = "Number:";
  93. RV_RES.IDS_JS_SORT = "Sort";
  94. RV_RES.IDS_JS_DONT_SORT = "Don't Sort";
  95. RV_RES.IDS_JS_NOT_SORTED = "Not Sorted";
  96. RV_RES.IDS_JS_SORT_ASCENDING = "Sort Ascending";
  97. RV_RES.IDS_JS_SORT_DESCENDING = "Sort Descending";
  98. RV_RES.IDS_JS_SORT_BY_ASCENDING = "Ascending";
  99. RV_RES.IDS_JS_SORT_BY_DESCENDING = "Descending";
  100. RV_RES.IDS_JS_SORT_BY_LABEL = "Sort By Label";
  101. RV_RES.IDS_JS_SORT_BY_VALUE = "Sort By Value";
  102. RV_RES.IDS_JS_SORT_APPLIED = "Sort applied";
  103. RV_RES.IDS_JS_SORTED_BY_LABEL = "Sorted by label";
  104. RV_RES.IDS_JS_SORTED_BY_VALUE = "Sorted by value";
  105. RV_RES.IDS_JS_SORT_ASCENDING_ORDER = "ascending";
  106. RV_RES.IDS_JS_SORT_DESCENDING_ORDER = "descending";
  107. RV_RES.IDS_JS_FILTER = "Filter";
  108. RV_RES.IDS_JS_REMOVE_FILTER = "Remove Filter";
  109. RV_RES.IDS_JS_FILTER_INCLUDE = "Include {0}";
  110. RV_RES.IDS_JS_FILTER_EXCLUDE = "Exclude {0}";
  111. RV_RES.IDS_JS_FILTER_GREATER_THAN = ">";
  112. RV_RES.IDS_JS_FILTER_LESS_THAN = "<";
  113. RV_RES.IDS_JS_FILTER_GREATER_THAN_EQUAL = "≥";
  114. RV_RES.IDS_JS_FILTER_LESS_THAN_EQUAL = "≤";
  115. RV_RES.IDS_JS_FILTER_BETWEEN = "Between {0} and {1}";
  116. RV_RES.IDS_JS_FILTER_NOT_BETWEEN = "Not between {0} and {1}";
  117. RV_RES.IDS_JS_FILTER_ENDS_WITH = "ends with";
  118. RV_RES.IDS_JS_FILTER_BEGINS_WITH = "starts with";
  119. RV_RES.IDS_JS_FILTER_CONTAINS = "contains";
  120. RV_RES.IDS_JS_FILTER_IS_MATCHES_SQLPATTERNFILTER = "matches SQL pattern";
  121. RV_RES.IDS_JS_FILTER_IS_NOT = "not";
  122. RV_RES.IDS_JS_FILTER_APPLIED = "Filter applied";
  123. RV_RES.IDS_JS_REMOVE_FILTER_FOR = "Remove filter for";
  124. RV_RES.IDS_JS_REMOVE_ALL_FILTERS = "Remove all filters";
  125. RV_RES.IDS_JS_REMOVE_ALL_FILTERS_FOR_WIDGET = "Remove all filters for this widget";
  126. RV_RES.IDS_JS_DELETE = "Delete";
  127. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE = "Change Display Type";
  128. RV_RES.IDS_JS_ANNOTATIONS = "Comments";
  129. RV_RES.IDS_JS_ANNOTATION = "Comment";
  130. RV_RES.IDS_JS_ANNOTATION_WIDGET = "Comment Widget";
  131. RV_RES.IDS_JS_ANNOTATION_NEW = "Add";
  132. RV_RES.IDS_JS_ANNOTATION_EDIT = "Edit Last";
  133. RV_RES.IDS_JS_ANNOTATION_DELETE = "Delete Last";
  134. RV_RES.IDS_JS_WIDGET_ANNOTATION_NEW = "Add";
  135. RV_RES.IDS_JS_WIDGET_ANNOTATION_EDIT = "Edit Last";
  136. RV_RES.IDS_JS_WIDGET_ANNOTATION_DELETE = "Delete Last";
  137. RV_RES.IDS_JS_GROUP_UNGROUP = "Group / Ungroup";
  138. RV_RES.IDS_JS_SWAP_ROWS_AND_COLUMNS = "Swap Rows and Columns";
  139. RV_RES.IDS_JS_MODAL_BACK_IFRAME = "Empty frame";
  140. RV_RES.IDS_JS_EMPTY_CELL = "Empty cell";
  141. RV_RES.IDS_JS_NO_ENABLED_MENU_ITEMS = "No active links in the opened menu.";
  142. RV_RES.IDS_JS_CHANGE_PALETTE = "Change Color Palette";
  143. RV_RES.IDS_JS_SELECTION_FILTER_SWITCH = "Turn on Master filter";
  144. RV_RES.IDS_JS_SELECTION_FILTER_SWITCH_DISABLE = "Turn off Master filter";
  145. RV_RES.IDS_JS_UNDO = "Undo";
  146. RV_RES.IDS_JS_REDO = "Redo";
  147. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE_BAR = "Bar Chart";
  148. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE_COLUMN = "Column Chart";
  149. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE_LINE = "Line Chart";
  150. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE_PIE = "Pie Chart";
  151. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE_CROSSTAB = "Crosstab";
  152. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE_LIST = "List Table";
  153. RV_RES.IDS_JS_CHANGE_DISPLAY_TYPE_MORE = "More...";
  154. RV_RES.IDS_JS_CHANGE_DISPLAY_RECOMMENDED = "Recommended";
  155. RV_RES.IDS_JS_INFOBAR_INCLUDE_TEXT = "includes {0}";
  156. RV_RES.IDS_JS_INFOBAR_EXCLUDE_TEXT = "excludes {0}";
  157. RV_RES.IDS_JS_INFOBAR_AND_TEXT = "and";
  158. RV_RES.IDS_JS_INFOBAR_BETWEEN_TEXT = "between {0} and {1}";
  159. RV_RES.IDS_JS_INFOBAR_NOT_BETWEEN_TEXT = "not between {0} and {1}";
  160. RV_RES.IDS_JS_INFOBAR_EXPAND = "Expand";
  161. RV_RES.IDS_JS_INFOBAR_COLLAPSE = "Collapse";
  162. RV_RES.IDS_JS_INFOBAR_ITEM_COUNT = "{0} of {1}";
  163. RV_RES.IDS_JS_INFOBAR_EXPLANATION = "Use the up and down arrow keys to review the filters and sorts applied to the report. You can remove sorts and filters with the delete key.";
  164. RV_RES.IDS_JS_INFOBAR_LOCKED = "cannot be deleted";
  165. RV_RES.IDS_JS_INFOBAR_PROMPT = "Prompt details";
  166. RV_RES.IDS_JS_INFOBAR_SLIDER = "Slider filter";
  167. RV_RES.IDS_JS_ANNO_INFOBAR_SHOW = "Show";
  168. RV_RES.IDS_JS_ANNO_INFOBAR_HIDE = "Hide";
  169. RV_RES.IDS_JS_ANNO_INFOBAR_BUTTON_EXPLANATION = "Filter was applied. Hit tab to focus show/hide button.";
  170. RV_RES.IDS_JS_COMMENT_DLG_TITLE = "Add Comment";
  171. RV_RES.IDS_JS_COMMENT_DLG_MESSAGE = "Do you want to save this workspace?";
  172. RV_RES.IDS_JS_COMMENT_DLG_DETAILS = "You must save the workspace to add comments.";
  173. RV_RES.IDS_JS_CHANGE_DISPLAY = "Change Display";
  174. RV_RES.IDS_JS_CHANGE_DISPLAY_SELECT_DATA = "Select data first before changing display";
  175. RV_RES.IDS_JS_ADVANCED_EDITING = "Do More";
  176. RV_RES.IDS_JS_RENAME = "Rename";
  177. RV_RES.IDS_JS_FREEZEROWHEADINGS = "Freeze Row Headings";
  178. RV_RES.IDS_JS_UNFREEZEROWHEADINGS = "Unfreeze Row Headings";
  179. RV_RES.IDS_JS_FREEZECOLUMNHEADINGS = "Freeze Column Headings";
  180. RV_RES.IDS_JS_UNFREEZECOLUMNHEADINGS = "Unfreeze Column Headings";
  181. RV_RES.IDS_JS_EXPAND_MEMBER = "Expand";
  182. RV_RES.IDS_JS_COLLAPSE_MEMBER = "Collapse";
  183. RV_RES.IDS_JS_RENAMED_ITEM = "Renamed item";
  184. RV_RES.IDS_JS_RENAMED_ITEM_ORIGINAL_LABEL = "Original label :";
  185. RV_RES.IDS_JS_MOVE = "Move";
  186. RV_RES.IDS_JS_LEFT = "Left";
  187. RV_RES.IDS_JS_RIGHT = "Right";
  188. RV_RES.IDS_JS_CROSSTAB_CORNER = "Crosstab Corner";
  189. RV_RES.IDS_JS_RENAME_LABEL = "Rename type and text";
  190. RV_RES.IDS_JS_LOADING_EDITING_TOOLS = "Loading additional actions";
  191. RV_RES.IDS_JS_DRILL_DOWN_JAWS = "Drill down available.";
  192. RV_RES.IDS_JS_DRILL_UP_JAWS = "Drill up available.";
  193. RV_RES.IDS_JS_DRILL_DOWN_UP_JAWS = "Drill down and up available.";
  194. RV_RES.IDS_JS_DRILL_THROUGH_JAWS = "Drill through available.";
  195. RV_RES.IDS_JS_RESET_TO_ORIGINAL = "Reset";
  196. RV_RES.IDS_JS_WIDGET_PROPERTIES = "Set Properties";
  197. RV_RES.IDS_JS_REPORT_INFO_TITLE = "Info";
  198. RV_RES.IDS_JS_REPORT_INFO_TEXT = "A new version of this report is available.";
  199. RV_RES.IDS_JS_REPORT_INFO_LINK_TEXT = "Get new version";
  200. RV_RES.IDS_JS_VIEW_ALL_SNAPSHOTS = "More...";
  201. RV_RES.IDS_JS_SELECT_SNAPSHOT_DIALOG_TITLE = "Report Versions";
  202. RV_RES.IDS_JS_SNAPSHOTS_LIVE = "Live";
  203. RV_RES.IDS_JS_SELECT_SNAPSHOT_DIALOG_DESC = "Select a different version of this report.";
  204. RV_RES.IDS_JS_MOST_RECENT_SNAPSHOT = "Most Recent";
  205. RV_RES.IDS_JS_LIST_SEPARATOR = ",";
  206. RV_RES.IDS_JS_CHART_IMAGE = "Chart image";
  207. RV_RES.IDS_JS_PROPERTY_ROWS_PER_PAGE = "Maximum number of rows to show per page (maximum: 1000):";
  208. RV_RES.IDS_JS_PROPERTY_ROWS_PER_PAGE_ERROR = "This value is out of range.";
  209. RV_RES.IDS_JS_PROPERTY_PROMPT_ON_LOAD = "Prompt when workspace is opened (prompted reports only)";
  210. RV_RES.IDS_JS_PROPERTY_SHOW_EXPAND_COLLAPSE_ICON = "Enable expand and collapse controls";
  211. RV_RES.IDS_JS_PROPERTY_RETRIEVE_ENTIRE_REPORT = "Retrieve entire report (saved output only)";
  212. RV_RES.IDS_JS_PROPERTY_DRILL_OPTIONS_LABEL = "Drill options:";
  213. RV_RES.IDS_JS_PROPERTY_ADD_SUMMARY_MEMBERS = "Add summary members";
  214. RV_RES.IDS_JS_PROPERTY_BACKWARDS_COMPATIBLE = "Backwards compatible";
  215. RV_RES.IDS_JS_PROPERTY_ORIGINAL_REPORT_LOCATION = "Location:";
  216. RV_RES.IDS_JS_PROPERTY_ORIGINAL_REPORT_LOCATION_UNAVAILABLE = "Unavailable";
  217. RV_RES.IDS_JS_PROPERTY_ACTIVEREPORT_OUTPUT_VERSION = "Output Version:";
  218. RV_RES.IDS_JS_PROPERTY_ACTIVEREPORT_OUTPUT_VERSION_UNAVAILABLE = "Unavailable";
  219. RV_RES.IDS_JS_CALCULATION_SELECT_DATA = "Select data first before calculating";
  220. RV_RES.IDS_JS_PROPERTY_FLASHCHARTS = "Enable chart animation for applicable charts";
  221. RV_RES.IDS_JS_SHOW_REPORT_SPEC = "View report specification";
  222. RV_RES.IDS_JS_ANNOTATION_JAWS = "Comments are available";
  223. RV_RES.IDS_JS_LABEL_HAS_BEEN_RENAMED = "Label has been renamed";
  224. RV_RES.IDS_JS_RESET_TO_ORIGINAL_WARNING = "Do you want to reset the widget to the most recent available version?";
  225. RV_RES.IDS_JS_RESET_TO_ORIGINAL_WARNING_DESC = "Reset replaces the widget content and any changes are lost.";
  226. RV_RES.IDS_JS_CHART_TABLE = "Table";
  227. RV_RES.IDS_JS_CHART_CROSSTAB = "Crosstab";
  228. RV_RES.IDS_JS_CHART_LIST_TABLE = "List Table";
  229. RV_RES.IDS_JS_CHART_COLUMN = "Column";
  230. RV_RES.IDS_JS_CHART_COLUMN_3D = "Column with 3-D Visual Effect";
  231. RV_RES.IDS_JS_CHART_STACKED_COLUMN = "Stacked Column";
  232. RV_RES.IDS_JS_CHART_STACKED_COLUMN_3D = "Stacked Column with 3-D Visual Effect";
  233. RV_RES.IDS_JS_CHART_PERCENT_STACKED_COLUMN = "100% Stacked Column";
  234. RV_RES.IDS_JS_CHART_PERCENT_STACKED_COLUMN_3D = "100% Stacked Column with 3-D Visual Effect";
  235. RV_RES.IDS_JS_CHART_3D_AXIS_COLUMN = "3-D Axis Column";
  236. RV_RES.IDS_JS_CHART_BAR = "Bar";
  237. RV_RES.IDS_JS_CHART_BAR_3D = "Bar with 3-D Visual Effect";
  238. RV_RES.IDS_JS_CHART_STACKED_BAR = "Stacked Bar";
  239. RV_RES.IDS_JS_CHART_STACKED_BAR_3D = "Stacked Bar with 3-D Visual Effect";
  240. RV_RES.IDS_JS_CHART_PERCENT_STACKED_BAR = "100% Stacked Bar";
  241. RV_RES.IDS_JS_CHART_PERCENT_STACKED_BAR_3D = "100% Stacked Bar with 3-D Visual Effect";
  242. RV_RES.IDS_JS_CHART_LINE = "Line";
  243. RV_RES.IDS_JS_CHART_LINE_WITH_MARKERS = "Line with Markers";
  244. RV_RES.IDS_JS_CHART_LINE_3D = "Line with 3-D Visual Effect";
  245. RV_RES.IDS_JS_CHART_LINE_WITH_3D_MARKERS = "Line with 3-D Visual Effect Markers";
  246. RV_RES.IDS_JS_CHART_STEP_LINE_MARKERS = "Step Line with Markers";
  247. RV_RES.IDS_JS_CHART_STEP_LINE = "Step Line";
  248. RV_RES.IDS_JS_CHART_STEP_LINE_3D = "Step Line with 3-D Visual Effect";
  249. RV_RES.IDS_JS_CHART_STACKED_LINE_MARKERS = "Stacked Line with Markers";
  250. RV_RES.IDS_JS_CHART_STACKED_LINE = "Stacked Line";
  251. RV_RES.IDS_JS_CHART_STACKED_LINE_3D = "Stacked Line with 3-D Visual Effect";
  252. RV_RES.IDS_JS_CHART_PERCENT_STACKED_LINE_MARKERS = "100% Stacked Line with Markers";
  253. RV_RES.IDS_JS_CHART_PERCENT_STACKED_LINE = "100% Stacked Line";
  254. RV_RES.IDS_JS_CHART_PERCENT_STACKED_LINE__3D = "100% Stacked Line with 3-D Visual Effect";
  255. RV_RES.IDS_JS_CHART_3D_AXIS_LINE = "3-D Axis Line";
  256. RV_RES.IDS_JS_CHART_PIE_DONUT = "Pie, Donut";
  257. RV_RES.IDS_JS_CHART_PIE = "Pie";
  258. RV_RES.IDS_JS_CHART_DONUT = "Donut";
  259. RV_RES.IDS_JS_CHART_PIE_3D = "Pie with 3-D Visual Effect";
  260. RV_RES.IDS_JS_CHART_DONUT_3D = "Donut with 3-D Visual Effect";
  261. RV_RES.IDS_JS_CHART_AREA = "Area";
  262. RV_RES.IDS_JS_CHART_AREA_3D = "Area with 3-D Visual Effect";
  263. RV_RES.IDS_JS_CHART_STACKED_AREA = "Stacked Area";
  264. RV_RES.IDS_JS_CHART_STACKED_AREA_3D = "Stacked Area with 3-D Visual Effect";
  265. RV_RES.IDS_JS_CHART_PERCENT_AREA = "100% Stacked Area";
  266. RV_RES.IDS_JS_CHART_PERCENT_AREA_3D = "100% Stacked Area with 3-D Visual Effect";
  267. RV_RES.IDS_JS_CHART_3D_AXIS_AREA = "3-D Axis Area";
  268. RV_RES.IDS_JS_CHART_SCATTER_BUBBLE_POINT = "Scatter, Bubble, Point";
  269. RV_RES.IDS_JS_CHART_SCATTER = "Scatter";
  270. RV_RES.IDS_JS_CHART_BUBBLE = "Bubble";
  271. RV_RES.IDS_JS_CHART_BUBBLE_3D = "Bubble with 3-D Visual Effect";
  272. RV_RES.IDS_JS_CHART_BUBBLE_WITH_EXCEL_BUBBLE_SIZING = "Bubble with Excel Bubble Sizing";
  273. RV_RES.IDS_JS_CHART_POINT = "Point";
  274. RV_RES.IDS_JS_CHART_POINT_3D = "Point with 3-D Markers";
  275. RV_RES.IDS_JS_CHART_3D_SCATTER = "3-D Scatter";
  276. RV_RES.IDS_JS_CHART_GAUGE = "Gauge";
  277. RV_RES.IDS_JS_CHART_DIAL_GAUGE = "Dial Gauge";
  278. RV_RES.IDS_BROWSER_SUPPORT_ERROR = "The content cannot be displayed in the current web browser. Try using another web browser.";
  279. RV_RES.IDS_CANNOT_SAVE_CONTENT_ERROR = "The content cannot be saved. You do not have sufficient privileges.";
  280. RV_RES.IDS_ANNOTATION_WIDGET_DELETED_ERROR = "Cannot load annotations. The widget or workspace was deleted after this workspace was opened.";
  281. RV_RES.IDS_JS_NULL = "Null";
  282. RV_RES.IDS_JS_GLOBAL_PROMPTS_NOT_RESPONDING_WARNING = "To prevent unexpected results, this widget is not currently responding to prompts.\n\nSet the prompts you want this widget to respond to using the Listen for Widget Events.";
  283. RV_RES.IDS_JS_WAIT_PAGE_LOADING = "Loading...";
  284. RV_RES.IDS_JS_ERROR = "Error";
  285. RV_RES.IDS_JS_READY = "Ready";
  286. RV_RES.IDS_REPORT_WIDGET_PROPERTY_TAB_TITLE = "Report";
  287. RV_RES.IDS_ACTIVE_REPORT_WIDGET_PROPERTY_TAB_TITLE = "Active Report";
  288. RV_RES.IDS_CONV_CANCELED_ERROR = "Cannot complete your request.";
  289. RV_RES.IDS_JS_CLIPBOARD = "Clipboard";
  290. RV_RES.IDS_JS_NO_SAVED_OUTPUTS = "There are no available saved report output versions.";
  291. RV_RES.UNAVAILABLE = "Unavailable";
  292. RV_RES.IDS_PROP_LEGAL = "Licensed Materials - Property of IBM Corp. © Copyright IBM Corporation and other(s) 2001, 2016. IBM, the IBM logo, ibm.com and Cognos are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. A current list of IBM trademarks is available on the Web at www.ibm.com/legal/copytrade.shtml. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. Other product and service names might be trademarks of IBM or other companies. This Program is licensed under the terms of the license agreement accompanying the Program. This license agreement may be either located in a Program directory folder or library identified as \"License\" or \"Non_IBM_License\", if applicable, or provided as a printed license agreement. Please read the agreement carefully before using the Program. By using the Program you agree to these terms.";
  293. RV_RES.IDS_JS_BUSINESS_PROCESS_SELECT_DIALOG_TITLE = "Business Processes";
  294. RV_RES.IDS_JS_BUSINESS_PROCESS_SELECT_DIALOG_DESC = "Select a process:";
  295. RV_RES.IDS_JS_BUSINESS_PROCESS_SELECT_DIALOG_TABLE_HEADER = "Process";
  296. RV_RES.IDS_JS_BUSINESS_PROCESS_SELECT_DIALOG_START_BUTTON_LABEL = "Start";
  297. RV_RES.IDS_JS_BUSINESS_PROCESS_SELECT_DIALOG_NO_PROCESS = "None";
  298. RV_RES.IDS_JS_BUSINESS_PROCESS_SELECT_DIALOG_NO_PROCESS_A11Y = "No process is available";
  299. RV_RES.IDS_JS_BUSINESS_PROCESS_VIEW_INPUT_VALUES_LINK_LABEL = "View input values";
  300. RV_RES.IDS_JS_BUSINESS_PROCESS_VIEW_INPUT_VALUES_TABLE_DESCRIPTION = "Input values:";
  301. RV_RES.IDS_JS_BUSINESS_PROCESS_VIEW_INPUT_VALUES_TABLE_COLUMN_HEADER_DATA_ITEM = "Data item";
  302. RV_RES.IDS_JS_BUSINESS_PROCESS_VIEW_INPUT_VALUES_TABLE_COLUMN_HEADER_DISPLAY_VALUE_HEADER = "Display value";
  303. RV_RES.IDS_JS_BUSINESS_PROCESS_VIEW_INPUT_VALUES_TABLE_NO_INPUT_VALUE_MSG = "No input value selected";
  304. RV_RES.IDS_JS_BUSINESS_PROCESS_START_PROCESS_FAILED_MSG = "The process, {0}, failed to start.";
  305. RV_RES.IDS_JS_BUSINESS_PROCESS_START_PROCESS_SUCCEED_MSG = "The process, {0}, started successfully.";
  306. RV_RES.IDS_JS_BUSINESS_PROCESS_START_PROCESS_SUCCEED_MSG_DETAIL = "To view the status of the process, open your business process application.";
  307. RV_RES.IDS_JS_BUSINESS_PROCESS_GET_PROCESSES_FAIL_MSG = "An error had occured while trying to get processes.";
  308. RV_RES.IDS_JS_BUSINESS_PROCESS_START_PROCESS_SUCCEED_MSG_TITLE = "Start process";
  309. RV_RES.IDS_JS_BUSINESS_PROCESS_START_PROCESS_A11Y_DESC_VALUE = "value";
  310. RV_RES.IDS_JS_MISSING_MEMBER_ERROR_MSG_WITH_NO_BUA = "Some data referenced in the report no longer exists. Contact the report author.";
  311. RV_RES.IDS_JS_MISSING_MEMBER_ERROR_MSG_FOR_SPEC_PARAM = "Some data referenced in the report no longer exists. The affected report areas are report specification and parameter value. Click Edit to update the referenced data now. You can also click Close to dismiss this message.";
  312. RV_RES.IDS_JS_EDIT = "Edit";
  313. RV_RES.IDS_JS_CLOSE = "Close";
  314. RV_RES.IDS_JS_ERROR_INVALID_INT = "Page number provided is not a positive integer.";
  315. RV_RES.IDS_JS_ERROR_REPORT_NOT_COMPLETE = "Report status is not complete.";
  316. RV_RES.IDS_JS_ERROR_INVALID_PAGE_RANGE = "Page range is invalid.";
  317. RV_RES.IDS_JS_CWA_DIALOG_TITLE = "Report - Design";
  318. RV_RES.IDS_JS_SAVE_AS_FDG_TITLE = "Save As";
  319. RV_RES.IDS_JS_SELECTION_FILTER_INFO_JAWS = "Filter applied to related widgets.";
  320. RV_RES.IDS_JS_A11Y_DYNAMIC_MENU = "Dynamic menu";