1 /* |
|
2 * Copyright (c) 2002 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 "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 * This is a localisation file for phone. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // LOCALISATION STRINGS |
|
21 |
|
22 // d: It is prompt in data query which asks user to enter |
|
23 // d: dtmf string. |
|
24 // l: popup_query_data_window |
|
25 // |
|
26 #define qtn_dtmf_number_query "DTMF number:" |
|
27 |
|
28 // d: It is prompt in confirmation query shown when |
|
29 // d: 'w' character is processed in dtmf signalling. |
|
30 // d: %U is replaced with the remainder of the string to |
|
31 // d: be sent. |
|
32 // l: popup_note_window |
|
33 // |
|
34 #define qtn_dtmf_send_string_query "Send string:\n%U" |
|
35 |
|
36 // d: It is prompt in data query which asks user to enter |
|
37 // d: speed dial location. |
|
38 // l: popup_query_data_window |
|
39 // |
|
40 #define qtn_dtmf_spdial_number_query "Speed dial number:" |
|
41 |
|
42 // d: It is wait note during dtmf sending procedure. |
|
43 // d: %U is replaced with the string to be sent. |
|
44 // l: popup_note_wait_window |
|
45 // |
|
46 #define qtn_dtmf_sending_wait_note "Sending\n%U" |
|
47 |
|
48 // d: It is displayed as error note when speed dial location |
|
49 // d: is invalid in dtmf signalling. |
|
50 // l: popup_note_window |
|
51 // |
|
52 #define qtn_dtmf_invalid_spdial_err_note "Invalid speed dial location" |
|
53 |
|
54 // d: It is displayed as error note when speed dial location |
|
55 // d: is empty in dtmf signalling. |
|
56 // l: popup_note_window |
|
57 // |
|
58 #define qtn_dtmf_spdial_empty_err_note "Speed dial not assigned" |
|
59 |
|
60 // d: It is displayed as error note when speed dial location |
|
61 // d: does not contain any numbers. |
|
62 // l: popup_note_window |
|
63 // |
|
64 #define qtn_dtmf_no_nro_err_note "No numbers" |
|
65 |
|
66 // d: It is text displayed in title pane during single item fetches. |
|
67 // l: title_pane_t2/opt9 |
|
68 // |
|
69 #define qtn_dtmf_phonebook_title "Send DTMF" |
|
70 |
|
71 // d: It is the text displayed in top of choice list when choosing |
|
72 // d: the DTMF to be sent |
|
73 // l: heading_pane_t1 |
|
74 // |
|
75 #define qtn_send_dtmf_query_prmpt "Send DTMF" |
|
76 |
|
77 // d: It is Item displayed in "Send DTMF" list |
|
78 // l:list_single_pane_t1_cp2 |
|
79 // |
|
80 #define qtn_find_query_item "Find" |
|
81 |
|
82 // d: It is Item displayed in "Send DTMF" list |
|
83 // l:list_single_pane_t1_cp2 |
|
84 // |
|
85 #define qtn_enter_manually_query_item "Enter manually" |
|
86 |
|
87 // End of File |
|