Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-01 07:05:44 +0000
committerEike Stepper2010-05-01 07:05:44 +0000
commitc22713f193ebc115e63f0fb51b10aca9ea4940c7 (patch)
tree83ecabc24f98b4f9e575327ae41d4f422815c078 /plugins/org.eclipse.emf.cdo.examples.company.edit
parentb17dfea8dc97b2216391e49b3e224a61b7601109 (diff)
downloadcdo-c22713f193ebc115e63f0fb51b10aca9ea4940c7.tar.gz
cdo-c22713f193ebc115e63f0fb51b10aca9ea4940c7.tar.xz
cdo-c22713f193ebc115e63f0fb51b10aca9ea4940c7.zip
[256936] Support for Offline Mode
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256936
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.company.edit')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.company.edit/plugin.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.company.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.company.edit/plugin.properties
index a41dfd98a0..7a4cc28e2f 100644
--- a/plugins/org.eclipse.emf.cdo.examples.company.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.company.edit/plugin.properties
@@ -28,6 +28,8 @@ _UI_CreateSibling_description = Create a new sibling of type {0} for the selecte
_UI_PropertyDescriptor_description = The {0} of the {1}
+_UI_Address_type = Address
+_UI_Order_type = Order
_UI_Supplier_type = Supplier
_UI_PurchaseOrder_type = Purchase Order
_UI_OrderDetail_type = Order Detail
@@ -61,8 +63,6 @@ _UI_SalesOrder_id_feature = Id
_UI_SalesOrder_customer_feature = Customer
_UI_Unknown_feature = Unspecified
-_UI_Address_type = Address
-_UI_Order_type = Order
_UI_Address_name_feature = Name
_UI_Address_street_feature = Street
_UI_Address_city_feature = City
@@ -78,7 +78,6 @@ _UI_Supplier_preferred_feature = Preferred
_UI_OrderAddress_type = Order Address
_UI_OrderAddress_testAttribute_feature = Test Attribute
-_UI_Company_type = Product
_UI_Company_name_feature = Name
_UI_Company_orderDetails_feature = Order Details
_UI_Company_vat_feature = Vat

Back to the top