private static final String DIALOG = "AssignSymbolGroupsDialog"; //$NON-NLS-1$
- static String SELECT_ALL_TITLE = ""; //$NON-NLS-1$
-
- static String DESELECT_ALL_TITLE = ""; //$NON-NLS-1$
-
// the root element to populate the viewer with
protected Object inputElement;
if (message != null) {
setMessage(message);
} else {
- setMessage(""); //$NON-NLS-1$
+ setMessage(WorkbenchMessages.ListSelection_message);
}
IDialogSettings settings = Activator.getDefault().getDialogSettings();
buttonComposite.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, true));
Button selectButton = createButton(buttonComposite,
- IDialogConstants.SELECT_ALL_ID, SELECT_ALL_TITLE, false);
+ IDialogConstants.SELECT_ALL_ID, WorkbenchMessages.SelectionDialog_selectLabel, false);
SelectionListener listener = new SelectionAdapter() {
public void widgetSelected(SelectionEvent e) {
selectButton.addSelectionListener(listener);
Button deselectButton = createButton(buttonComposite,
- IDialogConstants.DESELECT_ALL_ID, DESELECT_ALL_TITLE, false);
+ IDialogConstants.DESELECT_ALL_ID, WorkbenchMessages.SelectionDialog_deselectLabel, false);
listener = new SelectionAdapter() {
public void widgetSelected(SelectionEvent e) {
Label label = new Label(buttonComposite, SWT.NONE);
Button newButton = createButton(buttonComposite,
- IDialogConstants.INTERNAL_ID-1, org.simantics.modeling.ui.actions.WorkbenchMessages.AssignSymbolGroupsDialog_NewDots, false);
+ IDialogConstants.INTERNAL_ID-1, org.simantics.modeling.ui.actions.WorkbenchMessages.AssignSymbolGroupsDialog_New, false);
listener = new SelectionAdapter() {
public void widgetSelected(SelectionEvent e) {
newButton.addSelectionListener(listener);
Button removeButton = createButton(buttonComposite,
- IDialogConstants.INTERNAL_ID-2, org.simantics.modeling.ui.actions.WorkbenchMessages.AssignSymbolGroupsDialog_RemoveAnd, false);
+ IDialogConstants.INTERNAL_ID-2, org.simantics.modeling.ui.actions.WorkbenchMessages.AssignSymbolGroupsDialog_Remove, false);
listener = new SelectionAdapter() {
public void widgetSelected(SelectionEvent e) {
AssignSymbolGroup_SelectSymbolGroupsTheSelectedSymbolsAreShownIn=Select symbol groups the selected {0} symbols are shown in.
AssignSymbolGroup_SymbolGroupAssignments=Symbol Group Assignments
AssignSymbolGroup_WriteSymbolGroupName=Write the name of the new symbol group.
-AssignSymbolGroupsDialog_NewDots=&New...
-AssignSymbolGroupsDialog_RemoveAnd=&Remove
+AssignSymbolGroupsDialog_New=&New...
+AssignSymbolGroupsDialog_Remove=&Remove
CompilePGraphsAction_CompilePGraphs=Compile PGraphs
CompilePGraphsAction_Continue=Continue
CompilePGraphsAction_FollowingIssuesFound=The following issues were found: