28
|
1 |
/*
|
|
2 |
* Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
30
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
28
|
6 |
* which accompanies this distribution, and is available
|
30
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
28
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
* This file contains the localised strings for msgs
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
// LOCALISATION STRINGS
|
|
22 |
|
|
23 |
// d: Main view list item.
|
|
24 |
// d: Inbox
|
|
25 |
// l: list_single_large_graphic_pane_t1
|
|
26 |
//
|
|
27 |
#define qtn_mce_inbox "Inbox"
|
|
28 |
|
|
29 |
// d: Main view list item.
|
|
30 |
// d: Documents
|
|
31 |
// l: list_single_large_graphic_pane_t1
|
|
32 |
//
|
|
33 |
#define qtn_mce_documents "Documents"
|
|
34 |
|
|
35 |
// d: Main view list item.
|
|
36 |
// d: Drafts
|
|
37 |
// l: list_single_large_graphic_pane_t1
|
|
38 |
//
|
|
39 |
#define qtn_mce_drafts "Drafts"
|
|
40 |
|
|
41 |
// d: Main view list item.
|
|
42 |
// d: Sent items
|
|
43 |
// l: list_single_large_graphic_pane_t1
|
|
44 |
//
|
|
45 |
#define qtn_mce_sent_items "Sent items"
|
|
46 |
|
|
47 |
// d: Main view list item.
|
|
48 |
// d: Outbox
|
|
49 |
// l: list_single_large_graphic_pane_t1
|
|
50 |
//
|
|
51 |
#define qtn_mce_outbox "Outbox"
|
|
52 |
|
|
53 |
// d: Documents view list item. First item of the list when Documents folder is opened.
|
|
54 |
// l: list_double_graphic_pane_t1
|
|
55 |
//
|
|
56 |
#define qtn_mce_doc_temp_folder "Templates"
|
|
57 |
|
|
58 |
|
|
59 |
// End of File
|
|
60 |
|
|
61 |
|