]> git.mxchange.org Git - addressbook-swing.git/blobdiff - Addressbook/src/org/mxchange/addressbook/localization/bundle_en_US.properties
Added more input fields and overwritten toString() in Gender enum
[addressbook-swing.git] / Addressbook / src / org / mxchange / addressbook / localization / bundle_en_US.properties
index 8d314b98a6d74120d48bf2fee1fe294ee944745b..7800af35131ed987a4d44cf9ae8816ff16433609 100644 (file)
@@ -1,28 +1,55 @@
-# Copyright (C) 2015 Roland Haeder\r
-#\r
-# This program is free software: you can redistribute it and/or modify\r
-# it under the terms of the GNU General Public License as published by\r
-# the Free Software Foundation, either version 3 of the License, or\r
-# (at your option) any later version.\r
-#\r
-# This program is distributed in the hope that it will be useful,\r
-# but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-# GNU General Public License for more details.\r
-#\r
-# You should have received a copy of the GNU General Public License\r
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
-\r
-AddressbookFrame.addOwn.text=Add own address\r
-AddressbookFrame.text=File\r
-AddressbookFrame.statusLabel.text=Initializing ...\r
-AddressbookFrame.status.text=Welcome ...\r
-AddressbookFrame.status.AccessibleContext.accessibleName=\r
-AddressbookFrame.status.AccessibleContext.accessibleDescription=\r
-AddressbookFrame.exitProgram.toolTipText=Exits the program cleanly.\r
-AddressbookFrame.exitProgram.text=Exit program\r
-AddressbookFrame.addressbookMenu.text=Addressbook\r
-AddressbookFrame.addOwnData.toolTipText=Allows the user to add own address data\r
-AddressbookFrame.addOwnData.AccessibleContext.accessibleName=addOwn\r
-AddressbookFrame.addOwnData.AccessibleContext.accessibleDescription=\r
-AddressbookFrame.status.done.text=Done.\r
+# Copyright (C) 2015 Roland Haeder
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+AddressbookFrame.menu.file.text=File
+AddressbookFrame.menu.addressbook.text=Addressbook
+AddressbookFrame.statusLabel.initializing.text=Initializing ...
+AddressbookFrame.statusLabel.done.text=Done.
+AddressbookFrame.statusLabel.shutdown.text=Shuttting down ...
+AddressbookFrame.menuItem.exitProgram.toolTipText=Exits the program and saves all data.
+AddressbookFrame.menuItem.exitProgram.text=Exit program
+AddressbookFrame.menuItem.addOwnData.text=Add own address
+AddressbookFrame.menuItem.addOwnData.toolTipText=Allows the user to add own address data
+AddressbookFrame.menuItem.editOwnData.text=Edit own data
+AddressbookFrame.menuItem.editOwnData.toolTipText=Allows the user to edit own address data
+AddressbookFrame.dialog.addContact.title.text=Add new address
+AddressbookFrame.main.title.text=List addresses
+AddressbookFrame.border.name.title.text=Gender, surname, family name:
+AddressbookFrame.border.address.title.text=Anschrift:
+AddressbookFrame.gender.text=Gender:
+AddressbookFrame.gender.tooltipText=Choose gender.
+AddressbookFrame.surname.text=Surname:
+AddressbookFrame.surname.tooltipText=Enter surname.
+AddressbookFrame.familyName.text=Family name:
+AddressbookFrame.familyName.tooltipText=Enter family name.
+AddressbookFrame.street.text=Street:
+AddressbookFrame.street.tooltipText=Enter street.
+AddressbookFrame.number.text=Number:
+AddressbookFrame.number.tooltipText=Enter number.
+AddressbookFrame.zip.text=ZIP:
+AddressbookFrame.zip.tooltipText=Enter zip code.
+AddressbookFrame.city.text=City:
+AddressbookFrame.city.tooltipText=Enter city.
+BaseContact.gender.unknown.text=Unknown
+BaseContact.gender.male.text=Mr.
+BaseContact.gender.female.text=Mrs.
+BaseContact.gender.company.text=Company
+ContactManager.columnName.gender.text=Gender
+ContactManager.columnName.surname.text=Surname
+ContactManager.columnName.familyName.text=Family name
+ContactManager.columnName.street.text=Street
+ContactManager.columnName.houseNumber.text=House number
+ContactManager.columnName.zipCode.text=ZIP code
+ContactManager.columnName.city.text=City