blob: 9d2e3c060d485dc078d7528fe55c028b9ea2f922 [file] [log] [blame]
###############################################################################
# Copyright (c) 2006 IBM Corporation 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:
# IBM Corporation - initial API and implementation
# Sebastian Davids <sdavids@gmx.de> - bug 132479 - [FieldAssist] Field assist example improvements
###############################################################################
########### Preferences ###########################
Preferences_RequiredFieldIndicator = Showing Required Fields:
Preferences_ShowRequiredFieldLabelIndicator = Show required field indicator in field's label
Preferences_ShowRequiredFieldDecorator = Decorate required fields
Preferences_ShowRequiredFieldColor = Show color when required field is empty
Preferences_ContentAssistKey = Content Assist Key:
Preferences_ContentAssistKeyPropagate = Propagate keystrokes to control when popup is active
Preferences_ShowProposalCue = Decorate fields that have content assist
Preferences_ShowSecondaryPopup = Show a secondary popup further describing the proposal
Preferences_ContentAssistDelay = Delay (in milliseconds) when content assist is auto-activated:
Preferences_ErrorIndicator = Showing Errors:
Preferences_ShowErrorMessage = Show errors in status area of dialog
Preferences_ShowErrorDecorator = Decorate fields that have errors
Preferences_ShowErrorColor = Color fields that have errors
Preferences_ShowWarningDecorator = Decorate fields that have warnings
Preferences_Description = This page controls the decorations used in the example dialog.
Preferences_DecoratorDetails = Other Decorators:
Preferences_DecoratorImpl = Decorator implementation class:
Preferences_DecoratorVert = Vertical location:
Preferences_DecoratorTop = SWT.TOP
Preferences_DecoratorCenter = SWT.CENTER (ignored by DecoratedField)
Preferences_DecoratorBottom = SWT.BOTTOM
Preferences_DecoratorHorz = Horizontal location:
Preferences_DecoratorLeft = SWT.LEFT
Preferences_DecoratorRight = SWT.RIGHT
Preferences_DecoratorMargin = Margin width (ignored by DecoratedField):
Preferences_ContentAssistDescription = This page controls the behavior of the content assist.
Preferences_ContentAssistResult = When a content proposal is chosen:
Preferences_ContentAssistResultReplace = Replace field content
Preferences_ContentAssistResultInsert = Insert into field content
Preferences_ContentAssistResultNone = Custom behavior (none)
Preferences_ContentAssistFilter = When typing while popup is open:
Preferences_ContentAssistFilterCumulative = Filter popup content with cumulative typing
Preferences_ContentAssistFilterCharacter = Filter popup according to last character typed
Preferences_ContentAssistFilterNone = No filtering
Decorator_Warning = User name bob is too casual
Decorator_Error = User name can only contain letters
Decorator_ContentAssist = Content assist available for this field, press {0}
ExampleDialog_UserError=User name must only contain letters
ExampleDialog_WarningName=bob
ExampleDialog_UserWarning=Bob is entirely too casual a name.
ExampleDialog_AgeWarning=May be eligible for senior citizen user status
ExampleDialog_Title=Field Assist Example
ExampleDialog_SecurityGroup=&Security info
ExampleDialog_AutoCompleteGroup=&Autocomplete example
ExampleDialog_UserName=&User name:
ExampleDialog_ComboUserName=&Combo user name:
ExampleDialog_Age=&Age:
ExampleDialog_Password=&Password:
ExampleDialog_ProposalDescription={0} is a wonderful choice and you should seriously consider it.