| 1 |
############################################################################### |
|---|
| 2 |
# Copyright (c) 2000, 2003 IBM Corporation and others. |
|---|
| 3 |
# All rights reserved. This program and the accompanying materials |
|---|
| 4 |
# are made available under the terms of the Eclipse Public License v1.0 |
|---|
| 5 |
# which accompanies this distribution, and is available at |
|---|
| 6 |
# http://www.eclipse.org/legal/epl-v10.html |
|---|
| 7 |
# |
|---|
| 8 |
# Contributors: |
|---|
| 9 |
# IBM Corporation - initial API and implementation |
|---|
| 10 |
############################################################################### |
|---|
| 11 |
Last_name = Last Name |
|---|
| 12 |
First_name = First Name |
|---|
| 13 |
Business_phone = Business Phone |
|---|
| 14 |
Home_phone = Home Phone |
|---|
| 15 |
Email = Email |
|---|
| 16 |
Fax = Fax |
|---|
| 17 |
Close_save = The address book contents have changed.\nDo you want to save the changes? |
|---|
| 18 |
New_title = Untitled |
|---|
| 19 |
Column = Column: |
|---|
| 20 |
Book_extension = .adr |
|---|
| 21 |
Book_filter_name = Address Books |
|---|
| 22 |
All_filter_name = All Files |
|---|
| 23 |
File = File |
|---|
| 24 |
Does_not_exist = does not exist. |
|---|
| 25 |
File_not_found = File not found: |
|---|
| 26 |
IO_error_read = IO error reading text file: |
|---|
| 27 |
IO_error_write = IO error writing text file: |
|---|
| 28 |
IO_error_close = IO error closing text file: |
|---|
| 29 |
Title_bar = Address Book - |
|---|
| 30 |
Save_as_title = Save As |
|---|
| 31 |
Query_overwrite = already exists.\nDo you want to replace it? |
|---|
| 32 |
File_menu_title = &File |
|---|
| 33 |
New_contact = &New Contact...\tCtrl+N |
|---|
| 34 |
Edit_contact = &Edit Contact...\tCtrl+E |
|---|
| 35 |
New_address_book = New Address &Book\tCtrl+B |
|---|
| 36 |
Open_address_book = &Open Address Book...\tCtrl+O |
|---|
| 37 |
Save_address_book = &Save Address Book\tCtrl+S |
|---|
| 38 |
Save_book_as = Save &Address Book As...\tCtrl+A |
|---|
| 39 |
Exit = E&xit |
|---|
| 40 |
Edit_menu_title = &Edit |
|---|
| 41 |
Edit = &Edit...\tCtrl+E |
|---|
| 42 |
Copy = &Copy\tCtrl+C |
|---|
| 43 |
Paste = &Paste\tCtrl+V |
|---|
| 44 |
Delete = De&lete\tDel |
|---|
| 45 |
Sort = &Sort |
|---|
| 46 |
Search_menu_title = &Search |
|---|
| 47 |
Find = &Find...\tCtrl+F |
|---|
| 48 |
Find_next = Find &Next...\tF3 |
|---|
| 49 |
Pop_up_new = &New... |
|---|
| 50 |
Pop_up_edit = &Edit... |
|---|
| 51 |
Pop_up_copy = &Copy |
|---|
| 52 |
Pop_up_paste = &Paste |
|---|
| 53 |
Pop_up_delete = &Delete |
|---|
| 54 |
Pop_up_find = &Find... |
|---|
| 55 |
Help_menu_title = &Help |
|---|
| 56 |
About = &About Address Book... |
|---|
| 57 |
About_1 = About |
|---|
| 58 |
About_2 = \nversion 1.0 |
|---|
| 59 |
OK = OK |
|---|
| 60 |
Cancel = Cancel |
|---|
| 61 |
Search_dialog_title = Find |
|---|
| 62 |
Dialog_find_what = Fi&nd what: |
|---|
| 63 |
Dialog_match_case = Match &case |
|---|
| 64 |
Dialog_match_word = Match &whole word |
|---|
| 65 |
Dialog_direction = Direction |
|---|
| 66 |
Dialog_dir_up = &Up |
|---|
| 67 |
Dialog_dir_down = &Down |
|---|
| 68 |
Dialog_find = &Find |
|---|
| 69 |
Cannot_find = Cannot find |
|---|