Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6a1b83c8009e50bc1cb1da101400684f55112246 (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
77
78
79
80
81
82
83
84
# Copyright (c) 2004 - 2012 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 Electronic Restaurant Example Inventory 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_Stock_type = Lager
_UI_Product_type = Produkt
_UI_StockProduct_type = Lagerprodukt
_UI_Recipe_type = Rezept
_UI_Ingredient_type = Zutat
_UI_MenuCard_type = Menükarte
_UI_Restaurant_type = Restaurant
_UI_Department_type = Abteilung
_UI_Offering_type = Angebot
_UI_Table_type = Tisch
_UI_Unknown_type = Objekt

_UI_Unknown_datatype= Wert

_UI_Stock_products_feature = Produkte
_UI_Stock_name_feature = Name
_UI_Stock_restaurant_feature = Restaurant
_UI_Product_name_feature = Name
_UI_StockProduct_stock_feature = Lager
_UI_StockProduct_cost_feature = Kosten
_UI_StockProduct_available_feature = Verfügbar
_UI_StockProduct_orderLimit_feature = Bestellgrenze
_UI_Recipe_ingredients_feature = Zutaten
_UI_Recipe_department_feature = Abteilung
_UI_Ingredient_recipe_feature = Rezept
_UI_Ingredient_product_feature = Produkt
_UI_Ingredient_quantity_feature = Menge
_UI_MenuCard_title_feature = Titel
_UI_MenuCard_offerings_feature = Angebote
_UI_MenuCard_restaurant_feature = Restaurant
_UI_Restaurant_name_feature = Name
_UI_Restaurant_stocks_feature = Läger
_UI_Restaurant_departments_feature = Abteilungen
_UI_Restaurant_menuCards_feature = Menükarten
_UI_Restaurant_tables_feature = Tische
_UI_Department_recipes_feature = Rezepte
_UI_Department_restaurant_feature = Restaurant
_UI_Offering_product_feature = Produkt
_UI_Offering_menuCard_feature = Menükarte
_UI_Offering_description_feature = Beschreibung
_UI_Offering_price_feature = Preis
_UI_Table_seats_feature = Plätze
_UI_Table_restaurant_feature = Restaurant
_UI_Unknown_feature = Unbekannt

_UI_Employee_type = Mitarbeiter
_UI_Stock_department_feature = Abteilung
_UI_Department_employees_feature = Mitarbeiter
_UI_Department_stocks_feature = Läger
_UI_Employee_department_feature = Abteilung
_UI_Station_type = Station
_UI_Recipe_cost_feature = Kosten
_UI_Restaurant_stations_feature = Stationen
_UI_Employee_name_feature = Name
_UI_Station_stationID_feature = Stations-ID
_UI_Section_type = Abschnitt
_UI_MenuCard_sections_feature = Abschnitte
_UI_Offering_section_feature = Abschnitt
_UI_Section_menuCard_feature = Menükarte
_UI_Section_offerings_feature = Angebote
_UI_Section_title_feature = Titel
_UI_Offering_name_feature = Name
_UI_Section_text_feature = Text

Back to the top