Signed-off-by:Roland Häder <roland@mxchange.org>
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
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
<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>