]> git.mxchange.org Git - addressbook-lib.git/blob - Addressbook/src/org/mxchange/localization/bundle_en_US.properties
5b2c4d208f19f84835cd7dccaa28784afeb15524
[addressbook-lib.git] / Addressbook / src / org / mxchange / 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 AddressbookFrame.border.name.title.text=Gender, surname, family name:
16 AddressbookFrame.border.address.title.text=Address:
17 AddressbookFrame.border.other.title.text=Other data:
18 AddressbookFrame.button.addAddress.text=Add address
19 AddressbookFrame.button.cancel.text=Cancel
20 AddressbookFrame.menu.file.text=File
21 AddressbookFrame.menu.addressbook.text=Addressbook
22 AddressbookFrame.statusLabel.initializing.text=Initializing ...
23 AddressbookFrame.statusLabel.done.text=Done.
24 AddressbookFrame.statusLabel.shutdown.text=Shuttting down ...
25 AddressbookFrame.menuItem.exitProgram.toolTipText=Exits the program and saves all data.
26 AddressbookFrame.menuItem.exitProgram.text=Exit program
27 AddressbookFrame.menuItem.addOwnData.text=Add own address
28 AddressbookFrame.menuItem.addOwnData.toolTipText=Allows the user to add own address data
29 AddressbookFrame.menuItem.editOwnData.text=Edit own data
30 AddressbookFrame.menuItem.editOwnData.toolTipText=Allows the user to edit own address data
31 AddressbookFrame.menuItem.addNewContact.text=Add new address
32 AddressbookFrame.menuItem.addNewContact.toolTipText=Add a new address.
33 AddressbookFrame.dialog.addContact.title.text=Add new address
34 AddressbookFrame.main.title.text=List addresses
35 AddressbookFrame.gender.text=Gender:
36 AddressbookFrame.gender.toolTipText=Choose gender.
37 AddressbookFrame.surname.text=Surname:
38 AddressbookFrame.surname.toolTipText=Enter surname.
39 AddressbookFrame.familyName.text=Family name:
40 AddressbookFrame.familyName.toolTipText=Enter family name.
41 AddressbookFrame.street.text=Street:
42 AddressbookFrame.street.toolTipText=Enter street.
43 AddressbookFrame.number.text=Number:
44 AddressbookFrame.number.toolTipText=Enter number.
45 AddressbookFrame.zip.text=ZIP:
46 AddressbookFrame.zip.toolTipText=Enter zip code.
47 AddressbookFrame.city.text=City:
48 AddressbookFrame.city.toolTipText=Enter city.
49 AddressbookFrame.emailAddress.text=Email address:
50 AddressbookFrame.emailAddress.toolTipText=Enter email address.
51 AddressbookFrame.phoneNumber.text=Phone:
52 AddressbookFrame.phoneNumber.toolTipText=Enter phone number.
53 AddressbookFrame.cellphoneNumber.text=Mobile:
54 AddressbookFrame.cellphoneNumber.toolTipText=Enter mobile number.
55 AddressbookFrame.faxNumber.text=Fax:
56 AddressbookFrame.faxNumber.toolTipText=Enter fax number.
57 AddressbookFrame.comment.text=Note:
58 AddressbookFrame.comment.toolTipText=Enter a note (free field).
59 BaseContact.gender.unknown.text=Unknown
60 BaseContact.gender.male.text=Mr.
61 BaseContact.gender.female.text=Mrs.
62 BaseContact.gender.company.text=Company
63 ContactManager.columnName.gender.text=Gender
64 ContactManager.columnName.surname.text=Surname
65 ContactManager.columnName.familyName.text=Family name
66 ContactManager.columnName.street.text=Street
67 ContactManager.columnName.houseNumber.text=House number
68 ContactManager.columnName.zipCode.text=ZIP code
69 ContactManager.columnName.city.text=City