54
|
1 |
/*
|
|
2 |
* Copyright (c) 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: Resource file for plugin.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// RESOURCE IDENTIFIER
|
|
20 |
NAME PRSN // 4 letter ID
|
|
21 |
|
|
22 |
// INCLUDES
|
|
23 |
#include <GSPrslnPlugin.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_prsln_view
|
|
55 |
// Personalisation Settings view.
|
|
56 |
//
|
|
57 |
//----------------------------------------------------
|
|
58 |
//
|
|
59 |
RESOURCE AVKON_VIEW r_gs_prsln_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_prsln_view_title
|
|
69 |
// Personalisation Settings view title.
|
|
70 |
//
|
|
71 |
//----------------------------------------------------
|
|
72 |
//
|
|
73 |
RESOURCE TITLE_PANE r_gs_prsln_view_title
|
|
74 |
{
|
|
75 |
#ifdef RD_CONTROL_PANEL
|
|
76 |
txt = qtn_cp_title_personal;
|
|
77 |
#else //RD_CONTROL_PANEL
|
|
78 |
txt = qtn_set_title_settings_gen_personalisation;
|
|
79 |
#endif //RD_CONTROL_PANEL
|
|
80 |
}
|
|
81 |
|
|
82 |
|
|
83 |
//----------------------------------------------------
|
|
84 |
//
|
|
85 |
// r_gs_prsln_view_caption
|
|
86 |
// Personalisation View caption for plugin
|
|
87 |
//
|
|
88 |
//----------------------------------------------------
|
|
89 |
//
|
|
90 |
RESOURCE TBUF r_gs_prsln_view_caption
|
|
91 |
{
|
|
92 |
#ifdef RD_CONTROL_PANEL
|
|
93 |
buf = qtn_cp_folder_personal;
|
|
94 |
#else //RD_CONTROL_PANEL
|
|
95 |
buf = qtn_set_folder_personalisation;
|
|
96 |
#endif //RD_CONTROL_PANEL
|
|
97 |
}
|
|
98 |
|
|
99 |
//----------------------------------------------------
|
|
100 |
//
|
|
101 |
// r_gs_psln_softkeys_options_back_open
|
|
102 |
// Text association with MSK ( OPEN )
|
|
103 |
//
|
|
104 |
//----------------------------------------------------
|
|
105 |
//
|
|
106 |
RESOURCE CBA r_gs_psln_softkeys_options_back_open
|
|
107 |
{
|
|
108 |
buttons =
|
|
109 |
{
|
|
110 |
CBA_BUTTON
|
|
111 |
{
|
|
112 |
id=EAknSoftkeyOptions;
|
|
113 |
txt = text_softkey_option;
|
|
114 |
},
|
|
115 |
CBA_BUTTON
|
|
116 |
{
|
|
117 |
id=EAknSoftkeyBack;
|
|
118 |
txt = text_softkey_back;
|
|
119 |
},
|
|
120 |
CBA_BUTTON
|
|
121 |
{
|
|
122 |
id=EGSCmdAppOpen;
|
|
123 |
txt = qtn_msk_open;
|
|
124 |
}
|
|
125 |
};
|
|
126 |
}
|
|
127 |
|
|
128 |
//----------------------------------------------------
|
|
129 |
//
|
|
130 |
// r_gs_psln_softkeys_options_exit_open
|
|
131 |
// Text association with MSK ( OPEN )
|
|
132 |
//
|
|
133 |
//----------------------------------------------------
|
|
134 |
//
|
|
135 |
RESOURCE CBA r_gs_psln_softkeys_options_exit_open
|
|
136 |
{
|
|
137 |
buttons =
|
|
138 |
{
|
|
139 |
CBA_BUTTON
|
|
140 |
{
|
|
141 |
id=EAknSoftkeyOptions;
|
|
142 |
txt = text_softkey_option;
|
|
143 |
},
|
|
144 |
CBA_BUTTON
|
|
145 |
{
|
|
146 |
id=EAknSoftkeyExit;
|
|
147 |
txt = text_softkey_exit;
|
|
148 |
},
|
|
149 |
CBA_BUTTON
|
|
150 |
{
|
|
151 |
id=EGSCmdAppOpen;
|
|
152 |
txt = qtn_msk_open;
|
|
153 |
}
|
|
154 |
};
|
|
155 |
}
|
|
156 |
|
|
157 |
// End of file
|