blob: 219a1eef2cd7db6b46b2d4a8debe7938eaeb8ee2 [file] [log] [blame]
# ==============================================================================
#*+------------------------------------------------------------------------+
#*| Copyright (c) 2005 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 |
#*+------------------------------------------------------------------------+
# ==============================================================================
# ==============================================================================
# MSL UI Plugin - Translation Instruction: section to be translated
# ==============================================================================
# --- Commands displayed in undo/redo text ---
CreateOrSelectElementCommand_Label = Get Element From User
# --- Modeling Assistant Popup Menus ---
CreateOrSelectElementCommand_PopupMenu_UnspecifiedMenuItem_Text = Unspecified
CreateOrSelectElementCommand_PopupMenu_CreateMenuItem_Text = Create {0}
CreateOrSelectElementCommand_PopupMenu_SelectExistingElementMenuItem_Text = Select Existing Element
CreateOrSelectElementCommand_PopupMenu_CreateWithoutBindingMenuItem_Text = Create Unspecified
# --- Dialogs ---
SelectElementDialog_title=Select Element
SelectElementDialog_selection=Currently selected element:
# Validation preferences page strings
# ================================ BEGIN ==================================================
Validation_liveValidationGroupLabel = Live validation problems
Validation_liveValidationDestinationPrompt = Show live validation errors in:
Validation_liveValidationDestination_dialogComboItem = Pop-up dialog
Validation_liveValidationDestination_consoleComboItem = Console
Validation_liveValidationShowConsolePrompt = Show console when live validation problems occur
Validation_liveValidationWarnDialogPrompt = Include live warnings
# ==================================== END =================================================
#
# Messages pertaining to reporting of problems in live validation.
# In all cases, the {0} argument is the error message provided by the
# validation service.
#
# ================================ BEGIN ==================================================
Validation_error=\ ERROR: {0}
Validation_warn=\ Warning: {0}
Validation_note=\ Note: {0}
Validation_problems=Problems encountered in updating the model.
Validation_rollback=\ *** The change was not applied to the model. ***
Validation_liveError=The system cannot perform the requested action because it violates the integrity of the model.
# Fragmenting the following message so as to not use hard return characters (\n) in translatable strings
Validation_liveWarning_part1=This change to the model does not violate structural integrity but may cause unexpected problems in the application.
Validation_liveWarning_part2=Press 'Ctrl+Z' or select the 'Edit > Undo' menu to undo the change if it is a problem.
Validation_liveDialogTitle=Model Validation
Validation_dontShowCheck=Don't show this dialog again
# ==================================== END =================================================
# Output view category for live validation problem messages.
Validation_outputProviderCategory=Rational Modeling
#
# Messages pertaining to the assigning pathmaps to existing eclipse path variables
# to be used in modeling. These messages are used in a preference page.
#
# ================================ BEGIN ==================================================
PathmapsPreferencePage_mainDescription=Choose path variables defined in <a>''{0}''</a> to use for modeling artifacts.
PathmapsPreferencePage_availablePathVariables=Available path variables:
PathmapsPreferencePage_pathVariablesUsedInModeling=Path variables for modeling:
PathmapsPreferencePage_addChevron=\ >
PathmapsPreferencePage_removeChevron=\ <
PathmapsPreferencePage_addAllChevron=\ >>
PathmapsPreferencePage_removeAllChevron=\ <<
PathmapsPreferencePage_incompatiblePathVariableErrorMessage=The selected path variable(s) cannot be supported in a modeling environment.
# ==================================== END =================================================