Skip to main content
summaryrefslogtreecommitdiffstats
blob: a89f818e6cfe62dd3df32a69f92f83a9afddb2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Activator_log_error_message=Unexpected error: 
StyledDiffLabelSwitch_add_stereotype_application_text=Stereotype {0} has been added
StyledDiffLabelSwitch_attribute_change_left_target_remote_text={0} has been remotely removed from attribute {1} in {2}
StyledDiffLabelSwitch_attribute_change_left_target_text=The value {0} has been added to the attribute {1} in {2}
StyledDiffLabelSwitch_attribute_change_right_target_remote_text={0} has been remotely added to attribute {1} in {2}
StyledDiffLabelSwitch_attribute_change_right_target_text=The value {0} has been removed from the attribute {1} in {2}
StyledDiffLabelSwitch_attribute_change_text=Attribute Change {0}
StyledDiffLabelSwitch_diff_group_text={0} change(s) in {1}
StyledDiffLabelSwitch_null_value_text=null
StyledDiffLabelSwitch_reference_chnage_text=Reference Change {0}
StyledDiffLabelSwitch_remove_stereotype_application_text=Stereotype {0} has been removed
StyledDiffLabelSwitch_root_text=model
StyledDiffLabelSwitch_tagged_value_changed_remote_text=Tagged value {0} : remote = {1}, local = {2}
StyledDiffLabelSwitch_tagged_value_changed_text=Tagged value {0} : {1} -> {2}
StyledDiffLabelSwitch_tagged_value_left_target_remote_text=Tagged value {0} has been remotely removed: {1}
StyledDiffLabelSwitch_tagged_value_left_target_text=Tagged value {0} has been added: {1}
StyledDiffLabelSwitch_tagged_value_reference_remote_text=Tagged value {0} : remote = {1}, local = {2}
StyledDiffLabelSwitch_tagged_value_reference_text=Tagged value {0} : {1} -> {2}
StyledDiffLabelSwitch_tagged_value_right_target_remote_text=Tagged value {0} has been remotely added: {1}
StyledDiffLabelSwitch_tagged_value_right_target_text=Tagged value {0} has been removed: {1}
StyledDiffLabelSwitch_two_elements_model_text={0} change(s) between elements {1} and {2}
StyledDiffLabelSwitch_update_attribute_conflicting_text=Attribute {0} : remote = {1}, local = {2}
StyledDiffLabelSwitch_update_attribute_remote_text=Attribute {0} in {1} has been remotely changed from {2} to {3}
StyledDiffLabelSwitch_update_attribute_text=Attribute {0} in {1} has changed from {2} to {3}
StyledDiffLabelSwitch_update_tagged_value_remote_text=Tagged value {0} : remote = {1}, local = {2}
StyledDiffLabelSwitch_update_tagged_value_text=Tagged value {0}: {1} -> {2}

Back to the top