From: Roland Haeder Date: Mon, 5 Oct 2015 10:51:33 +0000 (+0200) Subject: Gender.COMPANY removed as this was no real gender anyway X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ae9515db15a803fedb4515afd216958f8fd64c8;p=pizzaservice-war.git Gender.COMPANY removed as this was no real gender anyway Signed-off-by:Roland Häder --- diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar index 13b4e24e..370a10fd 100644 Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index feab2261..1ad620cf 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -17,7 +17,6 @@ GENDER_UNKNOWN=Unbekannt GENDER_MALE=Herr GENDER_FEMALE=Frau -GENDER_COMPANY=Firma MINI_BASKET_IS_EMPTY=Der Warenkorb ist leer. MINI_BASKET_LAST_ITEM=Zuletzt hinzugefuegt: {0} MINI_BASKET_ADDITIONAL_ITEMS=Es befinden sich noch {0} weitere Produkte im Warenkorb. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 8514d851..4e113ca2 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -17,7 +17,6 @@ GENDER_UNKNOWN=Unknown GENDER_MALE=Mr. GENDER_FEMALE=Mrs. -GENDER_COMPANY=Company MINI_BASKET_IS_EMPTY=The basket is empty. MINI_BASKET_LAST_ITEM=Last added item: {0} MINI_BASKET_ADDITIONAL_ITEMS=There are {0} items in the basketController.