Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvhemery2011-09-29 08:50:01 +0000
committervhemery2011-09-29 08:50:01 +0000
commit0f55f1d0de2836c51fffd93f371da6ceaaa93771 (patch)
tree449defcc8600be9ff64f9907c5dfe75c876a985c /plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
parentdcd722aab65adf9c0092c7593efc7e4837220f8f (diff)
downloadorg.eclipse.papyrus-0f55f1d0de2836c51fffd93f371da6ceaaa93771.tar.gz
org.eclipse.papyrus-0f55f1d0de2836c51fffd93f371da6ceaaa93771.tar.xz
org.eclipse.papyrus-0f55f1d0de2836c51fffd93f371da6ceaaa93771.zip
NEW - bug 313988: Wish: reload model operation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=313988 The automatic reload mechanism has been extended to the situation when an additional resource is modified (this includes controlled sub-models). In such a case, only the updated model is reloaded, since we know how to perform local reloads (see bug #354220). For user messages, we do not list resources, but models instead (excluding file extension), since with the one-file feature, unexperienced users no longer see the file extensions.
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties')
-rw-r--r--plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties14
1 files changed, 13 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties b/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
index cc9ff0033ae..cc948ac021b 100644
--- a/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
+++ b/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
@@ -153,4 +153,16 @@ SetNameDiagram=Set Name diagram
ShowHideContentsAction_Message=Select the elements to show. \n Only items that can be displayed in the visible compartments are proposed.
ShowHideContentsAction_Title=Select the elements to show
-EditorLabelProvider_No_name=No name \ No newline at end of file
+EditorLabelProvider_No_name=No name
+
+########### Messages for conflicting changes in several editors ##########
+PartActivationListener_ChangedMainMsg_many=The following models, that are in use by a Papyrus editor, have changed. Do you want to reopen the editor in order to update their content?%s
+PartActivationListener_ChangedMainMsg_single=The model %s that is in use by a Papyrus editor has changed. Do you want to reopen the editor in order to update its content?
+PartActivationListener_ChangedMainWarning=CAVEAT: the editor contains unsaved modifications that would be lost.
+PartActivationListener_ChangedMsg_many=The following models, that are in use by a Papyrus editor, have changed. Do you want to reload these models in order to update their content?%s
+PartActivationListener_ChangedMsg_single=The model %s that is in use by a Papyrus editor has changed. Do you want to reload this model in order to update its content?
+PartActivationListener_ChangedTitle=Resource change
+PartActivationListener_ChangedWarning=CAVEAT: the editor contains unsaved modifications that would be lost for these submodels : %s
+PartActivationListener_RemovedMsg_many=The following models, that are in use by a Papyrus editor, have been removed. Use save/save as, if you want to keep the models.%s
+PartActivationListener_RemovedMsg_single=The model %s that is in use by a Papyrus editor has been removed. Use save/save as, if you want to keep the model
+PartActivationListener_RemovedTitle=Resource removal

Back to the top