author | hgs |
Mon, 20 Sep 2010 12:39:08 +0530 | |
changeset 65 | ccee5c4b0de4 |
parent 62 | 36d93b4dc635 |
child 71 | 27f2d7aec52a |
permissions | -rw-r--r-- |
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
/* |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
* All rights reserved. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
8 |
* |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
11 |
* |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
12 |
* Contributors: |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
13 |
* |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
14 |
* Description: Localisation strings |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
15 |
* |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
16 |
*/ |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
18 |
#ifndef GLXLOCALISATIONSTRINGS_H_ |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
19 |
#define GLXLOCALISATIONSTRINGS_H_ |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
20 |
|
43 | 21 |
#include "hbglobal.h" |
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
22 |
|
54 | 23 |
//-------------------------------------------------------------------------------------------------------// |
24 |
//-----------------------------START OF OPTIONS LOCALISATION STRING---------------------------------- |
|
25 |
//-------------------------------------------------------------------------------------------------------// |
|
26 |
||
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
27 |
//Options list item |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
#define GLX_OPTION_SHARE hbTrId("txt_photos_opt_share") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
29 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
30 |
//Options list item. Opens submenu where slide show can be played or settings edited or viewed. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
31 |
#define GLX_OPTION_SLIDESHOW hbTrId("txt_photos_opt_slideshow") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
32 |
//sub menu options for slideshow play |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
33 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
34 |
#define GLX_OPTION_SS_PLAY hbTrId("txt_photos_opt_sub_play") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
35 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
36 |
//sub menu options for slideshow |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
37 |
#define GLX_OPTION_SS_SETTINGS hbTrId("txt_photos_opt_sub_settings") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
38 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
// |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
40 |
#define GLX_OPTION_ADD_TO_ALBUM hbTrId("txt_photos_opt_add_to_album") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
42 |
// |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
43 |
#define GLX_OPTION_SETTINGS hbTrId("txt_common_opt_settings") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
44 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
45 |
//Options list item. Note! Only use this text ID if there are no icons. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
46 |
//Erases something completely from the phone, list, or memory card, |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
47 |
//for example. Delete should only be used when something in removed permanently. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
48 |
#define GLX_OPTION_DELETE hbTrId("txt_common_opt_delete") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
49 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
50 |
//Options list item. Marks all the items in the view for editing, transferring or removing. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
51 |
#define GLX_OPTION_MARK_ALL hbTrId("txt_photos_opt_mark_all") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
52 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
53 |
//Options list item. Unmarks all the items in the view. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
54 |
#define GLX_OPTION_UN_MARK_ALL hbTrId("txt_photos_opt_unmark_all") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
55 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
56 |
//Options list item. Removes selected item(s) from the folder. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
57 |
#define GLX_OPTION_REMOVE_FROM_ALBUM hbTrId("txt_photos_opt_remove_from_album") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
58 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
59 |
// |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
60 |
#define GLX_OPTION_NEW_ALBUM hbTrId("txt_photos_opt_new_album") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
61 |
|
54 | 62 |
//3D effect option to allow user to enable and disable 3D Grid Effect. |
63 |
//Submenu option for 3D effect option |
|
64 |
//Off sub menu option for 3D effect option |
|
65 |
#define GLX_GRID_OPT_ON hbTrId("txt_photos_opt_view_sub_on") |
|
66 |
||
67 |
#define GLX_GRID_OPT_OFF hbTrId("txt_photos_opt_sub_off") |
|
68 |
||
69 |
#define GLX_GRID_OPT_EFFECT hbTrId("txt_photos_opt_3d_effect") |
|
70 |
||
71 |
||
72 |
//-----------------------------END OF OPTIONS LOCALISATION STRING---------------------------------------- |
|
73 |
||
74 |
//-------------------------------------------------------------------------------------------------------// |
|
75 |
//-----------------------------START OF MENU LOCALISATION STRING---------------------------------------- |
|
76 |
//-------------------------------------------------------------------------------------------------------// |
|
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
77 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
78 |
//context menu item share , invoke share UI |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
79 |
#define GLX_MENU_SHARE hbTrId("txt_photos_menu_share") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
80 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
81 |
//context menu item to play slideshow |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
82 |
#define GLX_MENU_SLIDESHOW hbTrId("txt_photos_menu_slideshow") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
83 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
84 |
//context menu item for adding current image to album(s) |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
85 |
#define GLX_MENU_ADD_TO_ALBUM hbTrId("txt_photos_menu_add_to_album") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
86 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
87 |
//Item specific menu item. Note! Only use this text ID if there are no icons. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
88 |
//Erases something completely from the phone, list, or memory card, for example. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
89 |
//Delete should only be used when something in removed permanently. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
90 |
#define GLX_MENU_DELETE hbTrId("txt_common_menu_delete") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
91 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
92 |
// |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
93 |
#define GLX_MENU_RENAME hbTrId("txt_common_menu_rename_item") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
94 |
|
54 | 95 |
#define GLX_MENU_OPEN hbTrId("txt_common_menu_open") |
96 |
||
97 |
//Full Screen Menu |
|
98 |
#define GLX_MENU_USE_IMAGE hbTrId("txt_photos_opt_use_image") |
|
99 |
#define GLX_MENU_SET_WALLPAPER hbTrId("txt_photos_opt_sub_wallpaper") |
|
100 |
#define GLX_MENU_ROTATE hbTrId("txt_photos_opt_rotate") |
|
101 |
#define GLX_MENU_90_CW hbTrId("txt_photos_opt_sub_90cw") |
|
102 |
#define GLX_MENU_90_CCW hbTrId("txt_photos_opt_rotate_sub_90ccw") |
|
103 |
#define GLX_MENU_CROP hbTrId("txt_photos_opt_crop") |
|
104 |
||
105 |
//-----------------------------END OF MENU LOCALISATION STRING------------------------------------------- |
|
106 |
||
107 |
||
108 |
//-------------------------------------------------------------------------------------------------------// |
|
109 |
//-----------------------------VIEW SPECIFIC LOCALISATION STRING----------------------------------------- |
|
110 |
//-------------------------------------------------------------------------------------------------------// |
|
111 |
||
112 |
//*******************************GRID VIEW*********************************************** |
|
113 |
||
114 |
//sub heading lable for mark mode. |
|
115 |
#define GLX_SELECT_IMAGES hbTrId("txt_photos_subhead_select_images") |
|
116 |
||
117 |
//for single item selection |
|
118 |
#define GLX_SELECT_IMAGE hbTrId("txt_photos_subhead_select_image") |
|
119 |
||
120 |
//Label field in all grid view to display no of items plus album name in case of album grid view. whre %1 is album name and %L2 is no of images in the album. |
|
121 |
#define GLX_ALBUM_NAME_COUNT_LABEL "txt_photos_subhead_1_l2" |
|
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
122 |
|
54 | 123 |
//to show the total image count in grid view |
62 | 124 |
#define GLX_GRID_VIEW_COUNT_LABEL "txt_photos_subhead_all_l2" |
54 | 125 |
|
126 |
//mark all label to be shown in marking mode view |
|
62 | 127 |
#define GLX_LABEL_MARK_ALL hbTrId("txt_photos_list_mark_all") |
54 | 128 |
|
129 |
||
130 |
//mark all label to be shown in marking mode view |
|
62 | 131 |
#define GLX_LABEL_MARK_COUNT "txt_photos_list_l1l2" |
132 |
||
133 |
#define GLX_GRID_NO_IMAGE hbTrId("txt_photos_info_no_content") |
|
54 | 134 |
|
135 |
//*******************************DETAILS VIEW********************************************** |
|
136 |
||
62 | 137 |
//Name Field inside the text editor in the Details View |
138 |
#define GLX_DETAILS_NAME hbTrId("txt_photos_list_name") |
|
139 |
||
140 |
//Description Field inside the text editor in the Details View |
|
141 |
#define GLX_DETAILS_DESCRIPTION hbTrId("txt_photos_list_description") |
|
142 |
||
54 | 143 |
//Details view "Date" Label to show the captured date of the image, where %1 is the date |
144 |
#define GLX_DETAILS_DATE "txt_photos_list_date_1" |
|
145 |
||
146 |
//Details view "time" Label to show the captured time of the image , where %1 is the time |
|
147 |
#define GLX_DETAILS_TIME "txt_photos_list_time_1" |
|
148 |
||
149 |
//%ln is the size specfied in KiloBytes unit |
|
150 |
//%ln is the size specfied in MegaBytes unit |
|
151 |
//%ln is the size specfied in GigaBytes unit |
|
152 |
#define GLX_DETAILS_SIZE_KB "txt_photos_list_ln_kb" |
|
153 |
#define GLX_DETAILS_SIZE_MB "txt_photos_list_ln_mb" |
|
154 |
#define GLX_DETAILS_SIZE_GB "txt_photos_list_ln_gb" |
|
155 |
#define GLX_DETAILS_SIZE_BYTES "txt_photos_list_sizeln_bytes" |
|
156 |
||
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
157 |
|
54 | 158 |
//*******************************SLIDESHOW VIEW/SETTINGS VIEW******************************* |
159 |
||
160 |
#define GLX_LABEL_TRANSITION_EFFECT hbTrId("txt_photos_setlabel_transistion_effect") |
|
161 |
#define GLX_VAL_SMOOTH_FADE hbTrId("txt_photos_setlabel_transistion_effect_val_smooth") |
|
162 |
#define GLX_EFFECTS_FLIP hbTrId("txt_photos_setlabel_transistion_effect_val_flip_in") |
|
163 |
#define GLX_EFFECTS_ZOOMIN_ZOOMOUT hbTrId("txt_photos_setlabel_transistion_effect_val_zoom_in") |
|
164 |
#define GLX_EFFECTS_ZOOM_AND_PAN hbTrId("txt_photos_setlabel_transistion_effect_val_zoom_an") |
|
165 |
||
166 |
#define GLX_LABEL_TRANSITION_DELAY hbTrId("txt_photos_setlabel_transistion_delay") |
|
167 |
#define GLX_VAL_SLOW hbTrId("txt_photos_setlabel_transistion_delay_val_slow") |
|
168 |
#define GLX_VAL_MEDIUM hbTrId("txt_photos_setlabel_transistion_delay_val_medium") |
|
169 |
#define GLX_VAL_FAST hbTrId("txt_photos_setlabel_transistion_delay_val_fast") |
|
170 |
||
171 |
#define GLX_UNABLE_PLAY_SLIDESHOW hbTrId("txt_photos_info_unable_to_play_slideshow") |
|
172 |
#define GLX_NOIMAGE_PLAY_SLIDESHOW hbTrId( "txt_photos_info_no_images_to_play_slideshow" ) |
|
173 |
||
174 |
//-----------------------------END OF VIEW SPECIFIC LOCALISATION STRING---------------------------------- |
|
175 |
||
176 |
||
177 |
//-------------------------------------------------------------------------------------------------------// |
|
178 |
//-----------------------------DIALOG/INFO LOCALISATION STRING----------------------------------------- |
|
179 |
//-------------------------------------------------------------------------------------------------------// |
|
180 |
||
181 |
//Wait note. Displayed when something is being deleted. |
|
182 |
//Delete multiple images confirmation dialog |
|
183 |
//Deleting... |
|
184 |
//Delete selected items? |
|
185 |
#define GLX_DELETE_PROGRESS hbTrId("txt_common_info_deleting") |
|
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
186 |
|
54 | 187 |
#define GLX_MULTIPLE_DELETE hbTrId("txt_photos_info_delete_selected_items") |
188 |
||
189 |
// progressing not to be shown while removing selected images from an album |
|
190 |
#define GLX_REMOVE_IMAGES hbTrId("txt_photos_info_removing_images") |
|
191 |
||
62 | 192 |
#define GLX_DIALOG_ALBUM_PROMPT hbTrId("txt_photos_title_enter_name") |
193 |
||
194 |
//Name Prompt |
|
195 |
#define GLX_DIALOG_NAME_PROMPT hbTrId("txt_photos_dialog_image_name") |
|
196 |
||
197 |
//Description Prompt |
|
198 |
#define GLX_DIALOG_DESCRIPTION hbTrId("txt_photos_dialog_description") |
|
199 |
||
54 | 200 |
|
201 |
#define GLX_DIALOG_ALBUM_NAME_DEFAULT hbTrId("txt_photos_dialog_enter_name_entry_album") |
|
202 |
||
62 | 203 |
#define GLX_DIALOG_DELETE_ONE_ITEM hbTrId("txt_photos_info_delete_1") |
54 | 204 |
|
205 |
//Name already in use alert when user tries to name/reanme the album with an already existing album name |
|
62 | 206 |
#define GLX_NAME_ALREADY_EXIST "txt_photos_info_name_1_already_in_use" |
54 | 207 |
|
208 |
#define GLX_PROCESSING hbTrId( "txt_common_info_processing" ) |
|
209 |
||
210 |
#define GLX_ADDING_IMAGES hbTrId( "txt_photos_info_adding_images" ) |
|
211 |
||
212 |
#define GLX_IMAGES_ADDED "txt_photos_dpopinfo_images_added_to_1" |
|
213 |
||
214 |
#define GLX_REFRESHING hbTrId("txt_photos_info_refreshing_your_media") |
|
215 |
||
216 |
//favorite album name for select album popup |
|
217 |
#define GLX_ALBUM_FAV hbTrId("txt_photos_list_favorite") |
|
218 |
||
219 |
//-----------------------------END OF DIALOG/INFO LOCALISATION STRING---------------------------------- |
|
220 |
||
221 |
//-------------------------------------------------------------------------------------------------------// |
|
222 |
//-----------------------------BUTTON LOCALISATION STRING----------------------------------------- |
|
223 |
//-------------------------------------------------------------------------------------------------------// |
|
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
224 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
225 |
//Button. Note! Use this text ID only if there are max. two buttons in the dialog. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
226 |
//When this button is pressed, the focused item or operation will be selected or accepted. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
227 |
#define GLX_BUTTON_OK hbTrId("txt_common_button_ok") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
228 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
229 |
//Button. Note! Use this text ID only if there are max. two buttons in the dialog. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
230 |
//Allows the user to cancel the action or process. |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
231 |
#define GLX_BUTTON_CANCEL hbTrId("txt_common_button_cancel") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
232 |
|
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
233 |
#define GLX_BUTTON_SELECT hbTrId("txt_common_button_select") |
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
234 |
|
42 | 235 |
#define GLX_BUTTON_HIDE hbTrId("txt_common_button_hide") |
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
236 |
|
54 | 237 |
#define GLX_BUTTON_NEW hbTrId("txt_photos_button_new") |
50 | 238 |
|
54 | 239 |
//-----------------------------END OF BUTTON LOCALISATION STRING---------------------------------- |
240 |
||
241 |
//TITLE RELATED and DEFAULT STRINGS |
|
43 | 242 |
|
54 | 243 |
#define GLX_CAPTION hbTrId("txt_short_caption_photos") |
244 |
#define GLX_TITLE hbTrId("txt_photos_title_photos") |
|
245 |
#define GLX_PLACES "txt_photos_dblist_places_ln" |
|
246 |
#define GLX_ITEMS_CAMERA "txt_photos_dblist_val_ln_items" |
|
247 |
#define GLX_ITEMS_MYFAV "txt_photos_subtitle_ln_items" |
|
248 |
#define GLX_SUBTITLE_CAM_GRIDVIEW hbTrId("txt_photos_subtitle_my_camera") |
|
249 |
#define GLX_SUBTITLE_MYFAV_GRIDVIEW hbTrId("txt_photos_subtitle_my_favorites") |
|
250 |
#define GLX_ALBUM_SELECTION_TITLE hbTrId("txt_photos_dialog_select_album") |
|
251 |
#define GLX_IMAGE_VIEWER hbTrId("txt_photos_title_image_viewer") |
|
43 | 252 |
|
26
c499df2dbb33
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
253 |
#endif /* GLXLOCALISATIONSTRINGS_H_ */ |