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