1 /* |
|
2 * Copyright (c) 2002-2004 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: When making an outgoing call, a subscriber is informed by |
|
25 // d: this information note that he has active cal diverts(no tone |
|
26 // d: played). This is an indication of conditional divert. |
|
27 // l: popup_note_window |
|
28 // |
|
29 #define qtn_mocal_active_diverts_note "Note: you have active diverts" |
|
30 |
|
31 // d: When making an outgoing call, a subscriber is informed by |
|
32 // d: this information note that he has active cal diverts(no tone |
|
33 // d: played). This is an indication of unconditional divert. |
|
34 // l: popup_note_window |
|
35 // |
|
36 #define qtn_mocal_calls_diverted_note "Note: all incoming calls diverted" |
|
37 |
|
38 // d: In some casees, the calling party may recieve information from the |
|
39 // d: network telling that the original called party cannot be reached and |
|
40 // d: the call is being diverted to another number. This is a information |
|
41 // d: note |
|
42 // l: popup_note_window |
|
43 // |
|
44 #define qtn_mocal_diverting_note "Diverting" |
|
45 |
|
46 // d: If the user has call barring services active when establishing a |
|
47 // d: call, the network may notify the phone of such a situation, using |
|
48 // d: this information note |
|
49 // l: popup_note_window |
|
50 // |
|
51 #define qtn_mocal_barred_note "Note: you have active barrings" |
|
52 |
|
53 // d: If the called party has activated the call waiting service and he |
|
54 // d: has a call going on, the the calling party may be informed that |
|
55 // d: his call is waiting for the called party by this information |
|
56 // d: note |
|
57 // l: popup_note_window |
|
58 // |
|
59 #define qtn_mocal_waiting_note "Waiting" |
|
60 |
|
61 // d: It is text used when receiving end is out of 3g-coverage, |
|
62 // d: or is not supporting video call. |
|
63 // l: popup_note_window |
|
64 // |
|
65 #define qtn_video_call_not_possible "Video call didn't succeed to called end." |
|
66 |
|
67 // d: It is text used when video call setup fails in protocol level, |
|
68 // d: e.g. H.324, H.245, H.223 level. |
|
69 // l: popup_note_window |
|
70 // |
|
71 #define qtn_tel_info_video_setup_failed "Video call setup failed" |
|
72 |
|
73 // End of File |
|