Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
controlsfx/controlsfx/src/main/resources/controlsfx.properties
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
147 lines (114 sloc)
4.49 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Dialogs ### | |
dlg.ok.button = OK | |
dlg.cancel.button = Cancel | |
dlg.yes.button = Yes | |
dlg.no.button = No | |
dlg.close.button = Close | |
dlg.detail.button.more = Show Details | |
dlg.detail.button.less = Hide Details | |
### Common Dialogs ### | |
font.dlg.title=Select font | |
font.dlg.header=Select font | |
font.dlg.sample.text=Sample | |
font.dlg.font.label=Font | |
font.dlg.style.label=Style | |
font.dlg.size.label=Size | |
progress.dlg.title=Progress | |
progress.dlg.header=Progress | |
login.dlg.title=Login | |
login.dlg.header=Enter user name and password | |
login.dlg.user.caption=User Name | |
login.dlg.pswd.caption=Password | |
login.dlg.login.button=Login | |
exception.dlg.title = Exception Details | |
exception.dlg.header = Exception Details | |
exception.dlg.label = The exception stacktrace was: | |
exception.button.label = Open Exception | |
### Wizard ### | |
wizard.next.button = Next | |
wizard.previous.button = Previous | |
### Property Sheet ### | |
bean.property.change.error.title = Property Change Error | |
bean.property.change.error.header = Change is not allowed | |
bean.property.category.basic=Basic | |
bean.property.category.expert=Expert | |
property.sheet.search.field.prompt = Search | |
property.sheet.group.mode.byname = By Name | |
property.sheet.group.mode.bycategory = By Category | |
### Spreadsheet View ### | |
spreadsheet.view.menu.copy = Copy | |
spreadsheet.view.menu.paste = Paste | |
spreadsheet.view.menu.comment = Comment cell | |
spreadsheet.view.menu.comment.top-left = top left | |
spreadsheet.view.menu.comment.top-right = top right | |
spreadsheet.view.menu.comment.bottom-right = bottom right | |
spreadsheet.view.menu.comment.bottom-left = bottom left | |
spreadsheet.column.menu.fix = Freeze column | |
spreadsheet.column.menu.unfix = Unfreeze column | |
spreadsheet.verticalheader.menu.fix = Freeze row | |
spreadsheet.verticalheader.menu.unfix = Unfreeze row | |
### Status Bar ### | |
statusbar.ok = OK | |
### List Selection View ### | |
listSelectionView.header.source = Available | |
listSelectionView.header.target = Selected | |
### PopOver ### | |
popOver.default.content = No Content | |
popOver.default.title = Info | |
### FilterPanel ### | |
filterpanel.search.field = Search... | |
filterpanel.apply.button = APPLY | |
filterpanel.none.button = NONE | |
filterpanel.all.button = ALL | |
filterpanel.resetall.button = RESET ALL | |
### Notifications ### | |
notifications.threshold.text = You have received {0} notifications | |
### TableView2 ### | |
tableview2.column.menu.fixed = Fixed column | |
tableview2.rowheader.menu.fixed = Fixed row | |
### Popup Filter ### | |
popup.filter.case.sensitive.enable = Enable case-sensitive comparision | |
popup.filter.case.sensitive.disable = Disable case-sensitive comparision | |
### Parser ### | |
parser.text.error.start.operator = Condition should start with an operator | |
parser.text.error.number.input = Input must be a number | |
parser.text.error.string.start = should start with a " | |
parser.text.error.string.end = should end with a " | |
## numbers | |
# see https://www.fileformat.info/info/unicode/block/mathematical_operators/utf8test.htm | |
parser.text.operator.text.equals= = | |
parser.text.operator.symbol.equals= = | |
parser.text.operator.text.notequals= \u2260 | |
parser.text.operator.symbol.notequals= \u2260 | |
parser.text.operator.text.greaterthanequals= \u2265 | |
parser.text.operator.symbol.greaterthanequals= \u2265 | |
parser.text.operator.text.greaterthan= > | |
parser.text.operator.symbol.greaterthan= > | |
parser.text.operator.text.lessthanequals= \u2264 | |
parser.text.operator.symbol.lessthanequals= \u2264 | |
parser.text.operator.text.lessthan= < | |
parser.text.operator.symbol.lessthan= < | |
## strings | |
parser.text.operator.text.beginswith= begins with | |
parser.text.operator.symbol.beginswith.sensitive= \u2291 | |
parser.text.operator.symbol.beginswith.insensitive= \u228f | |
parser.text.operator.text.endswith= ends with | |
parser.text.operator.symbol.endswith.sensitive= \u2292 | |
parser.text.operator.symbol.endswith.insensitive= \u2290 | |
parser.text.operator.text.contains= contains | |
parser.text.operator.symbol.contains.sensitive= \u2287 | |
parser.text.operator.symbol.contains.insensitive= \u2283 | |
parser.text.operator.text.equalsto= equals to | |
parser.text.operator.symbol.equalsto.sensitive= \u2261 | |
parser.text.operator.symbol.equalsto.insensitive= = | |
parser.text.operator.text.notequalsto= not equals to | |
parser.text.operator.symbol.notequalsto.sensitive= \u2262 | |
parser.text.operator.symbol.notequalsto.insensitive= \u2260 | |
parser.text.operator.symbol.default= \u25be | |
## aggregators | |
parser.text.operator.text.and = AND | |
parser.text.operator.text.or = OR | |
### South Filter ### | |
southfilter.menubutton.checkbox.sensitive = Case Sensitive | |
southfilter.menubutton.sensitive.enabled = case sensitive | |
southfilter.menubutton.sensitive.disabled = case insensitive |