|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 //***************************************************************************** |
|
19 // MAKE CALL STRINGS |
|
20 //***************************************************************************** |
|
21 |
|
22 //d:make call confirmation query |
|
23 //l:popup_note_window |
|
24 // |
|
25 #define qtn_wml_wtai_call_no "Call\n%U?" |
|
26 |
|
27 //d:call not allowed error note |
|
28 //l:popup_note_window |
|
29 // |
|
30 #define text_call_not_allowed "Call not allowed" |
|
31 |
|
32 //***************************************************************************** |
|
33 // SEND DTMF STRINGS |
|
34 //***************************************************************************** |
|
35 |
|
36 //d:send dtmf confirmation query |
|
37 //l:popup_note_window |
|
38 // |
|
39 #define qtn_wml_wtai_send_dtmf "Send DTMF number\n%U?" |
|
40 |
|
41 //d:dtmf sending wait note |
|
42 //l:popup_note_wait_window |
|
43 // |
|
44 #define qtn_dtmf_sending_wait_note "Sending\n%U" |
|
45 |
|
46 //***************************************************************************** |
|
47 // ADD TO PB STRINGS |
|
48 //***************************************************************************** |
|
49 |
|
50 //d:prompt create new contact |
|
51 //l:list_single_popup_submenu_pane_t1 |
|
52 // |
|
53 #define qtn_options_contacts_new "Create new" |
|
54 |
|
55 //d:prompt update existing contact |
|
56 //l:list_single_popup_submenu_pane_t1 |
|
57 // |
|
58 #define qtn_options_contacts_update "Update existing" |
|
59 |