videditor/VideoEditorCommon/inc/ManualVideoEditor.loc
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 //d: Caption of the application
       
    22 //l: list_single_large_graphic_pane_1
       
    23 #define qtn_app_caption_string					 		"Video Editor"
       
    24 
       
    25 //d: Short format of the caption
       
    26 //l: cell_app_pane_1
       
    27 #define qtn_app_short_caption_string			 		"Vid. editor"
       
    28 
       
    29 //d: Text in the navi pane.
       
    30 //d: Shows elapsed time and total length of the video.
       
    31 //l: navi_pane_4
       
    32 #define qtn_time_prog_total_min_sec						"%0U/%1U"
       
    33 
       
    34 //d: Text in the Edit view navi pane when
       
    35 //d: text title or image selected on the video timeline
       
    36 //d: and Edit text-Change duration in options menu pressed. 
       
    37 //l: navi_pane_3
       
    38 #define qtn_vei_navi_change_text_duration				"Change duration"
       
    39 
       
    40 //d: Command in the Small Preview popup menu
       
    41 //d: Plays the selected video clip
       
    42 //l: list_single_popup_menu_pane_1
       
    43 #define qtn_vei_cmd_play								"Play"
       
    44 
       
    45 //d: Command in the Preview popup menu and Cut Video view menu.
       
    46 //d: Takes snapshot from current frame
       
    47 //l: list_single_popup_menu_pane_1
       
    48 #define qtn_vei_cmd_take_snapshot 						"Take snapshot"
       
    49 
       
    50 //d: Shows confirmation note of saving the movie.
       
    51 //l: popup_note_window_1
       
    52 #define qtn_vei_confirmation_note_quit_save				"Save changes made to video clip?"
       
    53 
       
    54 //d: Command in the Cut Video view menu
       
    55 //d: Opens the Remove submenu.
       
    56 //l: list_single_popup_menu_pane_1
       
    57 #define qtn_vei_cut_video_cmd_clear_marks			  	"Remove"
       
    58 
       
    59 //d: Command in the Remove submenu
       
    60 //d: Removes the In mark
       
    61 //l: list_single_popup_submenu_pane_1
       
    62 #define qtn_vei_cut_video_cmd_clear_marks_in			"Start mark"
       
    63 
       
    64 //d: Command in the Remove submenu
       
    65 //d: Removes both marks (In & Out)
       
    66 //l: list_single_popup_submenu_pane_1
       
    67 #define qtn_vei_cut_video_cmd_clear_marks_in_out		"All marks"
       
    68 
       
    69 //d: Command in the Remove submenu
       
    70 //d: Removes the Out mark
       
    71 //l: list_single_popup_submenu_pane_1
       
    72 #define qtn_vei_cut_video_cmd_clear_marks_out			"End mark"
       
    73 
       
    74 //d: Command in the Cut Video view menu
       
    75 //d: Continues playing the clip
       
    76 //l: list_single_popup_menu_pane_1
       
    77 #define qtn_vei_cut_video_cmd_continue					"Play and mark"
       
    78 
       
    79 //d: Text for the right softkey in Cut Video View
       
    80 //d: Sets the mark in position.
       
    81 //l: control_pane_1
       
    82 #define qtn_vei_mark_in									"Start mk."
       
    83 
       
    84 //d:Command in the Cut Video view menu
       
    85 //d:and option in popup menu when selection key is pressed.
       
    86 //l:list_single_popup_menu_pane_1
       
    87 #define qtn_vei_cut_video_cmd_mark_in					"Start mark"
       
    88 
       
    89 //d: Text for the left softkey in Cut Video View
       
    90 //d: Sets the mark out position.
       
    91 //l: control_pane_1
       
    92 #define qtn_vei_mark_out								"End mark"
       
    93 
       
    94 //d:Command in the Cut Video view menu
       
    95 //d:and option in popup menu when selection key is pressed.
       
    96 //l:list_single_popup_menu_pane_1
       
    97 #define qtn_vei_cut_video_cmd_mark_out					"End mark"
       
    98 
       
    99 //d: Command in the Cut Video view menu
       
   100 //d: Plays the clip
       
   101 //l: list_single_popup_menu_pane_1
       
   102 #define qtn_vei_cut_video_cmd_play						"Play and mark"
       
   103 
       
   104 //d: Command in the Cut Video view menu
       
   105 //d: Plays the clip
       
   106 //l: list_single_popup_menu_pane_1
       
   107 #define qtn_vei_cut_video_cmd_play_marked				"Play marked section"
       
   108 
       
   109 //d: Command in the Cut Video view menu
       
   110 //d: Stops playing the clip
       
   111 //l: list_single_popup_menu_pane_1
       
   112 #define qtn_vei_cut_video_cmd_stop						"Stop"			
       
   113 
       
   114 //d: The title of the Cut Video view.
       
   115 //l: title_pane_1
       
   116 #define qtn_vei_cut_video_title_cut_video				"Cut video"
       
   117 
       
   118 
       
   119 //d: File name prompt dialog is used to file naming 
       
   120 //d: in various situations.
       
   121 //l: popup_list_heading_pane_1
       
   122 #define qtn_vei_data_query_set_file_name				"File name:"
       
   123 
       
   124 //d: The title of the Large Preview and Small Preview views
       
   125 //l: title_pane_1
       
   126 #define qtn_vei_edit_preview_title_preview				"Preview"
       
   127 
       
   128 //d: The title of the Transition edit view.
       
   129 //l: title_pane_1
       
   130 #define qtn_vei_edit_transition_title_transition		"Edit transition"
       
   131 
       
   132 //d: Command in the Edit Video/EditAudio sub menu.
       
   133 //d: Copy-paste selected video/audio.
       
   134 //l: list_single_popup_submenu_pane_1
       
   135 #define qtn_vei_edit_video_cmd_edit_duplicate			"Duplicate"	 
       
   136 
       
   137 //d: Command in the Edit menu when the Edit Audio option
       
   138 //d: is selected.
       
   139 //d: Opens the audio editing sub menu.
       
   140 //l: list_single_popup_menu_pane_1
       
   141 #define qtn_vei_edit_video_cmd_edit_audio				"Edit sound clip"
       
   142 
       
   143 //d: Command in the Edit menu.
       
   144 //d: Opens the Edit Transition sub menu.
       
   145 //l: list_single_popup_menu_pane_1
       
   146 #define qtn_vei_edit_video_cmd_edit_tran				"Edit Transition"
       
   147 
       
   148 //d: Command in the Edit menu when the Edit Transition option
       
   149 //d: is selected.
       
   150 //d: Adds the fade to black middle transition.
       
   151 //l: list_single_popup_submenu_pane_1
       
   152 #define qtn_vei_edit_video_cmd_edit_tran_dip_to_black	"Dip to black"
       
   153 
       
   154 //d: Command in the Edit menu when the Edit Transition option
       
   155 //d: is selected.
       
   156 //d: Adds the fade to white middle transition.
       
   157 //l: list_single_popup_submenu_pane_1
       
   158 #define qtn_vei_edit_video_cmd_edit_tran_dip_to_white	"Dip to white"
       
   159 
       
   160 //d: Command in the transition menu when the Edit Transition option
       
   161 //d: is selected.
       
   162 //d: Adds the fade from black start transition.
       
   163 //l: list_single_popup_submenu_pane_1
       
   164 #define qtn_vei_edit_video_cmd_edit_tran_fade_from_black "Fade from black"
       
   165 
       
   166 //d: Command in the Edit menu when the Edit Transition option
       
   167 //d: is selected.
       
   168 //d: Adds the fade from white start transition.
       
   169 //l: list_single_popup_submenu_pane_1
       
   170 #define qtn_vei_edit_video_cmd_edit_tran_fade_from_white "Fade from white"
       
   171 
       
   172 //d: Command in the Edit menu when the Edit Transition option
       
   173 //d: is selected.
       
   174 //d: Adds the fade to black end transition.
       
   175 //l: list_single_popup_submenu_pane_1
       
   176 #define qtn_vei_edit_video_cmd_edit_tran_fade_to_black	"Fade to black"
       
   177 
       
   178 //d: Command in the Edit menu when the Edit Transition option
       
   179 //d: is selected.
       
   180 //d: Adds the fade to white end transition.
       
   181 //l: list_single_popup_submenu_pane_1
       
   182 #define qtn_vei_edit_video_cmd_edit_tran_fade_to_white	"Fade to white"
       
   183 
       
   184 //d: Command in the Edit Transition sub. 
       
   185 //d: Removes the current transition.
       
   186 //l: list_single_popup_submenu_pane_1
       
   187 #define qtn_vei_edit_video_cmd_edit_tran_no_tran		"No transition"
       
   188 
       
   189 //d: Command in the Edit menu.
       
   190 //d: Opens sub menu for editing the video
       
   191 //l: list_single_popup_menu_pane_1
       
   192 #define qtn_vei_edit_video_cmd_edit_video				"Edit video clip"
       
   193 
       
   194 //d: Command in the Edit submenu when the Edit Video option
       
   195 //d: is selected.
       
   196 //d: Adds color effect to the video.
       
   197 //l: list_single_popup_submenu_pane_1
       
   198 #define qtn_vei_edit_video_cmd_edit_video_color_effect 	"Add colour effect"
       
   199 
       
   200 //d: Command in the Edit submenu when the Edit Video/Audio option
       
   201 //d: is selected.
       
   202 //d: Starts the cutting of the video/audio
       
   203 //l: list_single_popup_submenu_pane_1
       
   204 #define qtn_vei_edit_video_cmd_edit_video_cutting		"Cut"
       
   205 
       
   206 //d: Command in the Edit submenu when the Edit Video option
       
   207 //d: is selected.
       
   208 //d: Moves the clip.
       
   209 //l: list_single_popup_submenu_pane_1
       
   210 #define qtn_vei_edit_video_cmd_edit_video_move			"Move"
       
   211 
       
   212 //d: Command in the popup menu when in the navikey is 
       
   213 //d: is pressed in the Edit mode.
       
   214 //d: Mutes the audio
       
   215 //l: list_single_popup_submenu_pane_1
       
   216 #define qtn_vei_edit_video_cmd_edit_video_mute			"Mute sound"
       
   217 
       
   218 //d: Command in the Edit submenu when the Edit Video Option  
       
   219 //d: is selected.
       
   220 //d: Removes the clip.
       
   221 //l: list_single_popup_submenu_pane_1
       
   222 #define qtn_vei_edit_video_cmd_edit_video_remove		"Remove"
       
   223 
       
   224 //d: Command in the Edit submenu when the Edit Video Option 
       
   225 //d: is selected.
       
   226 //d: Adds slow motion effect
       
   227 //l: list_single_popup_submenu_pane_1
       
   228 #define qtn_vei_edit_video_cmd_edit_video_slow_motion	"Use slow motion"
       
   229 
       
   230 //d: Command in the popup menu when in the navikey 
       
   231 //d: is pressed in the Edit mode.
       
   232 //d: Unmutes the audio
       
   233 //l: list_single_popup_submenu_pane_1
       
   234 #define qtn_vei_edit_video_cmd_edit_video_unmute		"Unmute sound"
       
   235 
       
   236 //d: Command in the Edit menu.
       
   237 //d: Opens the Insert submenu
       
   238 //l: list_single_popup_menu_pane_1
       
   239 #define qtn_vei_edit_video_cmd_insert					"Insert"
       
   240 
       
   241 //d: Command in the Edit menu when the Insert option
       
   242 //d: is selected.
       
   243 //d: Inserts an audio track.
       
   244 //l: list_single_popup_submenu_pane_1
       
   245 #define qtn_vei_edit_video_cmd_insert_audio				"Sound clip"
       
   246 
       
   247 //d: Command in the Edit menu when the Insert option
       
   248 //d: is selected.
       
   249 //d: Records a new audio track.
       
   250 //l: list_single_popup_submenu_pane_1
       
   251 #define qtn_vei_edit_video_cmd_insert_new_audio			"New sound clip"
       
   252 
       
   253 //d: Command in the Edit menu when the Insert option
       
   254 //d: is selected.
       
   255 //d: Inserts a clip.
       
   256 //l: list_single_popup_submenu_pane_1
       
   257 #define qtn_vei_edit_video_cmd_insert_video				"Video clip"
       
   258 
       
   259 //d: Command in the Edit view Movie submenu.
       
   260 //d: Opens the Preview submenu.
       
   261 //l: list_single_popup_menu_pane_1
       
   262 #define qtn_vei_edit_video_cmd_preview					"Preview"
       
   263 
       
   264 //d: Command in the Edit view Movie submenu.
       
   265 //d: Saving the video.
       
   266 //l: list_single_popup_menu_pane_1
       
   267 #define qtn_vei_edit_video_cmd_save_to					"Save"
       
   268 
       
   269 //d: Text in the main pane, which is shown when the fade to black
       
   270 //d: middle transition set.
       
   271 //l: main_pane_1_empty
       
   272 #define qtn_vei_edit_video_main_tran_dip_to_black		"Dip to black"
       
   273 
       
   274 //d: Text in the main pane, which is shown when the fade to white 
       
   275 //d: middle transition set.
       
   276 //l: main_pane_1_empty
       
   277 #define qtn_vei_edit_video_main_tran_dip_to_white		"Dip to white"
       
   278 
       
   279 //d: Text in the main pane, which is shown when the fade from black 
       
   280 //d: start transition set.
       
   281 //l: main_pane_1_empty
       
   282 #define qtn_vei_edit_video_main_tran_fade_from_black	"Fade from black"
       
   283 
       
   284 //d: Text in the main pane, which is shown when the fade from white 
       
   285 //d: start transition set.
       
   286 //l: main_pane_1_empty
       
   287 #define qtn_vei_edit_video_main_tran_fade_from_white	"Fade from white"
       
   288 
       
   289 //d: Text which is shown when the fade from black 
       
   290 //d: end transition set.
       
   291 //l: main_pane_1_empty
       
   292 #define qtn_vei_edit_video_main_tran_fade_to_black		"Fade to black"
       
   293 
       
   294 //d: Text in the main pane, which is shown when the fade from white 
       
   295 //d: end transition set.
       
   296 //l: main_pane_1_empty
       
   297 #define qtn_vei_edit_video_main_tran_fade_to_white		"Fade to white"
       
   298 
       
   299 //d: Text in the main pane, which is shown when "no transition" set.
       
   300 //l: main_pane_1_empty
       
   301 #define qtn_vei_edit_video_main_tran_no					"No transition"
       
   302 
       
   303 //
       
   304 // Main pane - Text clip descriptive name
       
   305 //
       
   306 
       
   307 //d: Text in the main pane when video clip selected on
       
   308 //d: the timeline.
       
   309 //l: main_pane_1_empty
       
   310 #define qtn_vei_edit_video_main_text_t						"Title" 
       
   311 
       
   312 //d: Text in the main pane when video clip selected on
       
   313 //d: the timeline.
       
   314 //l: main_pane_1_empty
       
   315 #define qtn_vei_edit_video_main_text_tf						"Title (fading)"
       
   316 
       
   317 //d: Text in the main pane when video clip selected on
       
   318 //d: the timeline.
       
   319 //l: main_pane_1_empty
       
   320 #define qtn_vei_edit_video_main_text_subt					"Subtitle" 
       
   321 
       
   322 //d: Text in the main pane when video clip selected on
       
   323 //d: the timeline.
       
   324 //l: main_pane_1_empty
       
   325 #define qtn_vei_edit_video_main_text_subtf					"Subtitle (fading)" 
       
   326 
       
   327 //d: Text in the main pane when video clip selected on
       
   328 //d: the timeline.
       
   329 //l: main_pane_1_empty
       
   330 #define qtn_vei_edit_video_main_text_credit					"Credits" 
       
   331 
       
   332 
       
   333 //d: The title of the Edit View
       
   334 //l: title_pane_1
       
   335 #define qtn_vei_edit_video_title_edit_video				"Edit video"
       
   336 
       
   337 //d: Query heading text
       
   338 //l: popup_list_heading_pane_1
       
   339 #define qtn_vei_list_query_select_effect				"Select effect:"
       
   340 
       
   341 //d: Option in effect dialog. Black & white effect.
       
   342 //l: list_single_popup_menu_pane_1
       
   343 #define qtn_vei_list_query_select_effect_black_white	"Black and white"
       
   344 
       
   345 //d: Option in effect dialog. Removes effect if any
       
   346 //l: list_single_popup_menu_pane_1
       
   347 #define qtn_vei_list_query_select_effect_no_effect		"No effect"
       
   348 
       
   349 //d: Query heading text
       
   350 //l: popup_list_heading_pane_1
       
   351 #define qtn_vei_list_query_select_tran_title 			"Select transition:"	
       
   352 
       
   353 //d: Option in list query when selection key is pressed
       
   354 //d: and video/audio clip is selected
       
   355 //l: list_single_popup_menu_pane_1
       
   356 #define qtn_vei_list_query_select_video_cut				"Cut"
       
   357 
       
   358 //d: Option in list query when selection key is pressed
       
   359 //d: and video clip is selected
       
   360 //l: list_single_popup_menu_pane_1
       
   361 #define qtn_vei_list_query_select_video_color_effect	"Add colour effect"
       
   362 
       
   363 //d: Option in list query when selection key is pressed
       
   364 //d: and video clip or audio clip is selected
       
   365 //l: list_single_popup_menu_pane_1
       
   366 #define qtn_vei_list_query_select_video_move			"Move"
       
   367 
       
   368 //d: Option in list query when selection key is pressed
       
   369 //d: and video clip is selected
       
   370 //l: list_single_popup_menu_pane_1
       
   371 #define qtn_vei_list_query_select_video_mute			"Mute sound"
       
   372 
       
   373 //d: Option in list query when selection key is pressed
       
   374 //d: and video clip or audio clip is selected
       
   375 //l: list_single_popup_menu_pane_1
       
   376 #define qtn_vei_list_query_select_video_remove			"Remove"
       
   377 
       
   378 //d: Option in list query when selection key is pressed
       
   379 //d: and video clip is selected
       
   380 //l: list_single_popup_menu_pane_1
       
   381 #define qtn_vei_list_query_select_video_slow_motion		"Use slow motion"
       
   382 
       
   383 //d: Option in list query when selection key is pressed
       
   384 //d: and video clip is selected
       
   385 //l: list_single_popup_menu_pane_1
       
   386 #define qtn_vei_list_query_select_video_unmute			"Unmute sound"
       
   387 
       
   388 //d: Text in the navi pane when moving audio clip
       
   389 //l: navi_pane_2
       
   390 #define qtn_vei_navilabel_move_audio					"Moving sound clip"
       
   391 
       
   392 //d: Text in the navi pane when moving video clip
       
   393 //l: navi_pane_2
       
   394 #define qtn_vei_navilabel_move_video					"Moving video clip"
       
   395 
       
   396 //d: Shows progress note of applying color effect
       
   397 //l: popup_note_wait_window_1
       
   398 #define qtn_vei_progress_note_applying_color_effect		"Applying color effect"
       
   399 
       
   400 //d: Shows progress note of cutting video clip.
       
   401 //l: popup_note_wait_window_1
       
   402 #define qtn_vei_progress_note_cutting_video				"Cutting video clip"
       
   403 
       
   404 //d: Shows progress note of preparing to cut.
       
   405 //l: popup_note_wait_window_1
       
   406 #define qtn_vei_progress_note_preparing_to_cut			"Processing clip"
       
   407 
       
   408 //d: Shows progress note when sending video 
       
   409 //l: popup_note_wait_window_1
       
   410 #define qtn_vei_progress_note_preparing_to_send			"Processing movie for Send"
       
   411 
       
   412 //d: Softkey record in the Edit Video view.
       
   413 //d: Starts recording the audio
       
   414 //l: control_pane_1
       
   415 #define qtn_vei_record									"Record"
       
   416 
       
   417 //d: Error note when recording audio failed
       
   418 //l: popup_note_window_1
       
   419 #define qtn_vei_recording_failed						"Unable to record"
       
   420 
       
   421 //d: List title in the Settings view
       
   422 //l: list_setting_pane_1
       
   423 #define qtn_vei_settings_label1_default_movie_name		"Default video name"
       
   424 
       
   425 //d: List title in the Settings view
       
   426 //l: list_setting_pane_1
       
   427 #define qtn_vei_settings_label2_default_snapshot_name 	"Default snapshot name"
       
   428 
       
   429 //d: List title in the Settings view
       
   430 //l: list_setting_pane_1
       
   431 #define qtn_vei_settings_label3_memory_in_use 			"Memory in use"
       
   432 
       
   433 //d: The title of the Settings view
       
   434 //l: title_pane_1
       
   435 #define qtn_vei_settings_title_settings					"Settings"
       
   436 
       
   437 //d: Default name for the movie
       
   438 //l: list_setting_pane_2
       
   439 #define qtn_vei_settings_value1_movie					"Video"
       
   440 
       
   441 //d: Default name for the snapshot
       
   442 //l: list_setting_pane_2
       
   443 #define qtn_vei_settings_value2_snapshot 				"Snapshot"
       
   444 
       
   445 //d: Error note when inserting video failed
       
   446 //d: video format is not supported
       
   447 //l: popup_note_window_1
       
   448 #define qtn_vei_video_failed							"Unable to insert video clip"
       
   449 
       
   450 
       
   451 //d: Title pane text in Cut Audio View.
       
   452 //l: title_pane_1
       
   453 #define qtn_vei_cut_audio_title 						"Cut sound"	
       
   454 
       
   455 //d: Option in popup menu when selection key is pressed
       
   456 //d: and some of the transitions is already selected
       
   457 //l: list_single_popup_menu_pane_1
       
   458 #define qtn_vei_list_query_select_tran_no_tran			"No transition"
       
   459 
       
   460 //d: Option in popup menu when selection key is pressed
       
   461 //d: and between transition is selected
       
   462 //l: list_single_popup_menu_pane_1
       
   463 #define qtn_vei_list_query_select_tran_dip_to_black		"Dip to black"
       
   464 
       
   465 //d: Option in popup menu when selection key is pressed
       
   466 //d: and between transition is selected
       
   467 //l: list_single_popup_menu_pane_1
       
   468 #define qtn_vei_list_query_select_tran_dip_to_white		"Dip to white"
       
   469 
       
   470 //d: Option in popup menu when selection key is pressed
       
   471 //d: and start transition is selected
       
   472 //l: list_single_popup_menu_pane_1
       
   473 #define qtn_vei_list_query_select_tran_fade_from_black	"Fade from black"
       
   474 
       
   475 //d: Option in popup menu when selection key is pressed
       
   476 //d: and start transition is selected
       
   477 //l: list_single_popup_menu_pane_1
       
   478 #define qtn_vei_list_query_select_tran_fade_from_white	"Fade from white"
       
   479 
       
   480 //d: Option in popup menu when selection key is pressed
       
   481 //d: and end transition is selected
       
   482 //l: list_single_popup_menu_pane_1
       
   483 #define qtn_vei_list_query_select_tran_fade_to_black	"Fade to black"
       
   484 
       
   485 //d: Option in popup menu when selection key is pressed
       
   486 //d: and end transition is selected
       
   487 //l: list_single_popup_menu_pane_1
       
   488 #define qtn_vei_list_query_select_tran_fade_to_white	"Fade to white"
       
   489 
       
   490 //d: Option in popup menu when selection key is pressed
       
   491 //d: and video/audio clip is selected.
       
   492 //l: list_single_popup_menu_pane_1
       
   493 #define qtn_vei_list_query_select_video_duplicate  		"Duplicate"  	
       
   494 
       
   495 //d: Title of the popup menu when selection key is pressed
       
   496 //l: popup_list_heading_pane_1
       
   497 #define qtn_vei_list_query_insert_sound_type			"Insert:"
       
   498 
       
   499 //d: Option in popup menu when selection key is pressed
       
   500 //l: list_single_popup_menu_pane_1
       
   501 #define qtn_vei_list_query_insert_sound_type_sound		"Sound clip"
       
   502 
       
   503 //d: Option in popup menu when selection key is pressed
       
   504 //l: list_single_popup_menu_pane_1
       
   505 #define qtn_vei_list_query_insert_sound_type_new_audio	"Record sound clip"
       
   506 
       
   507 //d: Command in the Edit Audio sub menu.
       
   508 //d: Moves the audio track.
       
   509 //l: list_single_popup_submenu_pane_1
       
   510 #define qtn_vei_edit_video_cmd_edit_audio_move			"Move"
       
   511 
       
   512 //d: Command in the Edit Audio sub menu.
       
   513 //d: Removes audio track.
       
   514 //l: list_single_popup_submenu_pane_1
       
   515 #define qtn_vei_edit_video_cmd_edit_audio_remove		"Remove"
       
   516 
       
   517 //d:Information note to show when memory card is not accessible,
       
   518 //d:but it's selected as current storage.
       
   519 //l:popup_note_window_1
       
   520 #define qtn_ved_mmc_not_inserted						"Memory card not accessible. Phone memory will be used instead."
       
   521 
       
   522 //d:Wait note.
       
   523 //l:popup_note_wait_window_1
       
   524 #define qtn_ved_inserting_video							"Inserting video clip"
       
   525 
       
   526 //d:Wait note.
       
   527 //l:popup_note_wait_window_1
       
   528 #define qtn_ved_inserting_mult_media					"Inserting media %0N/%1N"
       
   529 
       
   530 //d:Wait note / progress note.
       
   531 //l:popup_note_wait_window_1
       
   532 #define qtn_ved_inserting_audio							"Inserting sound clip"
       
   533 
       
   534 //d:Wait note.
       
   535 //l:popup_note_wait_window_1
       
   536 #define qtn_ved_inserting_image							"Inserting image"
       
   537 
       
   538 //d:Wait note.
       
   539 //l:popup_note_wait_window_1
       
   540 #define qtn_ved_saving_snapshot							"Saving snapshot to Gallery"
       
   541 
       
   542 //d:Progress note.
       
   543 //l:popup_note_wait_window_1
       
   544 #define qtn_ved_processing_for_mms						"Processing movie for MMS"
       
   545 
       
   546 //d:Progress note.
       
   547 //l:popup_note_wait_window_1
       
   548 #define qtn_ved_processing_movie						"Processing movie"
       
   549 
       
   550 //d:Error note.
       
   551 //l:popup_note_window_1
       
   552 #define qtn_ved_audio_format_not_supported				"Sound format not supported"
       
   553 
       
   554 //d:Error note.
       
   555 //l:popup_note_window_1
       
   556 #define qtn_ved_image_insert_failed						"Unable to insert image"
       
   557 
       
   558 //d:Error note.
       
   559 //l:popup_note_window_1
       
   560 #define qtn_ved_audio_insert_failed						"Unable to insert sound clip"
       
   561 
       
   562 //d:Warning note.
       
   563 //l:popup_note_window_1
       
   564 #define qtn_ved_inserting_failed_continue				"Inserting %U failed. Continue?"
       
   565 
       
   566 //d:Main pane (Trim for MMS)
       
   567 //l:main_pane_1_empty
       
   568 #define qtn_ved_trim_start								"Start:"
       
   569 
       
   570 //d:Main pane (Trim for MMS)
       
   571 //l:main_pane_1_empty
       
   572 #define qtn_ved_trim_end								"End:"
       
   573 
       
   574 //d: Text on navi pane when select video.
       
   575 //l: navi_pane_3
       
   576 #define qtn_vei_navi_pane_mms							"MMS" 
       
   577 
       
   578 //d: Text on navi pane when select video.
       
   579 //l: navi_pane_3
       
   580 #define qtn_vei_size_mb									" %U MB"
       
   581 
       
   582 //d: Command in the Edit view Insert-submenu 
       
   583 //d: when video clip selected on  the timeline.
       
   584 //d: Adds image to the video timeline.
       
   585 //l: list_single_popup_submenu_pane_1
       
   586 #define qtn_ved_smenu_insert_image						"Image"
       
   587 
       
   588 //d: Command in the Edit view Insert-submenu 
       
   589 //d: when video clip selected on the timeline.
       
   590 //d: Opens text popup menu.
       
   591 //l: list_single_popup_submenu_pane_1
       
   592 #define qtn_ved_smenu_insert_text						"Text"
       
   593 
       
   594 //
       
   595 //Options Edit text submenu
       
   596 //
       
   597 
       
   598 //d: Command in the Edit view menu 
       
   599 //d: when text title selected on the timline. 
       
   600 //d: Opens the "Edit text" submenu.
       
   601 //l: list_single_popup_menu_pane_1
       
   602 #define qtn_ved_menu_editt								"Edit text"
       
   603 
       
   604 //d: Command in the Edit view Edit text-submenu
       
   605 //d: when text title selected on the timeline.
       
   606 //l: list_single_popup_submenu_pane_1
       
   607 #define qtn_ved_smenu_editt_move						"Move"
       
   608 
       
   609 //d: Command in the Edit view Edit text-submenu
       
   610 //d: when text title selected on the timeline.
       
   611 //l: list_single_popup_submenu_pane_1
       
   612 #define qtn_ved_smenu_editt_remove						"Remove"
       
   613 
       
   614 //d: Command in the Edit view Edit text-submenu
       
   615 //d: when text title selected on the timeline.
       
   616 //l: list_single_popup_submenu_pane_1
       
   617 #define qtn_ved_smenu_editt_duplicate					"Duplicate"
       
   618 
       
   619 //d: Command in the Edit view Edit audio / Edit text-submenu
       
   620 //d: when text title selected on the timeline.
       
   621 //l: list_single_popup_submenu_pane_1
       
   622 #define qtn_ved_smenu_editt_dur							"Change duration"
       
   623 
       
   624 //d: Command in the Edit view Edit text-submenu
       
   625 //d: when text title selected on the timeline.
       
   626 //l: list_single_popup_submenu_pane_1
       
   627 #define qtn_ved_smenu_editt_text						"Change text" 
       
   628 
       
   629 //d: Command in the Edit view Edit text-submenu
       
   630 //d: when text title selected on the timeline.
       
   631 //l: list_single_popup_submenu_pane_1
       
   632 #define qtn_ved_smenu_editt_color						"Set text color"
       
   633 
       
   634 //d: Command in the Edit view Edit text-submenu
       
   635 //d: when text title selected on the timeline.
       
   636 //l: list_single_popup_submenu_pane_1
       
   637 #define qtn_ved_smenu_editt_bg							"Set backgroud"
       
   638 
       
   639 //d: Command in the Edit view Edit text-submenu
       
   640 //d: when text title selected on the timeline.
       
   641 //l: list_single_popup_submenu_pane_1
       
   642 #define qtn_ved_smenu_editt_style						"Style"
       
   643 
       
   644 //d: Command in the Edit view Edit text-submenu
       
   645 //d: when text title selected on the timeline.
       
   646 //l: list_single_popup_submenu_pane_1
       
   647 #define qtn_ved_smenu_editt_color_effect				"Add color effect"
       
   648 
       
   649 
       
   650 //Edit text-Style popup menu and Insert-Text popup menu
       
   651 
       
   652 
       
   653 //d: Command in the Edit view Insert-Text and Edit text-Style popup menu 
       
   654 //d: when video clip selected on  the timeline.
       
   655 //l: list_single_popup_menu_pane_1
       
   656 #define qtn_ved_menu_insert_text_t						"Title" 
       
   657 
       
   658 //d: Command in the Edit view Insert-Text and Edit text-Style popup menu 
       
   659 //d: when video clip selected on  the timeline.
       
   660 //l: list_single_popup_menu_pane_1
       
   661 #define qtn_ved_menu_insert_text_tf						"Title (fading)"  
       
   662 
       
   663 //d: Command in the Edit view Insert-Text and Edit text-Style popup menu
       
   664 //d: when video clip selected on  the timeline.
       
   665 //l: list_single_popup_menu_pane_1
       
   666 #define qtn_ved_menu_insert_text_subt					"Subtitle"  
       
   667 
       
   668 //d: Command in the Edit view Insert-Text and Edit text-Style popup menu
       
   669 //d: when video clip selected on  the timeline.
       
   670 //l: list_single_popup_menu_pane_1
       
   671 #define qtn_ved_menu_insert_text_subtf					"Subtitle (fading)"   
       
   672 
       
   673 //d: Command in the Edit view Insert-Text and Edit text-Style popup menu
       
   674 //d: when video clip selected on  the timeline.
       
   675 //l: list_single_popup_menu_pane_1
       
   676 #define qtn_ved_menu_insert_text_credit					"Credits"   
       
   677 
       
   678 
       
   679 //Options Edit image submenu
       
   680 
       
   681 
       
   682 //d: Command in the Edit view menu 
       
   683 //d: when image selected on the video timeline.
       
   684 //l: list_single_popup_menu_pane_1
       
   685 #define qtn_ved_menu_editi								"Edit image"
       
   686 
       
   687 //d: Command in the Edit view Edit image submenu
       
   688 //d: when image selected on the video timeline.
       
   689 //l: list_single_popup_submenu_pane_1
       
   690 #define qtn_ved_smenu_editi_move						"Move"
       
   691 
       
   692 //d: Command in the Edit view Edit image submenu
       
   693 //d: when image selected on the video timeline.
       
   694 //l: list_single_popup_submenu_pane_1
       
   695 #define qtn_ved_smenu_editi_remove						"Remove"
       
   696 
       
   697 //d: Command in the Edit view Edit image submenu
       
   698 //d: when image selected on the video timeline.
       
   699 //l: list_single_popup_submenu_pane_1
       
   700 #define qtn_ved_smenu_editi_duplicate					"Duplicate"
       
   701 
       
   702 //d: Command in the Edit view Edit image submenu
       
   703 //d: when image selected on the video timeline.
       
   704 //l: list_single_popup_submenu_pane_1
       
   705 #define qtn_ved_smenu_editi_dur							"Change duration"
       
   706 
       
   707 //d: Command in the Edit view Edit image submenu
       
   708 //d: when image selected on the video timeline.
       
   709 //l: list_single_popup_submenu_pane_1
       
   710 #define qtn_ved_smenu_editi_bg							"Set background"
       
   711 
       
   712 //d: Command in the Edit view Edit image submenu
       
   713 //d: when image selected on the video timeline.
       
   714 //l: list_single_popup_submenu_pane_1
       
   715 #define qtn_ved_smenu_editi_color_effect				"Add color effect"
       
   716 
       
   717 //Edit text and Edit image popup menus
       
   718 
       
   719 //d: Option in popup menu when Edit text
       
   720 //d: when text title selected on the timeline.
       
   721 //l: list_single_popup_menu_pane_1
       
   722 #define qtn_ved_menu_editt_text							"Change text" 
       
   723 
       
   724 //d: Option in popup menu when Edit text
       
   725 //d: when text title selected on the timeline.
       
   726 //l: list_single_popup_menu_pane_1
       
   727 #define qtn_ved_menu_editt_color						"Set text color" 
       
   728 
       
   729 //d: Option in popup menu when Edit text / Edit image
       
   730 //d: when text title selected on the timeline.
       
   731 //l: list_single_popup_menu_pane_1
       
   732 #define qtn_ved_menu_editt_bg							"Set background" 
       
   733 
       
   734 //d: Option in popup menu when Edit text
       
   735 //d: when text title selected on the timeline.
       
   736 //l: list_single_popup_menu_pane_1
       
   737 #define qtn_ved_menu_editt_style						"Style"				
       
   738 
       
   739 //d: Pop-up menu title when Edit text - Set background 
       
   740 //d: in option menu in Edit view selected.
       
   741 //d: when text title selected on the timeline.
       
   742 //l: list_single_popup_menu_pane_1
       
   743 #define qtn_ved_smenu_editt_select_heading_background	"Select background:"
       
   744 
       
   745 //d: Option in popup menu when Edit text - Set background 
       
   746 //d: in option menu in Edit view selected.
       
   747 //d: when text title selected on the timeline.
       
   748 //l: list_single_popup_menu_pane_1
       
   749 #define qtn_ved_menu_editt_select_bg_image				"Image"  
       
   750 
       
   751 //d: Option in popup menu when Edit text - Set background 
       
   752 //d: in option menu in Edit view selected.
       
   753 //d: when text title selected on the timeline.
       
   754 //l: list_single_popup_menu_pane_1
       
   755 #define qtn_ved_menu_editt_select_bg_color				"Color"   
       
   756 
       
   757 //d: Command in the Edit view Edit transition submenu
       
   758 //d: when transition selected on the video timeline.
       
   759 //l: list_single_popup_submenu_pane_1
       
   760 #define qtn_ved_smenu_editt_cf							"Crossfade"
       
   761 
       
   762 //d: Command in the Edit view Edit transition submenu
       
   763 //d: when transition selected on the video timeline.
       
   764 //l: list_single_popup_submenu_pane_1
       
   765 #define qtn_ved_smenu_editt_wipet						"Wipe from top"
       
   766 
       
   767 //d: Command in the Edit view Edit transition submenu
       
   768 //d: when transition selected on the video timeline.
       
   769 //l: list_single_popup_submenu_pane_1
       
   770 #define qtn_ved_smenu_editt_wipeb						"Wipe from bottom"
       
   771 
       
   772 //d: Command in the Edit view Edit transition submenu
       
   773 //d: when transition selected on the video timeline.
       
   774 //l: list_single_popup_submenu_pane_1
       
   775 #define qtn_ved_smenu_editt_wipel						"Wipe from left"
       
   776 
       
   777 //d: Command in the Edit view Edit transition submenu
       
   778 //d: when transition selected on the video timeline.
       
   779 //l: list_single_popup_submenu_pane_1
       
   780 #define qtn_ved_smenu_editt_wiper						"Wipe from right"
       
   781 
       
   782 //d: Command in the Edit view Movie submenu
       
   783 //d: when video clip selected on the video timeline.
       
   784 //l: list_single_popup_submenu_pane_1
       
   785 #define qtn_ved_smenu_movie_mms							"Trim for Mms"
       
   786 
       
   787 //d: Command in the Edit view Movie - Preview submenu
       
   788 //d: when video clip selected on the video timeline.
       
   789 //l: list_single_popup_submenu_pane_1
       
   790 #define qtn_ved_smenu_movie_lpreview					"Large"
       
   791 
       
   792 //d: Command in the Edit view Movie - Preview submenu
       
   793 //d: when transition selected on the video timeline.
       
   794 //l: list_single_popup_submenu_pane_1
       
   795 #define qtn_ved_smenu_movie_spreview					"Small"
       
   796 
       
   797 //d: Command in the Edit view menu 
       
   798 //d: Opens the Settings view.
       
   799 //l: list_single_popup_menu_pane_1
       
   800 #define qtn_options_settings							"Settings"
       
   801 
       
   802 //d: Command in the Edit view menu 
       
   803 //d: Opens the Movie submenu.
       
   804 //l: list_single_popup_menu_pane_1
       
   805 #define qtn_ved_menu_movie								"Movie"
       
   806 
       
   807 //d: Title of the popup menu when selection key is pressed
       
   808 //d: when video timeline empty.
       
   809 //l: popup_list_heading_pane_1
       
   810 #define qtn_ved_menu_title_insert_video					"Insert:"
       
   811 
       
   812 //d: Title of the popup menu when selection key is pressed
       
   813 //d: and focus is on text clip.
       
   814 //l: popup_list_heading_pane_1
       
   815 #define qtn_ved_menu_title_edit_text					"Edit text:"
       
   816 
       
   817 //d: Title of the popup menu when selection key is pressed
       
   818 //d: and focus is on image clip.
       
   819 //l: popup_list_heading_pane_1
       
   820 #define qtn_ved_menu_title_edit_image					"Edit image:"
       
   821 
       
   822 //d: Title of the popup menu when selection key is pressed
       
   823 //d: and focus is on video clip.
       
   824 //l: popup_list_heading_pane_1
       
   825 #define qtn_ved_menu_title_edit_video					"Edit video:"
       
   826 
       
   827 //d: Title of the popup menu when selection key is pressed
       
   828 //d: and focus is on audio clip.
       
   829 //l: popup_list_heading_pane_1
       
   830 #define qtn_ved_menu_title_edit_audio					"Edit sound:"
       
   831 
       
   832 //d: Option in popup menu when selection key is pressed
       
   833 //d: when video timeline empty.
       
   834 //l: list_single_popup_menu_pane_1
       
   835 #define qtn_ved_menu_insert_video						"Video clip"
       
   836 
       
   837 //d: Option in popup menu when selection key is pressed
       
   838 //d: when video timeline empty.
       
   839 //l: list_single_popup_menu_pane_1
       
   840 #define qtn_ved_menu_insert_image						"Image"
       
   841 
       
   842 //d: Title of the popup menu when selection key is pressed
       
   843 //d: when text title selected on the timeline.
       
   844 //l: popup_list_heading_pane_1
       
   845 #define qtn_ved_smenu_heading_editt						"Select style:"
       
   846 
       
   847 //d: Option in popup menu when selection key is pressed
       
   848 //d: when video timeline empty.
       
   849 //l: list_single_popup_menu_pane_1
       
   850 #define qtn_ved_menu_insert_text						"Text"
       
   851 
       
   852 //d: Option in popup menu when selection key is pressed
       
   853 //d: when text title selected on the timeline.
       
   854 //l: list_single_popup_menu_pane_1
       
   855 #define qtn_ved_menu_insert_text_t						"Title"
       
   856 
       
   857 //d: Option in popup menu when selection key is pressed
       
   858 //d: when text title selected on the timeline.
       
   859 //l: list_single_popup_menu_pane_1
       
   860 #define qtn_ved_menu_insert_text_tf						"Title (fading)"
       
   861 
       
   862 //d: Option in popup menu when selection key is pressed
       
   863 //d: when text title selected on the timeline.
       
   864 //l: list_single_popup_menu_pane_1
       
   865 #define qtn_ved_menu_insert_text_subt					"Subtitle"
       
   866 
       
   867 //d: Option in popup menu when selection key is pressed
       
   868 //d: when text title selected on the timeline.
       
   869 //l: list_single_popup_menu_pane_1
       
   870 #define qtn_ved_menu_insert_text_subtf					"Subtitle (fading)"
       
   871 
       
   872 //d: Option in popup menu when selection key is pressed
       
   873 //d: when text title selected on the timeline.
       
   874 //l: list_single_popup_menu_pane_1
       
   875 #define qtn_ved_menu_insert_text_credit					"Credits"
       
   876 
       
   877 // Main pane
       
   878 
       
   879 //d: Text in in the Edit view main pane
       
   880 //d: in landscape orientation,
       
   881 //d: when video clip inserted
       
   882 //l: main_pane_1_empty
       
   883 #define qtn_ved_edit_video_duration						"Dur.:"
       
   884 
       
   885 //d: Text in the Cut view main pane.
       
   886 //l: main_pane_1_empty
       
   887 #define qtn_ved_cut_video_in							"In:"
       
   888 
       
   889 //d: Text in the Cut view main pane.
       
   890 //l: main_pane_1_empty
       
   891 #define qtn_ved_cut_video_out							"Out:"
       
   892 
       
   893 //d: Text in the Edit view main pane
       
   894 //d: when empty video timeline.
       
   895 //l: main_pane_1_empty
       
   896 #define qtn_ved_edit_video_no_video						"No video"
       
   897 
       
   898 //d: Text in the Edit view main pane
       
   899 //d: when empty audio timeline.
       
   900 //l: main_pane_1_empty
       
   901 #define qtn_ved_edit_video_no_audio						"No sound"
       
   902 
       
   903 //d: Text on the main pane, which is shown 
       
   904 //d: when the crossfade transition set.
       
   905 //l: main_pane_1_empty
       
   906 #define qtn_vei_edit_video_main_tran_crossfade			"Crossfade"
       
   907 
       
   908 //d: Text on the main pane, which is shown 
       
   909 //d: when the Wipe left to right transition set.
       
   910 //l: main_pane_1_empty
       
   911 #define qtn_vei_edit_video_main_tran_wipe_left			"Wipe left to right"
       
   912 
       
   913 //d: Text on the main pane, which is shown 
       
   914 //d: when the Wipe right to left transition set.
       
   915 //l: main_pane_1_empty
       
   916 #define qtn_vei_edit_video_main_tran_wipe_right			"Wipe right to left"
       
   917 
       
   918 //d: Text on the main pane, which is shown 
       
   919 //d: when the Wipe top to bottom transition set.
       
   920 //l: main_pane_1_empty
       
   921 #define qtn_vei_edit_video_main_tran_wipe_top			"Wipe top to bottom"
       
   922 
       
   923 //d: Text on the main pane, which is shown 
       
   924 //d: when the Wipe bottom to top transition set.
       
   925 //l: main_pane_1_empty
       
   926 #define qtn_vei_edit_video_main_tran_wipe_bottom		"Wipe bottom to top"
       
   927 
       
   928 //d: Option in popup menu when selection key is pressed
       
   929 //d: and transition is selected
       
   930 //l: list_single_popup_menu_pane_1
       
   931 #define qtn_vei_list_query_select_tran_crossfade		"Crossfade"
       
   932 
       
   933 //d: Option in popup menu when selection key is pressed
       
   934 //d: and transition is selected
       
   935 //l: list_single_popup_menu_pane_1
       
   936 #define qtn_vei_list_query_select_tran_wipe_left		"Wipe left to right"
       
   937 
       
   938 //d: Option in popup menu when selection key is pressed
       
   939 //d: and transition is selected
       
   940 //l: list_single_popup_menu_pane_1
       
   941 #define qtn_vei_list_query_select_tran_wipe_right		"Wipe right to left"
       
   942 
       
   943 //d: Option in popup menu when selection key is pressed
       
   944 //d: and transition is selected
       
   945 //l: list_single_popup_menu_pane_1
       
   946 #define qtn_vei_list_query_select_tran_wipe_top			"Wipe top to bottom"
       
   947 
       
   948 //d: Option in popup menu when selection key is pressed
       
   949 //d: and transition is selected
       
   950 //l: list_single_popup_menu_pane_1
       
   951 #define qtn_vei_list_query_select_tran_wipe_bottom		"Wipe bottom to top"
       
   952 
       
   953 //d: Enter text prompt dialog when
       
   954 //d: Insert-Text selected. 
       
   955 //l: popup_list_heading_pane_1
       
   956 #define qtn_vei_textinserting_for_title_screen			"Enter text"
       
   957 
       
   958 //d: List title in the Settings view
       
   959 //l: list_setting_pane_1
       
   960 #define qtn_vei_setting_item_save_quality				"Save quality"
       
   961 
       
   962 //d: Save quality option in enumerated text list;
       
   963 //d: output resolution is resolved automatically.
       
   964 //l: list_setting_pane_2
       
   965 #define qtn_vei_save_quality_auto						"Auto"
       
   966 
       
   967 //d: Save quality option in enumerated text list;
       
   968 //d: output resolution is MMS compatible.
       
   969 //l: list_setting_pane_2
       
   970 #define qtn_vei_save_quality_mms						"MMS compatible"
       
   971 
       
   972 //d: Save quality option in enumerated text list;
       
   973 //d: output resolution is best possible (CIF).
       
   974 //l: list_setting_pane_2
       
   975 #define qtn_vei_save_quality_best						"Best"
       
   976 
       
   977 //d: Command in the "Trim for MMS" view options menu
       
   978 //d: Sends the trimmed video via multimedia
       
   979 //l: list_single_popup_menu_pane_1
       
   980 #define qtn_vei_menu_send_via_mms						"Send via MMS"
       
   981 
       
   982 //d: Command in the "Trim for MMS" view options menu
       
   983 //d: Previews the trimmed video in full screen
       
   984 //l: list_single_popup_menu_pane_1
       
   985 #define qtn_vei_menu_preview							"Preview"
       
   986 
       
   987 //d: Command in the "Trim for MMS" view options menu
       
   988 //d: Adjusts the size of the fork in video timeline
       
   989 //l: list_single_popup_menu_pane_1
       
   990 #define qtn_vei_menu_video_length						"Adjust video length"
       
   991 
       
   992 //d: The title of the "Trim for MMS" view
       
   993 //l: title_pane_1
       
   994 #define qtn_vei_trim_mms_title							"Trim for MMS"
       
   995 
       
   996 //d: Idlestate softkey text
       
   997 //l: control_pane_1
       
   998 #define qtn_vei_idle_mode								"Video Editor"
       
   999 
       
  1000 //d: Text on the main pane,
       
  1001 //d: 
       
  1002 //l:
       
  1003 #define qtn_vei_edit_video_main_new_audio			"New sound clip"
       
  1004 
       
  1005 //d: Information note when movie saved
       
  1006 //l:popup_note_window_1
       
  1007 #define qtn_vei_edit_video_note_saved				"Video Saved"
       
  1008 
       
  1009 //d: Text in the Edit view navi pane when
       
  1010 //d: audio selected
       
  1011 //d: and Edit sound clip-Set duration in options menu pressed. 
       
  1012 //l: navi_pane_3
       
  1013 #define qtn_vei_navi_change_audio_duration		 "Clip duration"
       
  1014 
       
  1015 //d: Confirmation note. The user has launched the Video editor in the portrait mode and 
       
  1016 //d: is inserting text to the editing window.  Before saving the text s/he turns the phone 
       
  1017 //d: to landscape mode, which interrupts the input -the keypad only works in the landscape 
       
  1018 //d: mode. The user is asked whether s/he wants to continue editing the text. To do that s/he 
       
  1019 //d: should turn the phone back to portrait mode. Twisting the phone back to portrait mode 
       
  1020 //d: allows the user to continue inserting text. Accepting the query discards the note and 
       
  1021 //d: the user stays in the landscape mode. \n
       
  1022 //l: popup_note_window_t5
       
  1023 #define qtn_vei_confirm_note_cancel_textinsert "To continue entering text, phone must be in portrait mode. Delete text?"
       
  1024 
       
  1025 //d: Options list item, command. This allows the user to change the duration of the text 
       
  1026 //d: that is seen on the display.  This is one of the options in the list the heading text 
       
  1027 //d: of which is (qtn_ved_menu_title_edit_text/manualvideoeditor). 
       
  1028 //l: list_single_pane_t1_cp2
       
  1029 #define qtn_ved_menu_editt_dur "Set duration"
       
  1030 
       
  1031 //d: Confirmation note. Seen after the user has taken a snapshot and it has been saved.
       
  1032 //l: popup_note_window
       
  1033 #define qtn_vei_note_snapshot_saved "Snapshot saved"
       
  1034 
       
  1035 //d: Confirmation note. This is seen in case the snapshot has been taken with Edit key and 
       
  1036 //d: it will be saved to Images folder.
       
  1037 //l: popup_note_window
       
  1038 #define qtn_vei_note_snapshot_taken_to_images "Snapshot saved to Images"
       
  1039 
       
  1040 
       
  1041 //d:Command in the AIW provider's Edit submenu
       
  1042 //Starts the simple "2Click" Merge video applcation
       
  1043 //l:list_single_popup_submenu_pane_t1
       
  1044 #define qtn_vei_menu_merge     "Merge"
       
  1045 
       
  1046 //d:Command in the AIW provider's Edit submenu
       
  1047 //Starts the simple "2Click" Add audio application
       
  1048 //l:list_single_popup_submenu_pane_t1
       
  1049 //#define qtn_vei_menu_add_audio "Add sound"
       
  1050 
       
  1051 //d:Command in the AIW provider's Edit submenu
       
  1052 //Starts the simple "2Click" Add text application
       
  1053 //l:list_single_popup_submenu_pane_t1
       
  1054 #define qtn_vei_menu_add_text  "Add text"
       
  1055 
       
  1056 //d:Command in the AIW provider's Edit submenu
       
  1057 //Starts the simple "2Click" Cut video application
       
  1058 //l:list_single_popup_submenu_pane_t1
       
  1059 #define qtn_vei_menu_cut       "Cut"
       
  1060 
       
  1061 //d:Command in the AIW provider's Edit submenu
       
  1062 //d:Starts the full video editor application
       
  1063 //l:list_single_popup_submenu_pane_t1
       
  1064 #define qtn_vei_menu_advanced  "Video editor"
       
  1065 
       
  1066 //d:Query heading text
       
  1067 //d:for the location to insert an image in a movie (begining/end?)
       
  1068 //l:heading_pane_t1
       
  1069 #define qtn_vei_menu_insert_image "Add image to:"
       
  1070 
       
  1071 //d:Query heading text
       
  1072 //d:for the location to insert text in a movie (begining/end?)
       
  1073 //l:heading_pane_t1
       
  1074 #define qtn_vei_menu_insert_text "Add text to:"
       
  1075 
       
  1076 //d:Select to insert text, image etc. 
       
  1077 //d:into the begining of the movie
       
  1078 //l:list_single_pane_t1_cp2
       
  1079 #define qtn_vei_menu_insert_point_begin "Beginning"
       
  1080 
       
  1081 //d:Select to insert text, image etc. into the
       
  1082 //d:end of the movie
       
  1083 //l:list_single_pane_t1_cp2
       
  1084 #define qtn_vei_menu_insert_point_end   "End"
       
  1085 
       
  1086 //d:Progress note for merging videos
       
  1087 //l:popup_note_wait_window
       
  1088 #define qtn_vei_note_merging "Merging"
       
  1089 
       
  1090 //d:Progress note for porocessing "add sound"
       
  1091 //l:popup_note_wait_window
       
  1092 //#define qtn_vei_note_adding_audio "Adding sound"
       
  1093 
       
  1094 //d:Progress note for porocessing "add text"
       
  1095 //l:popup_note_wait_window
       
  1096 #define qtn_vei_note_adding_text "Adding text"
       
  1097 
       
  1098 //d:Progress note for processing "Cut video", i.e.
       
  1099 //d:the 2Click cut video
       
  1100 //l:popup_note_wait_window
       
  1101 #define qtn_vei_note_cutting "Cutting"
       
  1102 
       
  1103 //d:Command to launch "Adjust audio volume" -functionality
       
  1104 //l:list_single_pane_t1_cp2
       
  1105 #define qtn_vei_edit_video_cmd_edit_adj_vol "Adjust volume"
       
  1106 
       
  1107 //d:Command to launch audio mixing
       
  1108 //l:list_single_pane_t1_cp2
       
  1109 #define qtn_vei_edit_video_cmd_audio_mix "Sound mixing"
       
  1110 
       
  1111 //d:List query heading text.
       
  1112 //d:This list query is used to select whether image files
       
  1113 //d:or video clips are listed. It is used at least with the
       
  1114 //d:"Merge" functionality (qtn_vei_menu_merge), where
       
  1115 //d:the user can merge a video clip with another video clip,
       
  1116 //d:or alternatively with an image file.
       
  1117 //l:heading_pane_t1
       
  1118 #define qtn_vei_menu_select "Select:"
       
  1119 
       
  1120 //d:Select to list the image files from the Media gallery.
       
  1121 //d:(list query item)
       
  1122 //l:list_single_pane_t1_cp2
       
  1123 #define qtn_vei_menu_select_image "Image"
       
  1124 
       
  1125 //d:Select to list the video clips from the Media gallery.
       
  1126 //d:(list query item)
       
  1127 //l:list_single_pane_t1_cp2
       
  1128 #define qtn_vei_menu_select_video "Video clip"
       
  1129 
       
  1130 //d:New text
       
  1131 //d:Used but not localized
       
  1132 //d:One option in selecting video resolution in settings (check list item)
       
  1133 //l: list_set_graphic_pane_t1
       
  1134 #define qtn_vei_save_quality_medium "Medium"
       
  1135 
       
  1136 //d:New text
       
  1137 //d:Command in the AIW provider's Edit submenu
       
  1138 //Starts the simple "2Click" Change sound application
       
  1139 //l:list_single_popup_submenu_pane_t1
       
  1140 #define qtn_vei_menu_change_sound "Change sound"
       
  1141 	    
       
  1142 //d:New text
       
  1143 //d:Progress note for porocessing "Change sound"
       
  1144 //l:popup_note_wait_window
       
  1145 #define qtn_vei_note_changing_sound "Changing sound"
       
  1146 	    
       
  1147 //d:New text 
       
  1148 //d:User note, used in simple function "Add text"
       
  1149 //d:when processing video A and text together fails
       
  1150 //d:	process has three phases where some of can fail:
       
  1151 //d:		a) generating video B from text
       
  1152 //d:		or :
       
  1153 //d:		b) inserting video B to movie
       
  1154 //d:		or :
       
  1155 //d:		c) processing videos A and B together 
       
  1156 //l:popup_note_window
       
  1157 #define qtn_vei_unable_to_insert_text "Unable to add text" 
       
  1158 
       
  1159 //d:New text 
       
  1160 //d:Error message showed in simple function "Merge videos" 
       
  1161 //d:when processing two videos together fails
       
  1162 //l:popup_note_window
       
  1163 #define qtn_vei_unable_to_merge_videos "Unable to merge video clips"
       
  1164 
       
  1165 //d:New text 
       
  1166 //d:Error message showed in simple function "Merge video and image" 
       
  1167 //d:when processing video and image together fails
       
  1168 //l:popup_note_window
       
  1169 #define qtn_vei_unable_to_merge_video_image "Unable to merge video clip and image"
       
  1170 
       
  1171 //d:New text 
       
  1172 //d:Error message showed in simple function "Change sound" 
       
  1173 //d:when processing video and audio together fails
       
  1174 //l:popup_note_window
       
  1175 #define qtn_vei_unable_to_change_sound "Unable to change sound"
       
  1176 
       
  1177 //d:New text 
       
  1178 //d:Error message showed in simple functions "Merge", "Add text" and "Change sound" 
       
  1179 //d:when video clip is not supported by ved engine
       
  1180 //l:popup_note_window
       
  1181 #define qtn_vei_video_format_not_supported "Video clip format not supported" // in merge there can be two videos
       
  1182 
       
  1183 //d:New text 
       
  1184 //d:Error message showed in simple function "Change sound" 
       
  1185 //d:when audio clip is not supported by ved engine
       
  1186 //l:popup_note_window
       
  1187 #define qtn_vei_audio_format_not_supported "Sound clip format not supported"
       
  1188 
       
  1189 //d:New text 
       
  1190 //d:Error message showed in simple function "Merge" 
       
  1191 //d:when image is not supported by ved engine
       
  1192 //l:popup_note_window
       
  1193 #define qtn_vei_image_format_not_supported "Image format not supported"
       
  1194 
       
  1195 //d:New text
       
  1196 //d:List query heading text.
       
  1197 //d:This list query is used to select one video file
       
  1198 //d:from the list of videos. It is used at least with the
       
  1199 //d:"Merge" functionality (qtn_vei_menu_merge), where
       
  1200 //d:the user can merge a video clip with another video clip.
       
  1201 //l:heading_pane_t1
       
  1202 #define qtn_vei_menu_merge_with_video "Merge with:"
       
  1203 
       
  1204 //d:New text
       
  1205 //d:List query heading text.
       
  1206 //d:This list query is used to select one image file
       
  1207 //d:from the list of images. It is used at least with the
       
  1208 //d:"Merge" functionality (qtn_vei_menu_merge), where
       
  1209 //d:the user can merge a video clip with an image file.
       
  1210 //l:heading_pane_t1
       
  1211 #define qtn_vei_menu_merge_with_image "Merge with:"
       
  1212 
       
  1213 
       
  1214 // End of File