dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
127 lines (115 loc) • 3.19 kB
JavaScript
define({ root:
//begin v1.x content
({
"clearFilterDialogTitle": "Clear Filter",
"filterDefDialogTitle": "Filter",
"ruleTitleTemplate": "Rule ${0}",
"conditionEqual": "equal",
"conditionNotEqual": "does not equal",
"conditionLess": "is less than",
"conditionLessEqual": "less than or equal",
"conditionLarger": "is greater than",
"conditionLargerEqual": "greater than or equal",
"conditionContains": "contains",
"conditionIs": "is",
"conditionStartsWith": "starts with",
"conditionEndWith": "ends with",
"conditionNotContain": "does not contain",
"conditionIsNot": "is not",
"conditionNotStartWith": "does not start with",
"conditionNotEndWith": "does not end with",
"conditionBefore": "before",
"conditionAfter": "after",
"conditionRange": "range",
"conditionIsEmpty": "is empty",
"all": "all",
"any": "any",
"relationAll": "all rules",
"waiRelAll": "Match all of the following rules:",
"relationAny": "any rules",
"waiRelAny": "Match any of the following rules:",
"relationMsgFront": "Match:",
"relationMsgTail": "",
"and": "and",
"or": "or",
"addRuleButton": "Add Rule",
"waiAddRuleButton": "Add a new rule",
"removeRuleButton": "Remove Rule",
"waiRemoveRuleButtonTemplate": "Remove rule ${0}",
"cancelButton": "Cancel",
"waiCancelButton": "Cancel this dialog",
"clearButton": "Clear",
"waiClearButton": "Clear the filter",
"filterButton": "Filter",
"waiFilterButton": "Submit the filter",
"columnSelectLabel": "Column",
"waiColumnSelectTemplate": "Column for rule ${0}",
"conditionSelectLabel": "Condition",
"waiConditionSelectTemplate": "Condition for rule ${0}",
"valueBoxLabel": "Value",
"waiValueBoxTemplate": "Enter value to filter for rule ${0}",
"rangeTo": "to",
"rangeTemplate": "from ${0} to ${1}",
"statusTipHeaderColumn": "Column",
"statusTipHeaderCondition": "Rules",
"statusTipTitle": "Filter Bar",
"statusTipMsg": "Click the filter bar here to filter on values in ${0}.",
"anycolumn": "any column",
"statusTipTitleNoFilter": "Filter Bar",
"statusTipTitleHasFilter": "Filter",
"statusTipRelAny": "Match any rules.",
"statusTipRelAll": "Match all rules.",
"defaultItemsName": "items",
"filterBarMsgHasFilterTemplate": "${0} of ${1} ${2} shown.",
"filterBarMsgNoFilterTemplate": "No filter applied",
"filterBarDefButton": "Define filter",
"waiFilterBarDefButton": "Filter the table",
"a11yFilterBarDefButton": "Filter...",
"filterBarClearButton": "Clear filter",
"waiFilterBarClearButton": "Clear the filter",
"closeFilterBarBtn": "Close filter bar",
"clearFilterMsg": "This will remove the filter and show all available records.",
"anyColumnOption": "Any Column",
"trueLabel": "True",
"falseLabel": "False"
})
//end v1.x content
,
"bs": true,
"mk": true,
"sr": true,
"ar": true,
"bg": true,
"ca": true,
"cs": true,
"da": true,
"de": true,
"eu": true,
"el": true,
"es": true,
"fi": true,
"fr": true,
"he": true,
"hr": true,
"hu": true,
"id": true,
"it": true,
"ja": true,
"kk": true,
"ko": true,
"nb": true,
"nl": true,
"pl": true,
"pt": true,
"pt-pt": true,
"ro": true,
"ru": true,
"sk": true,
"sl": true,
"sv": true,
"th": true,
"tr": true,
"uk": true,
"zh": true,
"zh-tw": true
});