Skip to main content
summaryrefslogtreecommitdiffstats
blob: 32087475d7b08866725747ee48049cbc9f1fdfef (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Eike Stepper - initial API and implementation

pluginName = CDO Model Repository Examples Company Edit Support
providerName=Eclipse Modeling Project

_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}
_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.

_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
_UI_Product_type = Product
_UI_Category_type = Category
_UI_Company_type = Company
_UI_Customer_type = Customer
_UI_SalesOrder_type = Sales Order
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_Supplier_name_feature = Name
_UI_PurchaseOrder_date_feature = Date
_UI_PurchaseOrder_supplier_feature = Supplier
_UI_OrderDetail_product_feature = Product
_UI_OrderDetail_price_feature = Price
_UI_Product_name_feature = Name
_UI_Product_orderDetails_feature = Order Details
_UI_Category_name_feature = Name
_UI_Category_categories_feature = Categories
_UI_Category_products_feature = Products
_UI_Company_categories_feature = Categories
_UI_Company_suppliers_feature = Suppliers
_UI_Company_purchaseOrders_feature = Purchase Orders
_UI_Company_customers_feature = Customers
_UI_Company_salesOrders_feature = Sales Orders
_UI_Customer_name_feature = Name
_UI_Customer_salesOrders_feature = Sales Orders
_UI_SalesOrder_id_feature = Id
_UI_SalesOrder_customer_feature = Customer
_UI_Unknown_feature = Unspecified

_UI_Address_name_feature = Name
_UI_Address_street_feature = Street
_UI_Address_city_feature = City
_UI_Supplier_purchaseOrders_feature = Purchase Orders
_UI_Order_orderDetails_feature = Order Details
_UI_OrderDetail_order_feature = Order

_UI_Product_vat_feature = Vat
_UI_VAT_vat0_literal = vat0
_UI_VAT_vat7_literal = vat7
_UI_VAT_vat15_literal = vat15
_UI_Supplier_preferred_feature = Preferred
_UI_OrderAddress_type = Order Address
_UI_OrderAddress_testAttribute_feature = Test Attribute

_UI_Company_name_feature = Name
_UI_Company_orderDetails_feature = Order Details
_UI_Company_vat_feature = Vat
_UI_Company_description_feature = Description
_UI_Product_description_feature = Description

Back to the top