mdsrv_en.xml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: mdsrv
  5. (C) Copyright IBM Corp. 2008, 2019
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. The primary resource file for the Metadata Service component (MDSRV).
  12. -->
  13. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  14. <component name="MSR">
  15. <section name="MSR" usage="MDSRV Handler-level Errors">
  16. <string name="CommandFolderNotFound" type="String" errorCode="0001">Cannot locate the commands folder.</string>
  17. <string name="CommandNotFound" type="String" errorCode="0002">Unknown command.</string>
  18. <string name="MissingCapability" type="String" errorCode="0003">Unable to complete the request. The user does not have the capabilitiy of type "<param index="1" type="string"/>".</string>
  19. <string name="CMException" type="String" errorCode="0004">An error occurred when issuing the following request to the content store: "<param index="1" type="string"/>".</string>
  20. </section>
  21. <section name="API" usage="API-related errors that are common to all commands">
  22. <string name="MissingParameter" type="String" errorCode="0001">Mandatory parameter "<param index="1" type="string"/>" has not been specified.</string>
  23. <string name="InvalidParameter" type="String" errorCode="0002">The value "<param index="1" type="string"/>" specified for parameter "<param index="2" type="string"/>" is not valid.</string>
  24. </section>
  25. <section name="LIN" usage="Errors specific to the Lineage command">
  26. <string name="ModelConnectError" type="String" errorCode="0001">Cannot connect to the model "<param index="1" type="string"/>".</string>
  27. <string name="ObjectInaccessible" type="String" errorCode="0002">The object referenced by "<param index="1" type="string" usage="object ID"/>" is not accessible to the current user.</string>
  28. <string name="ReportPackageNotFound" type="String" errorCode="0003">The package for report "<param index="1" type="string" usage="object ID"/>" could not be located. Check to see if report is linked to a package, and that the package exists.</string>
  29. <string name="InvalidCMSearchPath" type="String" errorCode="0004">The specified search path "<param index="1" type="string"/>" is invalid.</string>
  30. <string name="UnsupportedCMObjectType" type="String" errorCode="0005">The object "<param index="1" type="string"/>" is of type "<param index="2" type="string"/>". This type of object is not supported.</string>
  31. <string name="ExpressionParsingError" type="String" errorCode="0006">An error occurred when parsing the following expression:<param index="1" type="string"/>
  32. </string>
  33. <string name="NoROLAPLineage" type="String" errorCode="0007">Lineage is not available for Dynamic Cubes</string>
  34. <string name="MaliciousXPath" type="String" errorCode="0008">Malicious content in XPath detected</string>
  35. </section>
  36. <section name="PD" usage="Errors related to Personal Data merge">
  37. <string name="RelErrInvalidParentType" type="String" errorCode="0001">Failed to relate external data to objects in the underlying package. The item "<param index="1" type="string"/>" does not lead to a query subject.</string>
  38. <string name="RelErrFailedUnwind" type="String" errorCode="0002">Failed to relate external data to objects in the underlying package. Unable to find any appropriate relationship candidate in the package.</string>
  39. <string name="RelErrInvalidID" type="String" errorCode="0003">Failed to relate external data to objects in the underlying package. Unable to resolve the the reference <param index="1" type="string"/>.</string>
  40. <string name="RelErrNoSingleParent" type="String" errorCode="0004">Failed to relate external data to objects in the underlying package. Item(s) participating in the relationship do not lead to a single query object in the package.</string>
  41. <string name="InvalidXMLDataSource" type="String" errorCode="0005">The XML data did not validate successfully. <param index="1" type="string"/> Please ensure it adheres to 'http://developer.cognos.com/schemas/xmldata' specification.</string>
  42. <string name="NoReportResult" type="String" errorCode="0006">The specified extract report did not return any valid result.</string>
  43. <string name="FailedRunReport" type="String" errorCode="0007">Failed to execute the report "<param index="1" type="string"/>".</string>
  44. <string name="FailedPersistSource" type="String" errorCode="0008">Failed to update the session with information about the source "<param index="1" type="string"/>".</string>
  45. <string name="DuplicateSpecName" type="String" errorCode="0009">The name "<param index="1" type="string"/>" does not uniquely identify a external data or report extract specification.</string>
  46. <string name="WrongExcelFileVersion" type="String" errorCode="0010">The specified spreadsheet is from an unsupported version of Microsoft Excel or is an unsupported file format. IBM Cognos supports only binary file format (BIFF). To review an up-to-date list of Microsoft Excel versions supported by IBM Cognos, visit www.ibm.com.</string>
  47. <string name="ExceededMaxPDSources" type="String" errorCode="0011">Unable to upload the specified external data file. You exceeded the permitted "<param index="1" type="string"/>" external data source(s) allowed for this package, as specified by your system administrator.</string>
  48. <string name="ExceededMaxPDFileSize" type="String" errorCode="0012">Unable to upload the specified external data file. It exceeds the permitted maximum file size of "<param index="1" type="string"/> (KB)", as specified by your system administrator.</string>
  49. <string name="ExceededMaxPDRowCount" type="String" errorCode="0013">Unable to upload the specified external data file. It exceeds the permitted maximum number of rows of "<param index="1" type="string"/>", as specified by your system administrator.</string>
  50. <string name="ExceededAvailableFreeMemory" type="String" errorCode="0013">Unable to upload the specified external data file. It exceeds the available free memory for JVM.</string>
  51. <string name="InvalidTargetPkgPath" type="String" errorCode="0014">The save target for the package is the same as the base package: "<param index="1" type="string"/>". Please select a different save target.</string>
  52. <string name="ReportInvalidPrompt" type="String" errorCode="0015">The selected report has interactive prompts. Not useable as External Data Source."<param index="1" type="string"/>". Please select a different report, or resolve prompt values.</string>
  53. <string name="WrongFileType" type="String" errorCode="0016">The selected file type is not supported. The supported file types are 'xls', 'xlsx', 'csv', 'xml' and 'txt".</string>
  54. </section>
  55. <section name="OM" usage="Names of various object types, property types and enum values in the MFW model that can appear in the responses we issue back to the user. These values are intended to be shown in a property sheet, not to be used in sentences.">
  56. <string name="report" type="String" usage="a report specification in Cognos Connection">Report</string>
  57. <string name="query" type="String" usage="a query specification in Cognos Connection">Query</string>
  58. <string name="analysis" type="String" usage="an analysis specification in Cognos Connection">Analysis</string>
  59. <string name="reportView" type="String" usage="a query in Cognos Connection">Report View</string>
  60. <string name="package" type="String" usage="a package in Cognos Connection">Package</string>
  61. <string name="model" type="String" usage="the underlying model of a package in Cognos Connection">Model</string>
  62. <string name="name" type="String" usage="an object's name in Cognos Connection">Description</string>
  63. <string name="description" type="String" usage="an object's description in Cognos Connection">Description</string>
  64. <string name="screenTip" type="String" usage="an object's screentip in Cognos Connection">Screen tip</string>
  65. <string name="contact" type="String" usage="a contact, which can be associated to reports and packages">Contact</string>
  66. <string name="contactEMail" type="String" usage="the email ad, which can be associated to reports and packages">Contact e-mail address</string>
  67. <string name="version" type="String" usage="the version of a report or a published model">Version</string>
  68. <string name="owner" type="String" usage="the owner of an object">Owner</string>
  69. </section>
  70. <section name="AU" usage="Names of various object types, property types and enum values in the query section of the report specification model that can appear in the responses we issue back to the user. These values are intended to be shown in a property sheet, not to be used in sentences.">
  71. <string name="query" type="String" usage="a query in a report specification">Query</string>
  72. <string name="dataItem" type="String" usage="a data item in a report specification">Data Item</string>
  73. <string name="detailFilter" type="String" usage="a detail filter in a report specification">Detail Filter</string>
  74. <string name="summaryFilter" type="String" usage="a summary filter in a report specification">Summary Filter</string>
  75. <string name="slicer" type="String" usage="a slicer in a report specification">Slicer</string>
  76. <string name="slicerMemberSet" type="String">Slicer Member Set</string>
  77. <string name="objectSource" type="String" usage="a source property of the query in a report specification">Source</string>
  78. <string name="aggregate" type="String" usage="a property of the data item in a report specification">Aggregate</string>
  79. <string name="rollupAggregate" type="String" usage="a property of the data item in a report specification">Rollup Aggregate</string>
  80. <string name="sort" type="String" usage="a property of the data item in a report specification">Sort</string>
  81. <string name="solveOrder" type="String" usage="a property of the data item in a report specification">Solve Order</string>
  82. <string name="filterExpression" type="String">Expression</string>
  83. <string name="use" type="String" usage="a property of the filter in a report specification">Use</string>
  84. <string name="optional" type="String" usage="a value of the use property of the filter in a report specification">Optional</string>
  85. <string name="required" type="String" usage="a value of the use property of the filter in a report specification">Required</string>
  86. <string name="prohibited" type="String" usage="a value of the use property of the filter in a report specification">Prohibited</string>
  87. <string name="none" type="String" usage="a value of the aggregate property of the data item in a report specification">None</string>
  88. <string name="total" type="String" usage="a value of the aggregate property of the data item in a report specification">Total</string>
  89. <string name="detail" type="String" usage="a property of the data item in a report specification">Detail</string>
  90. <string name="automatic" type="String" usage="a value of the detail property of the data item in a report specification">Automatic</string>
  91. <string name="naInCalcMemberContext" type="String" usage="a property of the data item in a report specification">naInCalcMemberContext</string>
  92. <string name="label" type="String" usage="a property of the data item in a report specification">Label</string>
  93. <string name="postAutoAggregation" type="String" usage="a property of the filter in a report specification">Post Auto Aggregation</string>
  94. </section>
  95. <section name="UI" usage="Strings used by JSP pages for the purpose of displaying to the user">
  96. <string name="progress_jsp_cancel_msg1" type="String" usage="String to inform the user that lineage information is currently being calculated">Lineage information is being calculated...</string>
  97. <string name="progress_jsp_cancel_msg2" type="String" usage="String to inform the user to press the cancel button to cancel the lineage request">Select cancel to cancel the request.</string>
  98. <string name="progress_jsp_cancel_button_text" type="String" usage="Text for cancel button">Cancel</string>
  99. <string name="progress_jsp_cancel_message_text" type="String" usage="Text that is displayed after the cacnel button is pressed">Lineage request cancelled.</string>
  100. <string name="businessview_jsp_description" type="String" usage="Label for description">Description</string>
  101. <string name="businessview_jsp_owner" type="String" usage="Label for owner">Owner</string>
  102. <string name="businessview_jsp_contact" type="String" usage="Label for Contact">Contact</string>
  103. <string name="businessview_jsp_package" type="String" usage="Label for Package">Package</string>
  104. <string name="businessview_jsp_packageItems" type="String" usage="Label for all items referenced in the package">Referenced Package Items</string>
  105. <string name="businessview_jsp_path" type="String" usage="Label for the path of a given object">Path</string>
  106. <string name="businessview_jsp_name" type="String" usage="Label for Name">Name</string>
  107. <string name="businessview_jsp_reportItem" type="String" usage="Label for a numbered report item">Report Item <param index="1" type="string" usage="sequenceNumber"/>
  108. </string>
  109. <string name="businessview_jsp_expression" type="String" usage="Label for expression">Expression</string>
  110. <string name="businessview_jsp_modelItem" type="String" usage="Label for a numbered model item">Model Item Reference</string>
  111. <string name="businessview_jsp_dataSources" type="String" usage="Label for datasources">Data Sources</string>
  112. <string name="businessview_jsp_dataSource" type="String" usage="Label for datasource">Data Source <param name="0" type="string" usage="sequenceNumber"/>
  113. </string>
  114. <string name="businessview_jsp_lastUpdated" type="String" usage="Label for last updated">Last Updated</string>
  115. <string name="businessview_jsp_packageItem" type="String" usage="Label for last updated">Package Item <param index="1" type="string" usage="sequenceNumber"/>
  116. </string>
  117. <string name="businessview_jsp_sourceType" type="String" usage="Label for source type">Source Type</string>
  118. <string name="businessview_jsp_sourcePath" type="String" usage="Label for source path">Source Path</string>
  119. <string name="businessview_jsp_normal_view" type="String" usage="Label for Normal View link">Normal View</string>
  120. <string name="businessview_jsp_detailed_view" type="String" usage="Label for Detailed View link">Detailed View</string>
  121. <string name="businessview_jsp_property" type="String" usage="Table heading for Detailed View tables">Property</string>
  122. <string name="businessview_jsp_value" type="String" usage="Table heading for Detailed View tables">Value</string>
  123. <string name="businessview_jsp_references" type="String" usage="Table heading for Detailed View tables">References</string>
  124. <string name="businessview_jsp_contents" type="String" usage="Table of Contents heading">Contents</string>
  125. <string name="businessview_jsp_change_view_button_value" type="String" usage="Button text of the 'Change View' button">Change View</string>
  126. <string name="businessview_jsp_change_view_button_desc" type="String" usage="ARIA description of 'Change View' button">Change the current view of the data</string>
  127. <string name="businessview_jsp_grouping_table_summary" type="String" usage="Summary text for the grouping table">Element Information</string>
  128. <string name="businessview_jsp_nesting_table_summary" type="String" usage="Summary text for the nesting table">Element Lineage</string>
  129. <string name="businessview_jsp_nesting_query_item" type="String" usage="Label to indicate the query items row">Query Items</string>
  130. <string name="lineagemain_jsp_tab_business" type="String" usage="Label for the business view tab">Business View</string>
  131. <string name="lineagemain_jsp_tab_technical" type="String" usage="Label for the technical view tab">Technical View</string>
  132. <string name="lineagemain_jsp_tab_business_title" type="String" usage="Link title for the Business View tab">Switch to Business View</string>
  133. <string name="lineagemain_jsp_tab_technical_title" type="String" usage="Link title for the Technical View tab">Switch to Technical View</string>
  134. <string name="lineagemain_jsp_title" type="String" usage="Title to be embedded in the title html tag">IBM Cognos Lineage</string>
  135. <string name="technicalview_jsp_property" type="String" usage="Label for the property column header of the properties table">Property</string>
  136. <string name="technicalview_jsp_value" type="String" usage="Label for the value column header of the properties table">Value</string>
  137. <string name="technicalview_jsp_properties_for" type="String" usage="Header label for the properties page">Properties for <param index="1" type="string" usage="name of selected object"/>
  138. </string>
  139. <string name="technicalview_jsp_report" type="String" usage="Label for the report pane in the diagram">Report</string>
  140. <string name="technicalview_jsp_package" type="String" usage="Label for the package pane in the diagram">Package</string>
  141. <string name="technicalview_jsp_dataSources" type="String" usage="Label for the datasources pane in the diagram">Data Sources</string>
  142. <string name="technicalview_jsp_tooltip_wb" type="String" usage="Tooltip text for the Metadata workbench button in the diagram">Explore in IBM InfoSphere Metadata Workbench</string>
  143. <string name="qffault_jsp_prompts" type="String" usage="String displayed to inform user a prompt page is being generated">Unresolved prompts encountered, generating prompt page...</string>
  144. <!-- Error Codes -->
  145. <string name="ui_unknown_error" type="String" errorCode="0001" usage="A generic error when an unknown error occurs">An error occurred while generating the UI interface.</string>
  146. <string name="ui_unexpected_lineageResponse" type="String" errorCode="0002" usage="Error message displayed when an unexpected lineage response was encountered">An unexpected lineage response was encountered. </string>
  147. <string name="ui_nometadata_in_selection" type="String" errorCode="0003" usage="Error message displayed when the selection context did not contain an item capabile of having lineage performed on it">The selection context did not contain a selected item on which lineage can be performed.</string>
  148. </section>
  149. <section name="SAP" usage="Strings used by JSP pages for the purpose of displaying to the user">
  150. <string name="defaultLow" type="String" usage="Label for defaultLow">Default Low Value</string>
  151. <string name="defaultHigh" type="String" usage="Label for defaultHigh">Default High Value</string>
  152. <string name="promptType" type="String" usage="Label for promptType">Prompt Type</string>
  153. <string name="showKeyAndCaption" type="String" usage="Label for showKeyAndCaption">Show Key and Caption</string>
  154. <string name="isKeyDate" type="String" usage="Label for isKeyDate">Use As Key Date</string>
  155. <!-- Error Codes -->
  156. <string name="ui_unknown_error" type="String" errorCode="0001" usage="A generic error when an unknown error occurs">An error occurred while generating the UI interface.</string>
  157. <!-- JSP Page strings -->
  158. <!-- - - SAP BW Import Wizard - 1st wizard page -->
  159. <string name="selectObjectsTitle" type="String" usage="Label for wizard">Select the objects - Metadata Import Wizard</string>
  160. <string name="objectsTreeViewHint" type="String" usage="Hint for tree control">Select the objects to include in the package.</string>
  161. <string name="objectsTreeViewLabel" type="String" usage="Label for tree control">Objects:</string>
  162. <string name="dualStructures" type="String" usage="label for checkbox for dual structures">Enable SAP BW Dual Structures support</string>
  163. <!-- - - SAP BW Import Wizard - 2nd wizard page -->
  164. <string name="selectLanguagesTitle" type="String" usage="Label for wizard">Select languages - Metadata Import Wizard</string>
  165. <string name="selectLanguagesHint" type="String" usage="Label for list of langs">Select the languages to include in the package.</string>
  166. <string name="languagesListLabel" type="String" usage="Label for list of langs">Languages:</string>
  167. <string name="designLanguage" type="String" usage="Label for design language text field">Design language:</string>
  168. <!-- - - SAP BW Import Wizard - 3rd wizard page -->
  169. <string name="generateDimensionsTitle" type="String" usage="Label for wizard">Package creation options - Metadata Import Wizard</string>
  170. <string name="shortOrLong" type="String" usage="Text describing choices for import options">Specify if the caption, description, or unique name is to be used as the name of the objects in the package. You can also enhance the package to support the SAP BW organization of objects.</string>
  171. <string name="objectDisplayNameLabel" type="String" usage="Label for radio buttons group">Object display name:</string>
  172. <string name="useShort" type="String" usage="Label for shortname radio button">Use caption (short name)</string>
  173. <string name="useLong" type="String" usage="Label for longname radio button">Use description (long name)</string>
  174. <string name="useTechnical" type="String" usage="Label for technical name radio button">Use unique name (technical name)</string>
  175. <string name="packageOrganization" type="String" usage="Label for check box group">Package organization:</string>
  176. <string name="dimensionsAndFacts" type="String" usage="Label describing different layouts">To reflect the SAP BW organization of objects by adding folders for dimensions and measures in the package, select to enhance the package for SAP BW organization of objects.</string>
  177. <string name="enchanceForSap" type="String" usage="Label for checkbox to encance for saplayout">Enhance the package for SAP BW organization of objects</string>
  178. <!-- - - SAP BW Import Wizard - done page -->
  179. <string name="importCompleteTitle" type="String" usage="Title for the package creation complete">Metadata Import Wizard</string>
  180. <string name="packageCreated" type="String" usage="Summary text when package has been created">Package successfully created.</string>
  181. <string name="launchVariableEditOnClose" type="String" usage="label for checkbox to launch edit variables">Edit the SAP BW variables for the package after closing this dialog</string>
  182. <!-- - - SAP BW Import Wizard - edit variables page -->
  183. <string name="variablesPropGridHeader" type="String" usage="Property grid header">Properties</string>
  184. <!-- - - SAP BW Import Wizard - common strings -->
  185. <string name="back" type="String" usage="Back button label for wizard">&lt; Back</string>
  186. <string name="next" type="String" usage="Next button label for wizard">Next &gt;</string>
  187. <string name="finish" type="String" usage="Finish button label for wizard">Finish</string>
  188. <string name="ok" type="String" usage="Label for ok button">OK</string>
  189. <string name="cancel" type="String" usage="Label for Cancel button">Cancel</string>
  190. <string name="close" type="String" usage="Label for Close button">Close</string>
  191. <string name="save" type="String" usage="Label for Save button">Save</string>
  192. <string name="loading" type="String" usage="String displayed when waiting for content from server">Loading...</string>
  193. <string name="saving" type="String" usage="String displayed when waiting for server to save data">Saving...</string>
  194. <string name="verifying" type="String" usage="String displayed when waiting for server to verify data">Verifying...</string>
  195. <!-- - - SAP BW - uncategorized strings -->
  196. <string name="creatingPackage" type="String" usage="String displayed when waiting for package creation to finish">Creating package...</string>
  197. <string name="editPackageMessage" type="String" usage="Info message for edit page">Editing the package will result in the loss of any previous selections. You will be required to redefine any customizations made to the package which you have previously defined, such as variable values.</string>
  198. <string name="modifyMetadataSelections" type="String" usage="Label for modify metadat a radio button">Modify metadata selections</string>
  199. <string name="editVariables" type="String" usage="Label for edit variables radio button">Edit variables</string>
  200. <string name="modifySettings" type="String" usage="Label for the modify package settings radio button">Modify package settings:</string>
  201. <string name="useV5DataServer" type="String" usage="Label for the check box to use the XQE query engine">Use Dynamic Query Mode</string>
  202. <string name="editPackage" usage="Page title for editing package">Edit Package - "<param index="1" type="string"/>"</string>
  203. <string name="errorPageTitle" usage="Page title for error dialog">IBM Cognos</string>
  204. <string name="editVariablesPageTitle" usage="Page title for Edit Variables dialog">Edit SAP BW Variables</string>
  205. <string name="noVariablesForEdit" usage="Label for edit variables page when the packages does not have any variables">This package does not contain any variables.</string>
  206. <string name="successfullySavedVariables" usage="Message box text to confirm that the variables were saved properly">The variables were saved successfully.</string>
  207. <string name="packageNameExists" usage="Title for package name exists pane.">Package Name Exists</string>
  208. <string name="packageNameAlreadyExists" usage="Label for case where a package already exists with that name.">The name '<param index="1" type="string"/>' already exists. You can replace the existing entry or enter a new name.</string>
  209. <string name="replaceExistingEntry" usage="Label for radio button">Replace the existing entry</string>
  210. <string name="enterNewName" usage="Label for radio button">Enter a new name:</string>
  211. <string name="doYouWantToContinue" usage="Label for confirmation when a package that already exists with that name.">Do you want to continue?</string>
  212. <string name="tooManyCubes" usage="Message shown in alert when user has selected too many cubes">The maximum number of cubes which may be selected is <param index="1" type="string"/>. To increase this limit contact your IBM Cognos Administrator.</string>
  213. <string name="tooManyInfoQueries" usage="Message shown in alert when user has selected too many info queries">The maximum number of info queries which may be selected is <param index="1" type="string"/>. To increase this limit contact your IBM Cognos Administrator.</string>
  214. <string name="mustImportAtLeastOneItem" usage="Message shown in alert when user has not selected any items to import">Please select an item from the tree.</string>
  215. <string name="designLocaleRequired" usage="Message shown in alert when no design language has been selected">A design language must be selected.</string>
  216. <string name="invalidPackageName" usage="Error message shown when user has entered an invalid package name">The name <param type="string" index="1"/> is an invalid package name because it contains both a quote (") and an apostrophe (').</string>
  217. <string name="missingPackageLocation" usage="Error message shown when the package location is missing or set to null">The package location is missing. A valid package location is required to create the package.</string>
  218. <string name="unknownErrorMessage" usage="A default error message for when the exception's message string is empty">An internal error has occurred. Please contact your IBM Cognos Administrator.</string>
  219. </section>
  220. <section name="TM1" usage="Strings used by JSP pages for the purpose of displaying to the user">
  221. <string name="dimensionsListLabel" type="String" usage="Label for Dimensions List Box">Dimensions</string>
  222. <string name="aliasTablesListLabel" type="String" usage="Label for Alias Tables List Box">Alias Tables</string>
  223. <string name="cubesListLabel" type="String" usage="Label for Cubes List Box">Cubes</string>
  224. </section>
  225. <section name="ESB" usage="Strings used by JSP pages for the purpose of displaying to the user">
  226. <string name="tooManyLanguages" usage="The selected language has been used in oter alias table">The selected language has been used in alias table - <param index="1" type="string"/>
  227. </string>
  228. <string name="radSeparateDim" type="String" usage="Label for radio buttons about attributeDimensionsAsProperties">Separate dimensions</string>
  229. <string name="radProperties" type="String" usage="Label for radio buttons about attributeDimensionsAsProperties">Properties of the dimension they are associated with</string>
  230. </section>
  231. <section name="LW" usage="Strings used by JSP pages for Lightweight Import Wizard">
  232. <!-- Error Codes -->
  233. <string name="ui_unknown_error" type="String" errorCode="0001" usage="A generic error when an unknown error occurs">An error occurred while generating the UI interface.</string>
  234. <string name="ui_use_fm_multiple_connections" type="String" errorCode="0002" usage="Using Import Wizard and data source has multiple connections please use FM">The data source being used has multiple connections. Please use Framework Manager.</string>
  235. <!-- JSP Page strings -->
  236. <string name="ok" type="String" usage="Label for OK button">OK</string>
  237. <string name="cancel" type="String" usage="Label for Cancel button">Cancel</string>
  238. <string name="back" type="String" usage="Back button label for wizard">&lt; Back</string>
  239. <string name="next" type="String" usage="Next button label for wizard">Next &gt;</string>
  240. <string name="finish" type="String" usage="Finish button label for wizard">Finish</string>
  241. <string name="close" type="String" usage="Label for Close button">Close</string>
  242. <string name="save" type="String" usage="Label for Save button">Save</string>
  243. <string name="creatingPackage" type="String" usage="String displayed when waiting for package creation to finish">Creating package...</string>
  244. <string name="packageCreated" type="String" usage="Summary text when package has been created">Package successfully created.</string>
  245. <string name="powerCube_newPackageWizard_panelTitle" type="String" usage="The title of the panel/dialog for PowerCube package creation">Specify null suppression options - New Package Wizard</string>
  246. <string name="powerCube_newPackageWizard_info" type="String" usage="Header text with tips for the PowerCube package creation">When publishing from the portal, these settings cannot be changed. If you believe these settings may need to change in the future, consider publishing from either Transformer or Framework Manager</string>
  247. <string name="powerCube_nullSuppressionOptions" type="String" usage="Header label for the checkbox options">Null suppression options</string>
  248. <string name="powerCube_allowNullSuppressionChkBox" type="String" usage="Check box label">Allow null suppression</string>
  249. <string name="powerCube_allowMultiEdgeSuppressionChkBox" type="String" usage="Check box label">Allow multi-edge suppression</string>
  250. <string name="powerCube_allowAccessToSuppressionOptionsChkBox" type="String" usage="Check box label">Allow access to suppression options</string>
  251. <!--
  252. <string name="" type="String" usage="Summary text when package has been created"></string>
  253. -->
  254. <string name="loading" type="String" usage="String displayed when waiting for content from server">Loading...</string>
  255. <string name="saving" type="String" usage="String displayed when waiting for server to save data">Saving...</string>
  256. <string name="verifying" type="String" usage="String displayed when waiting for server to verify data">Verifying...</string>
  257. </section>
  258. <section name="ERR">
  259. <string name="details" usage="Label that is shown for collapsing expanding details of exception">Details</string>
  260. </section>
  261. </component>
  262. </stringTable>