]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/widget/nls/PCrudFilterPane.js
Trigger Event Log
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / widget / nls / PCrudFilterPane.js
1 {
2     "OPERATOR_EQ": "is",
3     "OPERATOR_NE": "is not",
4     "OPERATOR_IS_NULL": "is null",
5     "OPERATOR_IS_NOT_NULL": "is not null",
6     "OPERATOR_LT": "is less than",
7     "OPERATOR_GT": "is greater than",
8     "OPERATOR_LTE": "is less than or equal to",
9     "OPERATOR_GTE": "is greater than or equal to",
10     "OPERATOR_BETWEEN": "is between",
11     "OPERATOR_NOT_BETWEEN": "is not between",
12     "OPERATOR_LIKE": "is like",
13     "OPERATOR_NOT_LIKE": "is not like",
14     "EMPTY_CASE": "Add rows to filter results, or just click Apply to see unfiltered results.",
15     "EMPTY_CASE_COMPACT": "Add rows to filter results.",
16     "DEFAULT_DIALOG_TITLE": "Filter Results",
17     "ADD_ROW": "Add Row",
18     "APPLY": "Apply",
19     "CANCEL": "Cancel"
20 }