|
1 /* |
|
2 * Copyright (c) 2006 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: Resource file for plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME TELP // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 #include <gstelplugin.loc> |
|
24 |
|
25 #include <data_caging_paths_strings.hrh> |
|
26 #include <bldvariant.hrh> |
|
27 #include <avkon.loc> // Avkon localized strings |
|
28 #include <avkon.mbg> |
|
29 #include <avkon.rsg> |
|
30 #include <eikcore.rsg> |
|
31 #include <gsapp.rsg> |
|
32 #include <uikon.rh> |
|
33 |
|
34 // CONSTANTS |
|
35 |
|
36 // RESOURCE DEFINITIONS |
|
37 |
|
38 //---------------------------------------------------- |
|
39 // |
|
40 // |
|
41 // Needed or loading the resource fails! |
|
42 // |
|
43 //---------------------------------------------------- |
|
44 // |
|
45 RESOURCE RSS_SIGNATURE |
|
46 { |
|
47 } |
|
48 |
|
49 // Common resources among GS |
|
50 #include "GSCommonResources.rss" |
|
51 |
|
52 //---------------------------------------------------- |
|
53 // |
|
54 // r_gs_tel_view |
|
55 // Telephony Settings view. |
|
56 // |
|
57 //---------------------------------------------------- |
|
58 // |
|
59 RESOURCE AVKON_VIEW r_gs_tel_view |
|
60 { |
|
61 menubar = r_gs_menubar_open_exit; |
|
62 cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN; |
|
63 } |
|
64 |
|
65 |
|
66 //---------------------------------------------------- |
|
67 // |
|
68 // r_gs_tel_view_title |
|
69 // Telephony Settings view title. |
|
70 // |
|
71 //---------------------------------------------------- |
|
72 // |
|
73 RESOURCE TITLE_PANE r_gs_tel_view_title |
|
74 { |
|
75 #ifdef RD_CONTROL_PANEL |
|
76 txt = qtn_set_title_telephony; |
|
77 #else //RD_CONTROL_PANEL |
|
78 txt = qtn_set_title_settings_telephone; |
|
79 #endif //RD_CONTROL_PANEL |
|
80 } |
|
81 |
|
82 |
|
83 //---------------------------------------------------- |
|
84 // |
|
85 // r_gs_tel_view_caption |
|
86 // Telephony View caption for plugin |
|
87 // |
|
88 //---------------------------------------------------- |
|
89 // |
|
90 RESOURCE TBUF r_gs_tel_view_caption |
|
91 { |
|
92 #ifdef RD_CONTROL_PANEL |
|
93 buf = qtn_cp_folder_telephony; |
|
94 #else //RD_CONTROL_PANEL |
|
95 buf = qtn_set_folder_telephone; |
|
96 #endif //RD_CONTROL_PANEL |
|
97 } |
|
98 |
|
99 // End of file |