From: Roland Haeder Date: Sun, 10 Apr 2016 16:02:49 +0000 (+0200) Subject: More language externalized X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=803fa994b102a2da060d6ef12a775ae1121b7ee6;p=pizzaservice-war.git More language externalized --- diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index a7d4c93c..aa08eda1 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -108,6 +108,10 @@ CONTENT_TITLE_INDEX_ITEM_ADDED=Produkt zum Warenkorb hinzugef\u00fcgt: GUEST_ITEM_ADDED_TO_BASKET=Der Artikel {0} wurde zum Warenkorb hinzugef\u00fcgt. LINK_CONTINUE_TO_CHECKOUT=Weiter zur Bezahlung PAGE_TITLE_CUSTOMER_CHECKOUT=Weiter zur Bezahlung +CONTENT_TITLE_CUSTOMER_CHECKOUT=Sie haben drei M\u00f6glichkeiten zur Auswahl: +CUSTOMER_CHECKOUT_OPTION1_TITLE=Ein bestehenden Kundenkonto verwenden +CUSTOMER_CHECKOUT_OPTION2_TITLE=Neues Kundenkonto erstellen +CUSTOMER_CHECKOUT_OPTION3_TITLE=Ohne Anmeldung bezahlen PAGE_TITLE_INDEX_CHECKOUT2=Ohne Anmeldung bezahlen CONTENT_TITLE_INDEX_CHECKOUT2=Ohne Anmeldung bezahlen: GUEST_CHECKOUT_WITHOUT_REGISTRATION_TITLE=Sie k\u00f6nnen hier ohne Anmeldung bezahlen: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 3d64482f..57ed424d 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -108,6 +108,10 @@ CONTENT_TITLE_INDEX_ITEM_ADDED=Item has been added to basket: GUEST_ITEM_ADDED_TO_BASKET=The item {0} has been added to the basket. LINK_CONTINUE_TO_CHECKOUT=Continue to checkout PAGE_TITLE_CUSTOMER_CHECKOUT=Continue to checkout +CONTENT_TITLE_CUSTOMER_CHECKOUT=You have three choices to continue: +CUSTOMER_CHECKOUT_OPTION1_TITLE=Checkout with existing customer account +CUSTOMER_CHECKOUT_OPTION2_TITLE=Create new customer account and checkout +CUSTOMER_CHECKOUT_OPTION3_TITLE=Checkout without registration PAGE_TITLE_INDEX_CHECKOUT2=Checkout without login CONTENT_TITLE_INDEX_CHECKOUT2=Checkout without login: GUEST_CHECKOUT_WITHOUT_REGISTRATION_TITLE=You can checkout without registration diff --git a/web/customer/checkout.xhtml b/web/customer/checkout.xhtml index 88ed1fab..968753e4 100644 --- a/web/customer/checkout.xhtml +++ b/web/customer/checkout.xhtml @@ -22,14 +22,14 @@
- Sie haben drei Möglichkeiten zur Auswahl: + #{msg.CONTENT_TITLE_CUSTOMER_CHECKOUT}
  • - Ein bestehenden Kundenkonto verwenden + #{msg.CUSTOMER_CHECKOUT_OPTION1_TITLE}
    @@ -41,7 +41,7 @@
  • - Neues Kundenkonto erstellen + #{msg.CUSTOMER_CHECKOUT_OPTION2_TITLE}
    @@ -53,7 +53,7 @@
  • - Ohne Anmeldung bezahlen + #{msg.CUSTOMER_CHECKOUT_OPTION3_TITLE}