blob: 41a7d8f7cc94650e2a981cc3111ab70e4ded3c6c [file] [log] [blame]
###############################################################################
# Copyright (c) 2012, 2013 Original authors and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Original authors and others - initial API and implementation
###############################################################################
AbstractCellEditor.validationFailure=Error whilst validating cell value!
AbstractColumnChooserDialog.doneButton=Done
AbstractColumnChooserDialog.shellTitle=Column Chooser
AbstractStyleEditorDialog.okButton=OK
AbstractStyleEditorDialog.clearButton=Clear
AbstractStyleEditorDialog.clearButtonTooltip=Reset to original settings
AbstractStyleEditorDialog.cancelButton=Cancel
BorderStyleEditorPanel.editorName=Border Style
BorderStyleEditorPanel.noBorder=No Border
BorderStyleEditorPanel.color=Color
BorderStyleEditorPanel.lineStyle=Line Style
BorderStyleEditorPanel.thickness=Thickness
BorderThicknessPicker.thin=Thin
BorderThicknessPicker.thick=Thick
BorderThicknessPicker.veryThick=Very Thick
CellEditDialog.shellTitle=Enter new value
CellStyleEditorPanel.backgroundColor=Background Color
CellStyleEditorPanel.editorName=Basic Style
CellStyleEditorPanel.font=Font
CellStyleEditorPanel.foregroundColor=Foreground Color
CellStyleEditorPanel.horizontalAlignment=Horizonatal Alignment
CellStyleEditorPanel.verticalAlignment=Vertical Alignment
ColumnChooser.availableColumns=Available Columns
ColumnChooser.selectedColumns=Selected Columns
ColumnEntry.0=No Label
ColumnGroups.createColumnGroupDialogTitle=Create Column Group
ColumnGroups.selectNonGroupedColumns=Please select non-grouped columns prior to creating a group.
ColumnGroups.createButtonLabel=&Group
ColumnGroups.createGroupLabel=G&roup Name
ColumnGroups.removeColumnGroup=Remove column group
ColumnGroups.renameColumnGroup=Rename column group
ColumnLabel.original=Original
ColumnLabel.rename=Rename
ColumnLabel.editorName=Column label
ColumnRenameDialog.shellTitle=Rename column
ColumnStyleEditorDialog.border=Border
ColumnStyleEditorDialog.column=Column
ColumnStyleEditorDialog.shellTitle=Customize style
ColumnStyleEditorDialog.styling=Styling
DefaultCharacterDisplayConverter.failure=[{0}] is not a valid character.
DefaultDateDisplayConverter.failure=[{0}] is not a valid date. Insert in format [{1}]
DialogErrorHandlingStrategy.failureTitle=Failure
DialogErrorHandlingStrategy.conversionFailureTitle=Conversion failed
DialogErrorHandlingStrategy.validationFailureTitle=Validation failed
DialogErrorHandlingStrategy.warningDialog.changeButton=Change
DialogErrorHandlingStrategy.warningDialog.discardButton=Discard
DialogErrorHandlingStrategy.warningDialog.commitButton=Commit
ErrorDialog.title=Error Message
FilterNatCombo.selectAll=Select All
FontPicker.tooltip=Click to select font
GridColorsEditorPanel.editorName=Grid colors
GridColorsEditorPanel.evenRowColor=Even row color
GridColorsEditorPanel.font=Font
GridColorsEditorPanel.oddRowColor=Odd row color
GridColorsEditorPanel.selectionColor=Selection Color
GroupByHeaderMenuConfiguration.ungroupBy=Ungroup By
HorizontalAlignmentPicker.center=Center
HorizontalAlignmentPicker.left=Left
HorizontalAlignmentPicker.right=Right
LineStylePicker.dashdot=Dashdot
LineStylePicker.dashdotdot=Dashdotdot
LineStylePicker.dashed=Dashed
LineStylePicker.dotted=Dotted
LineStylePicker.solid=Solid
MenuItemProviders.hideColumn=Hide column
MenuItemProviders.showAllColumns=Show all columns
MenuItemProviders.hideRow=Hide row
MenuItemProviders.showAllRows=Show all rows
MenuItemProviders.autoResizeColumn=Auto resize column
MenuItemProviders.autoResizeRow=Auto resize row
MenuItemProviders.autoResizeAllSelectedColumns=Auto resize all selected columns
MenuItemProviders.chooseColumns=Choose columns
MenuItemProviders.columnCategoriesChooser=Choose columns
MenuItemProviders.editStyles=Edit styles
MenuItemProviders.renameColumn=Rename column
MenuItemProviders.createColumnGroup=Group selected columns
MenuItemProviders.ungroupColumns=Ungroup selected columns
MenuItemProviders.clearAllFilters=Clear all filters
MenuItemProviders.toggleFilterRow=Toggle filter row
MenuItemProviders.debugInfo=Debug info
MenuItemProviders.debugInformation=Debug Information
MenuItemProviders.stateManager=Manage view configurations
NatExporter.exporting=Exporting.. please wait
NumericDisplayConverter.failure=[{0}] is not a valid number.
PersistenceDialog.title=View Configurations
PersistenceDialog.buttonDelete=Delete
PersistenceDialog.buttonDone=Done
PersistenceDialog.buttonLoad=Load
PersistenceDialog.buttonSave=Save
PersistenceDialog.defaultStateConfigName=Default
PersistenceDialog.nameLabel=Name
PersistenceDialog.viewerLabel=Available State Configurations
PersistenceDialog.nameErrorText=It is not possible to use an empty name for a view configuration!
Printer.page=Page
Search.find=Find
Search.closeButtonLabel=&Close
Search.findButtonLabel=Fi&nd
Search.findLabel=&Find
Search.direction=Direction
Search.forwardButtonLabel=F&orward
Search.backwardButtonLabel=&Backward
Search.scope=Scope
Search.allLabel=A&ll
Search.selectionLabel=Selec&tion
Search.options=Options
Search.caseSensitiveButtonLabel=&Case sensitive
Search.wrapSearchButtonLabel=Wra&p search
Search.wholeWordButtonLabel=&Whole word
Search.incrementalButtonLabel=&Incremental
Search.includeCollapsedLabel=Incl&ude collapsed
Search.columnFirstLabel=C&olumn first
Search.regexButtonLabel=Regular e&xpressions
Search.textNotFound=String not found
Search.wrappedSearch=Wrapped search
TickUpdateCellEditDialog.decrease=Decrease by
TickUpdateCellEditDialog.increase=Increase by
TickUpdateCellEditDialog.adjust=Adjust by
TickUpdateCellEditDialog.set=Set
Unknown=Unknown
VerticalAlignmentPicker.bottom=Bottom
VerticalAlignmentPicker.middle=Middle
VerticalAlignmentPicker.top=Top
LoggingErrorHandling.logPrefix=Error whilst converting/validating cell value
FormulaParser.error.invalidNumberValue=Invalid argument: {0} is not a number
FormulaParser.error.divisionByZero=Division by zero
FormulaParser.error.wrongNumberOfArguments=Wrong number of arguments: Expected {0} arguments, but got {1} arguments
FormulaParser.error.negativeValue=Function parameter should be greater or equal 0
FormulaParser.error.circular=Circular dependency detected
FormulaParser.error.referenceNotExist=Reference does not exist
FormulaParser.error.replacement=Invalid replacement
FormulaParser.error.missingOperator=Missing operator
FormulaParser.error.parenthesisNotOpened=Parenthesis not opened
FormulaParser.error.parenthesisNotClosed=Parenthesis not closed
FormulaParser.error.functionParameterNotOpened=Parameter list not opened
FormulaParser.error.functionParameterNotClosed=Parameter list not closed
FormulaParser.error.instantiation=Could not instantiate FunctionValue: {0}