]> git.mxchange.org Git - pizzaservice-war.git/blob - src/java/org/mxchange/localization/bundle_en_US.properties
2080f6a755353dbaa551e627b2512e2acfbe2f71
[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 MiniBasketTag.basket_is_empty=The basket is empty.
20 MiniBasketTag.last_item=Last added item: {0}
21 MiniBasketTag.additional_items=There are {0} items in the basketController.
22 MiniBasketTag.to_basket=To basket
23 MiniBasketTag.header=Basket
24 CATEGORY_HAS_NO_PARENT=No parent category
25 YES=Yes
26 NO=No
27 PARENT_CATEGORY_CANNOT_BE_NULL=Parent category cannot be empty.
28 CATEGORY_MUST_BE_SELECTED=You have to select a category.
29 ERROR_AMOUNT_IS_NULL=Order amount is not set.
30 BUTTON_TITLE_ADD_ITEM_TO_BASKET=Adds the product to the basket.
31 INPUT_TITLE_ENTER_ITEM_AMOUNT=Enter order amount here.
32 NO_EMAIL_ADDRESS_ENTERED=You have entered no email address.
33 NO_PASSWORD_ENTERED=You have entered no password.
34 ERROR_AMOUNT_IS_NOT_LONG=The entered amount is not a number.