Skip to main content
summaryrefslogblamecommitdiffstats
blob: d28a90ff455e3b81ec4c7c60bd90475a163f0edf (plain) (tree)
















































































                                                                                                                             

# <copyright>
# </copyright>
#
# $Id: plugin.properties,v 1.1 2009-04-26 16:52:38 estepper Exp $

pluginName = Gastory Inventory Edit Support
providerName = www.gastro.org

_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