]> git.mxchange.org Git - addressbook-swing.git/blob - 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
1 # Copyright (C) 2015 Roland Haeder
2 #
3 # This program is free software: you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation, either version 3 of the License, or
6 # (at your option) any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
12 #
13 # You should have received a copy of the GNU General Public License
14 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
16 AddressbookFrame.menu.file.text=File
17 AddressbookFrame.menu.addressbook.text=Addressbook
18 AddressbookFrame.statusLabel.initializing.text=Initializing ...
19 AddressbookFrame.statusLabel.done.text=Done.
20 AddressbookFrame.statusLabel.shutdown.text=Shuttting down ...
21 AddressbookFrame.menuItem.exitProgram.toolTipText=Exits the program and saves all data.
22 AddressbookFrame.menuItem.exitProgram.text=Exit program
23 AddressbookFrame.menuItem.addOwnData.text=Add own address
24 AddressbookFrame.menuItem.addOwnData.toolTipText=Allows the user to add own address data
25 AddressbookFrame.menuItem.editOwnData.text=Edit own data
26 AddressbookFrame.menuItem.editOwnData.toolTipText=Allows the user to edit own address data
27 AddressbookFrame.dialog.addContact.title.text=Add new address
28 AddressbookFrame.main.title.text=List addresses
29 AddressbookFrame.border.name.title.text=Gender, surname, family name:
30 AddressbookFrame.border.address.title.text=Anschrift:
31 AddressbookFrame.gender.text=Gender:
32 AddressbookFrame.gender.tooltipText=Choose gender.
33 AddressbookFrame.surname.text=Surname:
34 AddressbookFrame.surname.tooltipText=Enter surname.
35 AddressbookFrame.familyName.text=Family name:
36 AddressbookFrame.familyName.tooltipText=Enter family name.
37 AddressbookFrame.street.text=Street:
38 AddressbookFrame.street.tooltipText=Enter street.
39 AddressbookFrame.number.text=Number:
40 AddressbookFrame.number.tooltipText=Enter number.
41 AddressbookFrame.zip.text=ZIP:
42 AddressbookFrame.zip.tooltipText=Enter zip code.
43 AddressbookFrame.city.text=City:
44 AddressbookFrame.city.tooltipText=Enter city.
45 BaseContact.gender.unknown.text=Unknown
46 BaseContact.gender.male.text=Mr.
47 BaseContact.gender.female.text=Mrs.
48 BaseContact.gender.company.text=Company
49 ContactManager.columnName.gender.text=Gender
50 ContactManager.columnName.surname.text=Surname
51 ContactManager.columnName.familyName.text=Family name
52 ContactManager.columnName.street.text=Street
53 ContactManager.columnName.houseNumber.text=House number
54 ContactManager.columnName.zipCode.text=ZIP code
55 ContactManager.columnName.city.text=City