|
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 * A .loc file is the one and only place where the logical strings |
|
17 * to be localised are defined. |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 // LOCALISATION STRINGS |
|
23 |
|
24 // d: It is global note shown when waiting call is detected. |
|
25 // d: %U stands for cli information from personal directory. |
|
26 // d: This note is shown only if such information is available. |
|
27 // l: popup_note_window |
|
28 // |
|
29 #define qtn_multc_info_wait_with "%U waiting" |
|
30 |
|
31 // d: It is global note shown when waiting call is detected. |
|
32 // l: popup_note_window |
|
33 // |
|
34 #define qtn_multc_info_wait_without "Call waiting" |
|
35 |
|
36 // d: It is softkey in incall private operation. |
|
37 // l: control_pane_t1/opt7 |
|
38 // |
|
39 #define qtn_softkey_private "Private" |
|
40 |
|
41 // d: It is softkey in incall drop participant operation. |
|
42 // l: control_pane_t1/opt7 |
|
43 // |
|
44 #define qtn_softkey_drop_participant "Drop" |
|
45 |
|
46 // d: It is shown in information note when call is resumed because |
|
47 // d: user ends active call. Cli for the call is not known. |
|
48 // l: popup_note_window |
|
49 // |
|
50 #define qtn_multc_unhold_done_note "Call %N active" |
|
51 |
|
52 // d: It is shown in information note when call is resumed because |
|
53 // d: user ends active call. Cli is known for the call. |
|
54 // l: popup_note_window |
|
55 // |
|
56 #define qtn_multc_cli_unhold_done_note "%U active" |
|
57 |
|
58 // d: It is shown in information note when call is resumed because |
|
59 // d: user ends active call. The resumed call is conference. |
|
60 // l: popup_note_window |
|
61 // |
|
62 #define qtn_multc_conference_note "Conference active" |
|
63 |
|
64 // End of File |