]> git.mxchange.org Git - pizzaservice-war.git/blob - src/java/org/mxchange/localization/bundle_en_US.properties
530f47c32e7a4846e67ab9d57b7b06d48f08b0bc
[pizzaservice-war.git] / src / java / org / mxchange / localization / bundle_en_US.properties
1 # Copyright (C) 2015 Roland Haeder
2
3 # This program is free software: you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation, either version 3 of the License, or
6 # (at your option) any later version.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
12
13 # You should have received a copy of the GNU General Public License
14 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
15 GENDER_UNKNOWN=Unknown
16 GENDER_MALE=Mr.
17 GENDER_FEMALE=Mrs.
18 GENDER_COMPANY=Company
19 MINI_BASKET_IS_EMPTY=The basket is empty.
20 MINI_BASKET_LAST_ITEM=Last added item: {0}
21 MINI_BASKET_ADDITIONAL_ITEMS=There are {0} items in the basketController.
22 MINI_BASKET_TITLE=Basket
23 ADMIN_CATEGORY_HAS_NO_PARENT=No parent category
24 YES=Yes
25 NO=No
26 ADMIN_PARENT_CATEGORY_CANNOT_BE_NULL=Parent category cannot be empty.
27 ADMIN_CATEGORY_MUST_BE_SELECTED=You have to select a category.
28 ERROR_AMOUNT_IS_NULL=Order amount is not set.
29 BUTTON_TITLE_ADD_ITEM_TO_BASKET=Adds the product to the basket.
30 INPUT_TITLE_ENTER_ITEM_AMOUNT=Enter order amount here.
31 NO_EMAIL_ADDRESS_ENTERED=You have entered no email address.
32 NO_PASSWORD_ENTERED=You have entered no password.
33 ERROR_AMOUNT_IS_NOT_LONG=The entered amount is not a number.
34 PAGE_TITLE_INDEX_WELCOME=Welcome!
35 SUB_TITLE_INDEX_WELCOME=Welcome to Pizza-Service
36 FOLLOWING_PRODUCTS_ARE_AVAILABLE=Following products can be ordered:
37 ADMIN_ADD_ITEM_TO_BASKET=Add to basket
38 LINK_TO_BASKET_TITLE=Continued to basket page.
39 LINK_CHANGE_IN_BASKET=Change in basket
40 SINGLE_ITEM_PRICE=Single price:
41 CHANGE_ITEM_AMOUNT=Change ordered amount:
42 TOTAL_ITEM_PRICE=Sub total:
43 TOTAL_ORDER_PRICE=Total:
44 NO_ITEMS_ADDED_TO_BASKET=There are no items in the basket.
45 ITEM_NOT_ORDERED=Not ordered.
46 PAGE_TITLE_ADMIN_WELCOME=Welcome to administration area
47 SUB_TITLE_ADMIN_WELCOME=Welcome to website administration
48 PAGE_TITLE_ADMIN_LOGOUT=Logout
49 SUB_TITLE_ADMIN_LOGOUT=Logout from administration area
50 PAGE_TITLE_ADMIN_CATEGORY=Categories
51 SUB_TITLE_ADMIN_CATEGORIES=Administrate categories
52 SELECT_ENTRY=Select:
53 ADMIN_ENTER_CATEGORY_TITLE=Title:
54 ADMIN_ENTER_CATEGORY_TITLE_EXAMPLE=e.g. <em>pizza</em>
55 ADMIN_PARENT_CATEGORY=Parent category:
56 SUB_TITLE_ADMIN_PRODUCTS=These products has been created:
57 PAGE_TITLE_ADMIN_PRODUCTS=Products
58 BUTTON_RESET_FORM=Reset form
59 BUTTON_EDIT_ENTRIES=Edit
60 BUTTON_ADMIN_DELETE_ENTRIES=Delete
61 ADMIN_ADD_PRODUCT_TITLE=Add a new product:
62 ADMIN_ADD_CATEGORY_TITLE=Add a new category:
63 CATEGORY=Category:
64 PLEASE_FILL_ALL_FIELDS=Please fill out all fields:
65 BUTTON_ADMIN_ADD_CATEGORY=Add category
66 ADMIN_ENTER_PRODUCT_TITLE=Product title:
67 ADMIN_ENTER_PRODUCT_TITLE_EXAMPLE=e.g. <em>Pizza Italia</em>
68 IS_AVAILABLE=Available:
69 BUTTON_ADMIN_ADD_PRODUCT=Add product
70 ADMIN_ADD_PRODUCT_NOTICE_TITLE=Notices for adding new product:
71 ADMIN_ADD_PRODUCT_NOTICE_LINE1=Please don't use currency symbol, such as \u20ac.
72 ADMIN_ADD_PRODUCT_NOTICE_LINE2=Separte with dot, not with comma (usual in Germany).
73 ADMIN_ADD_PRODUCT_NOTICE_LINE3=Don't use thousand separators, including spaces.
74 GUEST_ENTER_LOGIN_DATA_TITLE=Please enter your customer number and password:
75 GUEST_ENTER_LOGIN_DATA_LEGEND_TITLE=Please enter your assigned customer number and password.
76 GUEST_ENTER_LOGIN_DATA_LEGEND=Please enter your login data:
77 CUSTOMER_NUMBER=Customer number:
78 PASSWORD=Password:
79 BUTTON_CUSTOMER_LOGIN=Login to customer area
80 LINK_HOME_TITLE=Home page
81 LINK_HOME=Home
82 LINK_BASKET=Basket
83 LINK_CLOSE_SESSION_TITLE=Close session
84 LINK_CLOSE_SESSION=Close session
85 MENU_HOME_TITLE=Shop
86 MENU_CUSTOMER_TITLE=Customer area
87 LINK_CUSTOMER_LOGIN_TITLE=Login for existing customers
88 LINK_CUSTOMER_LOGIN=Login
89 LINK_CUSTOMER_REGISTER_TITLE=Registration for new customer
90 LINK_CUSTOMER_REGISTER=Registration
91 LINK_CUSTOMER_PASSWORD_TITLE=Create new password
92 LINK_CUSTOMER_PASSWORD=Lost password?
93 LINK_TO_BASKET=To basket
94 LINK_CONTINUE_SHOPPING=Continue shopping
95 LINK_CONTINUE_SHOPPING_TITLE=Click to continue shopping.
96 PAGE_TITLE_INDEX_SHOW_BASKET=Show basket
97 SUB_TITLE_INDEX_SHOW_BASKET=Following items are in basket:
98 GUEST_ITEM_TITLE=Item:
99 BUTTON_CHANGE_ITEM_AMOUNT=Change
100 PAGE_TITLE_INDEX_IMPRINT=Imprint
101 SUB_TITLE_INDEX_IMPRINT=Imprint:
102 PAGE_TITLE_INDEX_ITEM_ADDED=Item has been added to basket
103 SUB_TITLE_INDEX_ITEM_ADDED=Item has been added to basket:
104 GUEST_ITEM_ADDED_TO_BASKET=The item {0} has been added to the basket.