25
|
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 PslnCallImagePlugin
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
// RESOURCE IDENTIFIER
|
|
21 |
NAME PCIP // 4 letter ID
|
|
22 |
|
|
23 |
// INCLUDES
|
|
24 |
#include <avkon.loc> // Avkon localized strings
|
|
25 |
#include <psln.hrh>
|
|
26 |
#include <psln.loc>
|
|
27 |
#include <PslnCommon.rsg>
|
|
28 |
#include <avkon.mbg>
|
|
29 |
#include <avkon.rsg>
|
|
30 |
#include <EIKCORE.rsg>
|
|
31 |
#include <uikon.rh>
|
|
32 |
#include <avkon.rh>
|
|
33 |
#include <eikon.rh>
|
|
34 |
|
|
35 |
#include <pslncallimageplugin.loc>
|
|
36 |
|
|
37 |
// CONSTANTS
|
|
38 |
|
|
39 |
// RESOURCE DEFINITIONS
|
|
40 |
|
|
41 |
RESOURCE RSS_SIGNATURE
|
|
42 |
{
|
|
43 |
}
|
|
44 |
|
|
45 |
RESOURCE TBUF
|
|
46 |
{
|
|
47 |
buf="PSLC";
|
|
48 |
}
|
|
49 |
|
|
50 |
//----------------------------------------------------
|
|
51 |
//
|
|
52 |
// EIK_APP_INFO
|
|
53 |
// It contains application information.
|
|
54 |
//
|
|
55 |
//----------------------------------------------------
|
|
56 |
//
|
|
57 |
RESOURCE EIK_APP_INFO
|
|
58 |
{
|
|
59 |
}
|
|
60 |
|
|
61 |
// -----------------------------------------------------------------------------
|
|
62 |
//
|
|
63 |
// r_psln_call_image_view
|
|
64 |
// Call Image application specific view.
|
|
65 |
//
|
|
66 |
// -----------------------------------------------------------------------------
|
|
67 |
//
|
|
68 |
RESOURCE AVKON_VIEW r_psln_call_image_view
|
|
69 |
{
|
|
70 |
menubar = r_psln_ci_view_menubar;
|
|
71 |
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
|
|
72 |
}
|
|
73 |
|
|
74 |
// -----------------------------------------------------------------------------
|
|
75 |
//
|
|
76 |
// r_psln_as_view_menubar
|
|
77 |
// Options menu with 'Apply', 'Help' and 'Exit' items.
|
|
78 |
//
|
|
79 |
// -----------------------------------------------------------------------------
|
|
80 |
//
|
|
81 |
RESOURCE MENU_BAR r_psln_ci_view_menubar
|
|
82 |
{
|
|
83 |
titles =
|
|
84 |
{
|
|
85 |
MENU_TITLE { menu_pane = r_psln_ci_basic_menupane; },
|
|
86 |
MENU_TITLE { menu_pane = R_PSLN_GEN_VIEW_MENUPANE; }
|
|
87 |
};
|
|
88 |
}
|
|
89 |
|
|
90 |
// -----------------------------------------------------------------------------
|
|
91 |
//
|
|
92 |
// r_psln_ci_basic_menupane
|
|
93 |
// Call Image menu pane for view.
|
|
94 |
//
|
|
95 |
// -----------------------------------------------------------------------------
|
|
96 |
//
|
|
97 |
RESOURCE MENU_PANE r_psln_ci_basic_menupane
|
|
98 |
{
|
|
99 |
items =
|
|
100 |
{
|
|
101 |
MENU_ITEM
|
|
102 |
{
|
|
103 |
command = EPslnCmdAppActivate;
|
|
104 |
txt = qtn_skins_option_activate;
|
|
105 |
flags = EEikMenuItemAction;
|
|
106 |
},
|
|
107 |
MENU_ITEM
|
|
108 |
{
|
|
109 |
command = EPslnCmdAppDownload;
|
|
110 |
txt = qtn_options_change;
|
|
111 |
flags = EEikMenuItemAction;
|
|
112 |
},
|
|
113 |
#ifdef __SERIES60_HELP
|
|
114 |
MENU_ITEM
|
|
115 |
{
|
|
116 |
command = EPslnCmdAppHelp;
|
|
117 |
txt = qtn_options_help;
|
|
118 |
},
|
|
119 |
#endif // __SERIES60_HELP
|
|
120 |
MENU_ITEM
|
|
121 |
{
|
|
122 |
command = EAknCmdExit;
|
|
123 |
txt = qtn_options_exit;
|
|
124 |
}
|
|
125 |
};
|
|
126 |
}
|
|
127 |
|
|
128 |
// -----------------------------------------------------------------------------
|
|
129 |
//
|
|
130 |
// r_psln_ci_list_view_title
|
|
131 |
// Call Image specific list view's title.
|
|
132 |
//
|
|
133 |
// -----------------------------------------------------------------------------
|
|
134 |
//
|
|
135 |
RESOURCE TITLE_PANE r_psln_ci_list_view_title
|
|
136 |
{
|
|
137 |
txt = qtn_skins_title_call_image;
|
|
138 |
}
|
|
139 |
|
|
140 |
//----------------------------------------------------
|
|
141 |
// r_psln_ci_list_view_caption
|
|
142 |
//
|
|
143 |
// Shortcuts view caption for plugin
|
|
144 |
//----------------------------------------------------
|
|
145 |
//
|
|
146 |
RESOURCE TBUF r_psln_ci_list_view_caption
|
|
147 |
{
|
|
148 |
buf = qtn_skins_title_call_image;
|
|
149 |
}
|
|
150 |
|
|
151 |
// -----------------------------------------------------------------------------
|
|
152 |
//
|
|
153 |
// r_psln_ci_tab_name
|
|
154 |
// Call Image specific skin tab title.
|
|
155 |
//
|
|
156 |
// -----------------------------------------------------------------------------
|
|
157 |
//
|
|
158 |
RESOURCE TBUF r_psln_ci_tab_name
|
|
159 |
{
|
|
160 |
buf = qtn_skins_tabs_call_image;
|
|
161 |
}
|
|
162 |
|
|
163 |
// -----------------------------------------------------------------------------
|
|
164 |
//
|
|
165 |
// r_psln_ci_view_lbx
|
|
166 |
// Listbox of call image setting page.
|
|
167 |
// "0\tTextLabel\t1\t2"
|
|
168 |
// Note that icons need to be added in source code.
|
|
169 |
// -----------------------------------------------------------------------------
|
|
170 |
//
|
|
171 |
RESOURCE ARRAY r_psln_ci_view_lbx
|
|
172 |
{
|
|
173 |
items =
|
|
174 |
{
|
|
175 |
LBUF { txt = qtn_skins_default_call_image"\t\t"; },
|
|
176 |
LBUF { txt = qtn_skins_settings_none"\t\t"; },
|
|
177 |
LBUF { txt = qtn_skins_settings_browse"\t\t"; }
|
|
178 |
};
|
|
179 |
}
|
|
180 |
|
|
181 |
// -----------------------------------------------------------------------------
|
|
182 |
//
|
|
183 |
// r_psln_title_pane_callimage
|
|
184 |
// Text for title pane text in menu view.
|
|
185 |
//
|
|
186 |
// -----------------------------------------------------------------------------
|
|
187 |
//
|
|
188 |
RESOURCE TBUF r_psln_title_pane_callimage
|
|
189 |
{
|
|
190 |
buf = qtn_skins_title_pane_callimage;
|
|
191 |
}
|
|
192 |
|
|
193 |
//End of File
|