mdsrv_en.properties 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: MSR
  12. ##
  13. ## Description:
  14. ##
  15. #
  16. # Section: MSR
  17. #
  18. # Description: MDSRV Handler-level Errors
  19. #
  20. MSR_MSR_CommandFolderNotFound = MSR-MSR-0001 Cannot locate the commands folder.
  21. MSR_MSR_CommandNotFound = MSR-MSR-0002 Unknown command.
  22. MSR_MSR_MissingCapability = MSR-MSR-0003 Unable to complete the request. The user does not have the capabilitiy of type "{0}".
  23. MSR_MSR_CMException = MSR-MSR-0004 An error occurred when issuing the following request to the content store: "{0}".
  24. #
  25. # Section: API
  26. #
  27. # Description: API-related errors that are common to all commands
  28. #
  29. MSR_API_MissingParameter = MSR-API-0001 Mandatory parameter "{0}" has not been specified.
  30. MSR_API_InvalidParameter = MSR-API-0002 The value "{0}" specified for parameter "{1}" is not valid.
  31. #
  32. # Section: LIN
  33. #
  34. # Description: Errors specific to the Lineage command
  35. #
  36. MSR_LIN_ModelConnectError = MSR-LIN-0001 Cannot connect to the model "{0}".
  37. MSR_LIN_ObjectInaccessible = MSR-LIN-0002 The object referenced by "{0}" is not accessible to the current user.
  38. MSR_LIN_ReportPackageNotFound = MSR-LIN-0003 The package for report "{0}" could not be located. Check to see if report is linked to a package, and that the package exists.
  39. MSR_LIN_InvalidCMSearchPath = MSR-LIN-0004 The specified search path "{0}" is invalid.
  40. MSR_LIN_UnsupportedCMObjectType = MSR-LIN-0005 The object "{0}" is of type "{1}". This type of object is not supported.
  41. MSR_LIN_ExpressionParsingError = MSR-LIN-0006 An error occurred when parsing the following expression:{0}
  42. MSR_LIN_NoROLAPLineage = MSR-LIN-0007 Lineage is not available for Dynamic Cubes
  43. MSR_LIN_MaliciousXPath = MSR-LIN-0008 Malicious content in XPath detected
  44. #
  45. # Section: PD
  46. #
  47. # Description: Errors related to Personal Data merge
  48. #
  49. MSR_PD_RelErrInvalidParentType = MSR-PD-0001 Failed to relate external data to objects in the underlying package. The item "{0}" does not lead to a query subject.
  50. MSR_PD_RelErrFailedUnwind = MSR-PD-0002 Failed to relate external data to objects in the underlying package. Unable to find any appropriate relationship candidate in the package.
  51. MSR_PD_RelErrInvalidID = MSR-PD-0003 Failed to relate external data to objects in the underlying package. Unable to resolve the the reference {0}.
  52. MSR_PD_RelErrNoSingleParent = MSR-PD-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.
  53. MSR_PD_InvalidXMLDataSource = MSR-PD-0005 The XML data did not validate successfully. {0} Please ensure it adheres to 'http://developer.cognos.com/schemas/xmldata' specification.
  54. MSR_PD_NoReportResult = MSR-PD-0006 The specified extract report did not return any valid result.
  55. MSR_PD_FailedRunReport = MSR-PD-0007 Failed to execute the report "{0}".
  56. MSR_PD_FailedPersistSource = MSR-PD-0008 Failed to update the session with information about the source "{0}".
  57. MSR_PD_DuplicateSpecName = MSR-PD-0009 The name "{0}" does not uniquely identify a external data or report extract specification.
  58. MSR_PD_WrongExcelFileVersion = MSR-PD-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.
  59. MSR_PD_ExceededMaxPDSources = MSR-PD-0011 Unable to upload the specified external data file. You exceeded the permitted "{0}" external data source(s) allowed for this package, as specified by your system administrator.
  60. MSR_PD_ExceededMaxPDFileSize = MSR-PD-0012 Unable to upload the specified external data file. It exceeds the permitted maximum file size of "{0} (KB)", as specified by your system administrator.
  61. MSR_PD_ExceededMaxPDRowCount = MSR-PD-0013 Unable to upload the specified external data file. It exceeds the permitted maximum number of rows of "{0}", as specified by your system administrator.
  62. MSR_PD_ExceededAvailableFreeMemory = MSR-PD-0013 Unable to upload the specified external data file. It exceeds the available free memory for JVM.
  63. MSR_PD_InvalidTargetPkgPath = MSR-PD-0014 The save target for the package is the same as the base package: "{0}". Please select a different save target.
  64. MSR_PD_ReportInvalidPrompt = MSR-PD-0015 The selected report has interactive prompts. Not useable as External Data Source."{0}". Please select a different report, or resolve prompt values.
  65. MSR_PD_WrongFileType = MSR-PD-0016 The selected file type is not supported. The supported file types are 'xls', 'xlsx', 'csv', 'xml' and 'txt".
  66. #
  67. # Section: OM
  68. #
  69. # Description: 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.
  70. #
  71. MSR_OM_report = Report
  72. MSR_OM_query = Query
  73. MSR_OM_analysis = Analysis
  74. MSR_OM_reportView = Report View
  75. MSR_OM_package = Package
  76. MSR_OM_model = Model
  77. MSR_OM_name = Description
  78. MSR_OM_description = Description
  79. MSR_OM_screenTip = Screen tip
  80. MSR_OM_contact = Contact
  81. MSR_OM_contactEMail = Contact e-mail address
  82. MSR_OM_version = Version
  83. MSR_OM_owner = Owner
  84. #
  85. # Section: AU
  86. #
  87. # Description: 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.
  88. #
  89. MSR_AU_query = Query
  90. MSR_AU_dataItem = Data Item
  91. MSR_AU_detailFilter = Detail Filter
  92. MSR_AU_summaryFilter = Summary Filter
  93. MSR_AU_slicer = Slicer
  94. MSR_AU_slicerMemberSet = Slicer Member Set
  95. MSR_AU_objectSource = Source
  96. MSR_AU_aggregate = Aggregate
  97. MSR_AU_rollupAggregate = Rollup Aggregate
  98. MSR_AU_sort = Sort
  99. MSR_AU_solveOrder = Solve Order
  100. MSR_AU_filterExpression = Expression
  101. MSR_AU_use = Use
  102. MSR_AU_optional = Optional
  103. MSR_AU_required = Required
  104. MSR_AU_prohibited = Prohibited
  105. MSR_AU_none = None
  106. MSR_AU_total = Total
  107. MSR_AU_detail = Detail
  108. MSR_AU_automatic = Automatic
  109. MSR_AU_naInCalcMemberContext = naInCalcMemberContext
  110. MSR_AU_label = Label
  111. MSR_AU_postAutoAggregation = Post Auto Aggregation
  112. #
  113. # Section: UI
  114. #
  115. # Description: Strings used by JSP pages for the purpose of displaying to the user
  116. #
  117. MSR_UI_progress_jsp_cancel_msg1 = Lineage information is being calculated...
  118. MSR_UI_progress_jsp_cancel_msg2 = Select cancel to cancel the request.
  119. MSR_UI_progress_jsp_cancel_button_text = Cancel
  120. MSR_UI_progress_jsp_cancel_message_text = Lineage request cancelled.
  121. MSR_UI_businessview_jsp_description = Description
  122. MSR_UI_businessview_jsp_owner = Owner
  123. MSR_UI_businessview_jsp_contact = Contact
  124. MSR_UI_businessview_jsp_package = Package
  125. MSR_UI_businessview_jsp_packageItems = Referenced Package Items
  126. MSR_UI_businessview_jsp_path = Path
  127. MSR_UI_businessview_jsp_name = Name
  128. MSR_UI_businessview_jsp_reportItem = Report Item {0}
  129. MSR_UI_businessview_jsp_expression = Expression
  130. MSR_UI_businessview_jsp_modelItem = Model Item Reference
  131. MSR_UI_businessview_jsp_dataSources = Data Sources
  132. MSR_UI_businessview_jsp_dataSource = Data Source {0}
  133. MSR_UI_businessview_jsp_lastUpdated = Last Updated
  134. MSR_UI_businessview_jsp_packageItem = Package Item {0}
  135. MSR_UI_businessview_jsp_sourceType = Source Type
  136. MSR_UI_businessview_jsp_sourcePath = Source Path
  137. MSR_UI_businessview_jsp_normal_view = Normal View
  138. MSR_UI_businessview_jsp_detailed_view = Detailed View
  139. MSR_UI_businessview_jsp_property = Property
  140. MSR_UI_businessview_jsp_value = Value
  141. MSR_UI_businessview_jsp_references = References
  142. MSR_UI_businessview_jsp_contents = Contents
  143. MSR_UI_businessview_jsp_change_view_button_value = Change View
  144. MSR_UI_businessview_jsp_change_view_button_desc = Change the current view of the data
  145. MSR_UI_businessview_jsp_grouping_table_summary = Element Information
  146. MSR_UI_businessview_jsp_nesting_table_summary = Element Lineage
  147. MSR_UI_businessview_jsp_nesting_query_item = Query Items
  148. MSR_UI_lineagemain_jsp_tab_business = Business View
  149. MSR_UI_lineagemain_jsp_tab_technical = Technical View
  150. MSR_UI_lineagemain_jsp_tab_business_title = Switch to Business View
  151. MSR_UI_lineagemain_jsp_tab_technical_title = Switch to Technical View
  152. MSR_UI_lineagemain_jsp_title = IBM Cognos Lineage
  153. MSR_UI_technicalview_jsp_property = Property
  154. MSR_UI_technicalview_jsp_value = Value
  155. MSR_UI_technicalview_jsp_properties_for = Properties for {0}
  156. MSR_UI_technicalview_jsp_report = Report
  157. MSR_UI_technicalview_jsp_package = Package
  158. MSR_UI_technicalview_jsp_dataSources = Data Sources
  159. MSR_UI_technicalview_jsp_tooltip_wb = Explore in IBM InfoSphere Metadata Workbench
  160. MSR_UI_qffault_jsp_prompts = Unresolved prompts encountered, generating prompt page...
  161. MSR_UI_ui_unknown_error = MSR-UI-0001 An error occurred while generating the UI interface.
  162. MSR_UI_ui_unexpected_lineageResponse = MSR-UI-0002 An unexpected lineage response was encountered.
  163. MSR_UI_ui_nometadata_in_selection = MSR-UI-0003 The selection context did not contain a selected item on which lineage can be performed.
  164. #
  165. # Section: SAP
  166. #
  167. # Description: Strings used by JSP pages for the purpose of displaying to the user
  168. #
  169. MSR_SAP_defaultLow = Default Low Value
  170. MSR_SAP_defaultHigh = Default High Value
  171. MSR_SAP_promptType = Prompt Type
  172. MSR_SAP_showKeyAndCaption = Show Key and Caption
  173. MSR_SAP_isKeyDate = Use As Key Date
  174. MSR_SAP_ui_unknown_error = MSR-SAP-0001 An error occurred while generating the UI interface.
  175. MSR_SAP_selectObjectsTitle = Select the objects - Metadata Import Wizard
  176. MSR_SAP_objectsTreeViewHint = Select the objects to include in the package.
  177. MSR_SAP_objectsTreeViewLabel = Objects:
  178. MSR_SAP_dualStructures = Enable SAP BW Dual Structures support
  179. MSR_SAP_selectLanguagesTitle = Select languages - Metadata Import Wizard
  180. MSR_SAP_selectLanguagesHint = Select the languages to include in the package.
  181. MSR_SAP_languagesListLabel = Languages:
  182. MSR_SAP_designLanguage = Design language:
  183. MSR_SAP_generateDimensionsTitle = Package creation options - Metadata Import Wizard
  184. MSR_SAP_shortOrLong = 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.
  185. MSR_SAP_objectDisplayNameLabel = Object display name:
  186. MSR_SAP_useShort = Use caption (short name)
  187. MSR_SAP_useLong = Use description (long name)
  188. MSR_SAP_useTechnical = Use unique name (technical name)
  189. MSR_SAP_packageOrganization = Package organization:
  190. MSR_SAP_dimensionsAndFacts = 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.
  191. MSR_SAP_enchanceForSap = Enhance the package for SAP BW organization of objects
  192. MSR_SAP_importCompleteTitle = Metadata Import Wizard
  193. MSR_SAP_packageCreated = Package successfully created.
  194. MSR_SAP_launchVariableEditOnClose = Edit the SAP BW variables for the package after closing this dialog
  195. MSR_SAP_variablesPropGridHeader = Properties
  196. MSR_SAP_back = < Back
  197. MSR_SAP_next = Next >
  198. MSR_SAP_finish = Finish
  199. MSR_SAP_ok = OK
  200. MSR_SAP_cancel = Cancel
  201. MSR_SAP_close = Close
  202. MSR_SAP_save = Save
  203. MSR_SAP_loading = Loading...
  204. MSR_SAP_saving = Saving...
  205. MSR_SAP_verifying = Verifying...
  206. MSR_SAP_creatingPackage = Creating package...
  207. MSR_SAP_editPackageMessage = 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.
  208. MSR_SAP_modifyMetadataSelections = Modify metadata selections
  209. MSR_SAP_editVariables = Edit variables
  210. MSR_SAP_modifySettings = Modify package settings:
  211. MSR_SAP_useV5DataServer = Use Dynamic Query Mode
  212. MSR_SAP_editPackage = Edit Package - "{0}"
  213. MSR_SAP_errorPageTitle = IBM Cognos
  214. MSR_SAP_editVariablesPageTitle = Edit SAP BW Variables
  215. MSR_SAP_noVariablesForEdit = This package does not contain any variables.
  216. MSR_SAP_successfullySavedVariables = The variables were saved successfully.
  217. MSR_SAP_packageNameExists = Package Name Exists
  218. MSR_SAP_packageNameAlreadyExists = The name '{0}' already exists. You can replace the existing entry or enter a new name.
  219. MSR_SAP_replaceExistingEntry = Replace the existing entry
  220. MSR_SAP_enterNewName = Enter a new name:
  221. MSR_SAP_doYouWantToContinue = Do you want to continue?
  222. MSR_SAP_tooManyCubes = The maximum number of cubes which may be selected is {0}. To increase this limit contact your IBM Cognos Administrator.
  223. MSR_SAP_tooManyInfoQueries = The maximum number of info queries which may be selected is {0}. To increase this limit contact your IBM Cognos Administrator.
  224. MSR_SAP_mustImportAtLeastOneItem = Please select an item from the tree.
  225. MSR_SAP_designLocaleRequired = A design language must be selected.
  226. MSR_SAP_invalidPackageName = The name {0} is an invalid package name because it contains both a quote (") and an apostrophe (').
  227. MSR_SAP_missingPackageLocation = The package location is missing. A valid package location is required to create the package.
  228. MSR_SAP_unknownErrorMessage = An internal error has occurred. Please contact your IBM Cognos Administrator.
  229. #
  230. # Section: TM1
  231. #
  232. # Description: Strings used by JSP pages for the purpose of displaying to the user
  233. #
  234. MSR_TM1_dimensionsListLabel = Dimensions
  235. MSR_TM1_aliasTablesListLabel = Alias Tables
  236. MSR_TM1_cubesListLabel = Cubes
  237. #
  238. # Section: ESB
  239. #
  240. # Description: Strings used by JSP pages for the purpose of displaying to the user
  241. #
  242. MSR_ESB_tooManyLanguages = The selected language has been used in alias table - {0}
  243. MSR_ESB_radSeparateDim = Separate dimensions
  244. MSR_ESB_radProperties = Properties of the dimension they are associated with
  245. #
  246. # Section: LW
  247. #
  248. # Description: Strings used by JSP pages for Lightweight Import Wizard
  249. #
  250. MSR_LW_ui_unknown_error = MSR-LW-0001 An error occurred while generating the UI interface.
  251. MSR_LW_ui_use_fm_multiple_connections = MSR-LW-0002 The data source being used has multiple connections. Please use Framework Manager.
  252. MSR_LW_ok = OK
  253. MSR_LW_cancel = Cancel
  254. MSR_LW_back = < Back
  255. MSR_LW_next = Next >
  256. MSR_LW_finish = Finish
  257. MSR_LW_close = Close
  258. MSR_LW_save = Save
  259. MSR_LW_creatingPackage = Creating package...
  260. MSR_LW_packageCreated = Package successfully created.
  261. MSR_LW_powerCube_newPackageWizard_panelTitle = Specify null suppression options - New Package Wizard
  262. MSR_LW_powerCube_newPackageWizard_info = 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
  263. MSR_LW_powerCube_nullSuppressionOptions = Null suppression options
  264. MSR_LW_powerCube_allowNullSuppressionChkBox = Allow null suppression
  265. MSR_LW_powerCube_allowMultiEdgeSuppressionChkBox = Allow multi-edge suppression
  266. MSR_LW_powerCube_allowAccessToSuppressionOptionsChkBox = Allow access to suppression options
  267. MSR_LW_loading = Loading...
  268. MSR_LW_saving = Saving...
  269. MSR_LW_verifying = Verifying...
  270. #
  271. # Section: ERR
  272. #
  273. # Description:
  274. #
  275. MSR_ERR_details = Details