# 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 . 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.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. 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