# Copyright (C) 2015 Roland Haeder # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . GENDER_UNKNOWN=Unknown GENDER_MALE=Mr. GENDER_FEMALE=Mrs. GENDER_COMPANY=Company MINI_BASKET_IS_EMPTY=The basket is empty. MINI_BASKET_LAST_ITEM=Last added item: {0} MINI_BASKET_ADDITIONAL_ITEMS=There are {0} items in the basketController. MINI_BASKET_TITLE=Basket ADMIN_CATEGORY_HAS_NO_PARENT=No parent category YES=Yes NO=No ADMIN_PARENT_CATEGORY_CANNOT_BE_NULL=Parent category cannot be empty. ADMIN_CATEGORY_MUST_BE_SELECTED=You have to select a category. ERROR_AMOUNT_IS_NULL=Order amount is not set. BUTTON_TITLE_ADD_ITEM_TO_BASKET=Adds the product to the basket. INPUT_TITLE_ENTER_ITEM_AMOUNT=Enter order amount here. NO_EMAIL_ADDRESS_ENTERED=You have entered no email address. NO_PASSWORD_ENTERED=You have entered no password. ERROR_AMOUNT_IS_NOT_LONG=The entered amount is not a number. PAGE_TITLE_INDEX_WELCOME=Welcome! SUB_TITLE_INDEX_WELCOME=Welcome to Pizza-Service FOLLOWING_PRODUCTS_ARE_AVAILABLE=Following products can be ordered: ADMIN_ADD_ITEM_TO_BASKET=Add to basket LINK_TO_BASKET_TITLE=Continued to basket page. LINK_CHANGE_IN_BASKET=Change in basket SINGLE_ITEM_PRICE=Single price: CHANGE_ITEM_AMOUNT=Change ordered amount: TOTAL_ITEM_PRICE=Sub total: TOTAL_ORDER_PRICE=Total: NO_ITEMS_ADDED_TO_BASKET=There are no items in the basket. ITEM_NOT_ORDERED=Not ordered. PAGE_TITLE_ADMIN_WELCOME=Welcome to administration area SUB_TITLE_ADMIN_WELCOME=Welcome to website administration PAGE_TITLE_ADMIN_LOGOUT=Logout SUB_TITLE_ADMIN_LOGOUT=Logout from administration area PAGE_TITLE_ADMIN_CATEGORY=Categories SUB_TITLE_ADMIN_CATEGORIES=Administrate categories SELECT_ENTRY=Select: ADMIN_ENTER_CATEGORY_TITLE=Title: ADMIN_ENTER_CATEGORY_TITLE_EXAMPLE=e.g. pizza ADMIN_PARENT_CATEGORY=Parent category: SUB_TITLE_ADMIN_PRODUCTS=These products has been created: PAGE_TITLE_ADMIN_PRODUCTS=Products BUTTON_RESET_FORM=Reset form BUTTON_EDIT_ENTRIES=Edit BUTTON_ADMIN_DELETE_ENTRIES=Delete ADMIN_ADD_PRODUCT_TITLE=Add a new product: ADMIN_ADD_CATEGORY_TITLE=Add a new category: CATEGORY=Category: PLEASE_FILL_ALL_FIELDS=Please fill out all fields: BUTTON_ADMIN_ADD_CATEGORY=Add category ADMIN_ENTER_PRODUCT_TITLE=Product title: ADMIN_ENTER_PRODUCT_TITLE_EXAMPLE=e.g. Pizza Italia IS_AVAILABLE=Available: BUTTON_ADMIN_ADD_PRODUCT=Add product ADMIN_ADD_PRODUCT_NOTICE_TITLE=Notices for adding new product: ADMIN_ADD_PRODUCT_NOTICE_LINE1=Please don't use currency symbol, such as \u20ac. ADMIN_ADD_PRODUCT_NOTICE_LINE2=Separte with dot, not with comma (usual in Germany). ADMIN_ADD_PRODUCT_NOTICE_LINE3=Don't use thousand separators, including spaces. GUEST_ENTER_LOGIN_DATA_TITLE=Please enter your customer number and password: GUEST_ENTER_LOGIN_DATA_LEGEND_TITLE=Please enter your assigned customer number and password. GUEST_ENTER_LOGIN_DATA_LEGEND=Please enter your login data: CUSTOMER_NUMBER=Customer number: PASSWORD=Password: BUTTON_CUSTOMER_LOGIN=Login to customer area LINK_HOME_TITLE=Home page LINK_HOME=Home LINK_BASKET=Basket LINK_CLOSE_SESSION_TITLE=Close session LINK_CLOSE_SESSION=Close session MENU_HOME_TITLE=Shop MENU_CUSTOMER_TITLE=Customer area LINK_CUSTOMER_LOGIN_TITLE=Login for existing customers LINK_CUSTOMER_LOGIN=Login LINK_CUSTOMER_REGISTER_TITLE=Registration for new customer LINK_CUSTOMER_REGISTER=Registration LINK_CUSTOMER_PASSWORD_TITLE=Create new password LINK_CUSTOMER_PASSWORD=Lost password? LINK_TO_BASKET=To basket LINK_CONTINUE_SHOPPING=Continue shopping LINK_CONTINUE_SHOPPING_TITLE=Click to continue shopping. PAGE_TITLE_INDEX_SHOW_BASKET=Show basket SUB_TITLE_INDEX_SHOW_BASKET=Following items are in basket: GUEST_ITEM_TITLE=Item: BUTTON_CHANGE_ITEM_AMOUNT=Change PAGE_TITLE_INDEX_IMPRINT=Imprint SUB_TITLE_INDEX_IMPRINT=Imprint: PAGE_TITLE_INDEX_ITEM_ADDED=Item has been added to basket SUB_TITLE_INDEX_ITEM_ADDED=Item has been added to basket: GUEST_ITEM_ADDED_TO_BASKET=The item {0} has been added to the basket.