123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties.xslt
- ## END OF WARNING
- ##
- ## Component: MSR
- ##
- ## Description:
- ##
- #
- # Section: MSR
- #
- # Description: MDSRV Handler-level Errors
- #
- MSR_MSR_CommandFolderNotFound = MSR-MSR-0001 Cannot locate the commands folder.
- MSR_MSR_CommandNotFound = MSR-MSR-0002 Unknown command.
- MSR_MSR_MissingCapability = MSR-MSR-0003 Unable to complete the request. The user does not have the capabilitiy of type "{0}".
- MSR_MSR_CMException = MSR-MSR-0004 An error occurred when issuing the following request to the content store: "{0}".
- #
- # Section: API
- #
- # Description: API-related errors that are common to all commands
- #
- MSR_API_MissingParameter = MSR-API-0001 Mandatory parameter "{0}" has not been specified.
- MSR_API_InvalidParameter = MSR-API-0002 The value "{0}" specified for parameter "{1}" is not valid.
- #
- # Section: LIN
- #
- # Description: Errors specific to the Lineage command
- #
- MSR_LIN_ModelConnectError = MSR-LIN-0001 Cannot connect to the model "{0}".
- MSR_LIN_ObjectInaccessible = MSR-LIN-0002 The object referenced by "{0}" is not accessible to the current user.
- 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.
- MSR_LIN_InvalidCMSearchPath = MSR-LIN-0004 The specified search path "{0}" is invalid.
- MSR_LIN_UnsupportedCMObjectType = MSR-LIN-0005 The object "{0}" is of type "{1}". This type of object is not supported.
- MSR_LIN_ExpressionParsingError = MSR-LIN-0006 An error occurred when parsing the following expression:{0}
- MSR_LIN_NoROLAPLineage = MSR-LIN-0007 Lineage is not available for Dynamic Cubes
- MSR_LIN_MaliciousXPath = MSR-LIN-0008 Malicious content in XPath detected
- #
- # Section: PD
- #
- # Description: Errors related to Personal Data merge
- #
- 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.
- 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.
- MSR_PD_RelErrInvalidID = MSR-PD-0003 Failed to relate external data to objects in the underlying package. Unable to resolve the the reference {0}.
- 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.
- 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.
- MSR_PD_NoReportResult = MSR-PD-0006 The specified extract report did not return any valid result.
- MSR_PD_FailedRunReport = MSR-PD-0007 Failed to execute the report "{0}".
- MSR_PD_FailedPersistSource = MSR-PD-0008 Failed to update the session with information about the source "{0}".
- MSR_PD_DuplicateSpecName = MSR-PD-0009 The name "{0}" does not uniquely identify a external data or report extract specification.
- 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.
- 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.
- 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.
- 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.
- MSR_PD_ExceededAvailableFreeMemory = MSR-PD-0013 Unable to upload the specified external data file. It exceeds the available free memory for JVM.
- 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.
- 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.
- MSR_PD_WrongFileType = MSR-PD-0016 The selected file type is not supported. The supported file types are 'xls', 'xlsx', 'csv', 'xml' and 'txt".
- #
- # Section: OM
- #
- # 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.
- #
- MSR_OM_report = Report
- MSR_OM_query = Query
- MSR_OM_analysis = Analysis
- MSR_OM_reportView = Report View
- MSR_OM_package = Package
- MSR_OM_model = Model
- MSR_OM_name = Description
- MSR_OM_description = Description
- MSR_OM_screenTip = Screen tip
- MSR_OM_contact = Contact
- MSR_OM_contactEMail = Contact e-mail address
- MSR_OM_version = Version
- MSR_OM_owner = Owner
- #
- # Section: AU
- #
- # 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.
- #
- MSR_AU_query = Query
- MSR_AU_dataItem = Data Item
- MSR_AU_detailFilter = Detail Filter
- MSR_AU_summaryFilter = Summary Filter
- MSR_AU_slicer = Slicer
- MSR_AU_slicerMemberSet = Slicer Member Set
- MSR_AU_objectSource = Source
- MSR_AU_aggregate = Aggregate
- MSR_AU_rollupAggregate = Rollup Aggregate
- MSR_AU_sort = Sort
- MSR_AU_solveOrder = Solve Order
- MSR_AU_filterExpression = Expression
- MSR_AU_use = Use
- MSR_AU_optional = Optional
- MSR_AU_required = Required
- MSR_AU_prohibited = Prohibited
- MSR_AU_none = None
- MSR_AU_total = Total
- MSR_AU_detail = Detail
- MSR_AU_automatic = Automatic
- MSR_AU_naInCalcMemberContext = naInCalcMemberContext
- MSR_AU_label = Label
- MSR_AU_postAutoAggregation = Post Auto Aggregation
- #
- # Section: UI
- #
- # Description: Strings used by JSP pages for the purpose of displaying to the user
- #
- MSR_UI_progress_jsp_cancel_msg1 = Lineage information is being calculated...
- MSR_UI_progress_jsp_cancel_msg2 = Select cancel to cancel the request.
- MSR_UI_progress_jsp_cancel_button_text = Cancel
- MSR_UI_progress_jsp_cancel_message_text = Lineage request cancelled.
- MSR_UI_businessview_jsp_description = Description
- MSR_UI_businessview_jsp_owner = Owner
- MSR_UI_businessview_jsp_contact = Contact
- MSR_UI_businessview_jsp_package = Package
- MSR_UI_businessview_jsp_packageItems = Referenced Package Items
- MSR_UI_businessview_jsp_path = Path
- MSR_UI_businessview_jsp_name = Name
- MSR_UI_businessview_jsp_reportItem = Report Item {0}
- MSR_UI_businessview_jsp_expression = Expression
- MSR_UI_businessview_jsp_modelItem = Model Item Reference
- MSR_UI_businessview_jsp_dataSources = Data Sources
- MSR_UI_businessview_jsp_dataSource = Data Source {0}
- MSR_UI_businessview_jsp_lastUpdated = Last Updated
- MSR_UI_businessview_jsp_packageItem = Package Item {0}
- MSR_UI_businessview_jsp_sourceType = Source Type
- MSR_UI_businessview_jsp_sourcePath = Source Path
- MSR_UI_businessview_jsp_normal_view = Normal View
- MSR_UI_businessview_jsp_detailed_view = Detailed View
- MSR_UI_businessview_jsp_property = Property
- MSR_UI_businessview_jsp_value = Value
- MSR_UI_businessview_jsp_references = References
- MSR_UI_businessview_jsp_contents = Contents
- MSR_UI_businessview_jsp_change_view_button_value = Change View
- MSR_UI_businessview_jsp_change_view_button_desc = Change the current view of the data
- MSR_UI_businessview_jsp_grouping_table_summary = Element Information
- MSR_UI_businessview_jsp_nesting_table_summary = Element Lineage
- MSR_UI_businessview_jsp_nesting_query_item = Query Items
- MSR_UI_lineagemain_jsp_tab_business = Business View
- MSR_UI_lineagemain_jsp_tab_technical = Technical View
- MSR_UI_lineagemain_jsp_tab_business_title = Switch to Business View
- MSR_UI_lineagemain_jsp_tab_technical_title = Switch to Technical View
- MSR_UI_lineagemain_jsp_title = IBM Cognos Lineage
- MSR_UI_technicalview_jsp_property = Property
- MSR_UI_technicalview_jsp_value = Value
- MSR_UI_technicalview_jsp_properties_for = Properties for {0}
- MSR_UI_technicalview_jsp_report = Report
- MSR_UI_technicalview_jsp_package = Package
- MSR_UI_technicalview_jsp_dataSources = Data Sources
- MSR_UI_technicalview_jsp_tooltip_wb = Explore in IBM InfoSphere Metadata Workbench
- MSR_UI_qffault_jsp_prompts = Unresolved prompts encountered, generating prompt page...
- MSR_UI_ui_unknown_error = MSR-UI-0001 An error occurred while generating the UI interface.
- MSR_UI_ui_unexpected_lineageResponse = MSR-UI-0002 An unexpected lineage response was encountered.
- MSR_UI_ui_nometadata_in_selection = MSR-UI-0003 The selection context did not contain a selected item on which lineage can be performed.
- #
- # Section: SAP
- #
- # Description: Strings used by JSP pages for the purpose of displaying to the user
- #
- MSR_SAP_defaultLow = Default Low Value
- MSR_SAP_defaultHigh = Default High Value
- MSR_SAP_promptType = Prompt Type
- MSR_SAP_showKeyAndCaption = Show Key and Caption
- MSR_SAP_isKeyDate = Use As Key Date
- MSR_SAP_ui_unknown_error = MSR-SAP-0001 An error occurred while generating the UI interface.
- MSR_SAP_selectObjectsTitle = Select the objects - Metadata Import Wizard
- MSR_SAP_objectsTreeViewHint = Select the objects to include in the package.
- MSR_SAP_objectsTreeViewLabel = Objects:
- MSR_SAP_dualStructures = Enable SAP BW Dual Structures support
- MSR_SAP_selectLanguagesTitle = Select languages - Metadata Import Wizard
- MSR_SAP_selectLanguagesHint = Select the languages to include in the package.
- MSR_SAP_languagesListLabel = Languages:
- MSR_SAP_designLanguage = Design language:
- MSR_SAP_generateDimensionsTitle = Package creation options - Metadata Import Wizard
- 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.
- MSR_SAP_objectDisplayNameLabel = Object display name:
- MSR_SAP_useShort = Use caption (short name)
- MSR_SAP_useLong = Use description (long name)
- MSR_SAP_useTechnical = Use unique name (technical name)
- MSR_SAP_packageOrganization = Package organization:
- 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.
- MSR_SAP_enchanceForSap = Enhance the package for SAP BW organization of objects
- MSR_SAP_importCompleteTitle = Metadata Import Wizard
- MSR_SAP_packageCreated = Package successfully created.
- MSR_SAP_launchVariableEditOnClose = Edit the SAP BW variables for the package after closing this dialog
- MSR_SAP_variablesPropGridHeader = Properties
- MSR_SAP_back = < Back
- MSR_SAP_next = Next >
- MSR_SAP_finish = Finish
- MSR_SAP_ok = OK
- MSR_SAP_cancel = Cancel
- MSR_SAP_close = Close
- MSR_SAP_save = Save
- MSR_SAP_loading = Loading...
- MSR_SAP_saving = Saving...
- MSR_SAP_verifying = Verifying...
- MSR_SAP_creatingPackage = Creating package...
- 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.
- MSR_SAP_modifyMetadataSelections = Modify metadata selections
- MSR_SAP_editVariables = Edit variables
- MSR_SAP_modifySettings = Modify package settings:
- MSR_SAP_useV5DataServer = Use Dynamic Query Mode
- MSR_SAP_editPackage = Edit Package - "{0}"
- MSR_SAP_errorPageTitle = IBM Cognos
- MSR_SAP_editVariablesPageTitle = Edit SAP BW Variables
- MSR_SAP_noVariablesForEdit = This package does not contain any variables.
- MSR_SAP_successfullySavedVariables = The variables were saved successfully.
- MSR_SAP_packageNameExists = Package Name Exists
- MSR_SAP_packageNameAlreadyExists = The name '{0}' already exists. You can replace the existing entry or enter a new name.
- MSR_SAP_replaceExistingEntry = Replace the existing entry
- MSR_SAP_enterNewName = Enter a new name:
- MSR_SAP_doYouWantToContinue = Do you want to continue?
- MSR_SAP_tooManyCubes = The maximum number of cubes which may be selected is {0}. To increase this limit contact your IBM Cognos Administrator.
- MSR_SAP_tooManyInfoQueries = The maximum number of info queries which may be selected is {0}. To increase this limit contact your IBM Cognos Administrator.
- MSR_SAP_mustImportAtLeastOneItem = Please select an item from the tree.
- MSR_SAP_designLocaleRequired = A design language must be selected.
- MSR_SAP_invalidPackageName = The name {0} is an invalid package name because it contains both a quote (") and an apostrophe (').
- MSR_SAP_missingPackageLocation = The package location is missing. A valid package location is required to create the package.
- MSR_SAP_unknownErrorMessage = An internal error has occurred. Please contact your IBM Cognos Administrator.
- #
- # Section: TM1
- #
- # Description: Strings used by JSP pages for the purpose of displaying to the user
- #
- MSR_TM1_dimensionsListLabel = Dimensions
- MSR_TM1_aliasTablesListLabel = Alias Tables
- MSR_TM1_cubesListLabel = Cubes
- #
- # Section: ESB
- #
- # Description: Strings used by JSP pages for the purpose of displaying to the user
- #
- MSR_ESB_tooManyLanguages = The selected language has been used in alias table - {0}
- MSR_ESB_radSeparateDim = Separate dimensions
- MSR_ESB_radProperties = Properties of the dimension they are associated with
- #
- # Section: LW
- #
- # Description: Strings used by JSP pages for Lightweight Import Wizard
- #
- MSR_LW_ui_unknown_error = MSR-LW-0001 An error occurred while generating the UI interface.
- MSR_LW_ui_use_fm_multiple_connections = MSR-LW-0002 The data source being used has multiple connections. Please use Framework Manager.
- MSR_LW_ok = OK
- MSR_LW_cancel = Cancel
- MSR_LW_back = < Back
- MSR_LW_next = Next >
- MSR_LW_finish = Finish
- MSR_LW_close = Close
- MSR_LW_save = Save
- MSR_LW_creatingPackage = Creating package...
- MSR_LW_packageCreated = Package successfully created.
- MSR_LW_powerCube_newPackageWizard_panelTitle = Specify null suppression options - New Package Wizard
- 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
- MSR_LW_powerCube_nullSuppressionOptions = Null suppression options
- MSR_LW_powerCube_allowNullSuppressionChkBox = Allow null suppression
- MSR_LW_powerCube_allowMultiEdgeSuppressionChkBox = Allow multi-edge suppression
- MSR_LW_powerCube_allowAccessToSuppressionOptionsChkBox = Allow access to suppression options
- MSR_LW_loading = Loading...
- MSR_LW_saving = Saving...
- MSR_LW_verifying = Verifying...
- #
- # Section: ERR
- #
- # Description:
- #
- MSR_ERR_details = Details
|