]> git.mxchange.org Git - addressbook-war.git/commitdiff
added country code + Germany
authorRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 07:25:31 +0000 (09:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 07:25:31 +0000 (09:25 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/templates/generic/form_personal_data.tpl

index f3a6603d75512d113995f9d8538f58692174d024..e533470f1694951d4dbfcdb12af9d25e206c7d27 100644 (file)
@@ -169,3 +169,4 @@ LOGIN_ADDRESSBOOK_NAME_REQUIRED_MESSAGE=Bitte geben Sie einen Namen fuer Ihr Adr
 LOGIN_ENTER_ADDRESSBOOK_NAME_TITLE=Vergeben Sie hier einen Name fuer Ihr Adressbuch. Beispiel: Private Kontakte
 BUTTON_LOGIN_ADD_ADDRESSBOOK=Adressbuch anlegen
 LOGIN_ENTER_ADDRESSBOOK_NAME=Names des Adressbuches:
+COUNTRY_GERMANY=Deutschland
index e1fc0286cec59cef8c6098c4832d17db6077651e..1bc2d555ec4838a8969359c0dfd348544f758936 100644 (file)
@@ -169,3 +169,4 @@ LOGIN_ADDRESSBOOK_NAME_REQUIRED_MESSAGE=Please enter a name for your address boo
 LOGIN_ENTER_ADDRESSBOOK_NAME_TITLE=Here you can give your address book a name. Example: Private contacts
 BUTTON_LOGIN_ADD_ADDRESSBOOK=Create address book
 LOGIN_ENTER_ADDRESSBOOK_NAME=Name of address book:
+COUNTRY_GERMANY=Germany
index 0d3b370340b71c778fbce500909748387feb4d62..64dd22003df858cde40de5950d69b5b3bd1a8ae0 100644 (file)
 
                                <div class="table_right">
                                        <h:selectOneMenu class="select" id="country" value="#{userController.country}">
-                                               <f:selectItems value="#{country.allCountries()}" var="c" itemValue="#{c}" itemLabel="#{msg[c.countryI18nkey]}" />
+                                               <f:selectItems value="#{country.allCountries()}" var="c" itemValue="#{c}" itemLabel="#{c.countryCode} (#{msg[c.countryI18nkey]})" />
                                        </h:selectOneMenu>
                                </div>