videditor/SimpleCutVideo/data/VedSimpleCutVideo.rss
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    VSCV // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 
       
    26 #include <eikon.rh>
       
    27 #include "VedSimpleCutVideo.hrh"
       
    28 
       
    29 #include <SimpleVideoEditor.loc>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.rh>
       
    32 #include <avkon.mbg>
       
    33 #include <e32keys.h>			// Key codes
       
    34 #include <CommonDialogs.rh>		// avkon.loc is NOT included in this file if
       
    35 #include <avkon.loc>			
       
    36 #include <CommonDialogs.hrh>
       
    37 #include <appinfo.rh>
       
    38 #include <data_caging_paths_strings.hrh>
       
    39 #include <AvkonIcons.hrh>
       
    40 
       
    41 
       
    42 //  RESOURCE DEFINITIONS 
       
    43 
       
    44 
       
    45 RESOURCE RSS_SIGNATURE { }
       
    46 
       
    47 RESOURCE TBUF { buf="svcut"; }
       
    48 
       
    49 RESOURCE EIK_APP_INFO
       
    50     {
       
    51 	cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;	   
       
    52     }
       
    53 
       
    54 RESOURCE LOCALISABLE_APP_INFO r_vsc_localisable_app_info
       
    55 	{
       
    56 	short_caption=" ";
       
    57 	caption_and_icon =
       
    58 	CAPTION_AND_ICON_INFO
       
    59 		{
       
    60 		caption=" ";
       
    61 		};
       
    62 	}
       
    63 //----------------------------------------------------
       
    64 //   
       
    65 //    r_vei_hotkeys
       
    66 //
       
    67 //----------------------------------------------------
       
    68 //
       
    69 RESOURCE HOTKEYS r_vei_hotkeys
       
    70     {
       
    71     control=
       
    72         {
       
    73         HOTKEY { command=EVeiCmdCutVideoViewExit; key='e'; } 
       
    74         };
       
    75     }
       
    76 
       
    77 //=====================================================
       
    78 //
       
    79 //		*****		AVKON VIEWS		*****
       
    80 //
       
    81 //
       
    82 //=====================================================
       
    83 
       
    84 
       
    85 //----------------------------------------------------
       
    86 //   
       
    87 //    r_vei_cut_video
       
    88 //
       
    89 //----------------------------------------------------
       
    90 //
       
    91 RESOURCE AVKON_VIEW r_vei_cut_video_view
       
    92     {
       
    93     hotkeys=r_vei_hotkeys;
       
    94     menubar=r_vei_menubar_cut_video_view;  
       
    95     cba=R_AVKON_SOFTKEYS_SELECTION_LIST;    
       
    96     }
       
    97 
       
    98 
       
    99 //=====================================================
       
   100 //
       
   101 //		*****		MENU BARS		*****
       
   102 //
       
   103 //
       
   104 //=====================================================
       
   105 
       
   106 
       
   107 //-----------------------------------------------------
       
   108 //				
       
   109 //    r_vei_menubar_cut_video_view
       
   110 //    ?description
       
   111 //
       
   112 //----------------------------------------------------
       
   113 //
       
   114 
       
   115 RESOURCE MENU_BAR r_vei_menubar_cut_video_view
       
   116     {
       
   117     titles=
       
   118         {
       
   119         MENU_TITLE { menu_pane=r_vei_cut_video_view_menu; }
       
   120         };
       
   121     }
       
   122 
       
   123 
       
   124 //-----------------------------------------------------
       
   125 //				
       
   126 //    r_vei_menubar_cut_video_view_context
       
   127 //    ?description
       
   128 //
       
   129 //----------------------------------------------------
       
   130 //
       
   131 
       
   132 RESOURCE MENU_BAR r_vei_menubar_cut_video_view_context
       
   133     {
       
   134     titles=
       
   135         {
       
   136         MENU_TITLE { menu_pane=r_vei_cut_video_view_context_menu; }
       
   137         };
       
   138     }
       
   139 // <msk> end
       
   140 
       
   141 
       
   142 //=====================================================
       
   143 //
       
   144 //		*****		MENU PANES		*****
       
   145 //
       
   146 //
       
   147 //=====================================================
       
   148 
       
   149 //----------------------------------------------------
       
   150 //   
       
   151 //    r_vei_cut_video_menu
       
   152 //
       
   153 //----------------------------------------------------
       
   154 //
       
   155 
       
   156 RESOURCE MENU_PANE r_vei_cut_video_view_menu
       
   157     {
       
   158     items=
       
   159         {
       
   160 		MENU_ITEM { command=EVeiCmdCutVideoViewPlay;		txt=qtn_vie_options_play; },
       
   161 		MENU_ITEM { command=EVeiCmdCutVideoViewContinue;	txt=qtn_vie_options_resume; },
       
   162 		MENU_ITEM { command=EVeiCmdCutVideoViewPlayMarked;	txt=qtn_vie_options_play_marked; },
       
   163 		MENU_ITEM { command=EVeiCmdCutVideoViewStop;		txt=qtn_vie_options_stop; },
       
   164 		MENU_ITEM { command=EVeiCmdCutVideoViewMarkIn;		txt=qtn_vie_options_start_mark; },
       
   165 		MENU_ITEM { command=EVeiCmdCutVideoViewMarkOut;		txt=qtn_vie_options_end_mark; },
       
   166 		MENU_ITEM { command=EVeiCmdCutVideoViewClearMarks;	txt=qtn_vie_options_remove_mark; cascade = r_vei_cut_video_view_menu_clear_marks; },
       
   167 		MENU_ITEM { command=EVeiCmdCutVideoTakeSnapshot;	txt=qtn_vie_options_snapshot; },
       
   168 		MENU_ITEM { command=EVeiCmdCutVideoViewSave;		txt=qtn_vie_options_save; },
       
   169 		MENU_ITEM { command=EVeiCmdCutVideoViewHelp;		txt=qtn_options_help; },
       
   170 		MENU_ITEM { command=EVeiCmdCutVideoViewExit;			txt=qtn_options_exit; } 
       
   171         };
       
   172     }
       
   173 //----------------------------------------------------
       
   174 //   
       
   175 //    r_vei_videos_view_menu_mark
       
   176 //    Videos view mark submenu.
       
   177 //
       
   178 //----------------------------------------------------
       
   179 //
       
   180 RESOURCE MENU_PANE r_vei_cut_video_view_menu_clear_marks
       
   181     {
       
   182     items=
       
   183         {
       
   184         MENU_ITEM { command=EVeiCmdCutVideoViewClearMarksIn;	txt=qtn_vie_options_remove_mark_start; },
       
   185         MENU_ITEM { command=EVeiCmdCutVideoViewClearMarksOut;	txt=qtn_vie_options_remove_mark_end; },
       
   186         MENU_ITEM { command=EVeiCmdCutVideoViewClearMarksInOut; txt=qtn_vie_options_remove_mark_both; }
       
   187 		};
       
   188 	}
       
   189 
       
   190 //----------------------------------------------------
       
   191 //   
       
   192 //    r_vei_cut_video_msk_menu
       
   193 //    ?description
       
   194 //
       
   195 //----------------------------------------------------
       
   196 //
       
   197 
       
   198 RESOURCE MENU_PANE r_vei_cut_video_view_context_menu 
       
   199     {
       
   200     items=
       
   201         {
       
   202 		MENU_ITEM { command=EVeiCmdCutVideoViewContinue;	txt=qtn_vie_options_resume; },
       
   203 		MENU_ITEM { command=EVeiCmdCutVideoViewPlayMarked;	txt=qtn_vie_options_play_marked; },
       
   204 		MENU_ITEM { command=EVeiCmdCutVideoViewStop;		txt=qtn_vie_options_stop; },
       
   205 		MENU_ITEM { command=EVeiCmdCutVideoViewMarkIn;		txt=qtn_vie_options_start_mark; },
       
   206 		MENU_ITEM { command=EVeiCmdCutVideoViewMarkOut;		txt=qtn_vie_options_end_mark; },
       
   207 		MENU_ITEM { command=EVeiCmdCutVideoViewExit;		txt=qtn_options_exit; } // not in UI spec 
       
   208         };
       
   209     }
       
   210 
       
   211 
       
   212 //----------------------------------------------------
       
   213 //
       
   214 //  LIST QUERY (contents updated dynamically)
       
   215 //
       
   216 //----------------------------------------------------
       
   217 RESOURCE AVKON_LIST_QUERY r_vie_list_query
       
   218 {
       
   219 	items =
       
   220 	{
       
   221 		AVKON_LIST_QUERY_DLG_LINE
       
   222 		{
       
   223 			control = AVKON_LIST_QUERY_CONTROL
       
   224 			{
       
   225 				listtype = EAknCtSinglePopupMenuListBox;
       
   226 				heading = " ";
       
   227 				listbox = AVKON_LIST_QUERY_LIST
       
   228 				{
       
   229 					// array of items will be defined dynamically
       
   230 				};
       
   231 			};
       
   232 		}
       
   233 	};
       
   234 }
       
   235 
       
   236 
       
   237 
       
   238 //=====================================================
       
   239 //
       
   240 //		*****		RESOURCE DIALOGS		*****
       
   241 //
       
   242 //
       
   243 //=====================================================
       
   244 
       
   245 //----------------------------------------------------
       
   246 //
       
   247 //    r_vei_wait_note_with_cancel
       
   248 //    
       
   249 //
       
   250 //----------------------------------------------------
       
   251 RESOURCE DIALOG r_vei_wait_note_with_cancel
       
   252     {
       
   253     flags = EAknWaitNoteFlags;
       
   254     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   255     items =
       
   256         {
       
   257         DLG_LINE
       
   258             {
       
   259             type = EAknCtNote;
       
   260             id = EGeneralNote;
       
   261             control= AVKON_NOTE 
       
   262                 { 
       
   263                 layout = EWaitLayout;
       
   264                 imagefile = AVKON_ICON_FILE;
       
   265                 imageid = EMbmAvkonQgn_note_progress;
       
   266                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
   267                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   268                 };
       
   269             }
       
   270         };
       
   271     }
       
   272 
       
   273 //----------------------------------------------------
       
   274 //
       
   275 //    r_vei_progress_note_with_cancel
       
   276 //    Progress note
       
   277 //
       
   278 //----------------------------------------------------
       
   279 RESOURCE DIALOG r_vei_progress_note_with_cancel
       
   280 	{
       
   281 	flags = EAknProgressNoteFlags;
       
   282 	buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   283 	items =
       
   284 		{
       
   285 		DLG_LINE
       
   286 			{
       
   287 			type = EAknCtNote;
       
   288 			id = EGeneralNote;
       
   289 			control = AVERELL_NOTE
       
   290 				{
       
   291 				layout = EProgressLayout;
       
   292 				imagefile = AVKON_ICON_FILE;
       
   293 				imageid = EMbmAvkonQgn_note_progress;
       
   294 				imagemask = EMbmAvkonQgn_note_progress_mask;
       
   295 			};
       
   296 			}
       
   297 		};
       
   298 	}
       
   299 
       
   300 //----------------------------------------------------
       
   301 //
       
   302 //    r_vei_progress_note
       
   303 //    Progress note
       
   304 //
       
   305 //----------------------------------------------------
       
   306 RESOURCE DIALOG r_vei_progress_note
       
   307 	{
       
   308 	flags = EAknProgressNoteFlags;
       
   309 	buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   310 	items =
       
   311 		{
       
   312 		DLG_LINE
       
   313 			{
       
   314 			type = EAknCtNote;
       
   315 			id = EGeneralNote;
       
   316 			control = AVERELL_NOTE
       
   317 				{
       
   318 				layout = EProgressLayout;
       
   319 				singular_label = qtn_vie_note_processing;
       
   320 				imagefile = AVKON_ICON_FILE;
       
   321 				imageid = EMbmAvkonQgn_note_progress;
       
   322 				imagemask = EMbmAvkonQgn_note_progress_mask;
       
   323 			};
       
   324 			}
       
   325 		};
       
   326 	}	
       
   327 
       
   328 
       
   329 //----------------------------------------------------
       
   330 //
       
   331 //    r_vie_confirmation_query
       
   332 //    Confirmation query
       
   333 //
       
   334 //----------------------------------------------------
       
   335 RESOURCE DIALOG r_vie_confirmation_query
       
   336 {
       
   337     flags = EGeneralQueryFlags;
       
   338     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   339     items =
       
   340     {
       
   341         DLG_LINE
       
   342         {
       
   343             type = EAknCtQuery;
       
   344             id = EGeneralQuery;
       
   345             control = AVKON_CONFIRMATION_QUERY
       
   346             {
       
   347                 layout = EConfirmationQueryLayout;
       
   348                 label = " ";
       
   349             };
       
   350         }
       
   351     };
       
   352 }
       
   353 
       
   354 //=====================================================
       
   355 //
       
   356 //		*****		SOFTKEYS   			*****
       
   357 //
       
   358 //
       
   359 //=====================================================
       
   360 
       
   361 
       
   362 //----------------------------------------------------
       
   363 //   
       
   364 //    r_videoeditor_softkeys_options_back__play
       
   365 //
       
   366 //----------------------------------------------------
       
   367 //
       
   368 RESOURCE CBA r_vei_softkeys_options_back__play
       
   369     {
       
   370     buttons =
       
   371         {
       
   372         CBA_BUTTON 
       
   373         		{
       
   374         		id=EAknSoftkeyOptions; 
       
   375         		txt = text_softkey_option;
       
   376         		},
       
   377         CBA_BUTTON 
       
   378         		{
       
   379         		id=EAknSoftkeyBack; 
       
   380         		txt = text_softkey_back; 
       
   381         		},
       
   382         CBA_BUTTON 
       
   383         		{
       
   384         		id=EVeiCmdCutVideoViewPlay;
       
   385         		txt = qtn_msk_play; 
       
   386         		}		
       
   387         };
       
   388     }
       
   389     
       
   390 //----------------------------------------------------
       
   391 //   
       
   392 //    r_videoeditor_softkeys_options_back__menu
       
   393 //
       
   394 //----------------------------------------------------
       
   395 //
       
   396 RESOURCE CBA r_vei_softkeys_options_back__menu
       
   397     {
       
   398     buttons =
       
   399         {
       
   400         CBA_BUTTON 
       
   401         		{
       
   402         		id=EAknSoftkeyOptions; 
       
   403         		txt = text_softkey_option;
       
   404         		},
       
   405         CBA_BUTTON 
       
   406         		{
       
   407         		id=EAknSoftkeyBack; 
       
   408         		txt = text_softkey_back; 
       
   409         		},
       
   410         CBA_BUTTON 
       
   411         		{
       
   412         		id=EAknSoftkeyContextOptions;
       
   413         		txt = text_softkey_option; 
       
   414         		}		
       
   415         };
       
   416     }    
       
   417     
       
   418 //----------------------------------------------------
       
   419 //   
       
   420 //    r_videoeditor_softkeys_options_cut__play
       
   421 //
       
   422 //----------------------------------------------------
       
   423 //
       
   424 RESOURCE CBA r_vei_softkeys_options_cut__play
       
   425     {
       
   426     buttons =
       
   427         {
       
   428         CBA_BUTTON 
       
   429         		{
       
   430         		id=EAknSoftkeyOptions; 
       
   431         		txt = text_softkey_option;
       
   432         		},
       
   433         CBA_BUTTON 
       
   434         		{
       
   435         		id=EVeiCmdCutVideoViewCut; 
       
   436         		txt = qtn_vie_softkey_cut_done; 
       
   437         		},
       
   438         CBA_BUTTON 
       
   439         		{
       
   440         		id=EVeiCmdCutVideoViewPlay;
       
   441         		txt = qtn_msk_play; 
       
   442         		}		
       
   443         };
       
   444     }    
       
   445     
       
   446 //----------------------------------------------------
       
   447 //   
       
   448 //    r_videoeditor_softkeys_options_cut__menu
       
   449 //
       
   450 //----------------------------------------------------
       
   451 //
       
   452 RESOURCE CBA r_vei_softkeys_options_cut__menu
       
   453     {
       
   454     buttons =
       
   455         {
       
   456         CBA_BUTTON 
       
   457         		{
       
   458         		id=EAknSoftkeyOptions; 
       
   459         		txt = text_softkey_option;
       
   460         		},
       
   461         CBA_BUTTON 
       
   462         		{
       
   463         		id=EVeiCmdCutVideoViewCut; 
       
   464         		txt = qtn_vie_softkey_cut_done; 
       
   465         		},
       
   466         CBA_BUTTON 
       
   467         		{
       
   468         		id=EAknSoftkeyContextOptions;
       
   469         		txt = text_softkey_option; 
       
   470         		}		
       
   471         };
       
   472     }    
       
   473 
       
   474     
       
   475 //<msk> end
       
   476 
       
   477 //----------------------------------------------------
       
   478 //   
       
   479 //    r_videoeditor_softkeys_stop_out__menu
       
   480 //    CBA for options/out softkeys
       
   481 //
       
   482 //----------------------------------------------------
       
   483 //
       
   484 RESOURCE CBA r_vei_softkeys_stop_out__menu  //6
       
   485     {
       
   486     buttons =
       
   487 		{
       
   488 		CBA_BUTTON
       
   489 				{
       
   490 				id=EVeiCmdCutVideoViewStop; 
       
   491 				txt = text_softkey_stop;
       
   492 				},
       
   493 		CBA_BUTTON 
       
   494 				{
       
   495 				id = EVeiCmdCutVideoViewMarkOut;
       
   496 				txt = qtn_vie_softkey_end_mark;
       
   497 				},
       
   498         CBA_BUTTON 
       
   499         		{
       
   500         		id=EAknSoftkeyContextOptions; 
       
   501         		txt = text_softkey_option; 
       
   502         		}										
       
   503 		};
       
   504     }
       
   505 
       
   506 //----------------------------------------------------
       
   507 //   
       
   508 //    r_videoeditor_softkeys_none_out__menu
       
   509 //    CBA for options/out softkeys
       
   510 //
       
   511 //----------------------------------------------------
       
   512 //
       
   513 RESOURCE CBA r_vei_softkeys_none_out__menu
       
   514     {
       
   515     buttons =
       
   516 		{
       
   517 		CBA_BUTTON
       
   518 				{
       
   519 				id=EVeiCmdCutVideoViewNone; 
       
   520 				},
       
   521 		CBA_BUTTON 
       
   522 				{
       
   523 				id = EVeiCmdCutVideoViewMarkOut;
       
   524 				txt = qtn_vie_softkey_end_mark;
       
   525 				},
       
   526         CBA_BUTTON 
       
   527         		{
       
   528         		id=EAknSoftkeyContextOptions; 
       
   529         		txt = text_softkey_option; 
       
   530         		}										
       
   531 		};
       
   532     }
       
   533 
       
   534 //----------------------------------------------------
       
   535 //   
       
   536 //    r_videoeditor_softkeys_in_out__menu
       
   537 //    CBA for in out menu softkeys
       
   538 //
       
   539 //----------------------------------------------------
       
   540 //
       
   541 RESOURCE CBA r_vei_softkeys_in_out__menu //5 
       
   542     {
       
   543     buttons =
       
   544 		{
       
   545 		CBA_BUTTON 
       
   546 				{
       
   547 				id = EVeiCmdCutVideoViewMarkIn; 
       
   548 				txt = qtn_vie_softkey_start_mark;
       
   549 				},
       
   550 		CBA_BUTTON 
       
   551 				{
       
   552 				id = EVeiCmdCutVideoViewMarkOut;
       
   553 				txt = qtn_vie_softkey_end_mark;
       
   554 				},
       
   555         CBA_BUTTON 
       
   556         		{
       
   557         		id=EAknSoftkeyContextOptions; 
       
   558         		txt = text_softkey_option; 
       
   559         		}						
       
   560 		};
       
   561     }
       
   562 
       
   563 //----------------------------------------------------
       
   564 //   
       
   565 //    r_videoeditor_softkeys_in_stop__menu
       
   566 //    CBA for options/out softkeys
       
   567 //
       
   568 //----------------------------------------------------
       
   569 //
       
   570 RESOURCE CBA r_vei_softkeys_in_stop__menu  //4
       
   571     {
       
   572     buttons =
       
   573 		{
       
   574 		CBA_BUTTON 
       
   575 				{
       
   576 				id = EVeiCmdCutVideoViewMarkIn;
       
   577 				txt = qtn_vie_softkey_start_mark;
       
   578 				},
       
   579 		CBA_BUTTON
       
   580 				{
       
   581 				id=EVeiCmdCutVideoViewStop; 
       
   582 				txt = text_softkey_stop;
       
   583 				},
       
   584         CBA_BUTTON 
       
   585         		{
       
   586         		id=EAknSoftkeyContextOptions; 
       
   587         		txt = text_softkey_option; 
       
   588         		}										
       
   589 		};
       
   590     }
       
   591 
       
   592 //----------------------------------------------------
       
   593 //   
       
   594 //    r_videoeditor_softkeys_in_none__menu
       
   595 //    CBA for options/out softkeys
       
   596 //
       
   597 //----------------------------------------------------
       
   598 //
       
   599 RESOURCE CBA r_vei_softkeys_in_none__menu
       
   600     {
       
   601     buttons =
       
   602 		{
       
   603 		CBA_BUTTON 
       
   604 				{
       
   605 				id = EVeiCmdCutVideoViewMarkIn;
       
   606 				txt = qtn_vie_softkey_start_mark;
       
   607 				},
       
   608 		CBA_BUTTON
       
   609 				{
       
   610 				id=EVeiCmdCutVideoViewNone; 
       
   611 				},
       
   612         CBA_BUTTON 
       
   613         		{
       
   614         		id=EAknSoftkeyContextOptions; 
       
   615         		txt = text_softkey_option; 
       
   616         		}										
       
   617 		};
       
   618     }
       
   619 
       
   620 //----------------------------------------------------
       
   621 //   
       
   622 //    r_vei_softkeys_options_out__menu
       
   623 //    CBA for options/out softkeys
       
   624 //
       
   625 //----------------------------------------------------
       
   626 //
       
   627 RESOURCE CBA r_vei_softkeys_options_out__menu 
       
   628     {
       
   629     buttons =
       
   630         {
       
   631         CBA_BUTTON 
       
   632         		{
       
   633         		id=EAknSoftkeyOptions; 
       
   634         		txt = text_softkey_option;
       
   635         		},
       
   636         CBA_BUTTON 
       
   637         		{
       
   638     				id = EVeiCmdCutVideoViewMarkOut;
       
   639     				txt = qtn_vie_softkey_end_mark;
       
   640         		},
       
   641         CBA_BUTTON 
       
   642         		{
       
   643         		id=EAknSoftkeyContextOptions;
       
   644         		txt = text_softkey_option; 
       
   645         		}
       
   646 		};
       
   647     }
       
   648 
       
   649 
       
   650 // ============================== NOTE STRINGS ================================
       
   651 
       
   652 // Time navi pane string (formats the shown time)
       
   653 RESOURCE TBUF64  r_vei_navi_time									{ buf = "%0U/%1U";} 
       
   654 
       
   655 // 
       
   656 // PROGRESS NOTE
       
   657 //
       
   658 RESOURCE TBUF r_vei_progress_note_saving						{ buf = qtn_gen_note_saving; }
       
   659 RESOURCE TBUF r_vei_progress_note_cut							{ buf = qtn_vie_note_processing; }
       
   660 RESOURCE TBUF r_vei_progress_note_cutting_video					{ buf = qtn_fldr_file_saving_wait; }
       
   661 RESOURCE TBUF r_vei_progress_note_saving_image					{ buf = qtn_fldr_file_saving_wait; }
       
   662 RESOURCE TBUF r_vei_progress_note_processing					{ buf = qtn_vie_note_processing; }
       
   663 
       
   664 RESOURCE TBUF r_vei_not_enough_space							{ buf = qtn_memlo_not_enough_memory; }
       
   665 RESOURCE TBUF r_vei_memory_running_out							{ buf = qtn_memlo_memory_running_out; } 
       
   666 RESOURCE TBUF r_ved_mmc_not_inserted 							{ buf = qtn_vie_note_mmc_not_accessible_mass_storage; }
       
   667 RESOURCE TBUF r_vei_video_failed								{ buf = qtn_vie_note_err_edit; }
       
   668 
       
   669 RESOURCE TBUF r_vei_opening										{ buf = qtn_gen_note_opening; }
       
   670 
       
   671 // SETTINGS
       
   672 RESOURCE TBUF128 r_vei_settings_view_settings_item2_value		{ buf = qtn_vie_default_name_snapshot; }
       
   673 
       
   674 // QUERY STRINGS
       
   675 RESOURCE TBUF r_vie_query_heading_save							{ buf = qtn_vie_query_heading_save;	}
       
   676 RESOURCE TBUF r_vie_query_save_new								{ buf = qtn_vie_query_save_new;	}
       
   677 RESOURCE TBUF r_vie_query_save_replace							{ buf = qtn_vie_query_save_replace;	}
       
   678 RESOURCE TBUF r_vie_query_save_changes							{ buf = qtn_vie_query_conf_save_changes;}
       
   679 
       
   680 
       
   681 //----------------------------------------------------
       
   682 //
       
   683 //    r_wait_dialog
       
   684 //    animated progress note
       
   685 //
       
   686 //----------------------------------------------------	
       
   687 RESOURCE DIALOG r_wait_dialog
       
   688 {
       
   689     flags = EAknWaitNoteFlags;
       
   690     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   691 }	
       
   692 
       
   693 // End of File
       
   694