Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.preferences/src/org/eclipse/papyrus/propertylifecycle/preferences/messages/messages.properties')
-rwxr-xr-xextraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.preferences/src/org/eclipse/papyrus/propertylifecycle/preferences/messages/messages.properties52
1 files changed, 52 insertions, 0 deletions
diff --git a/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.preferences/src/org/eclipse/papyrus/propertylifecycle/preferences/messages/messages.properties b/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.preferences/src/org/eclipse/papyrus/propertylifecycle/preferences/messages/messages.properties
new file mode 100755
index 00000000000..1485d31dabc
--- /dev/null
+++ b/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.preferences/src/org/eclipse/papyrus/propertylifecycle/preferences/messages/messages.properties
@@ -0,0 +1,52 @@
+PropertyLifecycle_PreferencePage_Title=Papyrus Property LifeCycle Strategies
+PropertyLifecycle_PreferencePage_Description=Select one or more strategies to be applied on subsequent element creations:
+Choose_Configuration=Choose the needed Strategy Configuration:
+
+PropertyLifecycleStrategies=PropertyLifeCycleStrategies
+
+Sync_Label=Link with Registered Models
+Sync_IconPath=/icons/navigation/synced_16x16.gif
+Add_Label=addButton
+Add_IconPath=/icons/navigation/arrow_right_16x16.gif
+Remove_Label=removeButton
+Remove_IconPath=/icons/navigation/arrow_left_16x16.gif
+AddAll_Label=addAllButton
+AddAll_IconPath=/icons/navigation/arrow_right_double_16x16.gif
+RemoveAll_Label=removeAllButton
+RemoveAll_IconPath=/icons/navigation/arrow_left_double_16x16.gif
+
+Resource_IconPath=/icons/treeViewer/resource_16x16.gif
+StrategySet_IconPath=/icons/treeViewer/strategySet_16x16.gif
+Strategy_IconPath=/icons/treeViewer/Strategy_16x16.gif
+Property_IconPath=/icons/treeViewer/property_16x16.gif
+ElementContainer_IconPath=/icons/treeViewer/container_16x16.gif
+
+StrategyElement_Label=Element base type:
+ElementProperty_Label=FeatureLabel:
+ElementContainer_Label=Container base type:
+
+SystemSelectionDialog_Title=Select the models to load
+SystemSaveDialog_Title=Select the directory for the new model
+
+AddStrategy_Label=Add selected Strategies
+AddStrategy_IconPath=/icons/menu/addStrategy_16x16.gif
+RemoveStrategy_Label=Remove selected strategies
+RemoveStrategy_IconPath=/icons/menu/removeStrategy_16x16.gif
+RemoveStrategyModel_Label=Remove selected Model
+RemoveStrategyModel_IconPath=/icons/menu/removeStrategyModel_16x16.gif
+RemoveAllStrategies_Label=Remove All strategies
+RemoveAllStrategies_IconPath=/icons/menu/removeAll_16x16.gif
+
+BasicBrowsedModels_Node=basicBrowsedModelsURI
+BasicSelectedStrategies_Node=basicSelectedStrategies
+AdvancedBrowsedModels_Node=advancedBrowsedModelsURI
+AdvancedSelectedStrategies_Node=advancedSelectedStrategies
+
+SaveButton_Label=Save Strategies
+BrowseButton_Label=Browse Models
+CustomModel_DefaultName=CustomModel
+
+SelectAllButton_Label=Select All
+DeselectAllButton_Label= Deselect All
+Checked_IconPath=/icons/tableViewer/checked_12x12.gif
+Unchecked_IconPath=/icons/tableViewer/unchecked_12x12.gif

Back to the top