equal
deleted
inserted
replaced
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 text used in the first line in call termination |
|
25 // d: note. |
|
26 // l: popup_note_window |
|
27 // |
|
28 #define text_cterm_note_title "Call Terminated" |
|
29 |
|
30 // d: It is text used in the second line in call termination |
|
31 // d: note. After the text, last call timer value is shown. |
|
32 // l: popup_note_window |
|
33 // |
|
34 #define qtn_cterm_time "Time" |
|
35 |
|
36 // End of File |
|