]> git.mxchange.org Git - addressbook-swing.git/blob - Addressbook/src/org/mxchange/addressbook/localization/bundle_en_US.properties
Introduced initNamePanel() + added entering surname, family name and displays gender...
[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.gender.text=Gender:
31 AddressbookFrame.gender.tooltipText=Choose gender.
32 AddressbookFrame.surname.text=Surname:
33 AddressbookFrame.surname.tooltipText=Enter surname.
34 AddressbookFrame.familyName.text=Family name:
35 AddressbookFrame.familyName.tooltipText=Enter family name.
36 BaseContact.gender.unknown.text=Unknown
37 BaseContact.gender.male.text=Mr.
38 BaseContact.gender.female.text=Mrs.
39 BaseContact.gender.company.text=Company
40 ContactManager.columnName.gender.text=Gender
41 ContactManager.columnName.surname.text=Surname
42 ContactManager.columnName.familyName.text=Family name
43 ContactManager.columnName.street.text=Street
44 ContactManager.columnName.houseNumber.text=House number
45 ContactManager.columnName.zipCode.text=ZIP code
46 ContactManager.columnName.city.text=City