From: Roland Haeder Date: Fri, 9 Oct 2015 07:23:30 +0000 (+0200) Subject: added summary for people with braile or other assistence devices. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=020bd183f6d450c74a64df58f9c2ec6aad935edd;p=pizzaservice-war.git added summary for people with braile or other assistence devices. Signed-off-by:Roland Häder --- diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index b12643b3..ca1faca3 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -180,3 +180,8 @@ LINK_GUEST_PRIVACY=Datenschutz LINK_GUEST_IMPRINT_TITLE=Impressum LINK_GUEST_TERMS_TITLE=Allgemeine Gesch\u00e4ftsbedingungen LINK_GUEST_PRIVACY_TITLE=Datenschutzbestimmungen +TABLE_SUMMARY_FULL_BASKET=Diese Tabelle listet alle im Warenkorb befindlichen Artikel mit Einzelpreis, Zwischensumme und Gesamtpreis auf. +TABLE_SUMMARY_ADMIN_CATEGORY=Diese Tabelle listet alle angelegten Artikelkategorien im Administrationsbereich auf. +TABLE_SUMMARY_SHOW_BASKET=Diese Tabelle listet die im Warenkorb befindlichen Artikel einfach auf. +TABLE_SUMMARY_ADMIN_PRODUCTS=Diese Tabelle listet alle angelegten Produkte im Administrationsbereich auf. +TABLE_SUMMARY_INDEX_PRODUCTS=Diese Tabelle listet alle verf\u00fcgbaren Produkte in der Eingangsseite auf. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index d2520393..4072e584 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -180,3 +180,8 @@ LINK_GUEST_PRIVACY=Datenschutz LINK_GUEST_IMPRINT_TITLE=Impressum LINK_GUEST_TERMS_TITLE=Allgemeine Gesch\u00e4ftsbedingungen LINK_GUEST_PRIVACY_TITLE=Datenschutzbestimmungen +TABLE_SUMMARY_FULL_BASKET=This table lists all to the basket added articles with single price, sub total and total price. +TABLE_SUMMARY_ADMIN_CATEGORY=This table lists all in admin area created article categories. +TABLE_SUMMARY_SHOW_BASKET=This table lists all to the basket added articles. +TABLE_SUMMARY_ADMIN_PRODUCTS=This table lists all in admin area created products. +TABLE_SUMMARY_INDEX_PRODUCTS=This table lists all available products in index page. diff --git a/web/WEB-INF/templates/basket/full_basket.tpl b/web/WEB-INF/templates/basket/full_basket.tpl index 335602d2..bd6714de 100644 --- a/web/WEB-INF/templates/basket/full_basket.tpl +++ b/web/WEB-INF/templates/basket/full_basket.tpl @@ -5,7 +5,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets"> - + #{msg.GUEST_ITEM_TITLE} diff --git a/web/admin/category.xhtml b/web/admin/category.xhtml index efd7ca73..ba8d7dfb 100644 --- a/web/admin/category.xhtml +++ b/web/admin/category.xhtml @@ -16,7 +16,7 @@
- + #{msg.SELECT_ENTRY} #{cat.categoryId}: diff --git a/web/admin/product.xhtml b/web/admin/product.xhtml index 78ae9252..1cfe964f 100644 --- a/web/admin/product.xhtml +++ b/web/admin/product.xhtml @@ -16,7 +16,7 @@
- + Produktnummer: #{product.productId}: diff --git a/web/basket.xhtml b/web/basket.xhtml index 2f175aa8..3d3fb58f 100644 --- a/web/basket.xhtml +++ b/web/basket.xhtml @@ -14,7 +14,7 @@ - + #{msg.GUEST_ITEM_TITLE} diff --git a/web/index.xhtml b/web/index.xhtml index fe297f7e..d42ac71d 100644 --- a/web/index.xhtml +++ b/web/index.xhtml @@ -26,7 +26,7 @@
- +