From 020bd183f6d450c74a64df58f9c2ec6aad935edd Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 9 Oct 2015 09:23:30 +0200 Subject: [PATCH] =?utf8?q?added=20summary=20for=20people=20with=20braile?= =?utf8?q?=20or=20other=20assistence=20devices.=20Signed-off-by:Roland=20H?= =?utf8?q?=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/java/org/mxchange/localization/bundle_de_DE.properties | 5 +++++ src/java/org/mxchange/localization/bundle_en_US.properties | 5 +++++ web/WEB-INF/templates/basket/full_basket.tpl | 2 +- web/admin/category.xhtml | 2 +- web/admin/product.xhtml | 2 +- web/basket.xhtml | 2 +- web/index.xhtml | 2 +- 7 files changed, 15 insertions(+), 5 deletions(-) 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 @@
- +
-- 2.39.5