Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/messages/messages.properties')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/messages/messages.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/messages/messages.properties b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/messages/messages.properties
index d3ac8c7f475..7456b67c4a1 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/messages/messages.properties
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/messages/messages.properties
@@ -217,5 +217,12 @@ ExportTableDialog_OverrideConfirmMessasgeDialogText=Override confirmation
MatrixRelationshipDirectionLabelProvider_None=None
MatrixRelationshipDirectionLabelProvider_RowToColumn=From Row To Column
MatrixRelationshipDirectionLabelProvider_ColumnToRow=From Column To Row
+MatrixRelationshipOwnerStrategyLabelProvider_ColumAsOwner=Column as Owner
+MatrixRelationshipOwnerStrategyLabelProvider_ColumnsOwnerAsOwner=Column's Owner As Owner
+MatrixRelationshipOwnerStrategyLabelProvider_Default=Default
+MatrixRelationshipOwnerStrategyLabelProvider_Other=Other
+MatrixRelationshipOwnerStrategyLabelProvider_RowAsOwner=Row As Owner
+MatrixRelationshipOwnerStrategyLabelProvider_RowsOwnerAsOwner=Row's Owner As Owner
+MatrixRelationshipOwnerStrategyLabelProvider_TableRootElement=Table Root Element
CellPreferenceInitializer_NotAvailable=N/A
CellPreferencePage_UnsupportedColumnCellLabel=Define content of cell when its feature column is not supported \ No newline at end of file

Back to the top