|
1 /* |
|
2 * Copyright (c) 2007 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 definitions for the Camera Application* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 //---------------------------------------------------- |
|
22 // |
|
23 // r_cam_standby_camera_in_use_text |
|
24 // Text string displayed in standby container |
|
25 // when camera is in use by another application |
|
26 // |
|
27 //---------------------------------------------------- |
|
28 // |
|
29 RESOURCE TBUF r_cam_standby_camera_in_use_text |
|
30 { |
|
31 buf = qtn_lcam_standby_camera_in_use; |
|
32 } |
|
33 |
|
34 //---------------------------------------------------- |
|
35 // |
|
36 // r_cam_standby_camera_unavailable_text |
|
37 // Text string displayed in standby container |
|
38 // when camera hardware failure reported |
|
39 // |
|
40 //---------------------------------------------------- |
|
41 // |
|
42 RESOURCE TBUF r_cam_standby_camera_unavailable_text |
|
43 { |
|
44 buf = qtn_lcam_standby_hardware_failure; |
|
45 } |
|
46 |
|
47 //---------------------------------------------------- |
|
48 // |
|
49 // r_cam_standby_empty_text |
|
50 // Text string displayed in standby container |
|
51 // |
|
52 //---------------------------------------------------- |
|
53 // |
|
54 RESOURCE TBUF r_cam_standby_empty_text |
|
55 { |
|
56 buf = " "; |
|
57 } |
|
58 |
|
59 // --------------------------------------------------------- |
|
60 // |
|
61 // r_cam_standby_menubar |
|
62 // Menubar for standby mode |
|
63 // |
|
64 // --------------------------------------------------------- |
|
65 // |
|
66 RESOURCE MENU_BAR r_cam_standby_menubar |
|
67 { |
|
68 titles = |
|
69 { |
|
70 MENU_TITLE |
|
71 { |
|
72 menu_pane = r_cam_standby_menu; |
|
73 } |
|
74 }; |
|
75 } |
|
76 |
|
77 // --------------------------------------------------------- |
|
78 // |
|
79 // r_cam_standby_menu |
|
80 // Options menu for standby mode |
|
81 // |
|
82 // --------------------------------------------------------- |
|
83 // |
|
84 RESOURCE MENU_PANE r_cam_standby_menu |
|
85 { |
|
86 items = |
|
87 { |
|
88 MENU_ITEM |
|
89 { |
|
90 command = ECamCmdExitStandby; |
|
91 txt = qtn_lcam_cmd_continue; |
|
92 }, |
|
93 MENU_ITEM |
|
94 { |
|
95 command = EAknCmdHelp; |
|
96 txt = qtn_options_help; |
|
97 }, |
|
98 MENU_ITEM |
|
99 { |
|
100 command = ECamCmdInternalExit; |
|
101 txt = qtn_options_exit; |
|
102 } |
|
103 }; |
|
104 } |
|
105 |
|
106 //---------------------------------------------------- |
|
107 // |
|
108 // r_cam_standby_text |
|
109 // Text string displayed in standby container |
|
110 // |
|
111 //---------------------------------------------------- |
|
112 // |
|
113 RESOURCE TBUF r_cam_standby_text |
|
114 { |
|
115 buf = qtn_lcam_standby_timeout_expired; |
|
116 } |
|
117 |
|
118 //---------------------------------------------------- |
|
119 // |
|
120 // r_cam_standby_camera_disabled_text |
|
121 // Text string displayed in standby container |
|
122 // |
|
123 //---------------------------------------------------- |
|
124 // |
|
125 RESOURCE TBUF r_cam_standby_camera_disabled_text |
|
126 { |
|
127 buf = qtn_camera_disabled_info_note; |
|
128 } |
|
129 |