|
1 /* |
|
2 * Copyright (c) 2002 - 2005 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: This file contains all the resources for vmbx.dll. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME IPVM // 4 letter ID |
|
21 |
|
22 #include <bldvariant.hrh> |
|
23 #include "ipvoicemailengine.loc" |
|
24 #include <eikon.rh> |
|
25 #include <avkon.rh> |
|
26 #include <avkon.rsg> |
|
27 #include <eikon.rsg> |
|
28 #include <eikcore.rsg> |
|
29 |
|
30 #include <uikon.rh> |
|
31 |
|
32 // RESOURCE DEFINITIONS |
|
33 RESOURCE RSS_SIGNATURE {} |
|
34 |
|
35 RESOURCE TBUF { buf=""; } |
|
36 |
|
37 RESOURCE TBUF r_voip_new_voice_message |
|
38 { |
|
39 buf = qtn_voip_new_voice_message; |
|
40 } |
|
41 |
|
42 RESOURCE TBUF r_voip_new_and_old_voice_msg |
|
43 { |
|
44 buf = qtn_voip_new_and_old_voice_msg; |
|
45 } |
|
46 |
|
47 RESOURCE TBUF r_voip_new_voice_messages |
|
48 { |
|
49 buf = qtn_voip_new_voice_messages; |
|
50 } |
|
51 |
|
52 RESOURCE TBUF r_voip_vm_msg_account |
|
53 { |
|
54 buf = qtn_voip_vm_msg_account; |
|
55 } |
|
56 |
|
57 RESOURCE TBUF r_voip_vm_header_count |
|
58 { |
|
59 buf = qtn_voip_vm_header_count; |
|
60 } |
|
61 |
|
62 RESOURCE TBUF r_voip_vm_to |
|
63 { |
|
64 buf = qtn_voip_vm_to; |
|
65 } |
|
66 |
|
67 RESOURCE TBUF r_voip_vm_from |
|
68 { |
|
69 buf = qtn_voip_vm_from; |
|
70 } |
|
71 |
|
72 RESOURCE TBUF r_voip_vm_subject |
|
73 { |
|
74 buf = qtn_voip_vm_subject; |
|
75 } |
|
76 |
|
77 RESOURCE TBUF r_voip_vm_date |
|
78 { |
|
79 buf = qtn_voip_vm_date; |
|
80 } |
|
81 |
|
82 RESOURCE TBUF r_voip_vm_priority |
|
83 { |
|
84 buf = qtn_voip_vm_priority; |
|
85 } |
|
86 |
|
87 RESOURCE TBUF r_voip_vm_msg_id |
|
88 { |
|
89 buf = qtn_voip_vm_msg_id; |
|
90 } |
|
91 |
|
92 RESOURCE TBUF r_voip_vm_msg_sum_unknown |
|
93 { |
|
94 buf = qtn_voip_new_voice_messages_sum_unknown; |
|
95 } |
|
96 |
|
97 // End of File |