|
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 * Resource file for the application Logs engine DLL. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 |
|
23 NAME CMLE // From Series 60 Logs Engine |
|
24 |
|
25 // INCLUDES |
|
26 |
|
27 #include <eikon.rh> |
|
28 #include <eikon.rsg> |
|
29 |
|
30 #include <mcelogeng.loc> // Mce Log Engine DLL's localisation file |
|
31 |
|
32 // RESOURCE DEFINITIONS |
|
33 |
|
34 /** |
|
35 * Standard resource signature. |
|
36 */ |
|
37 RESOURCE RSS_SIGNATURE { } |
|
38 |
|
39 /** |
|
40 * DR view status pending text |
|
41 */ |
|
42 RESOURCE TBUF r_mce_log_eng_pending_text |
|
43 { |
|
44 buf = qtn_mce_dr_pending; |
|
45 } |
|
46 |
|
47 /** |
|
48 * DR view status delivered text |
|
49 */ |
|
50 RESOURCE TBUF r_mce_log_eng_delivered_text |
|
51 { |
|
52 buf = qtn_mce_dr_delivered; |
|
53 } |
|
54 |
|
55 /** |
|
56 * DR view status failed text |
|
57 */ |
|
58 RESOURCE TBUF r_mce_log_eng_failed_text |
|
59 { |
|
60 buf = qtn_mce_dr_failed; |
|
61 } |
|
62 |
|
63 /** |
|
64 * DR view status failed text |
|
65 */ |
|
66 RESOURCE TBUF r_mce_log_eng_concatenated_text |
|
67 { |
|
68 buf = qtn_mce_dr_concatenation; |
|
69 } |
|
70 |
|
71 /** |
|
72 * Clear list options menu text |
|
73 */ |
|
74 RESOURCE TBUF r_mce_reports_clear |
|
75 { |
|
76 buf = qtn_mce_reports_clear; |
|
77 } |
|
78 |
|
79 /** |
|
80 * DR view status read text |
|
81 */ |
|
82 RESOURCE TBUF r_mce_log_eng_read_text |
|
83 { |
|
84 buf = qtn_mce_dr_read; |
|
85 } |
|
86 |
|
87 // End of File |