camerauis/cameraapp/loc/cam.loc
branchRCL_3
changeset 54 bac7acad7cb3
child 67 756ad29ed18e
equal deleted inserted replaced
53:61bc0f252b2b 54:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  File to conditionally include specific language localised text files
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // The Text in source files is encoded in UTF-8
       
    21 
       
    22 CHARACTER_SET UTF8
       
    23 
       
    24 // LOCALISATION STRINGS
       
    25 
       
    26 // Application Name
       
    27 
       
    28 //d:Name of the application shown in the 
       
    29 //d:application grid 
       
    30 //l:cell_app_pane_t1
       
    31 //
       
    32 #define qtn_apps_lcam_grid	"Camera"
       
    33 
       
    34 //d:Name of the application shown in the 
       
    35 //d:task list
       
    36 //l:list_single_large_graphic_pane_t1
       
    37 //
       
    38 #define qtn_apps_lcam_list		"Camera"
       
    39 
       
    40 //----------------------------------------------------
       
    41 
       
    42 
       
    43 //d:Command text when video recording paused.
       
    44 //d:Visible in CBA in video pre-capture view.
       
    45 //l:control_pane_t1/opt7
       
    46 //
       
    47 #define qtn_lcam_softkey_continue "Continue"
       
    48 
       
    49 //d:Command text for delete key .
       
    50 //d:Visible in CBA in post-capture view.
       
    51 //l:control_pane_t1/opt7
       
    52 //
       
    53 #define qtn_lcam_softkey_delete   "Delete"
       
    54 
       
    55 //d:Command text to start self-timer countdown
       
    56 //d:Visible in CBA when in self-timer idle state
       
    57 //d:qtn_lcam_softkey_activate
       
    58 //l:control_pane_t1/opt7
       
    59 //
       
    60 #define qtn_lcam_softkey_activate "Activate"
       
    61 
       
    62 //d:MSK string in Image PreCapture View
       
    63 //l:control_pane_t3/opt7
       
    64 //r:9.1
       
    65 #define qtn_lcam_msk_capture  "Capture"
       
    66 
       
    67 //d:MSK string in Video PreCapture View
       
    68 //l:control_pane_t3/opt7
       
    69 //r:9.1
       
    70 #define qtn_lcam_msk_record  "Record"
       
    71 
       
    72 //----------------------------------------------------
       
    73 
       
    74 //d:Options menu item for renaming captured image.
       
    75 //d:Visible in Options-menu in image post-capture view.
       
    76 //l:list_single_pane_t1_cp2
       
    77 //
       
    78 #define qtn_lcam_cmd_rename_image			"Rename image"
       
    79 
       
    80 //d:Options menu item for renaming captured video.
       
    81 //d:Visible in Options-menu in video post-capture view.
       
    82 //l:list_single_pane_t1_cp2
       
    83 //
       
    84 #define qtn_lcam_cmd_rename_video			"Rename video"
       
    85 
       
    86 //d:Options menu item for printing the current image
       
    87 //d:Visible in options menu in image post-capture view
       
    88 //l:list_single_pane_t1_cp2
       
    89 //
       
    90 #define qtn_lcam_options_print_photo		"Print"
       
    91 
       
    92 //d:Options menu item for muting audio in embedded video.
       
    93 //d:Visible in Options-menu in pre-capture view.
       
    94 //l:list_single_pane_t1_cp2
       
    95 //
       
    96 #define qtn_lcam_options_mute   "Mute"
       
    97 
       
    98 //d:Options menu item for un-muting audio in embedded video.
       
    99 //d:Visible in Options-menu in pre-capture view.
       
   100 //l:list_single_pane_t1_cp2
       
   101 //
       
   102 #define qtn_lcam_options_unmute   "Unmute"
       
   103 
       
   104 //d:Options menu item for switching to secondary camera.
       
   105 //d:Visible in options menu in primary camera pre-capture view
       
   106 //l:list_single_pane_t1_cp2
       
   107 //
       
   108 #define qtn_lcam_options_cam2	"Use secondary camera"
       
   109 
       
   110 //d:Options menu item for switching to primary camera.
       
   111 //d:Visible in options menu in secondary camera pre-capture view
       
   112 //l:list_single_pane_t1_cp2
       
   113 //
       
   114 #define qtn_lcam_options_cam1	"Use main camera"
       
   115 
       
   116 //d:Options menu item for opening send to caller sub-menu.
       
   117 //d:Visible when there is an active call in 
       
   118 //d:Options-menu in post-capture view.
       
   119 //l:list_single_pane_t1_cp2
       
   120 //
       
   121 #define qtn_lcam_options_send_to_call  "Send to caller"
       
   122 
       
   123 //d:Options menu item for switching to pre-capture mode from standby.
       
   124 //d:Visible in Options-menu in standby mode.
       
   125 //l:list_single_pane_t1_cp2
       
   126 //
       
   127 #define qtn_lcam_cmd_continue   "Continue"
       
   128 
       
   129 //d:Options menu item for switching to burst pre-capture view.
       
   130 //d:Visible in Options-menu in burst post-capture view.
       
   131 //l:list_single_pane_t1_cp2
       
   132 //
       
   133 #define qtn_lcam_options_new_photos  "New images"
       
   134 
       
   135 //d:Options menu item for playing the video (in media player).
       
   136 //d:Visible in Options-menu in video post-capture view.
       
   137 //l:list_single_pane_t1_cp2
       
   138 //
       
   139 #define qtn_lcam_options_play    "Play"
       
   140 
       
   141 //d:Options menu item for switching to Video capture mode.
       
   142 //d:Visible in Options-menu in pre-capture view.
       
   143 //l:list_single_pane_t1_cp2
       
   144 //
       
   145 #define qtn_lcam_options_video_mode     "Video mode"
       
   146 
       
   147 //d:Options menu item for switching to still image capture mode.
       
   148 //d:Visible in Options-menu in video pre-capture view.
       
   149 //l:list_single_pane_t1_cp2
       
   150 //
       
   151 #define qtn_lcam_options_photo_mode     "Image mode"
       
   152 
       
   153 //d:Options menu item for accessing the Free Memory View of the Media Gallery.
       
   154 //d:Visible in Options-menu in pre-capture view.
       
   155 //l:list_single_pane_t1_cp2
       
   156 //
       
   157 #define qtn_lcam_options_memory		  "Go to free memory"
       
   158 
       
   159 //d:Options menu item for accessing the MC Photos application
       
   160 //d:Visible in Options-menu in pre and post capture views
       
   161 //l:list_single_pane_t1_cp2
       
   162 //
       
   163 #define qtn_lcam_options_go_to_photos         "Go to Photos"
       
   164 
       
   165 //d:Options menu item for accessing the image details
       
   166 //d:Visible in Options-menu in post capture views
       
   167 //l:list_single_pane_t1_cp2
       
   168 //
       
   169 #define qtn_lcam_options_tags         "Properties"
       
   170 
       
   171 //d:Options menu item for adding shown image into album 
       
   172 //d:Visible in Options-menu in post capture views
       
   173 //l:list_single_pane_t1_cp2
       
   174 //
       
   175 #define qtn_lcam_options_add_to_album         "Add to Album"
       
   176 //d:Options menu item opening a highlighted burst mode image
       
   177 //d:Options-menu in burst post-capture view.
       
   178 //l:list_single_pane_t1_cp2
       
   179 //
       
   180 #define qtn_lcam_options_open_photo    "Open image"
       
   181 
       
   182 //d:Options menu item for deleting image.
       
   183 //d:Visible in Options-menu in post-capture view.
       
   184 //l:list_single_pane_t1_cp2
       
   185 //
       
   186 #define qtn_lcam_options_delete         "Delete"
       
   187 
       
   188 //d:Options menu item for deleting image sequence.
       
   189 //d:Visible in Options-menu in time lapse post-capture view.
       
   190 //l:list_single_pane_t1_cp2
       
   191 //
       
   192 #define qtn_lcam_options_deleteall      "Delete sequence"
       
   193 
       
   194 //d:Options menu item for switching to settings view.
       
   195 //d:Visible in Options-menu in pre-capture views.
       
   196 //l:list_single_pane_t1_cp2
       
   197 //
       
   198 #define qtn_lcam_cmd_settings      "Settings"
       
   199 
       
   200 //d:Options menu item for select
       
   201 //d:Visible in Options-menu in pre-capture view.
       
   202 //l:list_single_pane_t1_cp2
       
   203 //
       
   204 #define qtn_lcam_options_select          "Select"
       
   205 
       
   206 //d:Options menu item for back.
       
   207 //d:Visible in Options-menu in embedded pre-capture view.
       
   208 //l:list_single_pane_t1_cp2
       
   209 //
       
   210 #define qtn_lcam_options_back          "Back"
       
   211 
       
   212 //d:Options menu item sets captured video as ring tone
       
   213 //d:Options-menu in video post-capture view.
       
   214 //l:list_single_pane_t1_cp2
       
   215 //
       
   216 #define qtn_lcam_set_as_ringing_tone_video    "Set as ringing tone"
       
   217 
       
   218 //d:Options menu item sets captured video as contact ring tone
       
   219 //d:Options-menu in video post-capture view.
       
   220 //l:list_single_pane_t1_cp2
       
   221 //
       
   222 #define qtn_lcam_set_as_contact_ringing_tone_video    "Set as contact ringing tone"
       
   223 
       
   224 //d:Options menu item sets captured photo as contact call image
       
   225 //d:Options-menu in photo post-capture view.
       
   226 //l:list_single_pane_t1_cp2/opt3
       
   227 //
       
   228 #define qtn_lcam_options_set_as_contactcall    "Set as contact call image"
       
   229 
       
   230 //----------------------------------------------------
       
   231 // Tooltip texts for active palette
       
   232 
       
   233 //d:Tooltip item for scene.
       
   234 //d:Visible in pre-capture view active palette.
       
   235 //l:main_cam5_pane_t11
       
   236 //
       
   237 #define qtn_lcam_tt_scene "Scene modes"
       
   238 
       
   239 //d:Tooltip item for whitebalance.
       
   240 //d:Visible in pre-capture view active palette.
       
   241 //l:main_cam5_pane_t11
       
   242 //
       
   243 #define qtn_lcam_tt_wb "White balance"
       
   244 
       
   245 //d:Tooltip item for exposure value.
       
   246 //d:Visible in pre-capture view active palette.
       
   247 //l:main_cam5_pane_t11
       
   248 //
       
   249 #define qtn_lcam_tt_ev "Exposure compensation"
       
   250 
       
   251 //d:Tooltip item for colour tone.
       
   252 //d:Visible in pre-capture view active palette.
       
   253 //l:main_cam5_pane_t11
       
   254 //
       
   255 #define qtn_lcam_tt_coltone "Colour tone"
       
   256 
       
   257 //d:Tooltip item for play.
       
   258 //d:Visible in video post-capture view active palette.
       
   259 //l:main_cam5_pane_t11
       
   260 //
       
   261 #define qtn_lcam_tt_play "Play"
       
   262 
       
   263 //d:Tooltip item for new video.
       
   264 //d:Visible in video post-capture view active palette.
       
   265 //l:main_cam5_pane_t11
       
   266 //
       
   267 #define qtn_lcam_tt_newvideo "New video"
       
   268 
       
   269 //d:Tooltip item for send.
       
   270 //d:Visible in post-capture view active palette.
       
   271 //l:main_cam5_pane_t11
       
   272 //
       
   273 #define qtn_lcam_tt_send "Send"
       
   274 
       
   275 //d:Tooltip item for send to caller
       
   276 //d:Visible in post-capture view active palette.
       
   277 //l:main_cam5_pane_t11
       
   278 //
       
   279 #define qtn_lcam_tt_sendtocall "Send to caller"
       
   280 
       
   281 
       
   282 // </Inc4></wk06y2007>
       
   283 
       
   284 //d:Tooltip item for print.
       
   285 //d:Visible in post-capture view active palette.
       
   286 //l:main_cam5_pane_t11
       
   287 //
       
   288 #define qtn_lcam_tt_print "Print"
       
   289 
       
   290 //d:Tooltip item for delete.
       
   291 //d:Visible in post-capture view active palette.
       
   292 //l:main_cam5_pane_t11
       
   293 //
       
   294 #define qtn_lcam_tt_delete "Delete"
       
   295 
       
   296 //d:Tooltip item for new image.
       
   297 //d:Visible in image post-capture view active palette.
       
   298 //l:main_cam5_pane_t11
       
   299 //
       
   300 #define qtn_lcam_tt_newphoto "New image"
       
   301 
       
   302 //d:Tooltip item for switch to image mode
       
   303 //d:Visible in video pre-capture view active palette.
       
   304 //l:main_cam5_pane_t11
       
   305 //
       
   306 #define qtn_lcam_tt_switch_image "Switch to image mode"
       
   307 
       
   308 //d:Tooltip item for switch to video mode
       
   309 //d:Visible in image pre-capture view active palette.
       
   310 //l:main_cam5_pane_t11
       
   311 //
       
   312 #define qtn_lcam_tt_switch_video "Switch to video mode"
       
   313 
       
   314 //d:Tooltip item for flash mode
       
   315 //d:Visible in pre-capture view active palette.
       
   316 //l:main_cam5_pane_t11
       
   317 //
       
   318 #define qtn_lcam_tt_flash "Flash mode"
       
   319 
       
   320 //d:Tooltip item for ISO Setting
       
   321 //d:Visible in pre-capture view active palette.
       
   322 //l:main_cam5_pane_t11
       
   323 //
       
   324 #define qtn_lcam_tt_isosetting "Light sensitivity"
       
   325 
       
   326 //d:Tooltip item for self-timer
       
   327 //d:Visible in pre-capture view active palette.
       
   328 //l:main_cam5_pane_t11
       
   329 //
       
   330 #define qtn_lcam_tt_st	"Self timer"
       
   331 
       
   332 //d:Tooltip item for sequence mode
       
   333 //d:Visible in pre-capture view active palette.
       
   334 //l:main_cam5_pane_t11
       
   335 //
       
   336 #define qtn_lcam_tt_sequence	"Switch to sequence mode"
       
   337 
       
   338 //d:Tooltip item for normal mode
       
   339 //d:Visible in sequence pre-capture view active palette.
       
   340 //l:main_cam5_pane_t11
       
   341 //
       
   342 #define qtn_lcam_tt_normal	"Switch to normal mode"
       
   343 
       
   344 //d:Tooltip item for add to print basket
       
   345 //d:Visible in image pre-capture view active palette.
       
   346 //l:main_cam5_pane_t11
       
   347 //
       
   348 #define qtn_lcam_tt_printbasket	"Add to print basket"
       
   349 
       
   350 //d:Tooltip item for remove from print basket
       
   351 //d:Visible in image pre-capture view active palette.
       
   352 //l:main_cam5_pane_t11
       
   353 //
       
   354 #define qtn_lcam_tt_remprintbasket	"Remove from print basket"
       
   355 
       
   356 //d:Tooltip item for video flash assist on
       
   357 //d:Visible in video pre-capture view active palette.
       
   358 //l:main_cam5_pane_t11
       
   359 //
       
   360 #define qtn_lcam_tt_videoflash	"Switch video light on"
       
   361 
       
   362 //d:Tooltip item for video flash assist off
       
   363 //d:Visible in video pre-capture view active palette.
       
   364 //l:main_cam5_pane_t11
       
   365 //
       
   366 #define qtn_lcam_tt_flashoff	"Switch video light off"
       
   367 
       
   368 //d:Tooltip item for sequence mode
       
   369 //d:Visible in advanced sequence pre-capture view active palette
       
   370 //l:main_cam5_pane_t11
       
   371 //
       
   372 #define qtn_lcam_tt_adv_sequence    "Sequence mode"
       
   373 
       
   374 //d:Tooltip item for image sharpness
       
   375 //d:Visible in image pre-capture view active palette
       
   376 //l:main_cam5_pane_t11
       
   377 //
       
   378 #define qtn_lcam_tt_sharp   "Sharpness"
       
   379 
       
   380 //d:Tooltip item for contrast
       
   381 //d:Visible in image pre-capture view active palette
       
   382 //l:main_cam5_pane_t11
       
   383 //
       
   384 #define qtn_lcam_tt_contr   "Contrast"
       
   385 
       
   386 //d:Tooltip item for brightness
       
   387 //d:Visible in image pre-capture view active palette
       
   388 //d:For cameraapp Increment 3.1, Release 6
       
   389 //r:3.1
       
   390 //l:main_cam5_pane_t11
       
   391 //
       
   392 #define qtn_lcam_tt_bright   "Brightness"
       
   393 
       
   394 
       
   395 // <Inc3>
       
   396 
       
   397 //d:Tooltip item for viewfinder grid
       
   398 //d:Visible in image pre-capture view active palette.
       
   399 //d:Visible when grid is not yet shown and can turned on.
       
   400 //d:Counterpart to qtn_lcam_tt_hide_viewfinder_grid.
       
   401 //l:main_cam5_pane_t11
       
   402 //
       
   403 #define qtn_lcam_tt_show_viewfinder_grid "Show viewfinder grid"
       
   404 
       
   405 //d:Tooltip item for viewfinder grid
       
   406 //d:Visible in image pre-capture view active palette.
       
   407 //d:Visible when grid is already shown and can turned off.
       
   408 //d:Counterpart to qtn_lcam_tt_show_viewfinder_grid.
       
   409 //l:main_cam5_pane_t11
       
   410 //
       
   411 #define qtn_lcam_tt_hide_viewfinder_grid "Hide viewfinder grid"
       
   412 // </Inc3>
       
   413 
       
   414 // <Inc4><wk06y2007>
       
   415 
       
   416 //d:Tooltip item for histogram
       
   417 //d:Visible in image pre-capture view active palette.
       
   418 //d:Visible when histogram is not yet shown and can be turned on.
       
   419 //d:Counterpart to qtn_lcam_tt_hide_histogram.
       
   420 //l:main_cam5_pane_t11
       
   421 //r:4.0
       
   422 #define qtn_lcam_tt_show_histogram "Show histogram"
       
   423 
       
   424 //d:Tooltip item for histogram
       
   425 //d:Visible in image pre-capture view active palette.
       
   426 //d:Visible when histogram is already shown and can be turned off.
       
   427 //d:Counterpart to qtn_lcam_tt_show_histogram.
       
   428 //l:main_cam5_pane_t11
       
   429 //r:4.0
       
   430 #define qtn_lcam_tt_hide_histogram "Hide histogram"
       
   431 
       
   432 // </Inc4><wk06y2007>
       
   433 
       
   434 // <wk22y2007>
       
   435 
       
   436 //d:Tooltip item for add to album
       
   437 //d:Visible in image post-capture view active palette.
       
   438 //d:Visible when snapshot is shown and can be added to album.
       
   439 //l:main_cam5_pane_t11
       
   440 //r: 4.0
       
   441 #define qtn_lcam_tt_add_to_album "Add to album"
       
   442 
       
   443 // </wk22y2007>
       
   444 
       
   445 
       
   446 //----------------------------------------------------
       
   447 
       
   448 //d:View title
       
   449 //d:In still pre-capture view
       
   450 //l:title_pane_t2/opt9
       
   451 //
       
   452 #define qtn_lcam_title_text_camera   "Camera"
       
   453 
       
   454 //d:View title
       
   455 //d:In video pre-capture view
       
   456 //l:title_pane_t2/opt9
       
   457 //
       
   458 #define qtn_lcam_title_text_video_camera   "Video camera"
       
   459 
       
   460 //d:View title
       
   461 //d:In video settings view
       
   462 //l:title_pane_t2/opt9
       
   463 //
       
   464 #define qtn_lcam_title_text_vidsetting "Video settings"
       
   465 
       
   466 //d:View title
       
   467 //d:In photo settings view
       
   468 //l:title_pane_t2/opt9
       
   469 //
       
   470 #define qtn_lcam_title_text_photsetting "Image settings"
       
   471 
       
   472 //d:View title
       
   473 //d:In video scene settings mode
       
   474 //l:title_pane_t2/opt9
       
   475 //
       
   476 #define qtn_lcam_title_text_scenes_vid   "Scene modes"
       
   477 
       
   478 //d:View title
       
   479 //d:In still scene settings mode
       
   480 //l:title_pane_t2/opt9
       
   481 //
       
   482 #define qtn_lcam_title_text_scenes_phot   "Scene modes"
       
   483 
       
   484 //d:View title
       
   485 //d:In still user scene setup mode
       
   486 //l:title_pane_t2/opt9
       
   487 //
       
   488 #define qtn_lcam_title_text_photoscene "Image user scene"
       
   489 
       
   490 //d:View title
       
   491 //d:In video quality settings popup
       
   492 //l:title_pane_t2/opt9
       
   493 //
       
   494 #define qtn_lcam_sett_title_vi_type  "Video quality"
       
   495 
       
   496 //d:View title
       
   497 //d:In image quality settings popup
       
   498 //l:title_pane_t2/opt9
       
   499 //
       
   500 #define qtn_lcam_sett_title_ph_resolut   "Image quality"
       
   501 
       
   502 //d:View title
       
   503 //d:In advanced sequence mode popup
       
   504 //l:title_pane_t2/opt9
       
   505 //
       
   506 #define qtn_lcam_title_tl   "Sequence mode"
       
   507 
       
   508 //----------------------------------------------------
       
   509 
       
   510 //d:Night scene title text
       
   511 //d:Visible in user scene setting list
       
   512 //l: list_single_pane_t1
       
   513 //
       
   514 #define qtn_lcam_user_scene_night      "Night"
       
   515 
       
   516 //d:Auto scene title text
       
   517 //d:Visible in user scene setting list
       
   518 //l: list_single_pane_t1
       
   519 //
       
   520 #define qtn_lcam_user_scene_auto       "Auto"
       
   521 
       
   522 //d:Macro scene title text
       
   523 //d:Visible in user scene setting list
       
   524 //l: list_single_pane_t1
       
   525 //
       
   526 #define qtn_lcam_user_scene_macro      "Close-up mode"
       
   527 
       
   528 //d:Portrait scene title text
       
   529 //d:Visible in user scene setting list
       
   530 //l: list_single_pane_t1
       
   531 //
       
   532 #define qtn_lcam_user_scene_port       "Portrait"
       
   533 
       
   534 //d:Landscape scene title text
       
   535 //d:Visible in user scene setting list
       
   536 //l: list_single_pane_t1
       
   537 //
       
   538 #define qtn_lcam_user_scene_land       "Landscape"
       
   539 
       
   540 //d:Night portrait scene title text
       
   541 //d:Visible in user scene setting list
       
   542 //l: list_single_pane_t1
       
   543 //
       
   544 #define qtn_lcam_user_scene_nightport  "Night portrait"
       
   545 
       
   546 //d:Sport scene title text
       
   547 //d:Visible in user scene setting list
       
   548 //l: list_single_pane_t1
       
   549 //
       
   550 #define qtn_lcam_user_scene_sport      "Sport"
       
   551 
       
   552 //----------------------------------------------------
       
   553 
       
   554 //d:Night scene title text
       
   555 //d:Visible in user scene setting list
       
   556 //l: cset_list_set_pane_t1_copy1/opt1
       
   557 //
       
   558 #define qtn_lcam_user_scene_night_v2      "Night"
       
   559 
       
   560 //d:Auto scene title text
       
   561 //d:Visible in user scene setting list
       
   562 //l: cset_list_set_pane_t1_copy1/opt1
       
   563 //
       
   564 #define qtn_lcam_user_scene_auto_v2       "Auto"
       
   565 
       
   566 //d:Macro scene title text
       
   567 //d:Visible in user scene setting list
       
   568 //l: cset_list_set_pane_t1_copy1/opt1
       
   569 //
       
   570 #define qtn_lcam_user_scene_macro_v2      "Close-up mode"
       
   571 
       
   572 //d:Portrait scene title text
       
   573 //d:Visible in user scene setting list
       
   574 //l: cset_list_set_pane_t1_copy1/opt1
       
   575 //
       
   576 #define qtn_lcam_user_scene_port_v2       "Portrait"
       
   577 
       
   578 //d:Landscape scene title text
       
   579 //d:Visible in user scene setting list
       
   580 //l: cset_list_set_pane_t1_copy1/opt1
       
   581 //
       
   582 #define qtn_lcam_user_scene_land_v2       "Landscape"
       
   583 
       
   584 //d:Night portrait scene title text
       
   585 //d:Visible in user scene setting list
       
   586 //l: cset_list_set_pane_t1_copy1/opt1
       
   587 //
       
   588 #define qtn_lcam_user_scene_nightport_v2  "Night portrait"
       
   589 
       
   590 //d:Sport scene title text
       
   591 //d:Visible in user scene setting list
       
   592 //l: cset_list_set_pane_t1_copy1/opt1
       
   593 //
       
   594 #define qtn_lcam_user_scene_sport_v2      "Sport"
       
   595 
       
   596 //----------------------------------------------------
       
   597 
       
   598 //d:Titles for photo capture tone item in photo settings list
       
   599 //l:list_setting_pane_t1
       
   600 //
       
   601 #define qtn_lcam_sett_attr_tone           "Capture tone"
       
   602 
       
   603 //d:Current base scene.
       
   604 //d:Shown in user scene setting list
       
   605 //l:list_setting_pane_t1
       
   606 //
       
   607 #define qtn_lcam_set_user_scene "Based on scene mode"
       
   608 
       
   609 //d:Flash setting item
       
   610 //d:Shown in user scene setting list
       
   611 //l:list_setting_pane_t1
       
   612 //
       
   613 #define qtn_lcam_set_user_flash "Flash"
       
   614 
       
   615 //d:Whitebalance setting item
       
   616 //d:Shown in user scene setting list
       
   617 //l:list_setting_pane_t1
       
   618 //
       
   619 #define qtn_lcam_set_user_wb "White balance"
       
   620 
       
   621 //d:Exposure value setting item
       
   622 //d:Shown in user scene setting list
       
   623 //l:list_setting_pane_t1
       
   624 //
       
   625 #define qtn_lcam_set_user_ev "Exposure compensation"
       
   626 
       
   627 //d:Colour effect setting item
       
   628 //d:Shown in user scene setting list
       
   629 //l:list_setting_pane_t1
       
   630 //
       
   631 #define qtn_lcam_set_user_ce "Colour tone"
       
   632 
       
   633 //d:Sharpness setting item
       
   634 //d:Shown in user scene setting list
       
   635 //l:list_setting_pane_t1
       
   636 //
       
   637 #define qtn_lcam_set_user_sharp "Sharpness"
       
   638 
       
   639 //d:Contrast setting item
       
   640 //d:Shown in user scene setting list
       
   641 //l:list_setting_pane_t1
       
   642 //
       
   643 #define qtn_lcam_set_user_contr "Contrast"
       
   644 
       
   645 //d:Brightness setting item
       
   646 //d:Shown in user scene setting list
       
   647 //d:For cameraapp Increment 3.1, Release 6
       
   648 //r:3.1
       
   649 //l:list_setting_pane_t1
       
   650 //
       
   651 #define qtn_lcam_set_user_bright "Brightness"
       
   652 
       
   653 //d:Reset user scene setting item
       
   654 //d:Shown in user scene setting list
       
   655 //l:list_setting_pane_t1
       
   656 //
       
   657 #define qtn_lcam_set_user_reset "Reset user scene"
       
   658 
       
   659 //d:Title for restore camera settings item in photo/video settings list
       
   660 //l:list_single_pane_t1
       
   661 //
       
   662 #define qtn_lcam_sett_attr_reset "Restore camera settings"
       
   663 
       
   664 //d:Title for photo base name item in photo settings list
       
   665 //l:list_setting_pane_t1
       
   666 //
       
   667 #define qtn_lcam_sett_attr_name_base "Default image name"
       
   668 
       
   669 //d:Title for video base name item in video settings list
       
   670 //l:list_setting_pane_t1
       
   671 //
       
   672 #define qtn_lcam_sett_attr_video_name "Default video name"
       
   673 
       
   674 //d:Title for extended zoom item in photo settings list
       
   675 //l:list_setting_pane_t1
       
   676 //
       
   677 #define qtn_lcam_sett_attr_zoom				"Extended digital zoom"
       
   678 
       
   679 // <Inc4><wk06y2007>
       
   680 
       
   681 //d:Title for red eye removal item in photo settings list
       
   682 //l:list_setting_pane_t1
       
   683 //r:4.0
       
   684 #define qtn_lcam_sett_attr_red_eye_rem				"Red eye removal"
       
   685 
       
   686 // </Inc4></wk06y2007>
       
   687 
       
   688 // <Inc3>
       
   689 //d:Title for digital zoom item in photo settings list
       
   690 //l:list_setting_pane_t1
       
   691 //
       
   692 #define qtn_lcam_sett_attr_zoom_digital  "Digital zoom"
       
   693 // </Inc3>
       
   694 
       
   695 
       
   696 
       
   697 //d:Titles for optical zoom in video settings list
       
   698 //l:list_setting_pane_t1
       
   699 //
       
   700 #define qtn_lcam_sett_attr_opzoom_off		"Optical zoom during recording"
       
   701 
       
   702 //d:Title for audio recording item in video settings list
       
   703 //l:list_setting_pane_t1
       
   704 //
       
   705 #define qtn_lcam_sett_attr_audio_rec "Audio recording"
       
   706 
       
   707 //d:Title for continuous auto-focus item in video settings list
       
   708 //l:list_setting_pane_t1
       
   709 //
       
   710 #define qtn_lcam_sett_attr_cont_af "Continuous auto-focus"
       
   711 
       
   712 //d:Title for video quality item in video settings list
       
   713 //l:list_setting_pane_t1
       
   714 //
       
   715 #define qtn_lcam_sett_attr_vi_type "Video quality"
       
   716 
       
   717 //d:Title for video stabilisation item in video settings list
       
   718 //l:list_setting_pane_t1
       
   719 //
       
   720 #define qtn_lcam_sett_attr_vid_stable "Video stabilisation"
       
   721 
       
   722 //d:Title for store in album item in settings lists
       
   723 //l:list_setting_pane_t1
       
   724 //
       
   725 #define qtn_lcam_sett_attr_add_toalbum "Add to album"
       
   726 
       
   727 //d:Title for show captured video item in video settings list
       
   728 //l:list_setting_pane_t1
       
   729 //
       
   730 #define qtn_lcam_sett_attr_post_vi "Show last captured video"
       
   731 
       
   732 //d:Title for video media storage item in video settings list
       
   733 //l:list_setting_pane_t1
       
   734 //
       
   735 #define qtn_lcam_sett_attr_store "Memory in use"
       
   736 
       
   737 //d:Titles for photo quality item in photo settings list
       
   738 //l:list_setting_pane_t1
       
   739 //
       
   740 #define qtn_lcam_sett_attr_quality "Image quality"
       
   741 
       
   742 //d:Title for show captured photo item in photo settings list
       
   743 //l:list_setting_pane_t1
       
   744 //
       
   745 #define qtn_lcam_sett_attr_post_ph "Show captured image"
       
   746 
       
   747 //d:Data query header for inputting new video name
       
   748 //l:popup_query_data_window_t3/opt2
       
   749 //
       
   750 #define qtn_lcam_query_video_name       "Video name:"
       
   751 
       
   752 //d:Data query header for inputting new image name
       
   753 //l:popup_query_data_window_t3/opt2
       
   754 //
       
   755 #define qtn_lcam_query_image_name       "Image name:"
       
   756 
       
   757 //d:Data query header for inputting default image name
       
   758 //l:popup_query_data_window_t3/opt2
       
   759 //
       
   760 #define qtn_lcam_query_default_image_name       "Default image name:"
       
   761 
       
   762 //d:Data query header for inputting default video name
       
   763 //l:popup_query_data_window_t3/opt2
       
   764 //
       
   765 #define qtn_lcam_query_default_video_name       "Default video name:"
       
   766 
       
   767 //d:ISO setting setting item
       
   768 //d:Shown in user scene setting list
       
   769 //l:list_setting_pane_t1
       
   770 //
       
   771 #define qtn_lcam_set_user_iso "Light sensitivity value"
       
   772 
       
   773 //d:Title for Tilt sensor Rotate Image item in settings list
       
   774 //l:list_setting_pane_t1
       
   775 //
       
   776 #define qtn_lcam_sett_attr_tsensor "Rotate image"
       
   777 
       
   778 
       
   779 // <Inc3><w04y2007>
       
   780 //d:Title for flicker cancellation item in image capture settings list
       
   781 //l:list_setting_pane_t1
       
   782 //
       
   783 #define qtn_lcam_sett_attr_flickr "Flicker cancellation"
       
   784 // </w04y2007></Inc3>
       
   785 
       
   786 //----------------------------------------------------
       
   787 
       
   788 //d:View title
       
   789 //d:In capture setup mode
       
   790 //l:main_cam5_pane_t2
       
   791 //
       
   792 #define qtn_lcam_title_subm_flash   "Flash"
       
   793 
       
   794 //d:View title
       
   795 //d:In capture setup mode
       
   796 //l:main_cam5_pane_t2
       
   797 //
       
   798 #define qtn_lcam_title_subm_wb   "White balance"
       
   799 
       
   800 //d:View title
       
   801 //d:In capture setup mode
       
   802 //l:main_cam5_pane_t2
       
   803 //
       
   804 #define qtn_lcam_title_subm_ev   "Exposure compensation"
       
   805 
       
   806 //d:View title
       
   807 //d:In capture setup mode
       
   808 //l:main_cam5_pane_t2
       
   809 //
       
   810 #define qtn_lcam_title_subm_ceff   "Colour tone"
       
   811 
       
   812 //d:View title
       
   813 //d:In capture setup mode
       
   814 //l:main_cam5_pane_t2
       
   815 //
       
   816 #define qtn_lcam_title_subm_sharp   "Sharpness"
       
   817 
       
   818 //d:View title
       
   819 //d:in capture setup mode
       
   820 //l:main_cam5_pane_t2
       
   821 //
       
   822 #define qtn_lcam_title_subm_contr   "Contrast"
       
   823 
       
   824 //d:View title in capture setup mode
       
   825 //d:For cameraapp Increment 3.1, cameraapp Release 6
       
   826 //r:3.1
       
   827 //l:main_cam5_pane_t2
       
   828 //
       
   829 #define qtn_lcam_title_subm_bright   "Brightness"
       
   830 
       
   831 //d:View title
       
   832 //d:
       
   833 //l:main_cam5_pane_t2
       
   834 //
       
   835 #define qtn_lcam_title_selftimer    "Self timer"
       
   836 
       
   837 
       
   838 //d:View title
       
   839 //d:In capture setup mode
       
   840 //l:main_cam5_pane_t2
       
   841 //
       
   842 #define qtn_lcam_title_subm_iso  "Light sensitivity"
       
   843 
       
   844 //----------------------------------------------------
       
   845 
       
   846 //d:Item text for flash auto value
       
   847 //d:Visible in set_up lists
       
   848 //l:cset_list_set_pane_t1
       
   849 //
       
   850 #define qtn_lcam_set_auto                 "Automatic"
       
   851 
       
   852 //d:Item text for flash forced value
       
   853 //d:Visible in set_up lists
       
   854 //l:cset_list_set_pane_t1
       
   855 //
       
   856 #define qtn_lcam_set_force                 "On"
       
   857 
       
   858 //d:Item text for flash off value
       
   859 //d:Visible in set_up lists
       
   860 //l:cset_list_set_pane_t1
       
   861 //
       
   862 #define qtn_lcam_set_flash_off                    "Off"
       
   863 
       
   864 //d:Item text for flash redeye reduction value
       
   865 //d:Visible in set_up lists
       
   866 //l:cset_list_set_pane_t1
       
   867 //
       
   868 #define qtn_lcam_set_redeye                    "Red eye reduction"
       
   869 
       
   870 //----------------------------------------------------
       
   871 
       
   872 //d:Item text for white balance auto value
       
   873 //d:Visible in set_up lists
       
   874 //l:main_cam5_pane_t1
       
   875 //
       
   876 #define qtn_lcam_set_awb                  "Automatic"
       
   877 
       
   878 //d:Item text for white balance daylight value
       
   879 //d:Visible in set_up lists
       
   880 //l:main_cam5_pane_t1
       
   881 //
       
   882 #define qtn_lcam_set_day                  "Sunny"
       
   883 
       
   884 //d:Item text for white balance cloudy value
       
   885 //d:Visible in set_up lists
       
   886 //l:main_cam5_pane_t1
       
   887 //
       
   888 #define qtn_lcam_set_cloud                  "Cloudy"
       
   889 
       
   890 //d:Item text for white balance tungsten value
       
   891 //d:Visible in set_up lists
       
   892 //l:main_cam5_pane_t1
       
   893 //
       
   894 #define qtn_lcam_set_tung                 "Incandescent"
       
   895 
       
   896 //d:Item text for white balance fluorescent value
       
   897 //d:Visible in set_up lists
       
   898 //l:main_cam5_pane_t1
       
   899 //
       
   900 #define qtn_lcam_set_flu                 "Fluorescent"
       
   901 
       
   902 //----------------------------------------------------
       
   903 
       
   904 //d:Item text for colour filter colour value
       
   905 //d:Visible in set_up lists
       
   906 //l:main_cam5_pane_t1
       
   907 //
       
   908 #define qtn_lcam_set_col                 "Normal"
       
   909 
       
   910 //d:Item text for colour filter sepia value
       
   911 //d:Visible in set_up lists
       
   912 //l:main_cam5_pane_t1
       
   913 //
       
   914 #define qtn_lcam_set_sep                 "Sepia"
       
   915 
       
   916 //d:Item text for colour filter black and white value
       
   917 //d:Visible in set_up lists
       
   918 //l:main_cam5_pane_t1
       
   919 //
       
   920 #define qtn_lcam_set_bw                 "Black & white"
       
   921 
       
   922 //d:Item text for colour filter vivid colours value
       
   923 //d:Visible in set_up lists
       
   924 //l:main_cam5_pane_t1
       
   925 //
       
   926 #define qtn_lcam_set_neg                 "Negative"
       
   927 
       
   928 //d:Item text for colour filter vivid colours value
       
   929 //d:Visible in set_up lists
       
   930 //l:main_cam5_pane_t1
       
   931 //
       
   932 #define qtn_lcam_set_viv                 "Vivid"
       
   933 
       
   934 //----------------------------------------------------
       
   935 
       
   936 //d:Item text for ISO value automatic ISO setting
       
   937 //d:Visible in set_up lists
       
   938 //l:main_cam5_pane_t1
       
   939 //
       
   940 #define qtn_lcam_isoauto                "Auto"
       
   941 
       
   942 //d:Item text for ISO value Low ISO setting
       
   943 //d:Visible in set_up lists
       
   944 //l:main_cam5_pane_t1
       
   945 //
       
   946 #define qtn_lcam_isolow                 "Low"
       
   947 
       
   948 //d:Item text for ISO value Medium ISO setting
       
   949 //d:Visible in set_up lists
       
   950 //l:main_cam5_pane_t1
       
   951 //
       
   952 #define qtn_lcam_isomedium              "Medium"
       
   953 
       
   954 //d:Item text for ISO value High ISO setting
       
   955 //d:Visible in set_up lists
       
   956 //l:main_cam5_pane_t1
       
   957 //
       
   958 #define qtn_lcam_isohigh                "High"
       
   959 
       
   960 //----------------------------------------------------
       
   961 // Image quality setting texts
       
   962 
       
   963 // <Inc3>
       
   964 //d:Image quality slider bar top subtitle
       
   965 //d:Visible in image quality slider control.
       
   966 //l:main_cam5_pane_t6
       
   967 //
       
   968 #define qtn_lcam_quality_subtitle_maximum "Maximum"
       
   969 
       
   970 //d:Image quality slider bar bottom subtitle
       
   971 //d:Visible in image quality slider control.
       
   972 //l:main_cam5_pane_t6
       
   973 //
       
   974 #define qtn_lcam_quality_subtitle_minimum "Low"
       
   975 // </Inc3>
       
   976 
       
   977 // Video quality setting texts
       
   978 
       
   979 //d:Video quality slider bar top sub title
       
   980 //d:Visible in video quality slider control.
       
   981 //l:main_cam5_pane_t6
       
   982 //
       
   983 #define qtn_lcam_quality_subtitle_vmax "High"
       
   984 
       
   985 //d:Video quality slider bar top sub title
       
   986 //d:Visible in video quality slider control.
       
   987 //l:main_cam5_pane_t6
       
   988 //
       
   989 #define qtn_lcam_quality_subtitle_vmin "Low"
       
   990 
       
   991 //----------------------------------------------------
       
   992 
       
   993 //d:Text placed above video time remaining counter
       
   994 //d:Visible in video quality slider control.
       
   995 //l:main_cam5_pane_t5
       
   996 //
       
   997 #define qtn_lcam_video_remain "Record time available"
       
   998 
       
   999 //d:Text placed above image counter
       
  1000 //d:Visible in image quality slider control.
       
  1001 //l:main_cam5_pane_t5
       
  1002 //
       
  1003 #define qtn_lcam_image_remain "Images remaining"
       
  1004 
       
  1005 //d:Image quality setting description
       
  1006 //d:Visible in image quality slider control and settings list
       
  1007 //l:list_set_graphic_pane_t1 
       
  1008 //
       
  1009 #define qtn_lcam_sett_attr_quality_print9mlarge "Print 9M - Large"
       
  1010 
       
  1011 //d:Image quality setting description
       
  1012 //d:Visible in image quality slider control and settings list
       
  1013 //l:list_set_graphic_pane_t1 
       
  1014 //
       
  1015 #define qtn_lcam_sett_attr_quality_print8mlarge "Print 8M - Large"
       
  1016 
       
  1017 //d:Image quality setting description
       
  1018 //d:Visible in image quality slider control and settings list
       
  1019 //l:list_set_graphic_pane_t1 
       
  1020 //
       
  1021 #define qtn_lcam_sett_attr_quality_print6mlarge "Print 6M - Large"
       
  1022 
       
  1023 //d:Image quality setting description
       
  1024 //d:Visible in image quality slider control and settings list
       
  1025 //l:list_set_graphic_pane_t1 
       
  1026 //
       
  1027 #define qtn_lcam_sett_attr_quality_print5mlarge "Print 5M - Large"
       
  1028 
       
  1029 //d:Image quality setting description
       
  1030 //d:Visible in image quality slider control and settings list
       
  1031 //l:list_set_graphic_pane_t1 
       
  1032 //
       
  1033 #define qtn_lcam_sett_attr_quality_print3mlarge "Print 3M - Large"
       
  1034 
       
  1035 //d:Image quality setting description
       
  1036 //d:Visible in image quality slider control and settings list
       
  1037 //l:list_set_graphic_pane_t1 
       
  1038 //
       
  1039 #define qtn_lcam_sett_attr_quality_print2mlarge "Print 2M - Large"
       
  1040 
       
  1041 //d:Image quality setting description
       
  1042 //d:Visible in image quality slider control and settings list
       
  1043 //l:list_set_graphic_pane_t1 
       
  1044 //
       
  1045 #define qtn_lcam_sett_attr_quality_print3mmed "Print 3M - Med."
       
  1046 
       
  1047 //d:Image quality setting description
       
  1048 //d:Visible in image quality slider control and settings list
       
  1049 //l:list_set_graphic_pane_t1 
       
  1050 //
       
  1051 #define qtn_lcam_sett_attr_quality_print2mmed "Print 2M - Med."
       
  1052 
       
  1053 //d:Image quality setting description
       
  1054 //d:Visible in image quality slider control and settings list 
       
  1055 //l:list_set_graphic_pane_t1 
       
  1056 #define qtn_lcam_sett_attr_quality_print1med "Print 1M - Med."
       
  1057 
       
  1058 //d:Image quality setting description
       
  1059 //d:Visible in image quality slider control and settings list
       
  1060 //l:list_set_graphic_pane_t1 
       
  1061 //
       
  1062 #define qtn_lcam_sett_attr_quality_print1_3small "Print/Email 1.3M - Small"
       
  1063 
       
  1064 //d:Image quality setting description
       
  1065 //d:Visible in image quality slider control and settings list
       
  1066 //l:list_set_graphic_pane_t1 
       
  1067 //
       
  1068 #define qtn_lcam_sett_attr_quality_print1_0small "Print/Email 1M - Small"
       
  1069 
       
  1070 //d:Image quality setting description
       
  1071 //d:Visible in image quality slider control and settings list
       
  1072 //l:list_set_graphic_pane_t1 
       
  1073 //
       
  1074 #define qtn_lcam_sett_attr_quality_print0_8med "Email 0.8M - Med."
       
  1075 
       
  1076 //d:Image quality setting description
       
  1077 //d:Visible in image quality slider control and settings list
       
  1078 //l:list_set_graphic_pane_t1 
       
  1079 //
       
  1080 #define qtn_lcam_sett_attr_quality_mms "MMS 0.3M - Small"
       
  1081 
       
  1082 //d:Video quality setting description
       
  1083 //d:Visible in video quality slider control and settings list
       
  1084 //l:list_set_graphic_pane_t1 
       
  1085 //
       
  1086 #define qtn_lcam_set_type_high "High"
       
  1087 
       
  1088 //d:Video quality setting description
       
  1089 //d:Visible in video quality slider control and settings list
       
  1090 //l:list_set_graphic_pane_t1 
       
  1091 //
       
  1092 #define qtn_lcam_set_type_normal "Normal"
       
  1093 
       
  1094 //d:Video quality setting description
       
  1095 //d:Visible in video quality slider control and settings list
       
  1096 //l:list_set_graphic_pane_t1 
       
  1097 //
       
  1098 #define qtn_lcam_set_type_sharing "Sharing"
       
  1099 
       
  1100 //d:Video quality setting description
       
  1101 //d:Visible in video quality slider control and settings list
       
  1102 //l:list_set_graphic_pane_t1 
       
  1103 //
       
  1104 #define qtn_lcam_set_type_tvhigh "4:3 resolution high quality"
       
  1105 
       
  1106 //d:Video quality setting description
       
  1107 //d:Visible in video quality slider control and settings list
       
  1108 //l:list_set_graphic_pane_t1 
       
  1109 //
       
  1110 #define qtn_lcam_set_type_tvnorm "4:3 resolution normal quality"
       
  1111 
       
  1112 //d:Video quality setting description
       
  1113 //d:Visible in video quality slider control and settings list
       
  1114 //l:list_set_graphic_pane_t1 
       
  1115 //
       
  1116 #define qtn_lcam_set_type_webhigh "Email high quality"
       
  1117 
       
  1118 //d:Video quality setting description
       
  1119 //d:Visible in video quality slider control and settings list
       
  1120 //l:list_set_graphic_pane_t1 
       
  1121 //
       
  1122 #define qtn_lcam_set_type_webnorm "Email normal quality"
       
  1123 
       
  1124 //d:Video quality setting description
       
  1125 //d:Visible in video quality slider control and settings list
       
  1126 //l:list_set_graphic_pane_t1 
       
  1127 //
       
  1128 #define qtn_lcam_set_type_mms "Sharing quality"
       
  1129 
       
  1130 
       
  1131 //----------------------------------------------------
       
  1132 
       
  1133 //d:Image quality setting description
       
  1134 //d:Visible in image quality slider control.
       
  1135 //l:main_cam5_pane_t4/opt1
       
  1136 //
       
  1137 #define qtn_lcam_descr_quality_print9m "Use for large sized prints up to 20x12 in (50x30 cm)"
       
  1138 
       
  1139 //d:Image quality setting description
       
  1140 //d:Visible in image quality slider control.
       
  1141 //l:main_cam5_pane_t4/opt1
       
  1142 //
       
  1143 #define qtn_lcam_descr_quality_print8m "Use for large sized prints up to 16x12 in (40x30 cm)"
       
  1144 
       
  1145 //d:Image quality setting description
       
  1146 //d:Visible in image quality slider control.
       
  1147 //l:main_cam5_pane_t4/opt1
       
  1148 //
       
  1149 #define qtn_lcam_descr_quality_print6m "Use for large sized prints up to 16x 9 in (40x23 cm)"
       
  1150 
       
  1151 //d:Image quality setting description
       
  1152 //d:Visible in image quality slider control.
       
  1153 //l:main_cam5_pane_t4/opt1
       
  1154 //
       
  1155 #define qtn_lcam_descr_quality_print5m "Use for large sized prints up to 14x11 in (36x28 cm)"
       
  1156 
       
  1157 //d:Image quality setting description
       
  1158 //d:Visible in image quality slider control.
       
  1159 //l:main_cam5_pane_t4/opt1
       
  1160 //
       
  1161 #define qtn_lcam_descr_quality_print3m "Use for prints up to 10x8 in (25x20 cm)"
       
  1162 
       
  1163 //d:Image quality setting description
       
  1164 //d:Visible in image quality slider control.
       
  1165 //l:main_cam5_pane_t4/opt1
       
  1166 //
       
  1167 #define qtn_lcam_descr_quality_print2m "Use for prints up to 7x5 in (18x13 cm)"
       
  1168 
       
  1169 //d:Image quality setting description
       
  1170 //d:Visible in image quality slider control.
       
  1171 //l:main_cam5_pane_t4/opt1
       
  1172 //
       
  1173 #define qtn_lcam_descr_quality_print1_3m "Use for prints up to 6x4 in (15x10 cm)"
       
  1174 
       
  1175 //d:Image quality setting description
       
  1176 //d:Visible in image quality slider control.
       
  1177 //l:main_cam5_pane_t4/opt1
       
  1178 //
       
  1179 #define qtn_lcam_descr_quality_print1m "Use for prints up to 6x4 in (15x10 cm)"
       
  1180 
       
  1181 //d:Image quality setting description
       
  1182 //d:Visible in image quality slider control.
       
  1183 //l:main_cam5_pane_t4/opt1
       
  1184 //
       
  1185 #define qtn_lcam_descr_quality_low "Ideal image size to send via Multimedia message (MMS)"
       
  1186 
       
  1187 //d:Video quality setting description
       
  1188 //d:Visible in video quality slider control.
       
  1189 //l:main_cam5_pane_t4/opt1
       
  1190 //
       
  1191 #define qtn_lcam_descr_quality_vhigh "Use for best quality playback through handset or PC"
       
  1192 
       
  1193 //d:Video quality setting description
       
  1194 //d:Visible in video quality slider control.
       
  1195 //l:main_cam5_pane_t4/opt1
       
  1196 //
       
  1197 #define qtn_lcam_descr_quality_vnorm "Standard quality for playback through handset"
       
  1198 
       
  1199 //d:Video quality setting description
       
  1200 //d:Visible in video quality slider control.
       
  1201 //l:main_cam5_pane_t4/opt1
       
  1202 //
       
  1203 #define qtn_lcam_descr_quality_vshare "Limited video clip size to send using multimedia message (MMS)"
       
  1204 
       
  1205 //d:Video quality setting description
       
  1206 //d:Visible in video quality slider control.
       
  1207 //d:Before : "Best quality for long term usage and playback on TV/PC and handset"
       
  1208 //l:main_cam5_pane_t4/opt1
       
  1209 //
       
  1210 #define qtn_lcam_descr_quality_tvhigh  "Best quality for playback on displays using 4:3 aspect ratio"
       
  1211 
       
  1212 
       
  1213 //d:Video quality setting description
       
  1214 //d:Visible in video quality slider control.
       
  1215 //d:Before : "Standard quality for long term usage and playback on TV/PC and handset"
       
  1216 //l:main_cam5_pane_t4/opt1
       
  1217 //
       
  1218 #define qtn_lcam_descr_quality_tvnorm  "Standard quality for playback on displays using 4:3 aspect ratio"
       
  1219 
       
  1220 
       
  1221 //d:Video quality setting description
       
  1222 //d:Visible in video quality slider control.
       
  1223 //d:Before : "Best quality for playback through handset and compatible with other mobile phones"
       
  1224 //l:main_cam5_pane_t4/opt1
       
  1225 //
       
  1226 #define qtn_lcam_descr_quality_webhigh  "Best quality for uploading videos"
       
  1227 
       
  1228 
       
  1229 //d:Video quality setting description
       
  1230 //d:Visible in video quality slider control.
       
  1231 //d:Before : "Standard quality for playback through handset and compatible with other mobile phones"
       
  1232 //l:main_cam5_pane_t4/opt1
       
  1233 //
       
  1234 #define qtn_lcam_descr_quality_webnorm  "Standard quality for uploading videos"
       
  1235 
       
  1236 
       
  1237 
       
  1238 
       
  1239 
       
  1240 //----------------------------------------------------
       
  1241 
       
  1242 //<Inc3>
       
  1243 //d:Item text for increased value
       
  1244 //d:Visible in set_up lists (e.g. for brightness)
       
  1245 //l:main_cam5_pane_t1
       
  1246 //
       
  1247 #define qtn_lcam_set_increased "Increased"
       
  1248 
       
  1249 //d:Item text for decreased value
       
  1250 //d:Visible in set_up lists (e.g. for brightness)
       
  1251 //l:main_cam5_pane_t1
       
  1252 //
       
  1253 #define qtn_lcam_set_decreased "Decreased"
       
  1254 
       
  1255 // <Inc3>
       
  1256 // -------------------------------------
       
  1257 // Zoom options if only digital zoom available
       
  1258 
       
  1259 //d:Item value for photo settings list
       
  1260 //d:Extended digital zoom is disabled with this setting.
       
  1261 //l:list_set_graphic_pane_t1
       
  1262 //
       
  1263 #define qtn_lcam_ex_set_off "Off"
       
  1264 
       
  1265 
       
  1266 //d:Item value for photo settings list
       
  1267 //d:Extended digital zoom is enabled with this setting.
       
  1268 //d:When selected, transition from digital to extended digital 
       
  1269 //d:zoom range is done smoothly, without a pause.
       
  1270 //l:list_set_graphic_pane_t1
       
  1271 //
       
  1272 #define qtn_lcam_ex_set_oncont "On (continuous)"
       
  1273 
       
  1274 
       
  1275 //d:Item value for photo settings list
       
  1276 //d:Extended digital zoom is enabled with this setting.
       
  1277 //d:When selected, transition from digital to extended digital 
       
  1278 //d:zoom range causes a pause in the zooming.
       
  1279 //l:list_set_graphic_pane_t1
       
  1280 //
       
  1281 #define qtn_lcam_ex_set_onpause "On (paused)"
       
  1282 
       
  1283 // <Inc4><wk06y2007>
       
  1284 
       
  1285 //d:Item value for photo settings list
       
  1286 //d:Red eye removal is enabled with this setting.
       
  1287 //l:list_set_graphic_pane_t1
       
  1288 //r:4.0
       
  1289 #define qtn_lcam_set_land_img_redeye_rem_on "On"
       
  1290 
       
  1291 //d:Item value for photo settings list
       
  1292 //d:Red eye removal is disabled with this setting.
       
  1293 //l:list_set_graphic_pane_t1
       
  1294 //r:4.0
       
  1295 #define qtn_lcam_set_land_img_redeye_rem_off "Off"
       
  1296 
       
  1297 // </Inc4></wk06y2007>
       
  1298 
       
  1299 // -------------------------------------
       
  1300 // Zoom options if optical zoom available
       
  1301 
       
  1302 //d:Item value for photo settings list
       
  1303 //d:When selected, the digital zoom functionality is 
       
  1304 //d:switched off, leaving only the optical zoom.
       
  1305 //d:Used only in products with optical zoom.
       
  1306 //l:list_set_graphic_pane_t1
       
  1307 //
       
  1308 #define qtn_lcam_set_zoom_digital_off "Off"
       
  1309 
       
  1310 
       
  1311 //d:Item value for photo settings list
       
  1312 //d:When selected, the extended digital zoom is switched off,
       
  1313 //d:but the default digital zoom functionality will remain on and
       
  1314 //d:a transition from optical to digital zoom range 
       
  1315 //d:results in a pause in the zooming.
       
  1316 //l:list_set_graphic_pane_t1
       
  1317 //
       
  1318 #define qtn_lcam_set_on_zoom_pause "On (paused)"
       
  1319 
       
  1320 //d:Item value for photo settings list
       
  1321 //d:When selected, the extended digital zoom is switched off,
       
  1322 //d:but the default digital zoom functionality will remain on and
       
  1323 //d:a transition from optical to digital zoom range 
       
  1324 //d:is done smoothly without a pause.
       
  1325 //l:list_set_graphic_pane_t1
       
  1326 //
       
  1327 #define qtn_lcam_set_on_zoom_cont "On (continuous)"
       
  1328 
       
  1329 
       
  1330 //d:Item value for photo settings list
       
  1331 //d:Extended digital zoom is enabled with this setting.
       
  1332 //d:When selected, transition from digital to extended digital 
       
  1333 //d:zoom range causes a pause in the zooming.
       
  1334 //l:list_set_graphic_pane_t1
       
  1335 //
       
  1336 #define qtn_lcam_set_on_zoom_ex_pause "Extended on (paused)"
       
  1337 
       
  1338 //d:Item value for photo settings list
       
  1339 //d:Extended digital zoom is enabled with this setting.
       
  1340 //d:When selected, transitions from optical to digital and
       
  1341 //d:digital to extended digital zoom range are done smoothly
       
  1342 //d:without a pause.
       
  1343 //l:list_set_graphic_pane_t1
       
  1344 //
       
  1345 #define qtn_lcam_set_on_zoom_ex_cont "Extended on (continuous)"
       
  1346 // -------------------------------------
       
  1347 // </Inc3>
       
  1348 
       
  1349 
       
  1350 
       
  1351 //d:Item in setting page for selecting text as photo/video name base type.
       
  1352 //l:list_set_graphic_pane_t1
       
  1353 //
       
  1354 #define qtn_lcam_set_pop_text           "Text"
       
  1355 
       
  1356 //d:Item in setting page for selecting date as photo/video name base type.
       
  1357 //l:list_set_graphic_pane_t1
       
  1358 //
       
  1359 #define qtn_lcam_set_pop_date           "Date"
       
  1360 
       
  1361 
       
  1362 //d:Item in video setting list for switching off audio recording
       
  1363 //l:list_set_graphic_pane_t1
       
  1364 //
       
  1365 #define qtn_lcam_set_audio_off          "Mute"
       
  1366 
       
  1367 //d:Capture tone setting in photo settings list
       
  1368 //l:list_set_graphic_pane_t1
       
  1369 //
       
  1370 #define qtn_lcam_set_camera_1 "Camera 1"
       
  1371 
       
  1372 //d:Capture tone setting in photo settings list
       
  1373 //l:list_set_graphic_pane_t1
       
  1374 //
       
  1375 #define qtn_lcam_set_camera_2 "Camera 2"
       
  1376 
       
  1377 //d:Capture tone setting in photo settings list
       
  1378 //l:list_set_graphic_pane_t1
       
  1379 //
       
  1380 #define qtn_lcam_set_camera_3 "Camera 3"
       
  1381 
       
  1382 //d:Capture tone setting in photo settings list
       
  1383 //l:list_set_graphic_pane_t1
       
  1384 //
       
  1385 #define qtn_lcam_set_camera_4 "Camera 4"
       
  1386 
       
  1387 //----------------------------------------------------
       
  1388 
       
  1389 //d:Night scene title text
       
  1390 //d:Visible in scene settings page
       
  1391 //l:list_set_graphic_pane_t1
       
  1392 //
       
  1393 #define qtn_lcam_scene_night      "Night"
       
  1394 
       
  1395 //d:User scene title text
       
  1396 //d:Visible in scene settings page
       
  1397 //l:list_set_graphic_pane_t1
       
  1398 //
       
  1399 #define qtn_lcam_scene_user       "User defined"
       
  1400 
       
  1401 //d:Auto scene title text
       
  1402 //d:Visible in scene settings page
       
  1403 //l:list_set_graphic_pane_t1
       
  1404 //
       
  1405 #define qtn_lcam_scene_auto       "Auto"
       
  1406 
       
  1407 //d:Macro scene title text
       
  1408 //d:Visible in scene settings page
       
  1409 //l:list_set_graphic_pane_t1
       
  1410 //
       
  1411 #define qtn_lcam_scene_macro      "Close-up mode"
       
  1412 
       
  1413 //d:Portrait scene title text
       
  1414 //d:Visible in scene settings page
       
  1415 //l:list_set_graphic_pane_t1
       
  1416 //
       
  1417 #define qtn_lcam_scene_port       "Portrait"
       
  1418 
       
  1419 //d:Landscape scene title text
       
  1420 //d:Visible in scene settings page
       
  1421 //l:list_set_graphic_pane_t1
       
  1422 //
       
  1423 #define qtn_lcam_scene_land       "Landscape"
       
  1424 
       
  1425 //d:Night portrait scene title text
       
  1426 //d:Visible in scene settings page
       
  1427 //l:list_set_graphic_pane_t1
       
  1428 //
       
  1429 #define qtn_lcam_scene_nightport  "Night portrait"
       
  1430 
       
  1431 //d:Sport scene title text
       
  1432 //d:Visible in scene settings page
       
  1433 //l:list_set_graphic_pane_t1
       
  1434 //
       
  1435 #define qtn_lcam_scene_sport      "Sport"
       
  1436 
       
  1437 //----------------------------------------------------
       
  1438 //d:Night scene descriptive text
       
  1439 //d:In scene settings list
       
  1440 //l:popup_preview_text_window/opt5
       
  1441 //
       
  1442 #define qtn_lcam_scene_night_ex         "Ideal for taking pictures in low light without flash"
       
  1443 
       
  1444 //d:User scene descriptive text
       
  1445 //d:In scene settings list
       
  1446 //l:popup_preview_text_window/opt5
       
  1447 //
       
  1448 #define qtn_lcam_scene_user_ex          "Create personalised settings for instant retrieval - adjust and keep your favourite settings"
       
  1449 
       
  1450 
       
  1451 //d:Auto scene descriptive text
       
  1452 //d:In scene settings list
       
  1453 //l:popup_preview_text_window/opt5
       
  1454 //
       
  1455 #define qtn_lcam_scene_auto_ex          "Ideal for everyday photography - all settings are adjusted automatically for you"
       
  1456 
       
  1457 //d:Macro scene descriptive text
       
  1458 //d:In scene settings list
       
  1459 //l:popup_preview_text_window/opt5
       
  1460 //
       
  1461 #define qtn_lcam_scene_macro_ex         "Ideal for capturing small objects between 10 and 60cm"
       
  1462 
       
  1463 //d:Portrait scene descriptive text
       
  1464 //d:In scene settings list
       
  1465 //l:popup_preview_text_window/opt5
       
  1466 //
       
  1467 #define qtn_lcam_scene_port2_ex         "Ideal for shooting better portrait photos"
       
  1468 
       
  1469 //d:Landscape scene descriptive text
       
  1470 //d:In scene settings list
       
  1471 //d:Used in auto focus products
       
  1472 //l:popup_preview_text_window/opt5
       
  1473 //
       
  1474 #define qtn_lcam_scene_land_ex          "Ideal for shooting distant scenerys"
       
  1475 
       
  1476 //d:Landscape scene descriptive text
       
  1477 //d:In scene settings list
       
  1478 //d:Used in fixed focus products
       
  1479 //l:popup_preview_text_window/opt5
       
  1480 //
       
  1481 #define qtn_lcam_scene_land2_ex          "Ideal for shooting better outdoor scenery photos"
       
  1482 
       
  1483 //d:Night portrait scene descriptive text
       
  1484 //d:In scene settings list
       
  1485 //l:popup_preview_text_window/opt5
       
  1486 //
       
  1487 #define qtn_lcam_scene_nightport_ex     "Ideal for taking portraits in low light with flash"
       
  1488 
       
  1489 //d:Auto (video mode) text scene descriptive text
       
  1490 //d:In video scene settings list
       
  1491 //l:popup_preview_text_window/opt5
       
  1492 //
       
  1493 #define qtn_lcam_scene_vid_auto_ex      "Ideal for filming everyday moments"
       
  1494 
       
  1495 //d:Night (video mode) text scene descriptive text
       
  1496 //d:In video scene settings list
       
  1497 //l:popup_preview_text_window/opt5
       
  1498 //
       
  1499 #define qtn_lcam_scene_vid_night_ex     "Ideal for filming in dark"
       
  1500 
       
  1501 //d:Sport scene descriptive text
       
  1502 //d:In image scene settings list
       
  1503 //l:popup_preview_text_window/opt5
       
  1504 //
       
  1505 #define qtn_lcam_scene_sport_ex         "Ideal for capturing fast moving subject matter"
       
  1506 
       
  1507 //----------------------------------------------------
       
  1508 // Settings value indicators
       
  1509 
       
  1510 //d:Value of plus two for exposure.
       
  1511 //d:Shown in EV slider, and in user scene setting list.
       
  1512 //d:+ sign should be shown also (as usual in camera UIs)
       
  1513 //l:main_cam5_pane_t3
       
  1514 //
       
  1515 #define qtn_lcam_ev_plus2     "+2"
       
  1516 
       
  1517 //d:Value of plus 1.5 for exposure.
       
  1518 //d:Shown in EV slider, and in user scene setting list.
       
  1519 //d:+ sign should be shown also (as usual in camera UIs)
       
  1520 //l:main_cam5_pane_t3
       
  1521 //
       
  1522 #define qtn_lcam_ev_plus1_5   "+1.5"
       
  1523 
       
  1524 //d:Value of plus one for exposure.
       
  1525 //d:Shown in EV slider, and in user scene setting list.
       
  1526 //d:+ sign should be shown also (as usual in camera UIs)
       
  1527 //l:main_cam5_pane_t3
       
  1528 //
       
  1529 #define qtn_lcam_ev_plus1     "+1"
       
  1530 
       
  1531 //d:Value of plus 0.5 for exposure.
       
  1532 //d:Shown in EV slider, and in user scene setting list.
       
  1533 //d:+ sign should be shown also (as usual in camera UIs)
       
  1534 //l:main_cam5_pane_t3
       
  1535 //
       
  1536 #define qtn_lcam_ev_plus0_5   "+0.5"
       
  1537 
       
  1538 //d:Value of zero for exposure.
       
  1539 //d:Shown in EV slider, and in user scene setting list.
       
  1540 //l:main_cam5_pane_t3
       
  1541 //
       
  1542 #define qtn_lcam_ev_0         "0"
       
  1543 
       
  1544 //d:Value of minus 0.5 for exposure.
       
  1545 //d:Shown in EV slider, and in user scene setting list.
       
  1546 //l:main_cam5_pane_t3
       
  1547 //
       
  1548 #define qtn_lcam_ev_minus0_5  "-0.5"
       
  1549 
       
  1550 //d:Value of minus one for exposure.
       
  1551 //d:Shown in EV slider, and in user scene setting list.
       
  1552 //l:main_cam5_pane_t3
       
  1553 //
       
  1554 #define qtn_lcam_ev_minus1    "-1"
       
  1555 
       
  1556 //d:Value of minus 1.5 for exposure.
       
  1557 //d:Shown in EV slider, and in user scene setting list.
       
  1558 //l:main_cam5_pane_t3
       
  1559 //
       
  1560 #define qtn_lcam_ev_minus1_5  "-1.5"
       
  1561 
       
  1562 //d:Value of minus two for exposure.
       
  1563 //d:Shown in EV slider, and in user scene setting list.
       
  1564 //l:main_cam5_pane_t3
       
  1565 //
       
  1566 #define qtn_lcam_ev_minus2    "-2"
       
  1567 
       
  1568 //d:Value of plus 1.7 for exposure.
       
  1569 //d:Shown in EV slider, and in user scene setting list.
       
  1570 //l:main_cam5_pane_t3
       
  1571 //
       
  1572 #define qtn_lcam_ev_plus1_7   "+1.7"
       
  1573 
       
  1574 //d:Value of plus 1.3 for exposure.
       
  1575 //d:Shown in EV slider, and in user scene setting list.
       
  1576 //d:+ sign should be shown also (as usual in camera UIs)
       
  1577 //l:main_cam5_pane_t3
       
  1578 //
       
  1579 #define qtn_lcam_ev_plus1_3   "+1.3"
       
  1580 
       
  1581 //d:Value of plus 0.7 for exposure.
       
  1582 //d:Shown in EV slider, and in user scene setting list.
       
  1583 //d:+ sign should be shown also (as usual in camera UIs)
       
  1584 //l:main_cam5_pane_t3
       
  1585 //
       
  1586 #define qtn_lcam_ev_plus0_7   "+0.7"
       
  1587 
       
  1588 //d:Value of plus 0.3 for exposure.
       
  1589 //d:Shown in EV slider, and in user scene setting list.
       
  1590 //d:+ sign should be shown also (as usual in camera UIs)t
       
  1591 //l:main_cam5_pane_t3
       
  1592 //
       
  1593 #define qtn_lcam_ev_plus0_3   "+0.3"
       
  1594 
       
  1595 //d:Value of minus 0.3 for exposure.
       
  1596 //d:Shown in EV slider, and in user scene setting list.
       
  1597 //l:main_cam5_pane_t3
       
  1598 //
       
  1599 #define qtn_lcam_ev_minus0_3  "-0.3"
       
  1600 
       
  1601 //d:Value of minus 0.7 for exposure.
       
  1602 //d:Shown in EV slider, and in user scene setting list.
       
  1603 //l:main_cam5_pane_t3
       
  1604 //
       
  1605 #define qtn_lcam_ev_minus0_7  "-0.7"
       
  1606 
       
  1607 //d:Value of minus 1.3 for exposure.
       
  1608 //d:Shown in EV slider, and in user scene setting list.
       
  1609 //l:main_cam5_pane_t3
       
  1610 //
       
  1611 #define qtn_lcam_ev_minus1_3  "-1.3"
       
  1612 
       
  1613 //d:Value of minus 1.7 for exposure.
       
  1614 //d:Shown in EV slider, and in user scene setting list.
       
  1615 //l:main_cam5_pane_t3
       
  1616 //
       
  1617 #define qtn_lcam_ev_minus1_7  "-1.7"
       
  1618 
       
  1619 //----------------------------------------------------
       
  1620 
       
  1621 //d:Query dialog when user selects restore camera settings
       
  1622 //l:popup_note_window
       
  1623 //
       
  1624 #define qtn_lcam_restore_query "Restore image and video settings?"
       
  1625 
       
  1626 //d:Label for wait note when setting wallpaper image
       
  1627 //l:popup_note_wait_window
       
  1628 //
       
  1629 #define qtn_lcam_loading_image "Loading image"
       
  1630 
       
  1631 //d:Saving video wait note text
       
  1632 //d:In video pre-capture view
       
  1633 //l:popup_note_wait_window 
       
  1634 //
       
  1635 #define qtn_lcam_note_saving_video "Saving video clip"
       
  1636 
       
  1637 // <Inc4><w06y2007>
       
  1638 
       
  1639 //d:Saving a photo wait note text
       
  1640 //d:Displayed in the event of Photo mode buffer overflow 
       
  1641 //l:popup_note_wait_window
       
  1642 //r:4.0
       
  1643 #define qtn_lcam_note_saving_image "Saving image"
       
  1644 
       
  1645 // </w06y2007></Inc4>
       
  1646 
       
  1647 //d:Saving photos wait note text
       
  1648 //d:Displayed in the event of Photo mode buffer overflow 
       
  1649 //l:popup_note_wait_window
       
  1650 //
       
  1651 #define qtn_lcam_note_saving_images "Saving images"
       
  1652 
       
  1653 //----------------------------------------------------
       
  1654 
       
  1655 //d:Delete video confirmation note text
       
  1656 //d:In video post-capture view
       
  1657 //l:popup_note_window
       
  1658 //
       
  1659 #define qtn_lcam_note_delete_video "Delete video clip?"
       
  1660 
       
  1661 //d:Delete image confirmation note text
       
  1662 //d:In still post-capture view
       
  1663 //l:popup_note_window
       
  1664 //
       
  1665 #define qtn_lcam_note_delete_photo "Delete image?"
       
  1666 
       
  1667 //d:Hardware failure error note text
       
  1668 //l:main_list_empty_pane
       
  1669 //
       
  1670 #define qtn_lcam_standby_hardware_failure "Unexpected error occured, please re-start camera application. If re-start doesn't help, please reboot the device"
       
  1671 
       
  1672 //d:Camera in use error note text
       
  1673 //l:main_list_empty_pane
       
  1674 //
       
  1675 #define qtn_lcam_standby_camera_in_use "Camera already in use by an app"
       
  1676 
       
  1677 //d:Memory full error note text
       
  1678 //d:The same error text is used if either memory card or internal memory is full
       
  1679 //l:popup_note_window
       
  1680 //
       
  1681 #define qtn_lcam_note_memory_full "Memory full - Change storage location?"
       
  1682 
       
  1683 //d:All memory full error note text
       
  1684 //l:popup_note_window
       
  1685 //
       
  1686 #define qtn_lcam_note_allmemory_full "All drives are full. Please delete some data and try again."
       
  1687 
       
  1688 //d:Internal memory full note text
       
  1689 //l:popup_note_window
       
  1690 //
       
  1691 #define qtn_lcam_note_internal_full "Internal memory full - Please delete some data"
       
  1692 
       
  1693 //d:Card memory full; switch to Internal memory query note text
       
  1694 //l:popup_note_window
       
  1695 //
       
  1696 #define qtn_lcam_note_card_mem_full  "Card memory full - Change storage location to internal memory?"
       
  1697 
       
  1698 //d:Internal memory full; switch to Card memory query note text
       
  1699 //l:popup_note_window
       
  1700 //
       
  1701 #define qtn_lcam_note_internal_mem_full  "Internal memory full - Change storage location to card memory?"
       
  1702 
       
  1703 //d:Memory card not accessible error note text
       
  1704 //l:popup_note_window
       
  1705 //
       
  1706 #define qtn_lcam_mmc_not_inserted "Memory card is not accessible. Phone memory will be used instead"
       
  1707 
       
  1708 //d:Memory card read only error note text
       
  1709 //l:popup_note_window
       
  1710 //
       
  1711 #define qtn_lcam_mmc_read_only "Memory card is read only. Phone memory will be used instead"
       
  1712 
       
  1713 //d:Restore user scene settings confirmation note text
       
  1714 //l:popup_note_window
       
  1715 //
       
  1716 #define qtn_lcam_note_user_reset "Restore user scene settings?"
       
  1717 
       
  1718 //----------------------------------------------------
       
  1719 
       
  1720 //d:Camera timed out text
       
  1721 //l:main_list_empty_pane
       
  1722 //
       
  1723 #define qtn_lcam_standby_timeout_expired    "Camera on standby"
       
  1724 
       
  1725 // Namebase
       
  1726 
       
  1727 //d:Default video base name
       
  1728 //d:Used as a stub for a video name in the title pane
       
  1729 //l:main_cam5_pane_t10
       
  1730 //
       
  1731 #define qtn_lcam_namebase_video			"Video"
       
  1732 
       
  1733 //d:Default photo base name
       
  1734 //d:Used as a stub for a photo name in the title pane
       
  1735 //l:main_cam5_pane_t10
       
  1736 //
       
  1737 #define qtn_lcam_namebase_image			"Image"
       
  1738 
       
  1739 //d:Title for the popup selection list showing available albums
       
  1740 //l:heading_pane_t1
       
  1741 //
       
  1742 #define qtn_lcam_select_album               "Select album:"
       
  1743 
       
  1744 //d:Shown when no albums in gallery
       
  1745 //d:Visible in a popup list when there are no albums to list
       
  1746 //l:main_cam5_pane_t12/opt3
       
  1747 //
       
  1748 #define qtn_lcam_note_noalbums "(No albums) Create new albums in Gallery"
       
  1749 
       
  1750 //d:Represents number of images captured in a sequence
       
  1751 //d:Visible in navi-pane after sequence capture
       
  1752 //l:navi_text_pane_t1
       
  1753 //
       
  1754 #define qtn_lcam_images_captured "Images captured %N"
       
  1755 
       
  1756 
       
  1757 //d:Represents time between image captures in sequence
       
  1758 //d:Visible in navi-pane during sequence capture
       
  1759 //l:navi_text_pane_t1
       
  1760 //
       
  1761 #define qtn_lcam_time_cap "%U"
       
  1762 
       
  1763 //----------------------------------------------------
       
  1764 
       
  1765 //d:Menu item for 2 sec selftimer activation
       
  1766 //d:Visible in selftimer submenu
       
  1767 //l:main_cam5_pane_t1
       
  1768 //
       
  1769 #define qtn_lcam_st_2     "2 seconds"
       
  1770 
       
  1771 //d:Menu item for 10 sec selftimer activation
       
  1772 //d:Visible in selftimer submenu
       
  1773 //l:main_cam5_pane_t1
       
  1774 //
       
  1775 #define qtn_lcam_st_10    "10 seconds"
       
  1776 
       
  1777 //d:Menu item for 20 sec selftimer activation
       
  1778 //d:Visible in selftimer submenu
       
  1779 //l:main_cam5_pane_t1
       
  1780 //
       
  1781 #define qtn_lcam_st_20    "20 seconds"
       
  1782 
       
  1783 //d:Menu item for selftimer deactivation
       
  1784 //d:Visible in selftimer submenu
       
  1785 //l:main_cam5_pane_t1
       
  1786 //
       
  1787 #define qtn_lcam_st_off   "Off"
       
  1788 
       
  1789 
       
  1790 //----------------------------------------------------
       
  1791 
       
  1792 //d:Item text for sharpness hard value
       
  1793 //d:Visible in set_up lists
       
  1794 //l:main_cam5_pane_t1
       
  1795 //
       
  1796 #define qtn_lcam_set_hard   "Hard"
       
  1797 
       
  1798 //d:Item text for sharpness normal value
       
  1799 //d:Visible in set_up lists
       
  1800 //l:main_cam5_pane_t1
       
  1801 //
       
  1802 #define qtn_lcam_set_normal "Normal"
       
  1803 
       
  1804 //d:Item text for sharpness soft value
       
  1805 //d:Visible in set_up lists
       
  1806 //l:main_cam5_pane_t1
       
  1807 //
       
  1808 #define qtn_lcam_set_soft   "Soft"
       
  1809 
       
  1810 //----------------------------------------------------
       
  1811 
       
  1812 //d:Legend for positive brightness.
       
  1813 //d:Shown brightness/contrast setup
       
  1814 //l:main_cam5_pane_t9
       
  1815 //
       
  1816 #define qtn_lcam_set_plus    "+"
       
  1817 
       
  1818 //d:legend for negative brightness.
       
  1819 //d:Shown brightness/contrast setup
       
  1820 //l:main_cam5_pane_t9
       
  1821 //
       
  1822 #define qtn_lcam_set_minus   "-"
       
  1823 
       
  1824 // <Inc3>
       
  1825 // ---------------------------------------------------------
       
  1826 // Light sensitivity (ISO value) setting page
       
  1827 
       
  1828 //d:View title.
       
  1829 //d:Visible in Image light sensitivity setting page.
       
  1830 //l:title_pane_t2/opt9
       
  1831 //
       
  1832 #define qtn_lcam_title_selector_iso  "Light sensitivity"
       
  1833 
       
  1834 // -------------------------------------
       
  1835 // Light sensitivity setting titles
       
  1836 
       
  1837 //d:Title text for light sensitivity setting.
       
  1838 //d:Stands for automatic setting.
       
  1839 //d:Visible in light sensitivity setting page and user scene setting list.
       
  1840 //l:list_set_graphic_pane_t1
       
  1841 //
       
  1842 #define qtn_lcam_set_iso_auto        "Auto"
       
  1843 
       
  1844 //d:Title text for sensitivity setting.
       
  1845 //d:Stands for lowest setting.
       
  1846 //d:Visible in light sensitivity setting page and user scene setting list.
       
  1847 //l:list_set_graphic_pane_t1
       
  1848 //
       
  1849 #define qtn_lcam_set_iso_low         "Low"
       
  1850 
       
  1851 //d:Title text for sensitivity setting.
       
  1852 //d:Stands for medium-low setting.
       
  1853 //d:Visible in light sensitivity setting page and user scene setting list.
       
  1854 //l:list_set_graphic_pane_t1
       
  1855 //
       
  1856 #define qtn_lcam_set_iso_low_medium  "Low - Medium"
       
  1857 
       
  1858 //d:Title text for sensitivity setting.
       
  1859 //d:Stands for medium setting.
       
  1860 //d:Visible in light sensitivity setting page and user scene setting list.
       
  1861 //l:list_set_graphic_pane_t1
       
  1862 //
       
  1863 #define qtn_lcam_set_iso_medium      "Medium"
       
  1864 
       
  1865 //d:Title text for sensitivity setting.
       
  1866 //d:Stands for medium-high setting.
       
  1867 //d:Visible in light sensitivity setting page and user scene setting list.
       
  1868 //l:list_set_graphic_pane_t1
       
  1869 //
       
  1870 #define qtn_lcam_set_iso_medium_high "Medium - High"
       
  1871 
       
  1872 //d:Title text for sensitivity setting.
       
  1873 //d:Stands for highest setting.
       
  1874 //d:Visible in light sensitivity setting page and user scene setting list.
       
  1875 //l:list_set_graphic_pane_t1
       
  1876 //
       
  1877 #define qtn_lcam_set_iso_high        "High"
       
  1878 
       
  1879 
       
  1880 // -------------------------------------
       
  1881 // Light sensitivity setting descriptions
       
  1882 
       
  1883 
       
  1884 //d:Description text for sensitivity setting.
       
  1885 //d:Describes the qtn_lcam_set_iso_auto setting.
       
  1886 //d:Visible in light sensitivity setting page.
       
  1887 //l:popup_preview_text_window/opt5
       
  1888 //
       
  1889 #define qtn_lcam_set_iso_auto_ex          "Use in everyday situations"
       
  1890 
       
  1891 //d:Description text for sensitivity setting.
       
  1892 //d:Describes the qtn_lcam_set_iso_low setting.
       
  1893 //d:Visible in light sensitivity setting page.
       
  1894 //l:popup_preview_text_window/opt5
       
  1895 //
       
  1896 #define qtn_lcam_set_iso_low_ex           "Ideal for use in bright sunny conditions"
       
  1897 
       
  1898 //d:Description text for sensitivity setting.
       
  1899 //d:Describes the qtn_lcam_set_iso_low_medium setting.
       
  1900 //d:Visible in light sensitivity setting page.
       
  1901 //l:popup_preview_text_window/opt5
       
  1902 //
       
  1903 #define qtn_lcam_set_iso_low_medium_ex    "Ideal for use in less bright, outdoor conditions"
       
  1904 
       
  1905 //d:Description text for sensitivity setting.
       
  1906 //d:Describes the qtn_lcam_set_iso_medium setting.
       
  1907 //d:Visible in light sensitivity setting page.
       
  1908 //l:popup_preview_text_window/opt5
       
  1909 //
       
  1910 #define qtn_lcam_set_iso_medium_ex        "Ideal for cloudy/indoor pictures with flash"
       
  1911 
       
  1912 //d:Description text for sensitivity setting.
       
  1913 //d:Describes the qtn_lcam_set_iso_medium_high setting.
       
  1914 //d:Visible in light sensitivity setting page.
       
  1915 //l:popup_preview_text_window/opt5
       
  1916 //
       
  1917 #define qtn_lcam_set_iso_medium_high_ex   "Ideal for low light pictures where flash might be required"
       
  1918 
       
  1919 //d:Description text for sensitivity setting.
       
  1920 //d:Describes the qtn_lcam_set_iso_high setting.
       
  1921 //d:Visible in light sensitivity setting page.
       
  1922 //l:popup_preview_text_window/opt5
       
  1923 //
       
  1924 #define qtn_lcam_set_iso_high_ex          "Ideal for low light pictures without flash and for freezing action in bright light"
       
  1925 
       
  1926 // ---------------------------------------------------------
       
  1927 // Advanced sequence mode setting page
       
  1928 
       
  1929 //d:View title.
       
  1930 //d:Visible in Image advanced sequence mode setting page.
       
  1931 //l:title_pane_t2/opt9
       
  1932 //
       
  1933 #define qtn_lcam_selector_title_tl  "Sequence mode"
       
  1934         
       
  1935 // -------------------------------------
       
  1936 // Setting titles
       
  1937 
       
  1938 //d:Title text for advanced sequence mode setting.
       
  1939 //d:This setting sets advanced sequence mode off and single shot mode on.
       
  1940 //d:Visible in advanced sequence mode setting page.
       
  1941 //l:main_cam5_pane_t7
       
  1942 //
       
  1943 #define qtn_lcam_set_adv_seq_off  "Single shot"
       
  1944 
       
  1945 //d:Title text for advanced sequence mode setting.
       
  1946 //d:This setting sets burst sequence mode on.
       
  1947 //d:Visible in advanced sequence mode setting page.
       
  1948 //l:main_cam5_pane_t7
       
  1949 //
       
  1950 #define qtn_lcam_set_burst        "Burst"
       
  1951 
       
  1952 //d:Title text for advanced sequence mode setting.
       
  1953 //d:This setting sets timelapse sequence mode on with interval of 5 seconds.
       
  1954 //d:Visible in advanced sequence mode setting page.
       
  1955 //l:main_cam5_pane_t7
       
  1956 //
       
  1957 #define qtn_lcam_set_seq_5secs    "5 Seconds"
       
  1958 
       
  1959 //d:Title text for advanced sequence mode setting.
       
  1960 //d:This setting sets timelapse sequence mode on with interval of 10 seconds.
       
  1961 //d:Visible in advanced sequence mode setting page.
       
  1962 //l:main_cam5_pane_t7
       
  1963 //
       
  1964 #define qtn_lcam_set_seq_10secs   "10 Seconds"
       
  1965 
       
  1966 //d:Title text for advanced sequence mode setting.
       
  1967 //d:This setting sets timelapse sequence mode on with interval of 30 seconds.
       
  1968 //d:Visible in advanced sequence mode setting page.
       
  1969 //l:main_cam5_pane_t7
       
  1970 //
       
  1971 #define qtn_lcam_set_seq_30secs   "30 Seconds"
       
  1972 
       
  1973 //d:Title text for advanced sequence mode setting.
       
  1974 //d:This setting sets timelapse sequence mode on with interval of 1 minute.
       
  1975 //d:Visible in advanced sequence mode setting page.
       
  1976 //l:main_cam5_pane_t7
       
  1977 //
       
  1978 #define qtn_lcam_set_seq_1min     "1 Minute"
       
  1979 
       
  1980 //d:Title text for advanced sequence mode setting.
       
  1981 //d:This setting sets timelapse sequence mode on with interval of 5 minutes.
       
  1982 //d:Visible in advanced sequence mode setting page.
       
  1983 //l:main_cam5_pane_t7
       
  1984 //
       
  1985 #define qtn_lcam_set_seq_5min     "5 Minutes"
       
  1986 
       
  1987 //d:Title text for advanced sequence mode setting.
       
  1988 //d:This setting sets timelapse sequence mode on with interval of 10 minutes.
       
  1989 //d:Visible in advanced sequence mode setting page.
       
  1990 //l:main_cam5_pane_t7
       
  1991 //
       
  1992 #define qtn_lcam_set_seq_10min    "10 Minutes"
       
  1993 
       
  1994 //d:Title text for advanced sequence mode setting.
       
  1995 //d:This setting sets timelapse sequence mode on with interval of 30 minutes.
       
  1996 //d:Visible in advanced sequence mode setting page.
       
  1997 //l:main_cam5_pane_t7
       
  1998 //
       
  1999 #define qtn_lcam_set_seq_30min    "30 Minutes"
       
  2000 
       
  2001 
       
  2002 // -------------------------------------
       
  2003 // Setting descriptions
       
  2004 
       
  2005 //d:Description text for qtn_lcam_set_adv_seq_off setting.
       
  2006 //d:Visible in advanced sequence mode setting page.
       
  2007 //l:popup_preview_text_window/opt5
       
  2008 //
       
  2009 #define qtn_lcam_set_adv_seq_off_ex   "Switch to single shot mode"
       
  2010 
       
  2011 //d:Description text for qtn_lcam_set_seq_5secs setting.
       
  2012 //d:Visible in advanced sequence mode setting page.
       
  2013 //l:popup_preview_text_window/opt5
       
  2014 //
       
  2015 #define qtn_lcam_set_seq_5secs_ex     "Capture an image every 5 seconds until the current selected memory runs out"
       
  2016 
       
  2017 //d:Description text for qtn_lcam_set_seq_10secs setting.
       
  2018 //d:Visible in advanced sequence mode setting page.
       
  2019 //l:popup_preview_text_window/opt5
       
  2020 //
       
  2021 #define qtn_lcam_set_seq_10secs_ex    "Capture an image every 10 seconds until the current selected memory runs out"
       
  2022 
       
  2023 //d:Description text for qtn_lcam_set_seq_30secs setting.
       
  2024 //d:Visible in advanced sequence mode setting page.
       
  2025 //l:popup_preview_text_window/opt5
       
  2026 //
       
  2027 #define qtn_lcam_set_seq_30secs_ex    "Capture an image every 30 seconds until the current selected memory runs out"
       
  2028 
       
  2029 //d:Description text for qtn_lcam_set_seq_1min setting.
       
  2030 //d:Visible in advanced sequence mode setting page.
       
  2031 //l:popup_preview_text_window/opt5
       
  2032 //
       
  2033 #define qtn_lcam_set_seq_1min_ex      "Capture an image every 1 minute until the current selected memory runs out"
       
  2034 
       
  2035 //d:Description text for qtn_lcam_set_seq_5min setting.
       
  2036 //d:Visible in advanced sequence mode setting page.
       
  2037 //l:popup_preview_text_window/opt5
       
  2038 //
       
  2039 #define qtn_lcam_set_seq_5min_ex      "Capture an image every 5 minutes until the current selected memory runs out"
       
  2040 
       
  2041 //d:Description text for qtn_lcam_set_seq_10min setting.
       
  2042 //d:Visible in advanced sequence mode setting page.
       
  2043 //l:popup_preview_text_window/opt5
       
  2044 //
       
  2045 #define qtn_lcam_set_seq_10min_ex     "Capture an image every 10 minutes until the current selected memory runs out"
       
  2046 
       
  2047 //d:Description text for qtn_lcam_set_seq_30min setting.
       
  2048 //d:Visible in advanced sequence mode setting page.
       
  2049 //l:popup_preview_text_window/opt5
       
  2050 //
       
  2051 #define qtn_lcam_set_seq_30min_ex     "Capture an image every 30 minutes until the current selected memory runs out"
       
  2052 
       
  2053 
       
  2054 
       
  2055 // ---------------------------------------------------------
       
  2056 // Location data setting 
       
  2057 
       
  2058 //d:Setting item name.
       
  2059 //d:User selects with this setting, if location data,
       
  2060 //d:when available, is recorded to the captured images or videos.
       
  2061 //l:list_setting_pane_t1
       
  2062 //
       
  2063 #define qtn_lcam_sett_attr_rec_location "Record location"
       
  2064 
       
  2065 //d:View title.
       
  2066 //d:Visible in location data setting page.
       
  2067 //l:title_pane_t2/opt9
       
  2068 //
       
  2069 #define qtn_lcam_sett_attr_ph_location_setting "Location"
       
  2070 
       
  2071 // -------------------------------------
       
  2072 // Setting values
       
  2073 
       
  2074 //d:This setting sets location data recording on.
       
  2075 //d:Visible in location data setting page.
       
  2076 //l:main_cam5_pane_t7
       
  2077 //
       
  2078 #define qtn_lcam_location_set_on "On"
       
  2079 
       
  2080 //d:This setting sets location data recording off.
       
  2081 //d:Visible in location data setting page.
       
  2082 //l:main_cam5_pane_t7
       
  2083 //
       
  2084 #define qtn_lcam_location_set_off "Off"
       
  2085 
       
  2086 // -------------------------------------
       
  2087 // Setting descriptions
       
  2088 
       
  2089 //d:Description text for qtn_lcam_location_set_on setting.
       
  2090 //d:Visible in location data setting page.
       
  2091 //d:This text is used in both image and video mode.
       
  2092 //l:main_cset_text2_pane_t1
       
  2093 //
       
  2094 #define qtn_lcam_descr_location_on "Captured photos and videos will be tagged with your location. If photos or videos are shared, the location data may also be visible to third parties. Phone will use network to get the location data. Data transfer charges may apply."
       
  2095 
       
  2096 //d:Description text for qtn_lcam_location_set_off setting.
       
  2097 //d:Visible in location data setting page.
       
  2098 //d:The text is intentionally empty
       
  2099 //l:main_cset_text2_pane_t1
       
  2100 //
       
  2101 #define qtn_lcam_descr_location_off ""
       
  2102 
       
  2103 
       
  2104 // ---------------------------------------------------------
       
  2105 // <w04y2007>
       
  2106 // Context specific setting value texts
       
  2107 
       
  2108 
       
  2109 //d:Item value for portrait mode image settings list.
       
  2110 //d:"Yes" value for setting with title qtn_lcam_sett_attr_add_toalbum.
       
  2111 //l:list_set_graphic_pane_t1
       
  2112 //
       
  2113 #define qtn_lcam_set_port_img_add_toalbum_yes "Yes"
       
  2114 
       
  2115 //d:Same as qtn_lcam_set_port_img_add_toalbum_yes, but for landscape mode.
       
  2116 //l:list_set_graphic_pane_t1
       
  2117 //
       
  2118 #define qtn_lcam_set_land_img_add_toalbum_yes "Yes"
       
  2119 
       
  2120 //d:Same as qtn_lcam_set_port_img_add_toalbum_yes, but for video setting list.
       
  2121 //l:list_set_graphic_pane_t1
       
  2122 //
       
  2123 #define qtn_lcam_set_port_vid_add_toalbum_yes "Yes"
       
  2124 
       
  2125 //d:Same as qtn_lcam_set_port_vid_add_toalbum_yes, but for landscape mode.
       
  2126 //l:list_set_graphic_pane_t1
       
  2127 //
       
  2128 #define qtn_lcam_set_land_vid_add_toalbum_yes "Yes"
       
  2129 
       
  2130 
       
  2131 
       
  2132 
       
  2133 //d:Item value for portrait image settings list.
       
  2134 //d:"No" value for setting with title qtn_lcam_sett_attr_add_toalbum.
       
  2135 //l:list_set_graphic_pane_t1
       
  2136 //
       
  2137 #define qtn_lcam_set_port_img_add_toalbum_no "No"
       
  2138 
       
  2139 //d:Same as qtn_lcam_set_port_img_add_toalbum_no, but for landscape mode.
       
  2140 //l:list_set_graphic_pane_t1
       
  2141 //
       
  2142 #define qtn_lcam_set_land_img_add_toalbum_no "No"
       
  2143 
       
  2144 //d:Same as qtn_lcam_set_port_img_add_toalbum_no, but for video setting list.
       
  2145 //l:list_set_graphic_pane_t1
       
  2146 //
       
  2147 #define qtn_lcam_set_port_vid_add_toalbum_no "No"
       
  2148 
       
  2149 //d:Same as qtn_lcam_set_port_vid_add_toalbum_no, but for landscape mode.
       
  2150 //l:list_set_graphic_pane_t1
       
  2151 //
       
  2152 #define qtn_lcam_set_land_vid_add_toalbum_no "No"
       
  2153 
       
  2154 
       
  2155 
       
  2156 
       
  2157 //d:Item value for portrait image settings list.
       
  2158 //d:"On" value for setting with title qtn_lcam_sett_attr_post_ph.
       
  2159 //l:list_set_graphic_pane_t1
       
  2160 //
       
  2161 #define qtn_lcam_set_port_showcap_img_on "On"
       
  2162 
       
  2163 //d:Same as qtn_lcam_set_port_showcap_img_on, but for landscape mode.
       
  2164 //l:list_set_graphic_pane_t1
       
  2165 //
       
  2166 #define qtn_lcam_set_land_showcap_img_on "On"
       
  2167 
       
  2168 //d:Same as qtn_lcam_set_port_showcap_img_on, but for video.
       
  2169 //l:list_set_graphic_pane_t1
       
  2170 //
       
  2171 #define qtn_lcam_set_port_showcap_vid_on "On"
       
  2172 
       
  2173 //d:Same as qtn_lcam_set_port_showcap_vid_on, but for landscape mode.
       
  2174 //l:list_set_graphic_pane_t1
       
  2175 //
       
  2176 #define qtn_lcam_set_land_showcap_vid_on "On"
       
  2177 
       
  2178 
       
  2179 
       
  2180 //d:Item value for portrait image settings list.
       
  2181 //d:"Off" value for setting with title qtn_lcam_sett_attr_post_ph.
       
  2182 //l:list_set_graphic_pane_t1
       
  2183 //
       
  2184 #define qtn_lcam_set_port_showcap_img_off "Off"
       
  2185 
       
  2186 //d:Same as qtn_lcam_set_port_showcap_img_off,
       
  2187 //d:but for landscape mode image setting list.
       
  2188 //l:list_set_graphic_pane_t1
       
  2189 //
       
  2190 #define qtn_lcam_set_land_showcap_img_off "Off"
       
  2191 
       
  2192 
       
  2193 //d:Same as qtn_lcam_set_port_showcap_img_off, but for video.
       
  2194 //l:list_set_graphic_pane_t1
       
  2195 //
       
  2196 #define qtn_lcam_set_port_showcap_vid_off "Off"
       
  2197 
       
  2198 //d:Same as qtn_lcam_set_port_showcap_vid_off, but for landscape mode.
       
  2199 //l:list_set_graphic_pane_t1
       
  2200 //
       
  2201 #define qtn_lcam_set_land_showcap_vid_off "Off"
       
  2202 
       
  2203 
       
  2204 
       
  2205 //d:Item value for landscape image settings list.
       
  2206 //d:This value sets image rotation based on device orientation "on".
       
  2207 //d:Setting title is qtn_lcam_sett_attr_tsensor.
       
  2208 //l:list_set_graphic_pane_t1
       
  2209 //
       
  2210 #define qtn_lcam_set_land_rotate_img_on "On"
       
  2211 
       
  2212 
       
  2213 //d:Item value for landscape image settings list.
       
  2214 //d:This value sets image rotation based on device orientation "off".
       
  2215 //d:Setting title is qtn_lcam_sett_attr_tsensor.
       
  2216 //l:list_set_graphic_pane_t1
       
  2217 //
       
  2218 #define qtn_lcam_set_land_rotate_img_off "Off"
       
  2219 
       
  2220 
       
  2221 
       
  2222 
       
  2223 //d:Item value for portrait mode video settings list.
       
  2224 //d:This value sets audio recording "on".
       
  2225 //d:The opposite setting, "mute", is qtn_lcam_set_audio_off.
       
  2226 //d:Setting title is qtn_lcam_sett_attr_audio_rec.
       
  2227 //l:list_set_graphic_pane_t1
       
  2228 //
       
  2229 #define qtn_lcam_set_port_audio_vid_on "On"
       
  2230 
       
  2231 //d:Same as qtn_lcam_set_port_audio_vid_on, but for landscape mode.
       
  2232 //l:list_set_graphic_pane_t1
       
  2233 //
       
  2234 #define qtn_lcam_set_land_audio_vid_on "On"
       
  2235 
       
  2236 
       
  2237 
       
  2238 
       
  2239 //d:Item value for landscape mode video settings list.
       
  2240 //d:This value sets video stabilisation "on".
       
  2241 //d:Setting title is qtn_lcam_sett_attr_vid_stable.
       
  2242 //l:list_set_graphic_pane_t1
       
  2243 //
       
  2244 #define qtn_lcam_set_land_vidstab_on "On"
       
  2245 
       
  2246 //d:Item value for landscape mode video settings list.
       
  2247 //d:This value sets video stabilisation "off".
       
  2248 //d:Setting title is qtn_lcam_sett_attr_vid_stable.
       
  2249 //l:list_set_graphic_pane_t1
       
  2250 //
       
  2251 #define qtn_lcam_set_land_vidstab_off "Off"
       
  2252 
       
  2253 
       
  2254 
       
  2255 
       
  2256 //d:Item value for landscape mode video settings list.
       
  2257 //d:This value enables optical zoom during video recording.
       
  2258 //d:Setting title is qtn_lcam_sett_attr_opzoom_off.
       
  2259 //l:list_set_graphic_pane_t1
       
  2260 //
       
  2261 #define qtn_lcam_set_land_optical_vid_on "On"
       
  2262 
       
  2263 //d:Item value for landscape mode video settings list.
       
  2264 //d:This value disables optical zoom during video recording.
       
  2265 //d:Setting title is qtn_lcam_sett_attr_opzoom_off.
       
  2266 //l:list_set_graphic_pane_t1
       
  2267 //
       
  2268 #define qtn_lcam_set_land_optical_vid_off "Off"
       
  2269 
       
  2270 
       
  2271 
       
  2272 
       
  2273 //d:Item value for landscape mode image settings list.
       
  2274 //d:Setting the flicker cancellation value to 50Hz.
       
  2275 //d:The setting title is qtn_lcam_sett_attr_flickr.
       
  2276 //l:list_setting_pane_t1
       
  2277 //
       
  2278 #define qtn_lcam_set_pop_50hz "50Hz"
       
  2279 
       
  2280 //d:Item value for landscape mode image settings list.
       
  2281 //d:Setting the flicker cancellation value to 60Hz.
       
  2282 //d:The setting title is qtn_lcam_sett_attr_flickr.
       
  2283 //l:list_setting_pane_t1
       
  2284 //
       
  2285 #define qtn_lcam_set_pop_60hz "60Hz"
       
  2286 
       
  2287 
       
  2288 // <Inc4>
       
  2289 // <wk10y2007>
       
  2290 
       
  2291 //d:Options menu item for turning UI off
       
  2292 //d:Visible in Options-menu in pre-capture and post-capture views.
       
  2293 //l:list_single_pane_t1_cp2
       
  2294 //r:4.0
       
  2295 #define qtn_lcam_options_display_off2 "Hide icons"
       
  2296 
       
  2297 //d:Options menu item for accessing the camera album application
       
  2298 //d:Visible in Options-menu in pre and post capture views
       
  2299 //l:list_single_pane_t1_cp2
       
  2300 //r:4.0
       
  2301 #define qtn_lcam_go_to_camera_album         "Go to camera album"
       
  2302 
       
  2303 //d: Tooltip text for ’Image detail’ button. 
       
  2304 //l: main_cam5_pane_t11
       
  2305 //w:
       
  2306 //r: 5.0
       
  2307 #define qtn_lcam_tt_tags "Properties"
       
  2308 //d:Freeing memory wait note text
       
  2309 //d:Displayed in the startup if there is not enough memory available
       
  2310 //d:and some applications are being shut down to free memory before
       
  2311 //d:camera is started. It may take several seconds.
       
  2312 //l:popup_note_wait_window
       
  2313 //r:4.0
       
  2314 #define qtn_lcam_note_free_memory "Camera is attempting to free memory, this may take several seconds"
       
  2315 
       
  2316 //d:Processing a photo wait note text
       
  2317 //d:Displayed when processing image after capture key has been pressed
       
  2318 //l:popup_note_wait_window
       
  2319 //r:3.0
       
  2320 #define qtn_lcam_note_processing_image "Processing image"
       
  2321 
       
  2322 //d:Processing a video wait note text
       
  2323 //d:Displayed when processing the video after video recording has been stopped
       
  2324 //l:popup_note_wait_window
       
  2325 //r:3.0
       
  2326 #define qtn_lcam_note_processing_video "Processing video"
       
  2327 
       
  2328 // </wk10y2007>
       
  2329 
       
  2330 // <wk14y2007>
       
  2331 
       
  2332 //d:Camera specific subfolder in camera increment 4 
       
  2333 //d:Used to store captured photos and videos
       
  2334 //r:4.0
       
  2335 //l:none
       
  2336 //
       
  2337 #define qtn_lcam_camera_subfolder	"Camera"
       
  2338 
       
  2339 //d:Freeing memory wait note text
       
  2340 //d:Displayed in the startup if there is not enough memory available
       
  2341 //d:and some applications are being shut down to free memory before
       
  2342 //d:camera is started. It may take several seconds.
       
  2343 //l:popup_note_wait_window
       
  2344 //r:3.0
       
  2345 #define qtn_lcam_note_free_memory "Camera is attempting to free memory, this may take several seconds"
       
  2346 
       
  2347 // </wk14y2007>
       
  2348 
       
  2349 // </Inc4 wk18>
       
  2350 
       
  2351 //d:Options menu item for turning UI off
       
  2352 //d:Visible in Options-menu in pre-capture views.
       
  2353 //l:list_single_pane_t1_cp2
       
  2354 //r:4.0
       
  2355 #define qtn_lcam_options_display_on2 "Show icons"
       
  2356 
       
  2357 
       
  2358 // </Inc4 wk32>
       
  2359 
       
  2360 //<inc3 wk34>
       
  2361 
       
  2362 //d:ISO value for the sensitivity setting.
       
  2363 //d:The value of qtn_lcam_set_iso_auto setting.
       
  2364 //d:Visible in light sensitivity setting page.
       
  2365 //l:main_cam5_pane_t8/opt2
       
  2366 //r: 3.1
       
  2367 #define qtn_lcam_set_iso_value_auto          "ISO value: Auto"
       
  2368 
       
  2369 //d:ISO value for the sensitivity setting.
       
  2370 //d:The value of qtn_lcam_set_iso_XXX setting.
       
  2371 //d:Visible in light sensitivity setting page.
       
  2372 //d:Where %U represents the equivalent ISO value for the setting (high/low/medium).
       
  2373 //l:main_cam5_pane_t8/opt2
       
  2374 //r: 3.1
       
  2375 #define qtn_lcam_set_iso_value_set          "ISO value: %U"
       
  2376 
       
  2377 //</inc3 wk34>
       
  2378 
       
  2379 //<inc3.1 wk40>
       
  2380 
       
  2381 //d:Memory card not accessible error note text
       
  2382 //l:popup_note_window
       
  2383 //r:3.1
       
  2384 #define qtn_lcam_mmc_not_inserted_mass_storage "Memory card is not accessible. Mass storage will be used instead"
       
  2385 
       
  2386 //d:Memory card read only error note text
       
  2387 //l:popup_note_window
       
  2388 //r:3.1
       
  2389 #define qtn_lcam_mmc_read_only_mass_storage "Memory card is read only. Mass storage will be used instead"
       
  2390 
       
  2391 //</inc3.1 wk40>
       
  2392 
       
  2393 //d: Tool tip text for the capture button in touch toolbar in still mode
       
  2394 //d: pre-capture view
       
  2395 //l: main_cam5_pane_t11
       
  2396 //w:
       
  2397 //r: 5.0
       
  2398 #define qtn_lcam_tt_capture "Capture an image"
       
  2399 
       
  2400 //d: Tool tip text for the main camera button in touch toolbar in secondary
       
  2401 //d: camera pre-capture views.
       
  2402 //l: main_cam5_pane_t11
       
  2403 //w:
       
  2404 //r: 5.0
       
  2405 #define qtn_lcam_tt_camera_main "To main camera"
       
  2406 
       
  2407 
       
  2408 //d: Tool tip text for the video mode button in touch toolbar in secondary
       
  2409 //d: camera still pre-capture view.
       
  2410 //l: main_cam5_pane_t11
       
  2411 //w:
       
  2412 //r: 5.0
       
  2413 #define qtn_lcam_tt_video_mode "To video mode"
       
  2414 
       
  2415 //d: Tool tip text for the record button in touch toolbar in video
       
  2416 //d: pre-capture view.
       
  2417 //l: main_cam5_pane_t11
       
  2418 //w: 
       
  2419 //r: 5.0
       
  2420 #define qtn_lcam_tt_record "Record"
       
  2421 
       
  2422 //d: Tool tip text for the still mode button in touch toolbar in video
       
  2423 //d: pre-capture view.
       
  2424 //l: main_cam5_pane_t11
       
  2425 //w:
       
  2426 //r: 5.0
       
  2427 #define qtn_lcam_tt_still_mode "To still mode"
       
  2428 
       
  2429 //d: Tool tip text for the video mode button in touch toolbar extension
       
  2430 //d: in primary camera still pre-capture view.
       
  2431 //l: main_cam5_pane_t11
       
  2432 //w:
       
  2433 //r: 5.0
       
  2434 #define qtn_lcam_tt_switch_video_mode "Switch to video mode"
       
  2435 
       
  2436 //d: Icon text for 'Scene mode' button in touch toolbar extension in both
       
  2437 //d: video and still mode pre-capture views.
       
  2438 //l: cell_tb_ext_pane_t1/opt1
       
  2439 //w:
       
  2440 //r: 5.0
       
  2441 #define qtn_lcam_tb_scenes "Scene mode"
       
  2442 
       
  2443 //d: Icon text for 'Face  tracking' button in touch toolbar extension in both
       
  2444 //d: video and still mode pre-capture views.
       
  2445 //l: cell_tb_ext_pane_t1/opt1
       
  2446 //w:
       
  2447 //r: 5.0
       
  2448 #define qtn_lcam_tb_facedet_on "Face detection" 
       
  2449 
       
  2450 //d: Icon text for 'Video' button in touch toolbar extension in still mode
       
  2451 //d: pre-capture view. Pressing the button will switch camera to video mode.
       
  2452 //l: cell_tb_ext_pane_t1/opt1
       
  2453 //w:
       
  2454 //r: 5.0
       
  2455 #define qtn_lcam_tb_switch_video_mode "Go to Video"
       
  2456 
       
  2457 //d: Icon text for 'Show grid' button in touch toolbar extension in still mode
       
  2458 //d: pre-capture view. Pressing the button will enable a 3x3 grid layout on
       
  2459 //d: top of the viewfinder image to help the user to compose the image.
       
  2460 //l: cell_tb_ext_pane_t1/opt1
       
  2461 //w:
       
  2462 //r: 5.0
       
  2463 #define qtn_lcam_tb_show_viewfinder_grid "Show grid"
       
  2464 
       
  2465 //d: Icon text for 'Hide grid' button in touch toolbar extension in still mode
       
  2466 //d: pre-capture view. Pressing the button will hide the viewfinder grid.
       
  2467 //l: cell_tb_ext_pane_t1/opt1
       
  2468 //w:
       
  2469 //r: 5.0
       
  2470 #define qtn_lcam_tb_hide_viewfinder_grid "Hide grid"
       
  2471 
       
  2472 //d: Icon text for 'Self timer' button in touch toolbar extension in still
       
  2473 //d: mode pre-capture view. Pressing the button will open the self-timer
       
  2474 //d: settings view.
       
  2475 //l: cell_tb_ext_pane_t1/opt1
       
  2476 //w:
       
  2477 //r: 5.0
       
  2478 #define qtn_lcam_tb_st "Self timer"
       
  2479 
       
  2480 //d: Icon text for 'Sequence' button in touch toolbar extension in still mode
       
  2481 //d: pre-capture view. Pressing the button will open the sequence mode
       
  2482 //d: settings view. Sequence settings enable the user to capture images in a 
       
  2483 //d: high speed burst mode and to use time-lapse photography modes.
       
  2484 //l: cell_tb_ext_pane_t1/opt1
       
  2485 //w:
       
  2486 //r: 5.0
       
  2487 #define qtn_lcam_tb_sequence "Sequence mode"
       
  2488 
       
  2489 //d: Icon text for 'Colour tone' button in touch toolbar extension in video 
       
  2490 //d: and still mode pre-capture views. Pressing the button will open the
       
  2491 //d: colour filter settings view.
       
  2492 //l: cell_tb_ext_pane_t1/opt1
       
  2493 //w:
       
  2494 //r: 5.0
       
  2495 #define qtn_lcam_tb_coltone "Colour tone"
       
  2496 
       
  2497 //d: Icon text for 'White balance' button in touch toolbar extension in video
       
  2498 //d: and still mode pre-capture views. Pressing the button will open the 
       
  2499 //d: white balance settings view.
       
  2500 //l: cell_tb_ext_pane_t1/opt1
       
  2501 //w:
       
  2502 //r: 5.0
       
  2503 #define qtn_lcam_tb_wb "White balance"
       
  2504 
       
  2505 //d: Icon text for 'Exposure' button in touch toolbar extension in still mode
       
  2506 //d: pre-capture view. Pressing the button will open the exposure compensation
       
  2507 //d: settings view. Exposure compensation (EV) setting can be used to adjust
       
  2508 //d: the exposure manually in case the automatic meter over- or underexposes
       
  2509 //d: the images.
       
  2510 //l: cell_tb_ext_pane_t1/opt1
       
  2511 //w:
       
  2512 //r: 5.0
       
  2513 #define qtn_lcam_tb_ev "Exposure"
       
  2514 
       
  2515 //d: Icon text for 'Light sensitivity' button in touch toolbar extension in
       
  2516 //d: still mode  pre-capture view. Pressing the button will open the light
       
  2517 //d: sensitivity (ISO) setting view.
       
  2518 //d: view.
       
  2519 //l: cell_tb_ext_pane_t1/opt1
       
  2520 //w:
       
  2521 //r: 5.0
       
  2522 #define qtn_lcam_tb_isosetting "Light sensitivity"
       
  2523 
       
  2524 //d: Icon text for 'Contrast' button in touch toolbar extension in still mode
       
  2525 //d: pre-capture view. Pressing the button will open the contrast settings
       
  2526 //d: view.
       
  2527 //l: cell_tb_ext_pane_t1/opt1
       
  2528 //w:
       
  2529 //r: 5.0
       
  2530 #define qtn_lcam_tb_contr "Contrast"
       
  2531 
       
  2532 //d: Icon text for 'Sharpness' button in touch toolbar extension in still mode
       
  2533 //d: pre-capture view. Pressing the button will open the sharpness settings
       
  2534 //d: view.
       
  2535 //l: cell_tb_ext_pane_t1/opt1
       
  2536 //w:
       
  2537 //r: 5.0
       
  2538 #define qtn_lcam_tb_sharp "Sharpness"
       
  2539 
       
  2540 //d: Icon text for 'Go to Photos' button in touch toolbar extension in
       
  2541 //d: video and still mode. Pressing the button will open MC Photos application.
       
  2542 //l: cell_tb_ext_pane_t1/opt1
       
  2543 //w:
       
  2544 //r: 5.0
       
  2545 #define qtn_lcam_tb_go_to_photos "Go to Photos"
       
  2546 
       
  2547 //d: Tooltip text for ’Goto Photos’ button. 
       
  2548 //l: main_cam5_pane_t11
       
  2549 //w:
       
  2550 //r: 5.0
       
  2551 #define qtn_lcam_tt_go_to_photos "Go to Photos"
       
  2552 
       
  2553 //d: Tooltip text for ’Change’ button in touch toolbar in Scene
       
  2554 //d: settings view. Pressing button will open settings page to modify
       
  2555 //d: user defined preset scene mode
       
  2556 //l: main_cam5_pane_t11
       
  2557 //w:
       
  2558 //r: 5.0
       
  2559 #define qtn_lcam_tt_change_settings "Change settings"
       
  2560 
       
  2561 //d: This message is shown when the user tries to access the camera if the camera
       
  2562 //d: has been disabled in the device.
       
  2563 //l: main_list_empty_pane
       
  2564 //r: 3.1
       
  2565 //
       
  2566 #define qtn_camera_disabled_info_note  "Camera disabled by system administrator"
       
  2567 
       
  2568 //d:Options menu item text
       
  2569 //d:Visible in image precapture view options menu.
       
  2570 //d:Used to launch "Customise toolbar" setting view.
       
  2571 //l:list_single_pane_t1_cp2
       
  2572 //r:5.0
       
  2573 //
       
  2574 #define qtn_lcam_options_customise_toolbar "Customise toolbar"
       
  2575 
       
  2576 //d:Options menu item text
       
  2577 //d:Visible in Customise Toolbar setting view options menu.
       
  2578 //d:With this menu option user can select item to replace the selected one.
       
  2579 //l:list_single_pane_t1_cp2
       
  2580 //r:5.0
       
  2581 //
       
  2582 //#define qtn_options_change "Change"
       
  2583 
       
  2584 //d:Options menu item text
       
  2585 //d:Visible in Customise Toolbar setting view options menu.
       
  2586 //d:With this menu option user can remove selected item from the Toolbar.
       
  2587 //l:list_single_pane_t1_cp2
       
  2588 //r:5.0
       
  2589 //
       
  2590 #define qtn_lcam_options_remove "Remove"
       
  2591 
       
  2592 //d:Options menu item text
       
  2593 //d:Visible in Customise Toolbar setting view options menu.
       
  2594 //d:With this menu option user can move selected item one step up in the Toolbar.
       
  2595 //l:list_single_pane_t1_cp2
       
  2596 //r:5.0
       
  2597 //
       
  2598 #define qtn_lcam_options_move_up "Move up"
       
  2599 
       
  2600 //d:Options menu item text
       
  2601 //d:Visible in Customise Toolbar setting view options menu.
       
  2602 //d:With this menu option user can move selected item one step down in the Toolbar.
       
  2603 //l:list_single_pane_t1_cp2
       
  2604 //r:5.0
       
  2605 //
       
  2606 #define qtn_lcam_options_move_down "Move down"
       
  2607 
       
  2608 //d:Options menu item text
       
  2609 //d:Visible in Customise Toolbar setting view options menu.
       
  2610 //d:With this menu option user can reset the Toolbar items to the default set.
       
  2611 //l:list_single_pane_t1_cp2
       
  2612 //r:5.0
       
  2613 //
       
  2614 #define qtn_lcam_options_revert_defaults "Revert to defaults"
       
  2615 
       
  2616 
       
  2617 
       
  2618 
       
  2619 
       
  2620 //d:View title.
       
  2621 //d:Visible in "Customise toolbar" setting view.
       
  2622 //l:title_pane_t2/opt9
       
  2623 //r:5.0
       
  2624 //
       
  2625 #define qtn_lcam_sett_attr_ti_cust_tool       "Customise toolbar"
       
  2626 
       
  2627 //d:View title.
       
  2628 //d:Visible in "Add toolbar item" view.
       
  2629 //l:title_pane_t2/opt9
       
  2630 //r:5.0
       
  2631 //
       
  2632 #define qtn_lcam_selector_title_add_item      "Add item"
       
  2633 
       
  2634 //d:View title.
       
  2635 //d:Visible in "Change toolbar item" view.
       
  2636 //l:title_pane_t2/opt9
       
  2637 //r:5.0
       
  2638 //
       
  2639 #define qtn_lcam_selector_title_change_item   "Change item to"
       
  2640 
       
  2641 
       
  2642 
       
  2643 
       
  2644 
       
  2645 //d:Confirmation query dialog text
       
  2646 //d:Shown when user selects qtn_lcam_options_revert_defaults
       
  2647 //l:popup_note_window/opt2
       
  2648 //r:5.0
       
  2649 //
       
  2650 #define qtn_lcam_revert_toolbar_settings "Revert to default toolbar items and settings"
       
  2651 
       
  2652 //d:Confirmation query dialog text
       
  2653 //d:Shown when user selects qtn_lcam_options_remove
       
  2654 //l:popup_note_window/opt2
       
  2655 //r:5.0
       
  2656 //
       
  2657 #define qtn_lcam_remove_toolbar_item     "Remove item from toolbar"
       
  2658 
       
  2659 //d:Information note text
       
  2660 //d:Shown when user selects qtn_lcam_options_remove and
       
  2661 //d:the currentlty selected item is not allowed to be removed from Toolbar. 
       
  2662 //l:popup_note_window/opt2
       
  2663 //r:5.0
       
  2664 //
       
  2665 #define qtn_lcam_unable_remove_item "Unable to remove toolbar item. Item is locked"
       
  2666 
       
  2667 
       
  2668 
       
  2669 //d:Title for a listbox item
       
  2670 //d:Visible in "Customise toolbar" setting view.
       
  2671 //d:Shows the Toolbar item position and name, e.g. "Item 1: White balance".
       
  2672 //l:list_single_graphic_pane_t1
       
  2673 //r:5.0
       
  2674 //
       
  2675 #define qtn_lcam_set_item_n  "Item %0N: %1U"
       
  2676 
       
  2677 //d:Navipane text
       
  2678 //d:Visible in "Customise toolbar" setting view.
       
  2679 //d:Shows the amount of items in the Toolbar
       
  2680 //l:navi_text_pane_t1
       
  2681 //r:5.0
       
  2682 //
       
  2683 #define qtn_lcam_set_n_items "%N items"
       
  2684 
       
  2685 
       
  2686 
       
  2687 //d:Title for a listbox item
       
  2688 //d:Visible in "Customise toolbar" setting view.
       
  2689 //d:This item represents the "Customise toolbar" Toolbar item in the listbox.
       
  2690 //l:main_cam5_pane_t7
       
  2691 //r:5.0
       
  2692 //
       
  2693 #define qtn_lcam_set_customise        "Customise toolbar"
       
  2694 
       
  2695 
       
  2696 //d:Title for a listbox item
       
  2697 //d:Visible in "Customise toolbar" setting view.
       
  2698 //d:This item represents the "Add item" command in the listbox.
       
  2699 //l:main_cam5_pane_t7
       
  2700 //r:5.0
       
  2701 //
       
  2702 #define qtn_lcam_set_add_item         "Add item"
       
  2703 
       
  2704 
       
  2705 //d:Title for a listbox item
       
  2706 //d:Visible in "Customise toolbar" setting view.
       
  2707 //d:This item represents the "Switch to video mode" Toolbar item in the listbox.
       
  2708 //l:main_cam5_pane_t7
       
  2709 //r:5.0
       
  2710 //
       
  2711 #define qtn_lcam_set_video_mode       "Video mode"
       
  2712 
       
  2713 //d:Title for a listbox item
       
  2714 //d:Visible in "Customise toolbar" setting view.
       
  2715 //d:This item represents the scene setting Toolbar item in the listbox.
       
  2716 //l:main_cam5_pane_t7
       
  2717 //r:5.0
       
  2718 //
       
  2719 #define qtn_lcam_set_scene            "Scene mode"
       
  2720 
       
  2721 //d:Title for a listbox item
       
  2722 //d:Visible in "Customise toolbar" setting view.
       
  2723 //d:This item represents the flash setting Toolbar item in the listbox.
       
  2724 //l:main_cam5_pane_t7
       
  2725 //r:5.0
       
  2726 //
       
  2727 #define qtn_lcam_set_flash            "Flash mode"
       
  2728 
       
  2729 
       
  2730 //d:Title for a listbox item
       
  2731 //d:Visible in "Add toolbar item" view.
       
  2732 //d:This item is used to add all available items to Toolbar.
       
  2733 //l:main_cam5_pane_t7
       
  2734 //r:5.0
       
  2735 //
       
  2736 #define qtn_lcam_set_all_items        "All items"
       
  2737 
       
  2738 //d:Title for a listbox item
       
  2739 //d:Visible in "Add toolbar item" view.
       
  2740 //d:This listbox item is used to add self-timer setting item to Toolbar.
       
  2741 //l:main_cam5_pane_t7
       
  2742 //r:5.0
       
  2743 //
       
  2744 #define qtn_lcam_set_st               "Self timer"
       
  2745 
       
  2746 //d:Title for a listbox item
       
  2747 //d:Visible in "Add toolbar item" view.
       
  2748 //d:This listbox item is used to add "sequence mode" setting item to Toolbar.
       
  2749 //d:Sequence mode types are e.g. single, burst or timelapse.
       
  2750 //l:main_cam5_pane_t7
       
  2751 //r:5.0
       
  2752 //
       
  2753 #define qtn_lcam_set_adv_sequence     "Sequence mode"
       
  2754 
       
  2755 //d:Title for a listbox item
       
  2756 //d:Visible in "Add toolbar item" view.
       
  2757 //d:This listbox item is used to add "drive mode" setting item to Toolbar.
       
  2758 //d:Drive mode can be e.g. single, burst, timelapse, exposure bracketing.
       
  2759 //l:main_cam5_pane_t7
       
  2760 //r:5.0
       
  2761 //
       
  2762 #define qtn_lcam_set_drive_mode       "Drive modes"
       
  2763 
       
  2764 //d:Title for a listbox item
       
  2765 //d:Visible in "Add toolbar item" view.
       
  2766 //d:This listbox item is used to add "colour tone" item to Toolbar.
       
  2767 //l:main_cam5_pane_t7
       
  2768 //r:5.0
       
  2769 //
       
  2770 #define qtn_lcam_set_coltone          "Colour tone"
       
  2771 
       
  2772 //d:Title for a listbox item
       
  2773 //d:Visible in "Add toolbar item" view.
       
  2774 //d:This listbox item is used to add viewfinder grid on/off item to Toolbar.
       
  2775 //l:main_cam5_pane_t7
       
  2776 //r:5.0
       
  2777 //
       
  2778 #define qtn_lcam_set_viewfinder_grid  "Viewfinder grid"
       
  2779 
       
  2780 //d:Title for a listbox item
       
  2781 //d:Visible in "Add toolbar item" view.
       
  2782 //d:This listbox item is used to add white balance setting item to Toolbar.
       
  2783 //l:main_cam5_pane_t7
       
  2784 //r:5.0
       
  2785 //
       
  2786 #define qtn_lcam_set_wb               "White balance"
       
  2787 
       
  2788 //d:Title for a listbox item
       
  2789 //d:Visible in "Add toolbar item" view.
       
  2790 //d:This listbox item is used to add exposure compensation item to Toolbar.
       
  2791 //l:main_cam5_pane_t7
       
  2792 //r:5.0
       
  2793 //
       
  2794 #define qtn_lcam_set_ev               "Exp. compensation"
       
  2795 
       
  2796 //d:Title for a listbox item
       
  2797 //d:Visible in "Add toolbar item" view.
       
  2798 //d:This listbox item is used to add histogram on/off item to Toolbar.
       
  2799 //l:main_cam5_pane_t7
       
  2800 //r:5.0
       
  2801 //
       
  2802 #define qtn_lcam_set_histogram        "Histogram"
       
  2803 
       
  2804 //d:Title for a listbox item
       
  2805 //d:Visible in "Add toolbar item" view.
       
  2806 //d:This listbox item is used to add focus mode setting item to Toolbar.
       
  2807 //l:main_cam5_pane_t7
       
  2808 //r:5.0
       
  2809 //
       
  2810 #define qtn_lcam_set_focus_mode       "Focus mode"
       
  2811 
       
  2812 //d:Title for a listbox item
       
  2813 //d:Visible in "Add toolbar item" view.
       
  2814 //d:This listbox item is used to add sharpness setting item to Toolbar.
       
  2815 //l:main_cam5_pane_t7
       
  2816 //r:5.0
       
  2817 //
       
  2818 #define qtn_lcam_set_sharp            "Sharpness"
       
  2819 
       
  2820 //d:Title for a listbox item
       
  2821 //d:Visible in "Add toolbar item" view.
       
  2822 //d:This listbox item is used to add contrast setting item to Toolbar.
       
  2823 //l:main_cam5_pane_t7
       
  2824 //r:5.0
       
  2825 //
       
  2826 #define qtn_lcam_set_contr            "Contrast"
       
  2827 
       
  2828 //d:Title for a listbox item
       
  2829 //d:Visible in "Add toolbar item" view.
       
  2830 //d:This listbox item is used to add brightness setting item to Toolbar.
       
  2831 //l:main_cam5_pane_t7
       
  2832 //r:5.0
       
  2833 //
       
  2834 #define qtn_lcam_set_bright           "Brightness"
       
  2835 
       
  2836 //d:Title for a listbox item
       
  2837 //d:Visible in "Add toolbar item" view.
       
  2838 //d:This listbox item is used to add light sensitivity (ISO) setting item to Toolbar.
       
  2839 //l:main_cam5_pane_t7
       
  2840 //r:5.0
       
  2841 //
       
  2842 #define qtn_lcam_set_isosetting       "Light sensitivity"
       
  2843 
       
  2844 
       
  2845 
       
  2846 
       
  2847 
       
  2848 //d:Description for qtn_lcam_set_customise.
       
  2849 //d:Visible in "Add toolbar item" view.
       
  2850 //l:main_cam5_pane_t8/opt2
       
  2851 //r:5.0
       
  2852 //
       
  2853 #define qtn_lcam_set_customise_ex           "Add, remove and change items on the toolbar. Select this item to add it to the toolbar"
       
  2854 
       
  2855 //d:Description for qtn_lcam_set_all_items.
       
  2856 //d:Visible in "Add toolbar item" view.
       
  2857 //l:main_cam5_pane_t8/opt2
       
  2858 //r:5.0
       
  2859 //
       
  2860 #define qtn_lcam_set_add_all_items_ex       "Select this item to add all items to the toolbar"
       
  2861 
       
  2862 //d:Description for qtn_lcam_set_st.
       
  2863 //d:Visible in "Add toolbar item" view.
       
  2864 //l:main_cam5_pane_t8/opt2
       
  2865 //r:5.0
       
  2866 //
       
  2867 #define qtn_lcam_set_add_self_timer_ex      "Set a timer of 2, 10, 20 seconds. Select this item to add it to the toolbar"
       
  2868 
       
  2869 //d:Description for qtn_lcam_set_scene.
       
  2870 //d:Visible in "Add toolbar item" view.
       
  2871 //l:main_cam5_pane_t8/opt2
       
  2872 //r:5.0
       
  2873 //
       
  2874 #define qtn_lcam_set_add_scene_mode_ex      "Choose between several shot settings, like portrait and night. Select this item to add it to the toolbar"
       
  2875 
       
  2876 //d:Description for qtn_lcam_set_adv_sequence.
       
  2877 //d:Visible in "Add toolbar item" view.
       
  2878 //l:main_cam5_pane_t8/opt2
       
  2879 //r:5.0
       
  2880 //
       
  2881 #define qtn_lcam_set_add_sequence_mode_ex   "Capture a sequence of images. Select this item to add it to the toolbar"
       
  2882 
       
  2883 //d:Description for qtn_lcam_set_drive_mode.
       
  2884 //d:Visible in "Add toolbar item" view.
       
  2885 //l:main_cam5_pane_t8/opt2
       
  2886 //r:5.0
       
  2887 //
       
  2888 #define qtn_lcam_set_add_drive_mode_ex      "Capture a sequence of images or capture an image at several different exposures. Select this item to add it to the toolbar"
       
  2889 
       
  2890 //d:Description for qtn_lcam_set_coltone.
       
  2891 //d:Visible in "Add toolbar item" view.
       
  2892 //l:main_cam5_pane_t8/opt2
       
  2893 //r:5.0
       
  2894 //
       
  2895 #define qtn_lcam_set_add_colour_tone_ex     "Change the colour tone before capture. Select this item to add it to the toolbar"
       
  2896 
       
  2897 //d:Description for qtn_lcam_set_viewfinder_grid.
       
  2898 //d:Visible in "Add toolbar item" view.
       
  2899 //l:main_cam5_pane_t8/opt2
       
  2900 //r:5.0
       
  2901 //
       
  2902 #define qtn_lcam_set_add_grid_ex            "Switch the viewfinder grid display on. Select this item to add it to the toolbar"
       
  2903 
       
  2904 //d:Description for qtn_lcam_set_wb.
       
  2905 //d:Visible in "Add toolbar item" view.
       
  2906 //l:main_cam5_pane_t8/opt2
       
  2907 //r:5.0
       
  2908 //
       
  2909 #define qtn_lcam_set_add_white_balance_ex   "Change the white balance before capture. Select this item to add it to the toolbar"
       
  2910 
       
  2911 //d:Description for qtn_lcam_set_ev.
       
  2912 //d:Visible in "Add toolbar item" view.
       
  2913 //l:main_cam5_pane_t8/opt2
       
  2914 //r:5.0
       
  2915 //
       
  2916 #define qtn_lcam_set_add_exp_comp_ex        "Change the exposure compensation before capture. Select this item to add it to the toolbar"
       
  2917 
       
  2918 //d:Description for qtn_lcam_set_histogram.
       
  2919 //d:Visible in "Add toolbar item" view.
       
  2920 //l:main_cam5_pane_t8/opt2
       
  2921 //r:5.0
       
  2922 //
       
  2923 #define qtn_lcam_set_add_histogram_ex       "Switch the Histogram display on. Select this item to add it to the toolbar"
       
  2924 
       
  2925 //d:Description for qtn_lcam_set_focus_mode.
       
  2926 //d:Visible in "Add toolbar item" view.
       
  2927 //l:main_cam5_pane_t8/opt2
       
  2928 //r:5.0
       
  2929 //
       
  2930 #define qtn_lcam_set_add_focus_mode_ex      "Change the focus mode before capture. Select this item to add it to the toolbar"
       
  2931 
       
  2932 //d:Description for qtn_lcam_set_sharp.
       
  2933 //d:Visible in "Add toolbar item" view.
       
  2934 //l:main_cam5_pane_t8/opt2
       
  2935 //r:5.0
       
  2936 //
       
  2937 #define qtn_lcam_set_add_sharpness_ex       "Adjust sharpness before capture. Select this item to add it to the toolbar"
       
  2938 
       
  2939 //d:Description for qtn_lcam_set_contr.
       
  2940 //d:Visible in "Add toolbar item" view.
       
  2941 //l:main_cam5_pane_t8/opt2
       
  2942 //r:5.0
       
  2943 //
       
  2944 #define qtn_lcam_set_add_contrast_ex        "Adjust contrast before capture. Select this item to add it to the toolbar"
       
  2945 
       
  2946 //d:Description for qtn_lcam_set_contr.
       
  2947 //d:Visible in "Add toolbar item" view.
       
  2948 //l:main_cam5_pane_t8/opt2
       
  2949 //r:5.0
       
  2950 //
       
  2951 #define qtn_lcam_set_add_bright_ex          "Adjust brightness before capture. Select this item to add it to the toolbar"
       
  2952 
       
  2953 //d:Description for qtn_lcam_set_isosetting.
       
  2954 //d:Visible in "Add toolbar item" view.
       
  2955 //l:main_cam5_pane_t8/opt2
       
  2956 //r:5.0
       
  2957 //
       
  2958 #define qtn_lcam_set_add_iso_ex             "Adjust light sensitivity before capture. Select this item to add it to the toolbar"
       
  2959 
       
  2960 //d:Video quality setting description
       
  2961 //d:Visible in video quality slider control and settings list
       
  2962 //l:list_set_graphic_pane_t1 
       
  2963 //r:5.0
       
  2964 #define qtn_lcam_set_type_highdefinition "High definition quality"
       
  2965 
       
  2966 //d:Video quality setting description
       
  2967 //d:Visible in video quality slider control and settings list
       
  2968 //l:list_set_graphic_pane_t1 
       
  2969 //r:5.0
       
  2970 #define qtn_lcam_set_type_widescreen "Widescreen high quality"
       
  2971 
       
  2972 //d:Video quality setting description
       
  2973 //d:Visible in video quality slider control and settings list
       
  2974 //l:list_set_graphic_pane_t1 
       
  2975 //r:5.0
       
  2976 #define qtn_lcam_set_type_widescr_normal "Widescreen normal quality"
       
  2977 
       
  2978 //d:Video quality setting description
       
  2979 //d:Visible in video quality slider control.
       
  2980 //l:main_cam5_pane_t4/opt1
       
  2981 //r:5.0
       
  2982 #define qtn_lcam_descr_quality_highdefinition "Best quality for playback on high definition displays"
       
  2983 
       
  2984 //d:Video quality setting description
       
  2985 //d:Visible in video quality slider control.
       
  2986 //l:main_cam5_pane_t4/opt1
       
  2987 //r:5.0
       
  2988 #define qtn_lcam_descr_quality_widescreen "Best quality for playback on wide displays"
       
  2989 
       
  2990 //d:Video quality setting description
       
  2991 //d:Visible in video quality slider control.
       
  2992 //l:main_cam5_pane_t4/opt1
       
  2993 //r:5.0
       
  2994 #define qtn_lcam_descr_quality_widescr_normal "Standard quality for playback on wide displays"
       
  2995 
       
  2996 ///////////////////////////////////////////////////////////////////////////////
       
  2997 // CAMCORDER PLUGIN SETTINGS STRINGS
       
  2998 ///////////////////////////////////////////////////////////////////////////////
       
  2999 
       
  3000 //d:  Application plugin title for general settings
       
  3001 //l:  list_single_large_graphic_pane_t1
       
  3002 //w:
       
  3003 //r:  5.0
       
  3004 #define qtn_lcam_gen_sett_list  "Camera"
       
  3005 
       
  3006 //l:title_pane_t2/opt12
       
  3007 //r: 5.0
       
  3008 #define qtn_lcam_gen_sett_title_camera  "Camera"
       
  3009 
       
  3010 //d:List item for image settings in main settings view.
       
  3011 //l:list_single_large_graphic_pane_t1
       
  3012 //
       
  3013 #define qtn_lcam_gen_sett_camera_folder_image  "Image"
       
  3014 
       
  3015 //d:List item for video settings in main settings view.
       
  3016 //l:list_single_large_graphic_pane_t1
       
  3017 //
       
  3018 #define qtn_lcam_gen_sett_camera_folder_video  "Video"
       
  3019 ////////////////////////////////////////////////////////////////////////////////////
       
  3020 
       
  3021 //d:Tooltip item for opening/closing toolbar extension.
       
  3022 //d:Visible in pre-capture view toolbar.
       
  3023 //l:main_cam5_pane_t11
       
  3024 //
       
  3025 #define qtn_lcam_tt_open_extension "Open extension"
       
  3026 
       
  3027 //d:Tooltip item for scene mode settings.
       
  3028 //d:Visible in pre-capture view toolbar.
       
  3029 //l:main_cam5_pane_t11
       
  3030 //
       
  3031 #define qtn_lcam_tt_goto_scenemode_settings "Scene mode"
       
  3032 
       
  3033 //d:Options menu item opens submenu with AIW assign services
       
  3034 //d:Options-menu in video post-capture view.
       
  3035 //l:list_single_pane_t1_cp2
       
  3036 //
       
  3037 #define qtn_lcam_use_video_postcapture_menu    "Use video"
       
  3038 
       
  3039 
       
  3040 //d:Options menu item opens submenu with AIW assign services
       
  3041 //d:Options-menu in still image post-capture view.
       
  3042 //l:list_single_pane_t1_cp2
       
  3043 //
       
  3044 #define qtn_lcam_use_image_postcapture_menu    "Use image"
       
  3045 
       
  3046 //d: Icon text for 'Image mode' button in touch toolbar extension in video 
       
  3047 //d: mode pre-capture view. Pressing the button will open the
       
  3048 //d: Image precapture view.
       
  3049 //l: cell_tb_ext_pane_t1/opt1
       
  3050 //w:
       
  3051 //r: 5.0
       
  3052 #define qtn_lcam_tb_switch_mode "Go to Still"
       
  3053 
       
  3054 //d:Tooltip text for recording button.
       
  3055 //d:Visible in pre-capture view toolbar.
       
  3056 //l:main_cam5_pane_t11
       
  3057 //w:
       
  3058 //r: 5.0
       
  3059 #define qtn_lcam_tt_start_video_rec "Start video recording"
       
  3060 
       
  3061 
       
  3062 //d: In image mode Scene modes options menu when
       
  3063 //d: User defined (qtn_lcam_scene_user) is selected
       
  3064 //l: list_single_pane_t1_cp2
       
  3065 //W:
       
  3066 //R:9.1
       
  3067 #define qtn_lcam_options_edit_userdef "Edit"
       
  3068 
       
  3069 //d: In Image and Video mode Settings options menu when 
       
  3070 //d: 'Restore camera settings' (qtn_lcam_sett_attr_reset ) is selected
       
  3071 //l: list_single_pane_t1_cp2
       
  3072 //W:
       
  3073 //R:9.1
       
  3074 #define qtn_lcam_set_options_restore_or "Restore"
       
  3075 
       
  3076 //d: In User scene options menu when 
       
  3077 //d: 'Restore user scene' is selected
       
  3078 //l: list_single_pane_t1_cp2
       
  3079 //W:
       
  3080 //R:9.1
       
  3081 #define qtn_lcam_set_user_scene_restore_or "Restore"
       
  3082 
       
  3083 //d: Increased value for 'Contrast' (qtn_lcam_set_user_contr) in 
       
  3084 //d: 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  3085 //l: list_single_pane_t1
       
  3086 //W:
       
  3087 //R:9.1
       
  3088 #define qtn_lcam_set_contrast_increased "Increased"
       
  3089 
       
  3090 //d: Normal value for 'Contrast' (qtn_lcam_set_user_contr) in 
       
  3091 //d: 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  3092 //l: list_single_pane_t1
       
  3093 //W:
       
  3094 //R:9.1
       
  3095 #define qtn_lcam_set_contrast_normal "Normal"
       
  3096 
       
  3097 //d: Decreased value for 'Contrast' (qtn_lcam_set_user_contr) in 
       
  3098 //d: 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  3099 //l: list_single_pane_t1
       
  3100 //W:
       
  3101 //R:9.1
       
  3102 #define qtn_lcam_set_contrast_decreased "Decreased"
       
  3103 
       
  3104 
       
  3105 
       
  3106 
       
  3107 ////////////////////////////////////////////////////////////////////////////////
       
  3108 //*****************THE DUPLICATES FOR NEW VGA LAYOUTS*************************//
       
  3109 //****************************************************************************//
       
  3110 //                                                                            //
       
  3111 //                                                                            //
       
  3112 //d:View title
       
  3113 //d:In capture setup mode
       
  3114 //l:title_pane_t2/opt9
       
  3115 //
       
  3116 #define qtn_lcam_title_subm_flash_v2   "Flash"
       
  3117 
       
  3118 //d:View title
       
  3119 //d:In capture setup mode
       
  3120 //l:title_pane_t2/opt9
       
  3121 //
       
  3122 #define qtn_lcam_title_subm_wb_v2   "White balance"
       
  3123 
       
  3124 //d:View title
       
  3125 //d:In capture setup mode
       
  3126 //l:title_pane_t2/opt9
       
  3127 //
       
  3128 #define qtn_lcam_title_subm_ev_v2   "Exposure compensation"
       
  3129 
       
  3130 //d:View title
       
  3131 //d:In capture setup mode
       
  3132 //l:title_pane_t2/opt9
       
  3133 //
       
  3134 #define qtn_lcam_title_subm_ceff_v2   "Colour tone"
       
  3135 
       
  3136 //d:View title
       
  3137 //d:In capture setup mode
       
  3138 //l:title_pane_t2/opt9
       
  3139 //
       
  3140 #define qtn_lcam_title_subm_sharp_v2   "Sharpness"
       
  3141 
       
  3142 //d:View title
       
  3143 //d:in capture setup mode
       
  3144 //l:title_pane_t2/opt9
       
  3145 //
       
  3146 #define qtn_lcam_title_subm_contr_v2   "Contrast"
       
  3147 
       
  3148 //d:View title in capture setup mode
       
  3149 //d:For cameraapp Increment 3.1, cameraapp Release 6
       
  3150 //r:3.1
       
  3151 //l:title_pane_t2/opt9
       
  3152 //
       
  3153 #define qtn_lcam_title_subm_bright_v2   "Brightness"
       
  3154 
       
  3155 //d:View title
       
  3156 //d:
       
  3157 //l:title_pane_t2/opt9
       
  3158 //
       
  3159 #define qtn_lcam_title_selftimer_v2    "Self timer"
       
  3160 
       
  3161 
       
  3162 //d:View title
       
  3163 //d:In capture setup mode
       
  3164 //l:title_pane_t2/opt9
       
  3165 //
       
  3166 #define qtn_lcam_title_subm_iso_v2  "Light sensitivity"
       
  3167 
       
  3168 //----------------------------------------------------
       
  3169 
       
  3170 //d:Item text for flash auto value
       
  3171 //d:Visible in set_up lists
       
  3172 //l:cset_list_set_pane_t1_copy1/opt1
       
  3173 //
       
  3174 #define qtn_lcam_set_auto_v2                 "Automatic"
       
  3175 
       
  3176 //d:Item text for flash forced value
       
  3177 //d:Visible in set_up lists
       
  3178 //l:cset_list_set_pane_t1_copy1/opt1
       
  3179 //
       
  3180 #define qtn_lcam_set_force_v2                 "On"
       
  3181 
       
  3182 //d:Item text for flash off value
       
  3183 //d:Visible in set_up lists
       
  3184 //l:cset_list_set_pane_t1_copy1/opt1
       
  3185 //
       
  3186 #define qtn_lcam_set_flash_off_v2                    "Off"
       
  3187 
       
  3188 //d:Item text for flash redeye reduction value
       
  3189 //d:Visible in set_up lists
       
  3190 //l:cset_list_set_pane_t1_copy1/opt1
       
  3191 //
       
  3192 #define qtn_lcam_set_redeye_v2                    "Red eye redu."
       
  3193 
       
  3194 //----------------------------------------------------
       
  3195 
       
  3196 //d:Item text for white balance auto value
       
  3197 //d:Visible in set_up lists
       
  3198 //l:cset_list_set_pane_t1_copy1/opt1
       
  3199 //
       
  3200 #define qtn_lcam_set_awb_v2                  "Automatic"
       
  3201 
       
  3202 //d:Item text for white balance daylight value
       
  3203 //d:Visible in set_up lists
       
  3204 //l:cset_list_set_pane_t1_copy1/opt1
       
  3205 //
       
  3206 #define qtn_lcam_set_day_v2                  "Sunny"
       
  3207 
       
  3208 //d:Item text for white balance cloudy value
       
  3209 //d:Visible in set_up lists
       
  3210 //l:cset_list_set_pane_t1_copy1/opt1
       
  3211 //
       
  3212 #define qtn_lcam_set_cloud_v2                  "Cloudy"
       
  3213 
       
  3214 //d:Item text for white balance tungsten value
       
  3215 //d:Visible in set_up lists
       
  3216 //l:cset_list_set_pane_t1_copy1/opt1
       
  3217 //
       
  3218 #define qtn_lcam_set_tung_v2                 "Incandescent"
       
  3219 
       
  3220 //d:Item text for white balance fluorescent value
       
  3221 //d:Visible in set_up lists
       
  3222 //l:cset_list_set_pane_t1_copy1/opt1
       
  3223 //
       
  3224 #define qtn_lcam_set_flu_v2                 "Fluorescent"
       
  3225 
       
  3226 //----------------------------------------------------
       
  3227 
       
  3228 //d:Item text for colour filter colour value
       
  3229 //d:Visible in set_up lists
       
  3230 //l:cset_list_set_pane_t1_copy1/opt1
       
  3231 //
       
  3232 #define qtn_lcam_set_col_v2                 "Normal"
       
  3233 
       
  3234 //d:Item text for colour filter sepia value
       
  3235 //d:Visible in set_up lists
       
  3236 //l:cset_list_set_pane_t1_copy1/opt1
       
  3237 //
       
  3238 #define qtn_lcam_set_sep_v2                 "Sepia"
       
  3239 
       
  3240 //d:Item text for colour filter black and white value
       
  3241 //d:Visible in set_up lists
       
  3242 //l:cset_list_set_pane_t1_copy1/opt1
       
  3243 //
       
  3244 #define qtn_lcam_set_bw_v2                 "Black & white"
       
  3245 
       
  3246 //d:Item text for colour filter vivid colours value
       
  3247 //d:Visible in set_up lists
       
  3248 //l:cset_list_set_pane_t1_copy1/opt1
       
  3249 //
       
  3250 #define qtn_lcam_set_neg_v2                 "Negative"
       
  3251 
       
  3252 //d:Item text for colour filter vivid colours value
       
  3253 //d:Visible in set_up lists
       
  3254 //l:cset_list_set_pane_t1_copy1/opt1
       
  3255 //
       
  3256 #define qtn_lcam_set_viv_v2                 "Vivid"
       
  3257 
       
  3258 //----------------------------------------------------
       
  3259 
       
  3260 //d:Item text for ISO value automatic ISO setting
       
  3261 //d:Visible in set_up lists
       
  3262 //l:cset_list_set_pane_t1_copy1/opt1
       
  3263 //
       
  3264 #define qtn_lcam_isoauto_v2                "Auto"
       
  3265 
       
  3266 //d:Item text for ISO value Low ISO setting
       
  3267 //d:Visible in set_up lists
       
  3268 //l:cset_list_set_pane_t1_copy1/opt1
       
  3269 //
       
  3270 #define qtn_lcam_isolow_v2                 "Low"
       
  3271 
       
  3272 //d:Item text for ISO value Medium ISO setting
       
  3273 //d:Visible in set_up lists
       
  3274 //l:cset_list_set_pane_t1_copy1/opt1
       
  3275 //
       
  3276 #define qtn_lcam_isomedium_v2              "Medium"
       
  3277 
       
  3278 //d:Item text for ISO value High ISO setting
       
  3279 //d:Visible in set_up lists
       
  3280 //l:cset_list_set_pane_t1_copy1/opt1
       
  3281 //
       
  3282 #define qtn_lcam_isohigh_v2                "High"
       
  3283 
       
  3284 //----------------------------------------------------
       
  3285 // Image quality setting texts
       
  3286 
       
  3287 // <Inc3>
       
  3288 //d:Image quality slider bar top subtitle
       
  3289 //d:Visible in image quality slider control.
       
  3290 //l:main_cset6_slider_pane_t1/opt2
       
  3291 //
       
  3292 #define qtn_lcam_quality_subtitle_maximum_v2 "Maximum"
       
  3293 
       
  3294 //d:Image quality slider bar bottom subtitle
       
  3295 //d:Visible in image quality slider control.
       
  3296 //l:main_cset6_slider_pane_t7/opt2
       
  3297 //
       
  3298 #define qtn_lcam_quality_subtitle_minimum_v2 "Low"
       
  3299 // </Inc3>
       
  3300 
       
  3301 // Video quality setting texts
       
  3302 
       
  3303 //d:Video quality slider bar top sub title
       
  3304 //d:Visible in video quality slider control.
       
  3305 //l:main_cset6_slider_pane_t1/opt4
       
  3306 //
       
  3307 #define qtn_lcam_quality_subtitle_vmax_v2 "High"
       
  3308 
       
  3309 //d:Video quality slider bar top sub title
       
  3310 //d:Visible in video quality slider control.
       
  3311 //l:main_cset6_slider_pane_t7/opt4
       
  3312 //
       
  3313 #define qtn_lcam_quality_subtitle_vmin_v2 "Low"
       
  3314 
       
  3315 //----------------------------------------------------
       
  3316 
       
  3317 //d:Text placed above video time remaining counter
       
  3318 //d:Visible in video quality slider control.
       
  3319 //l:main_cset_text_pane_t6_copy1
       
  3320 //
       
  3321 #define qtn_lcam_video_remain_v2 "Record time available"
       
  3322 
       
  3323 //d:Text placed above image counter
       
  3324 //d:Visible in image quality slider control.
       
  3325 //l:main_cset_text_pane_t6_copy1
       
  3326 //
       
  3327 #define qtn_lcam_image_remain_v2 "Images remaining"
       
  3328 
       
  3329 //d:Image quality setting description
       
  3330 //d:Visible in image quality slider control.
       
  3331 //l:main_cset_text_pane
       
  3332 //
       
  3333 #define qtn_lcam_descr_quality_print9m_v2 "Use for large sized prints up to 20x12 in (50x30 cm)"
       
  3334 
       
  3335 //d:Image quality setting description
       
  3336 //d:Visible in image quality slider control.
       
  3337 //l:main_cset_text_pane
       
  3338 //
       
  3339 #define qtn_lcam_descr_quality_print8m_v2 "Use for large sized prints up to 16x12 in (40x30 cm)"
       
  3340 
       
  3341 
       
  3342 //d:Image quality setting description
       
  3343 //d:Visible in image quality slider control.
       
  3344 //l:main_cset_text_pane
       
  3345 //
       
  3346 #define qtn_lcam_descr_quality_print6m_v2 "Use for large sized prints up to 16x9 in (40x23 cm)"
       
  3347 
       
  3348 //d:Image quality setting description
       
  3349 //d:Visible in image quality slider control.
       
  3350 //l:main_cset_text_pane
       
  3351 //
       
  3352 #define qtn_lcam_descr_quality_print5m_v2 "Use for large sized prints up to 14x11 in (36x28 cm)"
       
  3353 
       
  3354 //d:Image quality setting description
       
  3355 //d:Visible in image quality slider control.
       
  3356 //l:main_cset_text_pane
       
  3357 //
       
  3358 #define qtn_lcam_descr_quality_print3m_v2 "Use for prints up to 10x8 in (25x20 cm)"
       
  3359 
       
  3360 //d:Image quality setting description
       
  3361 //d:Visible in image quality slider control.
       
  3362 //l:main_cset_text_pane
       
  3363 //
       
  3364 #define qtn_lcam_descr_quality_print2m_v2 "Use for prints up to 7x5 in (18x13 cm)"
       
  3365 
       
  3366 //d:Image quality setting description
       
  3367 //d:Visible in image quality slider control.
       
  3368 //l:main_cset_text_pane
       
  3369 //
       
  3370 #define qtn_lcam_descr_quality_print1_3m_v2 "Use for prints up to 6x4 in (15x10 cm)"
       
  3371 
       
  3372 //d:Image quality setting description
       
  3373 //d:Visible in image quality slider control.
       
  3374 //l:main_cset_text_pane
       
  3375 //
       
  3376 #define qtn_lcam_descr_quality_print1m_v2 "Use for prints up to 6x4 in (15x10 cm)"
       
  3377 
       
  3378 //d:Image quality setting description
       
  3379 //d:Visible in image quality slider control.
       
  3380 //l:main_cset_text_pane
       
  3381 //
       
  3382 #define qtn_lcam_descr_quality_low_v2 "Ideal image size to send via Multimedia message (MMS)"
       
  3383 
       
  3384 //d:Video quality setting description
       
  3385 //d:Visible in video quality slider control.
       
  3386 //l:main_cset_text_pane
       
  3387 //
       
  3388 #define qtn_lcam_descr_quality_vhigh_v2 "Use for best quality playback through handset or PC"
       
  3389 
       
  3390 //d:Video quality setting description
       
  3391 //d:Visible in video quality slider control.
       
  3392 //l:main_cset_text_pane
       
  3393 //
       
  3394 #define qtn_lcam_descr_quality_vnorm_v2 "Standard quality for playback through handset"
       
  3395 
       
  3396 //d:Video quality setting description
       
  3397 //d:Visible in video quality slider control.
       
  3398 //l:main_cset_text_pane
       
  3399 //
       
  3400 #define qtn_lcam_descr_quality_vshare_v2 "Limited video clip size to send using multimedia message (MMS)"
       
  3401 
       
  3402 //d:Video quality setting description
       
  3403 //d:Visible in video quality slider control.
       
  3404 //d:Before : "Best quality for long term usage and playback on TV/PC and handset"
       
  3405 //l:main_cset_text_pane
       
  3406 //
       
  3407 #define qtn_lcam_descr_quality_tvhigh_v2  "Best quality for playback on displays using 4:3 aspect ratio"
       
  3408 
       
  3409 
       
  3410 //d:Video quality setting description
       
  3411 //d:Visible in video quality slider control.
       
  3412 //d:Before : "Standard quality for long term usage and playback on TV/PC and handset"
       
  3413 //l:main_cset_text_pane
       
  3414 //
       
  3415 #define qtn_lcam_descr_quality_tvnorm_v2  "Standard quality for playback on displays using 4:3 aspect ratio"
       
  3416 
       
  3417 
       
  3418 //d:Video quality setting description
       
  3419 //d:Visible in video quality slider control.
       
  3420 //d:Before : "Best quality for playback through handset and compatible with other mobile phones"
       
  3421 //l:main_cset_text_pane
       
  3422 //
       
  3423 #define qtn_lcam_descr_quality_webhigh_v2  "Best quality for uploading videos"
       
  3424 
       
  3425 
       
  3426 //d:Video quality setting description
       
  3427 //d:Visible in video quality slider control.
       
  3428 //d:Before : "Standard quality for playback through handset and compatible with other mobile phones"
       
  3429 //l:main_cset_text_pane
       
  3430 //
       
  3431 #define qtn_lcam_descr_quality_webnorm_v2  "Standard quality for uploading videos"
       
  3432 
       
  3433 
       
  3434 
       
  3435 
       
  3436 
       
  3437 //----------------------------------------------------
       
  3438 
       
  3439 //<Inc3>
       
  3440 //d:Item text for increased value
       
  3441 //d:Visible in set_up lists (e.g. for brightness)
       
  3442 //l:cset_list_set_pane_t1_copy1/opt1
       
  3443 //
       
  3444 #define qtn_lcam_set_increased_v2 "Increased"
       
  3445 
       
  3446 //d:Item text for decreased value
       
  3447 //d:Visible in set_up lists (e.g. for brightness)
       
  3448 //l:cset_list_set_pane_t1_copy1/opt1
       
  3449 //
       
  3450 #define qtn_lcam_set_decreased_v2 "Decreased"
       
  3451 
       
  3452 //----------------------------------------------------
       
  3453 // Settings value indicators
       
  3454 
       
  3455 //d:Value of plus two for exposure.
       
  3456 //d:Shown in EV slider, and in user scene setting list.
       
  3457 //d:+ sign should be shown also (as usual in camera UIs)
       
  3458 //l:main_cset6_slider_pane_t1/opt6
       
  3459 //
       
  3460 #define qtn_lcam_ev_plus2_v2     "+2"
       
  3461 
       
  3462 //d:Value of plus 1.5 for exposure.
       
  3463 //d:Shown in EV slider, and in user scene setting list.
       
  3464 //d:+ sign should be shown also (as usual in camera UIs)
       
  3465 //l:main_cset6_slider_pane_t8/opt6
       
  3466 //
       
  3467 #define qtn_lcam_ev_plus1_5_v2   "+1.5"
       
  3468 
       
  3469 //d:Value of plus one for exposure.
       
  3470 //d:Shown in EV slider, and in user scene setting list.
       
  3471 //d:+ sign should be shown also (as usual in camera UIs)
       
  3472 //l:main_cset6_slider_pane_t2/opt6
       
  3473 //
       
  3474 #define qtn_lcam_ev_plus1_v2     "+1"
       
  3475 
       
  3476 //d:Value of plus 0.5 for exposure.
       
  3477 //d:Shown in EV slider, and in user scene setting list.
       
  3478 //d:+ sign should be shown also (as usual in camera UIs)
       
  3479 //l:main_cset6_slider_pane_t9/opt6
       
  3480 //
       
  3481 #define qtn_lcam_ev_plus0_5_v2   "+0.5"
       
  3482 
       
  3483 //d:Value of zero for exposure.
       
  3484 //d:Shown in EV slider, and in user scene setting list.
       
  3485 //l:main_cset6_slider_pane_t3/opt6
       
  3486 //
       
  3487 #define qtn_lcam_ev_0_v2         "0"
       
  3488 
       
  3489 //d:Value of minus 0.5 for exposure.
       
  3490 //d:Shown in EV slider, and in user scene setting list.
       
  3491 //l:main_cset6_slider_pane_t10/opt6
       
  3492 //
       
  3493 #define qtn_lcam_ev_minus0_5_v2  "-0.5"
       
  3494 
       
  3495 //d:Value of minus one for exposure.
       
  3496 //d:Shown in EV slider, and in user scene setting list.
       
  3497 //l:main_cset6_slider_pane_t4/opt6
       
  3498 //
       
  3499 #define qtn_lcam_ev_minus1_v2    "-1"
       
  3500 
       
  3501 //d:Value of minus 1.5 for exposure.
       
  3502 //d:Shown in EV slider, and in user scene setting list.
       
  3503 //l:main_cset6_slider_pane_t11/opt6
       
  3504 //
       
  3505 #define qtn_lcam_ev_minus1_5_v2  "-1.5"
       
  3506 
       
  3507 //d:Value of minus two for exposure.
       
  3508 //d:Shown in EV slider, and in user scene setting list.
       
  3509 //l:main_cset6_slider_pane_t5/opt6
       
  3510 //
       
  3511 #define qtn_lcam_ev_minus2_v2    "-2"
       
  3512 
       
  3513 //d:Value of plus 1.7 for exposure.
       
  3514 //d:Shown in EV slider, and in user scene setting list.
       
  3515 //l:main_cset6_slider_pane_t8/opt6
       
  3516 //
       
  3517 #define qtn_lcam_ev_plus1_7_v2   "+1.7"
       
  3518 
       
  3519 //d:Value of plus 1.3 for exposure.
       
  3520 //d:Shown in EV slider, and in user scene setting list.
       
  3521 //d:+ sign should be shown also (as usual in camera UIs)
       
  3522 //l:main_cset6_slider_pane_t8/opt6
       
  3523 //
       
  3524 #define qtn_lcam_ev_plus1_3_v2   "+1.3"
       
  3525 
       
  3526 //d:Value of plus 0.7 for exposure.
       
  3527 //d:Shown in EV slider, and in user scene setting list.
       
  3528 //d:+ sign should be shown also (as usual in camera UIs)
       
  3529 //l:main_cset6_slider_pane_t8/opt6
       
  3530 //
       
  3531 #define qtn_lcam_ev_plus0_7_v2   "+0.7"
       
  3532 
       
  3533 //d:Value of plus 0.3 for exposure.
       
  3534 //d:Shown in EV slider, and in user scene setting list.
       
  3535 //d:+ sign should be shown also (as usual in camera UIs)t
       
  3536 //l:main_cset6_slider_pane_t8/opt6
       
  3537 //
       
  3538 #define qtn_lcam_ev_plus0_3_v2   "+0.3"
       
  3539 
       
  3540 //d:Value of minus 0.3 for exposure.
       
  3541 //d:Shown in EV slider, and in user scene setting list.
       
  3542 //l:main_cset6_slider_pane_t11/opt6
       
  3543 //
       
  3544 #define qtn_lcam_ev_minus0_3_v2  "-0.3"
       
  3545 
       
  3546 //d:Value of minus 0.7 for exposure.
       
  3547 //d:Shown in EV slider, and in user scene setting list.
       
  3548 //l:main_cset6_slider_pane_t11/opt6
       
  3549 //
       
  3550 #define qtn_lcam_ev_minus0_7_v2  "-0.7"
       
  3551 
       
  3552 //d:Value of minus 1.3 for exposure.
       
  3553 //d:Shown in EV slider, and in user scene setting list.
       
  3554 //l:main_cset6_slider_pane_t11/opt6
       
  3555 //
       
  3556 #define qtn_lcam_ev_minus1_3_v2  "-1.3"
       
  3557 
       
  3558 //d:Value of minus 1.7 for exposure.
       
  3559 //d:Shown in EV slider, and in user scene setting list.
       
  3560 //l:main_cset6_slider_pane_t11/opt6
       
  3561 //
       
  3562 #define qtn_lcam_ev_minus1_7_v2  "-1.7"
       
  3563 
       
  3564 
       
  3565 //----------------------------------------------------
       
  3566 
       
  3567 //d:Menu item for 2 sec selftimer activation
       
  3568 //d:Visible in selftimer submenu
       
  3569 //l:cset_list_set_pane_t1_copy1
       
  3570 //
       
  3571 #define qtn_lcam_st_2_v2     "2 seconds"
       
  3572 
       
  3573 //d:Menu item for 10 sec selftimer activation
       
  3574 //d:Visible in selftimer submenu
       
  3575 //l:cset_list_set_pane_t1_copy1
       
  3576 //
       
  3577 #define qtn_lcam_st_10_v2    "10 seconds"
       
  3578 
       
  3579 //d:Menu item for 20 sec selftimer activation
       
  3580 //d:Visible in selftimer submenu
       
  3581 //l:cset_list_set_pane_t1_copy1
       
  3582 //
       
  3583 #define qtn_lcam_st_20_v2    "20 seconds"
       
  3584 
       
  3585 //d:Menu item for selftimer deactivation
       
  3586 //d:Visible in selftimer submenu
       
  3587 //l:cset_list_set_pane_t1_copy1
       
  3588 //
       
  3589 #define qtn_lcam_st_off_v2   "Off"
       
  3590 
       
  3591 
       
  3592 //----------------------------------------------------
       
  3593 
       
  3594 //d:Item text for sharpness hard value
       
  3595 //d:Visible in set_up lists
       
  3596 //l:cset_list_set_pane_t1_copy1/opt1
       
  3597 //
       
  3598 #define qtn_lcam_set_hard_v2   "Hard"
       
  3599 
       
  3600 //d:Item text for sharpness normal value
       
  3601 //d:Visible in set_up lists
       
  3602 //l:cset_list_set_pane_t1_copy1/opt1
       
  3603 //
       
  3604 #define qtn_lcam_set_normal_v2 "Normal"
       
  3605 
       
  3606 //d:Item text for sharpness soft value
       
  3607 //d:Visible in set_up lists
       
  3608 //l:cset_list_set_pane_t1_copy1/opt1
       
  3609 //
       
  3610 #define qtn_lcam_set_soft_v2   "Soft"
       
  3611 
       
  3612 //----------------------------------------------------
       
  3613 
       
  3614 //d:Legend for positive brightness.
       
  3615 //d:Shown brightness/contrast setup
       
  3616 //l:main_cset6_slider_pane_t14/opt5
       
  3617 //
       
  3618 #define qtn_lcam_set_plus_v2    "+"
       
  3619 
       
  3620 //d:legend for negative brightness.
       
  3621 //d:Shown brightness/contrast setup
       
  3622 //l:main_cset6_slider_pane_t15/opt5
       
  3623 //
       
  3624 #define qtn_lcam_set_minus_v2   "-"
       
  3625 
       
  3626 // -------------------------------------
       
  3627 
       
  3628 //d:View title.
       
  3629 //d:Visible in location data setting page.
       
  3630 //l:title_pane_t2/opt9
       
  3631 //
       
  3632 #define qtn_lcam_sett_attr_ph_location_setting_v2 "Location"
       
  3633 
       
  3634 // -------------------------------------
       
  3635 // Setting values
       
  3636 
       
  3637 //d:This setting sets location data recording on.
       
  3638 //d:Visible in location data setting page.
       
  3639 //l:cset_list_set_pane_t1_copy1/opt1
       
  3640 //
       
  3641 #define qtn_lcam_location_set_on_v2 "On"
       
  3642 
       
  3643 //d:This setting sets location data recording off.
       
  3644 //d:Visible in location data setting page.
       
  3645 //l:cset_list_set_pane_t1_copy1/opt1
       
  3646 //
       
  3647 #define qtn_lcam_location_set_off_v2 "Off"
       
  3648 
       
  3649 // -------------------------------------
       
  3650 // Setting descriptions
       
  3651 
       
  3652 //d:Description text for qtn_lcam_location_set_on setting.
       
  3653 //d:Visible in location data setting page.
       
  3654 //d:This text is used in both image and video mode.
       
  3655 //l:main_cset_text2_pane_t1_copy1
       
  3656 //
       
  3657 #define qtn_lcam_descr_location_on_v2 "Location data will be recorded to each image or video if GPS co-ordinates are found. It might take many minutes to acquire these co-ordinates, best conditions are obtained in open areas away from tall buildings."	
       
  3658 
       
  3659 //d:Description text for qtn_lcam_location_set_off setting.
       
  3660 //d:Visible in location data setting page.
       
  3661 //d:The text is intentionally empty
       
  3662 //l:main_cset_text2_pane_t1_copy1
       
  3663 //
       
  3664 #define qtn_lcam_descr_location_off_v2 ""
       
  3665 
       
  3666 // -------------------------------------
       
  3667 
       
  3668 //d:Processing a photo wait note text
       
  3669 //d:Displayed when processing image after capture key has been pressed
       
  3670 //l:vid6_indi_pane_t4/opt2
       
  3671 //
       
  3672 #define qtn_lcam_note_processing_image_v2 "Processing image"
       
  3673 
       
  3674 //d:Processing a video wait note text
       
  3675 //d:Displayed when processing the video after video recording has been stopped
       
  3676 //l:vid6_indi_pane_t4/opt2
       
  3677 //
       
  3678 #define qtn_lcam_note_processing_video_v2 "Processing video"
       
  3679 
       
  3680 //d:ISO value for the sensitivity setting.
       
  3681 //d:The value of qtn_lcam_set_iso_auto setting.
       
  3682 //d:Visible in light sensitivity setting page.
       
  3683 //l:main_cset_text2_pane_t1_copy1
       
  3684 //
       
  3685 #define qtn_lcam_set_iso_value_auto_v2          "ISO value: Auto"
       
  3686 
       
  3687 //d:ISO value for the sensitivity setting.
       
  3688 //d:The value of qtn_lcam_set_iso_XXX setting.
       
  3689 //d:Visible in light sensitivity setting page.
       
  3690 //d:Where %U represents the equivalent ISO value for the setting (high/low/medium).
       
  3691 //l:main_cset_text2_pane_t1_copy1
       
  3692 //
       
  3693 #define qtn_lcam_set_iso_value_set_v2          "ISO value: %U"
       
  3694 
       
  3695 //d:Video quality setting description
       
  3696 //d:Visible in video quality slider control.
       
  3697 //l:main_cset_text_pane
       
  3698 //
       
  3699 #define qtn_lcam_descr_quality_highdefinition_v2 "Best quality for playback on high definition displays"
       
  3700 
       
  3701 //d:Video quality setting description
       
  3702 //d:Visible in video quality slider control.
       
  3703 //l:main_cset_text_pane
       
  3704 //
       
  3705 #define qtn_lcam_descr_quality_widescreen_v2 "Best quality for playback on wide displays"
       
  3706 
       
  3707 //d:Video quality setting description
       
  3708 //d:Visible in video quality slider control.
       
  3709 //l:main_cset_text_pane
       
  3710 //r:5.0
       
  3711 #define qtn_lcam_descr_quality_widescr_normal_v2 "Standard quality for playback on wide displays"
       
  3712 
       
  3713 //d: Increased value for 'Contrast' (qtn_lcam_set_user_contr) in 
       
  3714 //d: 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  3715 //l: cset_list_set_pane_t1_copy1/opt1
       
  3716 //W:
       
  3717 //R:9.1
       
  3718 //
       
  3719 #define qtn_lcam_set_contrast_increased_v2 "Increased"
       
  3720 
       
  3721 //d: Normal value for 'Contrast' (qtn_lcam_set_user_contr) in 
       
  3722 //d: 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  3723 //l: cset_list_set_pane_t1_copy1/opt1
       
  3724 //W:
       
  3725 //R:9.1
       
  3726 //
       
  3727 #define qtn_lcam_set_contrast_normal_v2 "Normal"
       
  3728 
       
  3729 //d: Decreased value for 'Contrast' (qtn_lcam_set_user_contr) in 
       
  3730 //d: 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  3731 //l: cset_list_set_pane_t1_copy1/opt1
       
  3732 //W:
       
  3733 //R:9.1
       
  3734 //
       
  3735 #define qtn_lcam_set_contrast_decreased_v2 "Decreased"
       
  3736 
       
  3737 
       
  3738 
       
  3739 //----------------------------------------------------
       
  3740 //d:Night scene descriptive text
       
  3741 //d:In scene settings list
       
  3742 //l:main_cset_text2_pane_t1_copy1
       
  3743 //
       
  3744 #define qtn_lcam_scene_night_ex_v2         "Ideal for taking pictures in low light without flash"
       
  3745 
       
  3746 //d:User scene descriptive text
       
  3747 //d:In scene settings list
       
  3748 //l:main_cset_text2_pane_t1_copy1
       
  3749 //
       
  3750 #define qtn_lcam_scene_user_ex_v2          "Create personalised settings for instant retrieval - adjust and keep your favourite settings"
       
  3751 
       
  3752 
       
  3753 //d:Auto scene descriptive text
       
  3754 //d:In scene settings list
       
  3755 //l:main_cset_text2_pane_t1_copy1
       
  3756 //
       
  3757 #define qtn_lcam_scene_auto_ex_v2          "Ideal for everyday photography - all settings are adjusted automatically for you"
       
  3758 
       
  3759 //d:Macro scene descriptive text
       
  3760 //d:In scene settings list
       
  3761 //l:main_cset_text2_pane_t1_copy1
       
  3762 //
       
  3763 #define qtn_lcam_scene_macro_ex_v2         "Ideal for capturing small objects between 10 and 60cm"
       
  3764 
       
  3765 //d:Portrait scene descriptive text
       
  3766 //d:In scene settings list
       
  3767 //l:main_cset_text2_pane_t1_copy1
       
  3768 //
       
  3769 #define qtn_lcam_scene_port2_ex_v2         "Ideal for shooting better portrait photos"
       
  3770 
       
  3771 //d:Landscape scene descriptive text
       
  3772 //d:In scene settings list
       
  3773 //d:Used in auto focus products
       
  3774 //l:main_cset_text2_pane_t1_copy1
       
  3775 //
       
  3776 #define qtn_lcam_scene_land_ex_v2          "Ideal for shooting distant scenerys"
       
  3777 
       
  3778 //d:Landscape scene descriptive text
       
  3779 //d:In scene settings list
       
  3780 //d:Used in fixed focus products
       
  3781 //l:main_cset_text2_pane_t1_copy1
       
  3782 //
       
  3783 #define qtn_lcam_scene_land2_ex_v2          "Ideal for shooting better outdoor scenery photos"
       
  3784 
       
  3785 //d:Night portrait scene descriptive text
       
  3786 //d:In scene settings list
       
  3787 //l:main_cset_text2_pane_t1_copy1
       
  3788 //
       
  3789 #define qtn_lcam_scene_nightport_ex_v2     "Ideal for taking portraits in low light with flash"
       
  3790 
       
  3791 //d:Auto (video mode) text scene descriptive text
       
  3792 //d:In video scene settings list
       
  3793 //l:main_cset_text2_pane_t1_copy1
       
  3794 //
       
  3795 #define qtn_lcam_scene_vid_auto_ex_v2      "Ideal for filming everyday moments"
       
  3796 
       
  3797 //d:Night (video mode) text scene descriptive text
       
  3798 //d:In video scene settings list
       
  3799 //l:main_cset_text2_pane_t1_copy1
       
  3800 //
       
  3801 #define qtn_lcam_scene_vid_night_ex_v2     "Ideal for filming in dark"
       
  3802 
       
  3803 //d:Sport scene descriptive text
       
  3804 //d:In image scene settings list
       
  3805 //l:main_cset_text2_pane_t1_copy1
       
  3806 //
       
  3807 #define qtn_lcam_scene_sport_ex_v2         "Ideal for capturing fast moving subject matter"
       
  3808 
       
  3809 
       
  3810 // -------------------------------------
       
  3811 // Light sensitivity setting descriptions
       
  3812 
       
  3813 
       
  3814 //d:Description text for sensitivity setting.
       
  3815 //d:Describes the qtn_lcam_set_iso_auto setting.
       
  3816 //d:Visible in light sensitivity setting page.
       
  3817 //l:main_cset_text2_pane_t1_copy1
       
  3818 //
       
  3819 #define qtn_lcam_set_iso_auto_ex_v2          "Use in everyday situations"
       
  3820 
       
  3821 //d:Description text for sensitivity setting.
       
  3822 //d:Describes the qtn_lcam_set_iso_low setting.
       
  3823 //d:Visible in light sensitivity setting page.
       
  3824 //l:main_cset_text2_pane_t1_copy1
       
  3825 //
       
  3826 #define qtn_lcam_set_iso_low_ex_v2           "Ideal for use in bright sunny conditions"
       
  3827 
       
  3828 //d:Description text for sensitivity setting.
       
  3829 //d:Describes the qtn_lcam_set_iso_low_medium setting.
       
  3830 //d:Visible in light sensitivity setting page.
       
  3831 //l:main_cset_text2_pane_t1_copy1
       
  3832 //
       
  3833 #define qtn_lcam_set_iso_low_medium_ex_v2    "Ideal for use in less bright, outdoor conditions"
       
  3834 
       
  3835 //d:Description text for sensitivity setting.
       
  3836 //d:Describes the qtn_lcam_set_iso_medium setting.
       
  3837 //d:Visible in light sensitivity setting page.
       
  3838 //l:main_cset_text2_pane_t1_copy1
       
  3839 //
       
  3840 #define qtn_lcam_set_iso_medium_ex_v2        "Ideal for cloudy/indoor pictures with flash"
       
  3841 
       
  3842 //d:Description text for sensitivity setting.
       
  3843 //d:Describes the qtn_lcam_set_iso_medium_high setting.
       
  3844 //d:Visible in light sensitivity setting page.
       
  3845 //l:main_cset_text2_pane_t1_copy1
       
  3846 //
       
  3847 #define qtn_lcam_set_iso_medium_high_ex_v2   "Ideal for low light pictures where flash might be required"
       
  3848 
       
  3849 //d:Description text for sensitivity setting.
       
  3850 //d:Describes the qtn_lcam_set_iso_high setting.
       
  3851 //d:Visible in light sensitivity setting page.
       
  3852 //l:main_cset_text2_pane_t1_copy1
       
  3853 //
       
  3854 #define qtn_lcam_set_iso_high_ex_v2          "Ideal for low light pictures without flash and for freezing action in bright light"
       
  3855 
       
  3856 
       
  3857 // --------------------------------------
       
  3858 
       
  3859 //d:Information note while processing image data during sequence capture
       
  3860 //d:Visible in navi-pane after sequence capture
       
  3861 //d: %0U will be replaced by the current image being processed
       
  3862 //d: %1U will be replaced by the total amount of images captured 
       
  3863 //d: during the sequence capture.
       
  3864 //l: vid4_progress_pane_t3/opt1
       
  3865 //
       
  3866 #define qtn_lcam_note_processing_images "Processing image %0U/%1U"
       
  3867 
       
  3868 //d:Information note while processing image data during sequence capture
       
  3869 //d:Visible in navi-pane after sequence capture
       
  3870 //d: %0U will be replaced by the current image being processed
       
  3871 //d: %1U will be replaced by the total amount of images captured 
       
  3872 //d: during the sequence capture.
       
  3873 //l: vid6_indi_pane_t4/opt2
       
  3874 //
       
  3875 #define qtn_lcam_note_processing_images_v2 "Processing image %0U/%1U"
       
  3876 
       
  3877 //d: Tooltip text for mark/unmark button 
       
  3878 //d: in touch toolbar in sequence post capture view
       
  3879 //d: Mark/unmark button will mark highlighted item if it is not marked,
       
  3880 //d: and it will unmark the item if it is marked.
       
  3881 //l: main_cam5_pane_t11
       
  3882 //w:
       
  3883 //r: 5.0
       
  3884 #define qtn_lcam_tt_mark_unmark "Mark/Unmark"
       
  3885 
       
  3886 //d: Icon text for 'Sequence mode' button in touch toolbar extension in
       
  3887 //d: still mode. Pressing the button will turn sequence mode on.
       
  3888 //l: cell_tb_ext_pane_t1/opt1
       
  3889 //w:
       
  3890 //r: 5.0
       
  3891 #define qtn_lcam_tb_turn_sequence_on "To sequence mode"
       
  3892 
       
  3893 //d: Icon text for 'Sequence mode' button in touch toolbar extension in
       
  3894 //d: still mode. Pressing the button will turn sequence mode off.
       
  3895 //l: cell_tb_ext_pane_t1/opt1
       
  3896 //w:
       
  3897 //r: 5.0
       
  3898 #define qtn_lcam_tb_turn_sequence_off "To single shot"
       
  3899 
       
  3900 //d: Video scene mode title text for Low light mode
       
  3901 //d: Visible in video scene settings list
       
  3902 //l: list_set_graphic_pane_t1
       
  3903 //w:
       
  3904 //r: 5.0
       
  3905 #define qtn_lcam_scene_lowlight "Low light"
       
  3906 
       
  3907 //d: Video scene mode title text for Low light mode
       
  3908 //d: Visible in video scene settings list
       
  3909 //l: cset_list_set_pane_t1_copy1
       
  3910 //w:
       
  3911 //r: 5.0
       
  3912 #define qtn_lcam_scene_lowlight_v2 "Low light"
       
  3913 
       
  3914 // --------------------------------------
       
  3915 
       
  3916 
       
  3917 //d:Image quality setting description
       
  3918 //d:Visible in image quality slider control.
       
  3919 //l:main_cam5_pane_t4/opt1
       
  3920 //
       
  3921 #define qtn_lcam_descr_quality_email "Ideal size for e-mail"
       
  3922 
       
  3923 //d:Image quality setting description
       
  3924 //d:Visible in image quality slider control.
       
  3925 //l:main_cset_text_pane
       
  3926 //
       
  3927 #define qtn_lcam_descr_quality_email_v2 "Ideal size for e-mail"
       
  3928 
       
  3929 //d:Indoor (video mode) text scene descriptive text
       
  3930 //d:In video scene settings list
       
  3931 //l:popup_preview_text_window/opt5
       
  3932 //
       
  3933 #define qtn_lcam_scene_vid_lowlight_ex      "Ideal for filming in indoor lighting"
       
  3934 
       
  3935 //d:Indoor (video mode) text scene descriptive text
       
  3936 //d:In video scene settings list
       
  3937 //l:main_cset_text2_pane_t1_copy1
       
  3938 //
       
  3939 #define qtn_lcam_scene_vid_lowlight_ex_v2     "Ideal for filming in indoor lighting"
       
  3940 
       
  3941 //d:Item text for brightness normal value
       
  3942 //d:Visible in set_up lists
       
  3943 //l:main_cam5_pane_t1
       
  3944 //
       
  3945 #define qtn_lcam_set_normal_bright "Normal"
       
  3946 
       
  3947 //d:Item text for brightness normal value
       
  3948 //d:Visible in set_up lists
       
  3949 //l:cset_list_set_pane_t1_copy1/opt1
       
  3950 //
       
  3951 #define qtn_lcam_set_normal_bright_v2 "Normal"
       
  3952 
       
  3953 //----------------------------------------------------
       
  3954 
       
  3955 //d:Night scene title text
       
  3956 //d:Visible in scene settings page
       
  3957 //l:cset_list_set_pane_t1_copy1
       
  3958 //
       
  3959 #define qtn_lcam_scene_night_v2      "Night"
       
  3960 
       
  3961 //d:User scene title text
       
  3962 //d:Visible in scene settings page
       
  3963 //l:cset_list_set_pane_t1_copy1
       
  3964 //
       
  3965 #define qtn_lcam_scene_user_v2       "User defined"
       
  3966 
       
  3967 //d:Auto scene title text
       
  3968 //d:Visible in scene settings page
       
  3969 //l:cset_list_set_pane_t1_copy1
       
  3970 //
       
  3971 #define qtn_lcam_scene_auto_v2       "Auto"
       
  3972 
       
  3973 //d:Macro scene title text
       
  3974 //d:Visible in scene settings page
       
  3975 //l:cset_list_set_pane_t1_copy1
       
  3976 //
       
  3977 #define qtn_lcam_scene_macro_v2      "Close-up mode"
       
  3978 
       
  3979 //d:Portrait scene title text
       
  3980 //d:Visible in scene settings page
       
  3981 //l:cset_list_set_pane_t1_copy1
       
  3982 //
       
  3983 #define qtn_lcam_scene_port_v2       "Portrait"
       
  3984 
       
  3985 //d:Landscape scene title text
       
  3986 //d:Visible in scene settings page
       
  3987 //l:cset_list_set_pane_t1_copy1
       
  3988 //
       
  3989 #define qtn_lcam_scene_land_v2       "Landscape"
       
  3990 
       
  3991 //d:Night portrait scene title text
       
  3992 //d:Visible in scene settings page
       
  3993 //l:cset_list_set_pane_t1_copy1
       
  3994 //
       
  3995 #define qtn_lcam_scene_nightport_v2  "Night portrait"
       
  3996 
       
  3997 //d:Sport scene title text
       
  3998 //d:Visible in scene settings page
       
  3999 //l:cset_list_set_pane_t1_copy1
       
  4000 //
       
  4001 #define qtn_lcam_scene_sport_v2      "Sport"
       
  4002 
       
  4003 
       
  4004 //d:Video quality setting description
       
  4005 //d:Visible in video quality slider control and settings list
       
  4006 //l:main_cset_text_pane_t1_copy1 
       
  4007 //r:5.0
       
  4008 #define qtn_lcam_set_type_highdefinition_v2 "High definition quality"
       
  4009 
       
  4010 //d:Video quality setting description
       
  4011 //d:Visible in video quality slider control and settings list
       
  4012 //l:main_cset_text_pane_t1_copy1 
       
  4013 //r:5.0
       
  4014 #define qtn_lcam_set_type_widescreen_v2 "Widescreen high quality"
       
  4015 
       
  4016 //d:Video quality setting description
       
  4017 //d:Visible in video quality slider control and settings list
       
  4018 //l:main_cset_text_pane_t1_copy1
       
  4019 //r:5.0
       
  4020 #define qtn_lcam_set_type_widescr_normal_v2 "Widescreen normal quality"
       
  4021 
       
  4022 //d:Image quality setting description
       
  4023 //d:Visible in image quality slider control and settings list
       
  4024 //l:main_cset_text_pane_t1_copy1 
       
  4025 //
       
  4026 #define qtn_lcam_sett_attr_quality_print9mlarge_v2 "Print 9M - Large"
       
  4027 
       
  4028 //d:Image quality setting description
       
  4029 //d:Visible in image quality slider control and settings list
       
  4030 //l:main_cset_text_pane_t1_copy1 
       
  4031 //
       
  4032 #define qtn_lcam_sett_attr_quality_print8mlarge_v2 "Print 8M - Large"
       
  4033 
       
  4034 //d:Image quality setting description
       
  4035 //d:Visible in image quality slider control and settings list
       
  4036 //l:main_cset_text_pane_t1_copy1 
       
  4037 //
       
  4038 #define qtn_lcam_sett_attr_quality_print6mlarge_v2 "Print 6M - Large"
       
  4039 
       
  4040 //d:Image quality setting description
       
  4041 //d:Visible in image quality slider control and settings list
       
  4042 //l:main_cset_text_pane_t1_copy1 
       
  4043 //
       
  4044 #define qtn_lcam_sett_attr_quality_print5mlarge_v2 "Print 5M - Large"
       
  4045 
       
  4046 //d:Image quality setting description
       
  4047 //d:Visible in image quality slider control and settings list
       
  4048 //l:main_cset_text_pane_t1_copy1 
       
  4049 //
       
  4050 #define qtn_lcam_sett_attr_quality_print3mlarge_v2 "Print 3M - Large"
       
  4051 
       
  4052 //d:Image quality setting description
       
  4053 //d:Visible in image quality slider control and settings list
       
  4054 //l:main_cset_text_pane_t1_copy1 
       
  4055 //
       
  4056 #define qtn_lcam_sett_attr_quality_print2mlarge_v2 "Print 2M - Large"
       
  4057 
       
  4058 //d:Image quality setting description
       
  4059 //d:Visible in image quality slider control and settings list
       
  4060 //l:main_cset_text_pane_t1_copy1 
       
  4061 //
       
  4062 #define qtn_lcam_sett_attr_quality_print3mmed_v2 "Print 3M - Med."
       
  4063 
       
  4064 //d:Image quality setting description
       
  4065 //d:Visible in image quality slider control and settings list
       
  4066 //l:main_cset_text_pane_t1_copy1 
       
  4067 //
       
  4068 #define qtn_lcam_sett_attr_quality_print2mmed_v2 "Print 2M - Med."
       
  4069 
       
  4070 //d:Image quality setting description
       
  4071 //d:Visible in image quality slider control and settings list 
       
  4072 //l:main_cset_text_pane_t1_copy1 
       
  4073 #define qtn_lcam_sett_attr_quality_print1med_v2 "Print 1M - Med."
       
  4074 
       
  4075 //d:Image quality setting description
       
  4076 //d:Visible in image quality slider control and settings list
       
  4077 //l:main_cset_text_pane_t1_copy1 
       
  4078 //
       
  4079 #define qtn_lcam_sett_attr_quality_print1_3small_v2 "Print/Email 1.3M - Small"
       
  4080 
       
  4081 //d:Image quality setting description
       
  4082 //d:Visible in image quality slider control and settings list
       
  4083 //l:main_cset_text_pane_t1_copy1 
       
  4084 //
       
  4085 #define qtn_lcam_sett_attr_quality_print1_0small_v2 "Print/Email 1M - Small"
       
  4086 
       
  4087 //d:Image quality setting description
       
  4088 //d:Visible in image quality slider control and settings list
       
  4089 //l:main_cset_text_pane_t1_copy1 
       
  4090 //
       
  4091 #define qtn_lcam_sett_attr_quality_print0_8med_v2 "Email 0.8M - Med."
       
  4092 
       
  4093 //d:Image quality setting description
       
  4094 //d:Visible in image quality slider control and settings list
       
  4095 //l:main_cset_text_pane_t1_copy1 
       
  4096 //
       
  4097 #define qtn_lcam_sett_attr_quality_mms_v2 "MMS 0.3M - Small"
       
  4098 
       
  4099 //d:Video quality setting description
       
  4100 //d:Visible in video quality slider control and settings list
       
  4101 //l:main_cset_text_pane_t1_copy1 
       
  4102 //
       
  4103 #define qtn_lcam_set_type_high_v2 "High"
       
  4104 
       
  4105 //d:Video quality setting description
       
  4106 //d:Visible in video quality slider control and settings list
       
  4107 //l:main_cset_text_pane_t1_copy1 
       
  4108 //
       
  4109 #define qtn_lcam_set_type_normal_v2 "Normal"
       
  4110 
       
  4111 //d:Video quality setting description
       
  4112 //d:Visible in video quality slider control and settings list
       
  4113 //l:main_cset_text_pane_t1_copy1 
       
  4114 //
       
  4115 #define qtn_lcam_set_type_sharing_v2 "Sharing"
       
  4116 
       
  4117 //d:Video quality setting description
       
  4118 //d:Visible in video quality slider control and settings list
       
  4119 //l:main_cset_text_pane_t1_copy1 
       
  4120 //
       
  4121 #define qtn_lcam_set_type_tvhigh_v2 "4:3 resolution high quality"
       
  4122 
       
  4123 //d:Video quality setting description
       
  4124 //d:Visible in video quality slider control and settings list
       
  4125 //l:main_cset_text_pane_t1_copy1 
       
  4126 //
       
  4127 #define qtn_lcam_set_type_tvnorm_v2 "4:3 resolution normal quality"
       
  4128 
       
  4129 //d:Video quality setting description
       
  4130 //d:Visible in video quality slider control and settings list
       
  4131 //l:main_cset_text_pane_t1_copy1 
       
  4132 //
       
  4133 #define qtn_lcam_set_type_webhigh_v2 "Email high quality"
       
  4134 
       
  4135 //d:Video quality setting description
       
  4136 //d:Visible in video quality slider control and settings list
       
  4137 //l:main_cset_text_pane_t1_copy1 
       
  4138 //
       
  4139 #define qtn_lcam_set_type_webnorm_v2 "Email normal quality"
       
  4140 
       
  4141 //d:Video quality setting description
       
  4142 //d:Visible in video quality slider control and settings list
       
  4143 //l:main_cset_text_pane_t1_copy1 
       
  4144 //
       
  4145 #define qtn_lcam_set_type_mms_v2 "Sharing quality"
       
  4146 
       
  4147 //d:Tooltip item for facetracking on
       
  4148 //d:Visible in still pre-capture view active palette.
       
  4149 //l:main_cam5_pane_t11
       
  4150 //
       
  4151 #define qtn_lcam_tt_facedet_on_v2	"Turn Face detection on"
       
  4152 
       
  4153 //d:Tooltip item for facetracking off
       
  4154 //d:Visible in still pre-capture view active palette.
       
  4155 //l:main_cam5_pane_t11
       
  4156 //
       
  4157 #define qtn_lcam_tt_facedet_off_v2	"Turn Face detection off"
       
  4158 
       
  4159 //d:Image quality setting description
       
  4160 //d:Visible in image quality slider control and settings list
       
  4161 //l:list_set_graphic_pane_t1 
       
  4162 //
       
  4163 #define qtn_lcam_sett_attr_quality_print12largem "Print 12M - Large"
       
  4164 
       
  4165 //d:Image quality setting description
       
  4166 //d:Visible in image quality slider control and settings list
       
  4167 //l:main_cset_text_pane_t1_copy1 
       
  4168 //
       
  4169 #define qtn_lcam_sett_attr_quality_print12largem_v2 "Print 12M - Large"
       
  4170 
       
  4171 //d:Image quality setting description
       
  4172 //d:Visible in image quality slider control.
       
  4173 //l:main_cam5_pane_t4/opt1
       
  4174 //
       
  4175 #define qtn_lcam_descr_quality_print12m "Use for large sized prints up to 20x16 in (50x40 cm)"
       
  4176 
       
  4177 //d:Image quality setting description
       
  4178 //d:Visible in image quality slider control.
       
  4179 //l:main_cset_text_pane
       
  4180 //
       
  4181 #define qtn_lcam_descr_quality_print12m_v2 "Use for large sized prints up to 20x16 in (50x40 cm)"
       
  4182 
       
  4183 //d: Tooltip text for mark mode button 
       
  4184 //d: in touch toolbar in sequence post capture view
       
  4185 //l: main_cam5_pane_t11
       
  4186 #define qtn_lcam_tt_markmode "Mark mode "
       
  4187 
       
  4188 //d:Item value for landscape mode video settings list.
       
  4189 //d:This value sets continuous auto-focus "on".
       
  4190 //d:Setting title is qtn_lcam_sett_attr_cont_af.
       
  4191 //l:list_set_graphic_pane_t1
       
  4192 //
       
  4193 #define qtn_lcam_sett_attr_cont_af_on "On"
       
  4194 
       
  4195 //d:Item value for landscape mode video settings list.
       
  4196 //d:This value sets continuous auto-focus "off".
       
  4197 //d:Setting title is qtn_lcam_sett_attr_cont_af.
       
  4198 //l:list_set_graphic_pane_t1
       
  4199 //
       
  4200 #define qtn_lcam_sett_attr_cont_af_off "Off"
       
  4201 
       
  4202 //d:Popup info note for camera first-time-use
       
  4203 //d:This is shown as a warning to the user 
       
  4204 //d:for the default value of location setting.
       
  4205 //l:none
       
  4206 #define qtn_lcam_location_ftu "Location recording can be disabled in camera settings."
       
  4207 
       
  4208 //d:Set as default scene mode setting title
       
  4209 //d:Shown in user scene setting list
       
  4210 //l:list_setting_pane_t1
       
  4211 #define qtn_lcam_set_user_default "Set as default scene mode" 
       
  4212 
       
  4213 //d: 'Yes' value for 'Set as default scene mode' (qtn_lcam_set_user_default)
       
  4214 //d: in 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  4215 //l: list_single_pane_t1
       
  4216 #define qtn_lcam_set_user_default_yes "Yes"
       
  4217 
       
  4218 //d: 'No' value for 'Set as default scene mode' (qtn_lcam_set_user_default)
       
  4219 //d: in 'Image user scene' view (Image mode > Scene modes > User defined open)
       
  4220 //l: list_single_pane_t1
       
  4221 #define qtn_lcam_set_user_default_no "No"
       
  4222 
       
  4223 //d: Tooltip text for Image editor button
       
  4224 //d: in touch toolbar in camera post-capture view
       
  4225 //l: main_cam5_pane_t11
       
  4226 #define qtn_lcam_tt_image_editor "Image editor"
       
  4227 
       
  4228 
       
  4229 //d: Tooltip text for Video editor button
       
  4230 //d: in touch toolbar in camcorder post-capture view
       
  4231 //l: main_cam5_pane_t11
       
  4232 #define qtn_lcam_tt_video_editor "Video editor"
       
  4233 
       
  4234 //d: If Geotagging is enabled by default in the Camera application, 
       
  4235 //d: a location tagging dialog is shown to the user. 
       
  4236 //d: It is displayed only when Camera is initiated for the first time.
       
  4237 //l: none
       
  4238 #define qtn_lcam_location_ftu_text "Captured photos and videos will be tagged with your location. If photos or videos are shared, the location data may also be visible to third parties. Phone will use network to get the location data. Data transfer charges may apply."
       
  4239 
       
  4240 //d: When a device has no mass memory and memory card is not 
       
  4241 //d: inserted when opening the camera, the user will get a note
       
  4242 //l: popup_note_window
       
  4243 #define qtn_lcam_insert_mmc_note "Please insert memory card in order to capture photos and videos"
       
  4244 
       
  4245 //d:Capture tone off setting in photo settings list
       
  4246 //l:list_set_graphic_pane_t1
       
  4247 //
       
  4248 #define qtn_lcam_shuttersound_off "Off"
       
  4249 
       
  4250 //d: This popup note is displayed when both the mass storage 
       
  4251 //d: and memory card become inaccessible. For instance when 
       
  4252 //d: USB is connected in mass torage mode
       
  4253 //l: popup_note_window
       
  4254 #define qtn_lcam_storage_inaccessible_note "All storage inaccessible at the moment. Please try again later"
       
  4255 
       
  4256 //d: This popup note is displayed when HDMI cable is plugged to the device
       
  4257 //d: while video recording is ongoing. Video recording is not allowed
       
  4258 //d: with HDMI connection.
       
  4259 //l: popup_note_window
       
  4260 #define qtn_lcam_hdmi_cable_detected "Recording finished, because HDMI cable detected" 
       
  4261 
       
  4262 //d: This popup note is displayed when user tries to start 
       
  4263 //d: video recording while HDMI cable is plugged. 
       
  4264 //d: Video recording is not allowed with HDMI connection.
       
  4265 //l: popup_note_window
       
  4266 #define qtn_lcam_hdmi_remove_cable "Remove HDMI cable before recording video"
       
  4267 
       
  4268 //d: Icon text for 'Grid' button in touch toolbar extension in still mode
       
  4269 //d: pre-capture view. Pressing the button will enable or disable
       
  4270 //d: a 3x3 grid layout on top of the viewfinder image to help the user
       
  4271 //d: to compose the image.
       
  4272 //l: cell_tb_ext_pane_t1/opt1
       
  4273 #define qtn_lcam_tb_grid "Grid"
       
  4274 
       
  4275 //d: Icon text for 'switching to secondary camera' button in touch toolbar 
       
  4276 //d: toolbar extension in video and still mode. Pressing the button will 
       
  4277 //d: switch to secondary camera video or still mode.
       
  4278 //l: cell_tb_ext_pane_t1/opt1
       
  4279 #define qtn_lcam_tb_switch "Switch"
       
  4280 
       
  4281 //d: Options menu item for accessing the Photo editor
       
  4282 //d: Visible in options menu of still post capture view
       
  4283 //l: list_single_pane_t1_cp2
       
  4284 #define qtn_options_image_editor "Image Editor"
       
  4285 
       
  4286 //d: Options menu item for accessing the Video editor
       
  4287 //d: Visible in options menu of video post capture view
       
  4288 //l: list_single_pane_t1_cp2
       
  4289 #define qtn_options_video_editor "Video Editor"
       
  4290 
       
  4291 //d: Title string of Low FPS video recording note
       
  4292 //d: Visible in discreet popup during low fps video recording
       
  4293 //l: popup_discreet_window_t1
       
  4294 #define qtn_lcam_note_low_fps "Low FPS detected"
       
  4295 
       
  4296 //d: Body string of Low FPS video recording note
       
  4297 //d: Visible in discreet popup during low fps video recording
       
  4298 //l: popup_discreet_window_t2
       
  4299 #define qtn_lcam_note_low_fps_help_link "See help"
       
  4300 
       
  4301 //d: Description string for close up video shooting mode
       
  4302 //d: Visible in video scene mode summary
       
  4303 //l: popup_preview_text_window/opt5
       
  4304 #define qtn_lcam_scene_vid_close_up_ex "Ideal for filming small objects between 10 and 60 cm"
       
  4305 
       
  4306 //d: Description string for strong backlight video shooting mode
       
  4307 //d: Visible in video scene mode summary
       
  4308 //l: popup_preview_text_window/opt5
       
  4309 #define qtn_lcam_scene_vid_backlight_ex "Ideal when capturing subjects with strong backlight"
       
  4310 
       
  4311 //d: Description string for concert video shooting mode
       
  4312 //d: Visible in video scene mode summary
       
  4313 //l: popup_preview_text_window/opt5
       
  4314 #define qtn_lcam_scene_vid_concert_ex "Ideal when capturing live concert on stage"
       
  4315 
       
  4316 //d: Backlight list item in video scene view
       
  4317 //d: Visible in video scene mode list box
       
  4318 //l: list_set_graphic_pane_t1
       
  4319 #define qtn_lcam_scene_vid_backlight "Backlight"
       
  4320 
       
  4321 //d: Concert list item in video scene view
       
  4322 //d: Visible in video scene mode list box
       
  4323 //l: list_set_graphic_pane_t1
       
  4324 #define qtn_lcam_scene_vid_concert "Concert"
       
  4325 
       
  4326 //d: Confirmation note shown when the user adds one item to an album 
       
  4327 //l: popup_note_window
       
  4328 #define qtn_lcam_note_added_one_item_album              "Added"
       
  4329 
       
  4330 //d:Video quality setting description
       
  4331 //d:Visible in video quality slider control.
       
  4332 //l: main_cam5_pane_t4/opt1
       
  4333 #define qtn_lcam_descr_quality_highdefinition_30fps "Best quality for playback on high-definition televisions. 30fps HD 1280x720."
       
  4334 
       
  4335 //d:Video quality setting description
       
  4336 //d:Visible in video quality slider control.
       
  4337 //l: main_cam5_pane_t4/opt1
       
  4338 #define qtn_lcam_descr_quality_highdefinition_reduced "For playback on high definition displays, with reduced storage memory consumption"
       
  4339 
       
  4340 //d:Video quality setting description
       
  4341 //d:Visible in video quality slider control.
       
  4342 //l: main_cam5_pane_t4/opt1
       
  4343 #define qtn_lcam_descr_quality_widescreen_wvga "High quality for playback in 16:9 aspect ratio"
       
  4344 
       
  4345 //d: Settings list item body text
       
  4346 //l: list_set_graphic_pane_t1
       
  4347 #define qtn_lcam_set_type_highdefinition_reduced "High definition, reduced storage requirements"
       
  4348 
       
  4349 //d: Settings list item body text
       
  4350 //l: list_set_graphic_pane_t1
       
  4351 #define qtn_lcam_set_type_widescreen_wvga "Widescreen high quality"
       
  4352 
       
  4353 //d: Settings list item header
       
  4354 //l: list_setting_pane_t1
       
  4355 #define qtn_lcam_sett_startup_mode "Start-up mode"
       
  4356 
       
  4357 //d: Settings list item body text
       
  4358 //l: list_set_graphic_pane_t1
       
  4359 #define qtn_lcam_set_startup_mode_still "Still image"
       
  4360 
       
  4361 //d: Settings list item body text
       
  4362 //l: list_set_graphic_pane_t1
       
  4363 #define qtn_lcam_set_startup_mode_video "Video"
       
  4364 
       
  4365 //d: Settings list item body text
       
  4366 //l: list_set_graphic_pane_t1
       
  4367 #define qtn_lcam_set_startup_mode_memorized "Memorized"
       
  4368 
       
  4369 
       
  4370 // end of file
       
  4371