<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="Resource.xsl" ?>
<!DOCTYPE BaflResourceList SYSTEM "Resource.dtd">
<!--
== $Id: //guest/paul_dymecki/mondrian/resource/MondrianResource_en.xml#1 $
== This software is subject to the terms of the Common Public License
== Agreement, available at the following URL:
== http://www.opensource.org/licenses/cpl.html.
== (C) Copyright 2000-2002 Kana Software, Inc. and others.
== All Rights Reserved.
== You must accept the terms of that agreement to use this software.
==
== This file contains the text for all messages used by the mondrian
== package. Class mondrian.olap.MondrianResource is generated from it.
-->
<BaflResourceList
packageName="mondrian.olap"
className="MondrianResource"
baseClass="mondrian.resource.ResourceBase"
argContext="true"
generateNew="true"
dynamic="true"
errorClass="mondrian.resource.Error"
label="MDX_RESOURCE_XML"
>
<!-- ====================================================================== -->
<!-- Internal errors 320,000 - 321,000 ==================================== -->
<!-- ====================================================================== -->
<BaflResourceText id="320000" type="e"
macroName="Internal">
<![CDATA[
Internal error: %1
]]>
</BaflResourceText>
<!-- ====================================================================== -->
<!-- MDX errors 321,000 - 355,000 ========================================= -->
<!-- ====================================================================== -->
<BaflResourceText id="321000" type="e"
macroName="MdxCubeNotFound">
<![CDATA[
MDX cube '%1' not found or not processed
]]>
</BaflResourceText>
<!-- %2 should be something like "level '[Time].[Quarter]'": generate it using
MdxElement.getQualifiedName(). -->
<BaflResourceText id="321010" type="e"
macroName="MdxChildObjectNotFound">
<![CDATA[
MDX object '%1' not found in %2
]]>
</BaflResourceText>
<BaflResourceText id="322000" type="i"
macroName="MdxCubeName">
<![CDATA[cube '%1']]>
</BaflResourceText>
<BaflResourceText id="322010" type="i"
macroName="MdxHierarchyName">
<![CDATA[hierarchy '%1']]>
</BaflResourceText>
<BaflResourceText id="322020" type="i"
macroName="MdxDimensionName">
<![CDATA[dimension '%1']]>
</BaflResourceText>
<BaflResourceText id="322030" type="i"
macroName="MdxLevelName">
<![CDATA[level '%1']]>
</BaflResourceText>
<BaflResourceText id="322040" type="i"
macroName="MdxMemberName">
<![CDATA[member '%1']]>
</BaflResourceText>
<BaflResourceText id="350000" type="e"
macroName="WhileParsingMdx">
<![CDATA[
Error while parsing MDX statement '%1'
]]>
</BaflResourceText>
<BaflResourceText id="350010" type="e"
macroName="MdxFatalError">
<![CDATA[
MDX parser cannot recover from previous error(s)
]]>
</BaflResourceText>
<BaflResourceText id="350020" type="e"
macroName="MdxError">
<![CDATA[Error: %1]]>
</BaflResourceText>
<BaflResourceText id="350030" type="e"
macroName="MdxSyntaxError">
<![CDATA[Syntax error at token '%1']]>
</BaflResourceText>
<BaflResourceText id="350040" type="e"
macroName="MdxSyntaxErrorAt">
<![CDATA[Syntax error at line %2, column %3, token '%1']]>
</BaflResourceText>
<BaflResourceText id="350050" type="i"
macroName="MdxFatalSyntaxError">
<![CDATA[Couldn't repair and continue parse]]>
</BaflResourceText>
<BaflResourceText id="350060" type="e"
macroName="UserDoesNotHaveRightsTo">
<![CDATA[
User does not have rights to run query, which contains %1
]]>
</BaflResourceText>
<BaflResourceText id="350070" type="e"
macroName="MdxCubeSlicerMemberError">
<![CDATA[
Failed to add Cube Slicer with member '%1' for hierarchy '%2' on cube '%3'
]]>
</BaflResourceText>
<BaflResourceText id="350080" type="e"
macroName="MdxCubeSlicerHierarchyError">
<![CDATA[
Failed to add Cube Slicer for hierarchy '%1' on cube '%2'
]]>
</BaflResourceText>
<BaflResourceText id="350090" type="e"
macroName="MdxOlapServerConnectError">
<![CDATA[Connection error was received using connect string '%1' on catalog '%2']]>
</BaflResourceText>
<BaflResourceText id="350100" type="e"
macroName="MdxInvalidMember">
<![CDATA[Invalid member identifier '%1']]>
</BaflResourceText>
<BaflResourceText id="350110" type="e"
macroName="MdxCalculatedHierarchyError">
<![CDATA[Hierarchy for calculated member '%1' not found]]>
</BaflResourceText>
<BaflResourceText id="350120" type="e"
macroName="MdxAxisIsNotSet">
<![CDATA[Axis '%1' expression is not a set]]>
</BaflResourceText>
<BaflResourceText id="350130" type="e"
macroName="MdxMemberExpIsSet">
<![CDATA[Member expression '%1' must not be a set]]>
</BaflResourceText>
<BaflResourceText id="350140" type="e"
macroName="MdxSetExpNotSet">
<![CDATA[Set expression '%1' must be a set]]>
</BaflResourceText>
<BaflResourceText id="350150" type="e"
macroName="MdxFuncArgumentsNum">
<![CDATA[Function '%1' must have at least 2 arguments]]>
</BaflResourceText>
<BaflResourceText id="350160" type="e"
macroName="MdxFuncNotHier">
<![CDATA[Argument '%i1' of function '%2' must be a hierarchy]]>
</BaflResourceText>
<BaflResourceText id="350170" type="e"
macroName="MdxFuncMethodNoArg">
<![CDATA[Method function '%1' must have at least one argument]]>
</BaflResourceText>
<BaflResourceText id="350180" type="e"
macroName="MdxFuncPropertyArg">
<![CDATA[Property function '%1' must not have arguments. (To access a member of a property, like 'Members', which returns a collection, write 'Members.Item(n)' instead of 'Members(n)'.)]]>
</BaflResourceText>
<BaflResourceText id="350190" type="e"
macroName="MdxFuncUnknown">
<![CDATA[unknown overloaded function '%1']]>
</BaflResourceText>
<BaflResourceText id="350200" type="e"
macroName="MdxDefaultHierNotFound">
<![CDATA[Could not locate DefaultHierarchy for '%1']]>
</BaflResourceText>
<BaflResourceText id="350210" type="e"
macroName="MdxDefaultMemNotFound">
<![CDATA[Could not locate DefaultMember for '%1']]>
</BaflResourceText>
<BaflResourceText id="350215" type="e"
macroName="MdxMemberNotFound">
<![CDATA[Could not locate member '%1' in query '%2']]>
</BaflResourceText>
<BaflResourceText id="350220" type="e"
macroName="MdxParamArgInvalid">
<![CDATA[Argument '%1' of Parameter '%2' has to be a quoted string]]>
</BaflResourceText>
<BaflResourceText id="350230" type="e"
macroName="MdxParamTypeInvalid">
<![CDATA[Type '%1' of Parameter '%2' has to be a quoted string or dimension]]>
</BaflResourceText>
<BaflResourceText id="350240" type="e"
macroName="MdxParamMultipleDef">
<![CDATA[Parameter '%1' is defined '%i2' times]]>
</BaflResourceText>
<BaflResourceText id="350250" type="e"
macroName="MdxParamValueNotFound">
<![CDATA[Parameter's '%1' value not found]]>
</BaflResourceText>
<BaflResourceText id="350255" type="e"
macroName="MdxParamNotFound">
<![CDATA[Parameter '%1' not found]]>
</BaflResourceText>
<BaflResourceText id="350260" type="e"
macroName="MdxHierarchyUsed">
<![CDATA[Hierarchy '%1' is already used]]>
</BaflResourceText>
<BaflResourceText id="350270" type="e"
macroName="MdxHierarchyNotUsed">
<![CDATA[Hierarchy '%1' is not used]]>
</BaflResourceText>
<BaflResourceText id="350280" type="e"
macroName="MdxCalcMemberCanNotHaveChildren">
<![CDATA[Calculated MdxMember '%1' can not have children]]>
</BaflResourceText>
<BaflResourceText id="350290" type="e"
macroName="MdxFormulaNotFound">
<![CDATA[Calculated %1 '%2' has not been found in query '%3']]>
</BaflResourceText>
<BaflResourceText id="350300" type="e"
macroName="MdxFormulaAlreadyExists">
<![CDATA[Calculated %1 '%2' is already defined in query '%3']]>
</BaflResourceText>
<BaflResourceText id="350310" type="e"
macroName="MdxCantFindMember">
<![CDATA[
Cannot find MDX member '%1'. Make sure it is indeed a member and not a level or a hierarchy.
]]>
</BaflResourceText>
<BaflResourceText id="350320" type="i"
macroName="Member">
<![CDATA[
member
]]>
</BaflResourceText>
<BaflResourceText id="350325" type="i"
macroName="CalculatedMember">
<![CDATA[
calculated member
]]>
</BaflResourceText>
<BaflResourceText id="350330" type="i"
macroName="Set">
<![CDATA[
set
]]>
</BaflResourceText>
<BaflResourceText id="350335" type="i"
macroName="CalculatedSet">
<![CDATA[
calculated set
]]>
</BaflResourceText>
<BaflResourceText id="350340" type="e"
macroName="MdxCalculatedFormulaUsedOnAxis">
<![CDATA[
Cannot delete %1 '%2'. It is used on %3 axis.
]]>
</BaflResourceText>
<BaflResourceText id="350350" type="e"
macroName="MdxCalculatedFormulaUsedOnSlicer">
<![CDATA[
Cannot delete %1 '%2'. It is used on slicer.
]]>
</BaflResourceText>
<BaflResourceText id="350360" type="e"
macroName="MdxCalculatedFormulaUsedInFormula">
<![CDATA[
Cannot delete %1 '%2'. It is used in definition of %3 '%4'.
]]>
</BaflResourceText>
<BaflResourceText id="350370" type="e"
macroName="MdxCalculatedFormulaUsedInQuery">
<![CDATA[
Cannot delete %1 '%2'. It is used in query '%3'.
]]>
</BaflResourceText>
<BaflResourceText id="350380" type="e"
macroName="MdxTopBottomNRequireSortMember">
<![CDATA[
Top/Bottom functions require at least one sort Member.
]]>
</BaflResourceText>
<BaflResourceText id="350390" type="e"
macroName="MdxTopBottomInvalidFunctionName">
<![CDATA[
Unknown Top/Bottom function name '%1'. Supported names are 'TopCount', 'BottomCount', 'TopPercent', 'BottomPercent'.
]]>
</BaflResourceText>
<BaflResourceText id="350400" type="e"
macroName="MdxAxisSortNotSupported">
<![CDATA[
Sort on axis '%1' is not supported.
]]>
</BaflResourceText>
<BaflResourceText id="350410" type="e"
macroName="MdxAxisShowSubtotalsNotSupported">
<![CDATA[
Show/hide subtotals operation on axis '%i1' is not supported.
]]>
</BaflResourceText>
<BaflResourceText id="350420" type="e"
macroName="MdxAxisShowEmptyCellsNotSupported">
<![CDATA[
Show/hide empty cells operation on axis '%i1' is not supported.
]]>
</BaflResourceText>
<!-- End of last error section ============================================ -->
<Code><![CDATA[
// implement ResourceBase
public Error newInternalError(String s) {
return newInternal(s);
}
public Error newInternalError(Throwable e, String s) {
return newInternal(e, s);
}
private static MondrianResource instance;
public static synchronized MondrianResource instance() {
if (instance == null) {
instance = new MondrianResource();
try {
String resourceURL = System.getProperty(
"mondrian.resourceURL");
java.net.URL url = new java.net.URL(
resourceURL + "/MondrianResource_en.xml");
instance.init(url, null);
} catch (java.io.IOException e) {
throw new Error("Exception while initializing resource: " + e);
}
}
return instance;
}
]]>
</Code>
</BaflResourceList>
<!-- End MondrianResource_en.xml -->