gallery/loc/glxgallery_NonTouch.loc
changeset 23 74c9f037fd5d
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 qtn_lgal_tooltip_new_album/*
       
     2 * Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Localisation file for Gallery/Photos application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /*
       
    21   The syntax of a logical name entry in this file is the following:
       
    22 
       
    23   // d:context description (line 1)
       
    24   // d:context description (line N)
       
    25   // l:layout id
       
    26   // w:
       
    27   // r:release information
       
    28   //
       
    29   #define qtn_<?feature_or_application>_?freetext "?text"
       
    30 
       
    31   where
       
    32       "qtn_" starts a logical name.  Note: "text_" has been used in
       
    33            old logical names, but is deprecated.
       
    34       "?feature/application" is 2-5 lower-case characters and/or numbers
       
    35            identifying the larger context of the display text.
       
    36       "?freetext" is the free text portion of the logical name.
       
    37            It may contain only lower-case letters ('a' to 'z'), numbers
       
    38            ('0' to '9'), and the underscore ('_').  The total length of
       
    39            the logical name does must not exceed 50 characters.
       
    40       "d:" Starts a description line clarifying the entry's context with
       
    41            information like:
       
    42            - Is a word a verb gin imperative or is it a noun?  (For instance,
       
    43              what does "Set" mean?)
       
    44            - What will replace %U (unicode text parameter) or %N (number
       
    45              parameter) included in texts?  (For instance, is it a phone
       
    46              number or an e-mail address?)
       
    47       "l:" Starts a layout id information (one line).
       
    48            "P" and "No" are symbols in LAF's information table
       
    49                 - "P" is parent pane or current pane
       
    50                 - "No" is reference number in table
       
    51       "r:" Starts a release information: one line indicating in which
       
    52            gallery increment (NOT RELEASE) the text was used for the first time.
       
    53 
       
    54 */
       
    55 
       
    56 // -----------------------------------------------------------------------------
       
    57 //
       
    58 // Abbreviations
       
    59 //
       
    60 // -----------------------------------------------------------------------------
       
    61 
       
    62 // d:UPnP: Universal Plug and Play. A communication technology that is used to show and play digital content and transfer content in home networks.
       
    63 // d:DRM: Digital Rights Management. DRM is used to control how commercial content can be shared and viewed to protect the interest of content creators.
       
    64 // d:In English language, "home network" should be shortened to "home net." if the longer version does not fit.
       
    65 
       
    66 
       
    67 
       
    68 // d:Delete single item confirmation note
       
    69 // d:%U will be replaced with name of item about to be deleted
       
    70 // l:popup_note_window/opt2
       
    71 // r:4.0
       
    72 //
       
    73 #define qtn_lgal_note_delete_image		"Delete?\n%U"
       
    74 
       
    75 // d:Delete multiple items confirmation note
       
    76 // d:%N will be replaced with count of items about to be deleted
       
    77 // l:popup_note_window/opt2
       
    78 // r:6.0
       
    79 //
       
    80 #define qtn_lgal_note_delete_items      "Delete %N items?"
       
    81 
       
    82 // d:Delete a single album or tag (or other container) confirmation note
       
    83 // d:%U will be replaced with name of the album or tag 
       
    84 // d:about to be deleted
       
    85 // l:popup_note_window/opt2
       
    86 // r:4.0
       
    87 //
       
    88 #define qtn_lgal_note_delete_container		"Delete? (The files will not be deleted.)\n %U"
       
    89 
       
    90 // d:Remove single item from album confirmation note
       
    91 // d:Command doesn't delete original item from gallery
       
    92 // d:%U will be replaced with name of item about to be removed
       
    93 // d:When translating this to other languages make sure that
       
    94 // d:later "Note: the file will not..." part will get translated also.
       
    95 // l:popup_note_window
       
    96 // r:6.0 (4.0, but new English)
       
    97 //
       
    98 #define qtn_lgal_note_remove_name_album 	"Remove from album? (The file will not be deleted.)\n%U "
       
    99 
       
   100 // d:Remove multiple items from album confirmation note
       
   101 // d:Command doesn't delete original items from gallery
       
   102 // d:%N will be replaced with count of items about to be removed from album
       
   103 // d:When translating this to other languages make sure that
       
   104 // d:later "Note: the files will not..." part will get translated also.
       
   105 // l:popup_note_window
       
   106 // r:6.0 (4.0, but new English)
       
   107 //
       
   108 #define qtn_lgal_note_remove_items_album 	"Remove %N items from album? (The files will not be deleted.)"
       
   109 
       
   110 // d:Remove single item from tag confirmation note
       
   111 // d:Command doesn't delete original item from gallery
       
   112 // d:%U will be replaced with name of item about to be removed
       
   113 // d:When translating this to other languages make sure that
       
   114 // d:later "Note: the file will not..." part will get translated also.
       
   115 // l:popup_note_window
       
   116 // r:6.0
       
   117 //
       
   118 #define qtn_lgal_note_remove_name_tag 	"Remove from tag? (The file will not be deleted.)\n%U "
       
   119 
       
   120 
       
   121 // d:Remove multiple items from album confirmation note
       
   122 // d:Command doesn't delete original items from gallery
       
   123 // d:%N will be replaced with count of items about to be removed from album
       
   124 // d:When translating this to other languages make sure that
       
   125 // d:later "Note: the files will not..." part will get translated also.
       
   126 // l:popup_note_window
       
   127 // r:6.0
       
   128 //
       
   129 #define qtn_lgal_note_remove_items_tag 		"Remove %N items from tag? (The files will not be deleted.)"
       
   130 
       
   131 // d:delete location information note title
       
   132 // l:popup_note_window
       
   133 // r:6.0
       
   134 //
       
   135 #define qtn_lgal_note_delete_location 		"Delete location information? (This cannot be undone)"
       
   136 
       
   137 //
       
   138 // album pop-up texts
       
   139 //
       
   140 
       
   141 // d:New Album option in select album pop-up
       
   142 // l:list_single_pane_t1_cp2/opt1
       
   143 // r:4.0
       
   144 //
       
   145 #define qtn_lgal_album_create 			"New Album"
       
   146 
       
   147 // d:Query for entering a name in album popup
       
   148 // l:heading_pane_t1
       
   149 // r:6.0
       
   150 //
       
   151 #define qtn_lgal_query_enter_name		"Enter name:"
       
   152 
       
   153 // d:Default name for a new album
       
   154 // d:When the end-user creates a new album this string will be used as a default name
       
   155 // l:query_popup_data_pane/opt1
       
   156 // r:4.0
       
   157 //
       
   158 #define qtn_lgal_name_album         		"Album"
       
   159 
       
   160 //
       
   161 // Tag picker popup texts
       
   162 //
       
   163 
       
   164 // d:New tag option in tag picker pop-up
       
   165 // l:list_single_pane_t1_cp2/opt1
       
   166 // r:6.0
       
   167 //
       
   168 #define qtn_lgal_tag_create 			"New Tag"
       
   169 
       
   170 // d:Default name for a new tag
       
   171 // d:When the end-user creates a new tag this string will be used as a default name
       
   172 // l:query_popup_data_pane/opt1
       
   173 // r:6.0
       
   174 //
       
   175 #define qtn_lgal_name_tag         		"Tag"
       
   176 
       
   177 //
       
   178 // Wait and progress notes
       
   179 //
       
   180 
       
   181 // d:Generic progress or wait note text
       
   182 // d:Shown when device is busy
       
   183 // l:popup_note_wait_window
       
   184 // r:4.0
       
   185 //
       
   186 #define qtn_lgal_note_wait_processing		"Processing"
       
   187 
       
   188 
       
   189 // d:Generic added note
       
   190 // d:shown on completion of adding more than one item to an album or tag
       
   191 // l:popup_note_window/opt2
       
   192 // r:6.5
       
   193 //
       
   194 #define qtn_lgal_note_added_multi			"Added"
       
   195 
       
   196 //
       
   197 // options menu
       
   198 //
       
   199 
       
   200 // d:Option in Options Menu
       
   201 // d:Option name for "Adding focused / selected item(s) to an album"
       
   202 // d:Opens the Select Album pop-up
       
   203 // l:list_single_pane_t1_cp2
       
   204 // r:4.0
       
   205 //
       
   206 #define qtn_lgal_options_add_to_album		"Add to album"
       
   207 
       
   208 // d:Option in Album list view Options Menu
       
   209 // d:Option name for Creating a new album. 
       
   210 // l:list_single_pane_t1_cp2
       
   211 // r:4.0
       
   212 //
       
   213 #define qtn_lgal_options_new_album 		"New album"
       
   214 
       
   215 
       
   216 // d:Option in Options Menu
       
   217 // d:Option name for "delete marked media files or focused media file"
       
   218 // d:Selecting this option deletes the files phone the phone memory
       
   219 // d:and memory card.
       
   220 // l:list_single_pane_t1_cp2
       
   221 // r:6.0
       
   222 //
       
   223 #define qtn_lgal_options_delete			"Delete"
       
   224 
       
   225 // d:Option in Options Menu
       
   226 // d:Option name for "Edit" submenu title
       
   227 // l:list_single_pane_t1_cp2
       
   228 // r:4.0
       
   229 //
       
   230 #define qtn_lgal_options_edit			"Edit"
       
   231 
       
   232 // d:Option in Tile view Options Menu
       
   233 // d:Move and copy option menu.
       
   234 // d:This option opens submenu where the Move/Copy commands can be executed.
       
   235 // l:list_single_pane_t1_cp2
       
   236 // r:4.0
       
   237 //
       
   238 #define qtn_lgal_move_copy      		"Move and copy"
       
   239 
       
   240 // d:Option in Move and copy submenu
       
   241 // d:Choosing this option allows user to move images or videos to 
       
   242 // d:memory card or phone memory from current memory location
       
   243 // l:list_single_popup_submenu_pane_t1
       
   244 // r:6.0
       
   245 //
       
   246 #define qtn_lgal_options_move      		"Move"
       
   247 
       
   248 // d:Option in Move and copy submenu
       
   249 // d:Choosing this option allows user to copy images or videos to 
       
   250 // d:memory card or phone memory 
       
   251 // l:list_single_popup_submenu_pane_t1
       
   252 // r:6.0
       
   253 //
       
   254 #define qtn_lgal_options_copy      		"Copy"
       
   255 
       
   256 
       
   257 // d:Option in Options Menu
       
   258 // d:Option name for "Removing focused/selected item(s) from the album"
       
   259 // d:This option is available in album tile and album fullscreen views 
       
   260 // l:list_single_pane_t1_cp2
       
   261 // r:4.0
       
   262 //
       
   263 #define qtn_lgal_options_remove_from_album 	"Remove from album"
       
   264 
       
   265 
       
   266 // d:Option in Options Menu
       
   267 // d:Option name for "Removing focused/selected item(s) from the tag"
       
   268 // d:This option is available in tags tile view and tags full screen view 
       
   269 // l:list_single_pane_t1_cp2
       
   270 // r:4.0
       
   271 //
       
   272 #define qtn_lgal_options_remove_from_tag 	"Remove from tag"
       
   273 
       
   274 // d:Option in Options Menu
       
   275 // d:Choosing this option will allow the user to give a new name for the 
       
   276 // d:selected file or album
       
   277 // l:list_single_pane_t1_cp2
       
   278 // r:6.0
       
   279 //
       
   280 #define qtn_lgal_options_rename			"Rename"
       
   281 
       
   282 // d:Submenu in Options Menu
       
   283 // d:Submenu name for Slide show
       
   284 // d:opens the Slide show submenu
       
   285 // l:list_single_pane_t1_cp2
       
   286 // r:4.0
       
   287 //
       
   288 #define qtn_lgal_options_slideshow		"Slide show"
       
   289 
       
   290 // d:Submenu option in slide show Options Menu
       
   291 // d:Choosing this option opens the slide show settings dialog and allows
       
   292 // d:the user to change the slide show settings
       
   293 // l:list_single_popup_submenu_pane_t1
       
   294 // r:4.0
       
   295 //
       
   296 #define qtn_lgal_options_slideshow_settings_general "Settings"
       
   297 
       
   298 
       
   299 // d:Submenu in Options Menu
       
   300 // d:This text is used as submenu title for "use items" submenu 
       
   301 // d:when only one image is selected
       
   302 // d:Submenu contains commands for using the image for different purposes, such as wallpaper or assign to contact
       
   303 // l:list_single_pane_t1_cp2
       
   304 // r:4.0
       
   305 //
       
   306 #define qtn_lgal_options_use_image_as		"Use image"
       
   307 
       
   308 // d:Submenu in Options Menu
       
   309 // d:This text is used when multiple items are selected (image and video, or images and/or videos)
       
   310 // d:Submenu contains commands for using the images/videos in various ways.
       
   311 // l:list_single_pane_t1_cp2
       
   312 // r:4.0
       
   313 //
       
   314 #define qtn_lgal_options_use_items		"Use items"
       
   315 
       
   316 // d:Submenu in Options Menu
       
   317 // d:Submenu contains commands for using the video for different purposes, such as ring tone
       
   318 // l:list_single_pane_t1_cp2
       
   319 // r:4.0
       
   320 //
       
   321 #define qtn_lgal_options_use_video_as		"Use video"
       
   322 
       
   323 
       
   324 // d:Option in Options Menu
       
   325 // d:Choosing this option will enter a mode in which the focused
       
   326 // d:image or video is shown on a remote display via a wireless link,
       
   327 // d:as the user navigates from item to item
       
   328 // l:list_single_popup_submenu_pane_t1 
       
   329 // r:4.0
       
   330 //
       
   331 #define qtn_lgal_options_show_ext		"Show on home network"
       
   332 
       
   333 // d:Option in Options Menu
       
   334 // d:Choosing this option will stop showing items on home network.
       
   335 // d:(See qtn_lgal_options_show_ext)
       
   336 // l:list_single_popup_submenu_pane_t1
       
   337 // r:4.0
       
   338 //
       
   339 #define qtn_lgal_options_stop_show		"Stop showing"		
       
   340 
       
   341 // d:Option in Options Menu
       
   342 // d:Choosing this option will copy items to the home network.
       
   343 // l:list_single_popup_submenu_pane_t1
       
   344 // r:6.5
       
   345 //
       
   346 #define qtn_lgal_options_copy_to_home_net "Copy to home network" 
       
   347 
       
   348 // d:Home network submenu
       
   349 // d:Choosing this option will invoke the home network submenu
       
   350 // l:list_single_pane_t1_cp2/opt3 
       
   351 // r:6.5
       
   352 //
       
   353 #define qtn_lgal_options_home_network "Home network"
       
   354 
       
   355 // d:Option in Home network sub menu
       
   356 // d:Choosing this option will enter a mode in which the focused
       
   357 // d:image or video is shown on a remote display via a wireless link,
       
   358 // d:as the user navigates from item to item
       
   359 // l:list_single_popup_submenu_pane_t1
       
   360 // r:6.5
       
   361 //
       
   362 #define qtn_lgal_options_sub_show_ext "Show on home network" 
       
   363 
       
   364 // d:Option in Home network sub menu
       
   365 // d:Choosing this option will stop showing items on home network.
       
   366 // l:list_single_popup_submenu_pane_t1
       
   367 // r:6.5
       
   368 #define qtn_lgal_options_sub_stop_show "Stop showing"
       
   369 
       
   370 // d:Submenu name in Options Menu
       
   371 // d:This submenu contains different printing options for focused/selected item(s)
       
   372 // l:list_single_pane_t1_cp2
       
   373 // r:4.0
       
   374 //
       
   375 #define qtn_lgal_options_print_menu "Print" 
       
   376 
       
   377 
       
   378 // d:Option in Options Menu
       
   379 // d:This submenu allows user to view and edit the properties
       
   380 // l:list_single_pane_t1_cp2 
       
   381 // r:6.0
       
   382 //
       
   383 #define qtn_lgal_options_properties_edit 	"Edit"
       
   384 
       
   385 
       
   386 // d:Option in Options Menu
       
   387 // d:This submenu item allows users to show the item on a map
       
   388 // d:if the item contains location data
       
   389 // l:list_single_pane_t1_cp2
       
   390 // r:6.0
       
   391 //
       
   392 #define qtn_lgal_option_show_on_map             "Show on map"
       
   393 
       
   394 
       
   395 // d:Title text when marking mode is set to on in the grid view
       
   396 // l:title_pane_t2/opt9
       
   397 // r:8.0
       
   398 //	
       
   399 #define qtn_lgal_title_marking_mode             "Mark items"
       
   400 
       
   401 // d:Title of photos suite main view
       
   402 // l:title_pane_t2/opt9
       
   403 // r:8.0
       
   404 //
       
   405 #define qtn_lgal_title_main_view                "Photos"	
       
   406 
       
   407 // d:Title of the grid view showing the items of one month.
       
   408 // l:title_pane_t2/opt9
       
   409 // r:8.0
       
   410 //
       
   411 #define qtn_lgal_title_months                   "Months"
       
   412 
       
   413 // d:Title of months grid view
       
   414 // l:title_pane_t2/opt9
       
   415 // r:8.0
       
   416 //
       
   417 #define qtn_lgal_title_month_year               "%0U %1U"
       
   418 
       
   419 // d:Title of captured grid view
       
   420 // l:title_pane_t2/opt9
       
   421 // r:8.0
       
   422 //
       
   423 #define qtn_lgal_title_captured                 "Captured"
       
   424 
       
   425 // d:Title of albums list view
       
   426 // l:title_pane_t2/opt9
       
   427 // r:8.0
       
   428 //
       
   429 #define qtn_lgal_title_albums                   "Albums"
       
   430 
       
   431 // d:Title of the favourites album grid view
       
   432 // l:title_pane_t2/opt9
       
   433 // r:8.0
       
   434 //
       
   435 #define qtn_lgal_title_favourites               "Favourites"
       
   436 
       
   437 
       
   438 // d:Title of the tags browser view
       
   439 // l:title_pane_t2/opt9
       
   440 // r:8.0
       
   441 //
       
   442 #define qtn_lgal_title_tags                     "Tags"
       
   443 
       
   444 // d:Title of the downloads grid view
       
   445 // l:title_pane_t2/opt9
       
   446 // r:8.0
       
   447 //
       
   448 #define qtn_lgal_title_downloads                "Downloads"
       
   449 
       
   450 // d:Title of details view
       
   451 // l:title_pane_t2/opt9
       
   452 // r:8.0
       
   453 //
       
   454 #define qtn_lgal_title_details                  "Details"
       
   455 
       
   456 // d:Title of the select container multiselection list view when tags are selected
       
   457 // l:title_pane_t2/opt9
       
   458 // r:8.0
       
   459 //
       
   460 #define qtn_lgal_title_select_tags              "Select tags"
       
   461 
       
   462 // d:Title of the select container multiselection list view when albums are selected
       
   463 // l:title_pane_t2/opt9
       
   464 // r:8.0
       
   465 //
       
   466 #define qtn_lgal_title_select_albums            "Select albums"
       
   467 
       
   468 // d:Title of the fetcher when only one image has to be selected
       
   469 // l:title_pane_t2/opt9
       
   470 // r:8.0
       
   471 //
       
   472 #define qtn_lgal_title_fetcher_select_image     "Select image:"
       
   473 
       
   474 // d:Title of the fetcher when only one video has to be selected
       
   475 // l:title_pane_t2/opt9
       
   476 // r:8.0
       
   477 //
       
   478 #define qtn_lgal_title_fetcher_select_video     "Select video:"
       
   479 
       
   480 // d:Title of the fetcher when more than one images have to be selected
       
   481 // l:title_pane_t2/opt9
       
   482 // r:8.0
       
   483 //
       
   484 #define qtn_lgal_title_fetcher_select_images   "Select images:"
       
   485 
       
   486 // d:Title of the fetcher when more than one videos have to be selected
       
   487 // l:title_pane_t2/opt9
       
   488 // r:8.0
       
   489 //
       
   490 #define qtn_lgal_title_fetcher_select_videos    "Select videos:"
       
   491 
       
   492 // d:Title for captured item in photos suite main view
       
   493 // l:list_logical_template_8_title
       
   494 // r:8.0
       
   495 //
       
   496 #define qtn_lgal_list_title_captured_nseries    "Captured"
       
   497 
       
   498 // d:Title for months item in photos suite main view
       
   499 // l:list_logical_template_8_title
       
   500 // r:8.0
       
   501 //
       
   502 #define qtn_lgal_list_title_months_nseries      "Months"
       
   503 
       
   504 // d:Title for albums item in photos suite main view
       
   505 // l:list_logical_template_8_title
       
   506 // r:8.0
       
   507 //
       
   508 #define qtn_lgal_list_title_albums_nseries      "Albums"
       
   509 
       
   510 // d:Title for tags item in photos suite main view
       
   511 // l:list_logical_template_8_title
       
   512 // r:8.0
       
   513 //
       
   514 #define qtn_lgal_list_title_tags_nseries        "Tags"
       
   515 
       
   516 // d:Title for downloads item in photos suite main view
       
   517 // l:list_logical_template_8_title
       
   518 // r:8.0
       
   519 //
       
   520 #define qtn_lgal_list_title_downloads_nseries   "Downloads"
       
   521 
       
   522 // d:Title for a month item in Months list view. %0U is a 
       
   523 // d:month and %1U is the year.AVKON 3-character month 
       
   524 // d:strings are used to populate %0U.
       
   525 // l:list_logical_template_8_title
       
   526 // r:8.0
       
   527 //
       
   528 #define qtn_lgal_list_title_month_year_nseries  "%0U %1U"
       
   529 
       
   530 
       
   531 // d:Title for favourites item in albums list view
       
   532 // l:list_logical_template_8_title
       
   533 // r:8.0
       
   534 //
       
   535 #define qtn_lgal_list_title_favourites_nseries  "Favourites"
       
   536 
       
   537 // d:Number of items (images or videos) in category.
       
   538 // d:Shown in photos suite main view when captured album category is focused.
       
   539 // d:Used when no images or videos exist in the category.
       
   540 // l:list_logical_template_8_detail
       
   541 // r:8.0
       
   542 //
       
   543 #define qtn_lgal_list_detail_no_img_vid_nseries             "No images or videos"
       
   544 
       
   545 // d:Number of tags and number of items the tag(s) has been added to.
       
   546 // d:Shown in photos suite main view when tags category is focused.
       
   547 // d:Used when no tagged items are present.
       
   548 // l:list_logical_template_8_detail
       
   549 // r:8.0
       
   550 //
       
   551 #define qtn_lgal_list_detail_no_tagged_items_nseries        "No tagged images or videos"
       
   552 
       
   553 
       
   554 // d:Title field in the details view.
       
   555 // l:list_logical_template_6_title
       
   556 // r:8.0
       
   557 //
       
   558 #define qtn_lgal_details_title_nseries						"Title"
       
   559 
       
   560 // d:Albums field in the details view.
       
   561 // l:list_logical_template_5_title
       
   562 // r:8.0
       
   563 //
       
   564 #define qtn_lgal_details_albums_nseries             "Albums"
       
   565 
       
   566 // d:Tags field in the details view.
       
   567 // l:list_logical_template_5_title
       
   568 // r:8.0
       
   569 //
       
   570 #define qtn_lgal_details_tags_nseries               "Tags"
       
   571 
       
   572 // d:Description field in the details view.
       
   573 // l:list_logical_template_5_title
       
   574 // r:8.0
       
   575 //
       
   576 #define qtn_lgal_details_description_nseries        "Description"
       
   577 
       
   578 // d:Location field in the details view.
       
   579 // l:list_logical_template_5_title
       
   580 // r:8.0
       
   581 //
       
   582 #define qtn_lgal_details_location_nseries           "Location"
       
   583 
       
   584 // d:Resolution field in the details view.
       
   585 // l:list_logical_template_5_title
       
   586 // r:8.0
       
   587 //
       
   588 #define qtn_lgal_details_resolution_title_nseries   "Resolution"
       
   589 
       
   590 // d:Duration field in the details view.
       
   591 // l:list_logical_template_5_title
       
   592 // r:8.0
       
   593 //
       
   594 #define qtn_lgal_details_duration_nseries           "Duration"
       
   595 
       
   596 // d:Usage rights field in the details view.
       
   597 // l:list_logical_template_5_title
       
   598 // r:8.0
       
   599 //
       
   600 #define qtn_lgal_detail_drm_nseries                 "Usage rights"
       
   601 
       
   602 // d:Resolution of the item
       
   603 // d:Used in the resolution pane of the details view
       
   604 // d:%0N is the width of the video/image in pixels and %1N is the height in pixels.
       
   605 // l:list_logical_template_5_detail
       
   606 // r:8.0
       
   607 //
       
   608 #define qtn_lgal_details_resolution_detail_nseries	"%0N x %1N"
       
   609 
       
   610 // d:Index of the displayed item among the total number of items 
       
   611 // d:in the previous grid view.
       
   612 // d:Used in the full screen view.
       
   613 // l:photos_counter_text
       
   614 // r:8.0
       
   615 //
       
   616 #define qtn_lgal_item_counter	"%0N/%1N"
       
   617 
       
   618 // d:Displayed in an empty grid view
       
   619 // d:Used when a user enter the grid view when no items are present
       
   620 // l:grid_view_text_empty
       
   621 // r:8.0
       
   622 //
       
   623 #define qtn_lgal_empty_grid_no_items_nseries	"No images or videos to display"
       
   624 
       
   625 // d:Displayed in an empty cloud view.
       
   626 // d:Used when a user enter the tag browser view when no tags have been assigned 
       
   627 // d:to any items
       
   628 // l:grid_view_text_empty
       
   629 // r:8.0
       
   630 //
       
   631 #define qtn_lgal_empty_tag_browser_nseries		"No tags added to images or videos"
       
   632 
       
   633 // d:Used when user enter months list view when no items 
       
   634 // d:are yet on the device.
       
   635 // l:list_view_text_empty
       
   636 // r:8.0
       
   637 //
       
   638 #define qtn_lgal_empty_list_no_captured_items_nseries		"No captured images or videos"
       
   639 
       
   640 // d:Zoom ratio
       
   641 // l:slider_3_counter_text
       
   642 // r:8.0
       
   643 //
       
   644 #define qtn_lgal_zoom_ratio_nseries		"%N %"
       
   645 
       
   646 // d:Video length.
       
   647 // d:Used in metadata pane in grid view
       
   648 // d:when video length is less than 1 hour.
       
   649 // l:Metadata_pane_1_detail
       
   650 // r:8.0
       
   651 //
       
   652 #define qtn_lgal_metapane_length_min_nseries	"%U min"
       
   653 
       
   654 // d:Video length.
       
   655 // d:Used in metadata pane in grid view
       
   656 // d:when video length is more than 1 hour.
       
   657 // l:Metadata_pane_1_detail
       
   658 // r:8.0
       
   659 //
       
   660 #define qtn_lgal_metapane_length_hrs_nseries	"%U hrs"
       
   661 
       
   662 // d:Text prompt to download images in downloads grid.
       
   663 // d:Used when image download link is present
       
   664 // l:metadata_pane_2_title
       
   665 // r:8.0
       
   666 //
       
   667 #define qtn_lgal_grid_meta_download_images_nseries	"Download images"
       
   668 
       
   669 // d:Text prompt to download videos in downloads grid.
       
   670 // d:Used when video download link is present
       
   671 // l:metadata_pane_2_title
       
   672 // r:8.0
       
   673 //
       
   674 #define qtn_lgal_grid_meta_download_videos_nseries	"Download videos"
       
   675 
       
   676 // d:Text to display the number of items assigned with a tag.
       
   677 // d:Used in tags browser view when more than 1 items are
       
   678 // d:assigned with a tag.
       
   679 // l:Deswcc_tb_highlight_text2
       
   680 // r:8.0
       
   681 //
       
   682 #define qtn_lgal_tag_popup_multi_items  "%N items"
       
   683 
       
   684 // d:Text to display the number of items assigned with a tag.
       
   685 // d:Used in tags browser view when exactly 1 item is assigned
       
   686 // d:to a tag.
       
   687 // l:Deswcc_tb_highlight_text2
       
   688 // r:8.0
       
   689 //
       
   690 #define qtn_lgal_tag_popup_one_item     "1 item"
       
   691 
       
   692 // d:No location information note 
       
   693 // l:popup_note_window
       
   694 // r:8.0
       
   695 //
       
   696 #define qtn_lgal_note_no_location	"No location information. Record location by turning on the location setting in Camera."
       
   697 
       
   698 // d:Confirmation note shown  when the user adds one item to an album 
       
   699 // l:popup_note_window
       
   700 // r:8.0
       
   701 //
       
   702 #define qtn_lgal_note_added_one_item_album		"Added"
       
   703 
       
   704 // d:Confirmation note shown  when the user adds multiple item to an album 
       
   705 // l:popup_note_window
       
   706 // r:8.0
       
   707 //
       
   708 #define qtn_lgal_note_added_multi_item_album		"Added"
       
   709 
       
   710 // d:Confirmation note shown  when the user adds one item to an tag 
       
   711 // l:popup_note_window
       
   712 // r:8.0
       
   713 //
       
   714 #define qtn_lgal_note_added_one_item_tag		"Added"
       
   715 
       
   716 // d:Confirmation note shown  when the user adds multiple item to an tag 
       
   717 // l:popup_note_window
       
   718 // r:8.0
       
   719 //
       
   720 #define qtn_lgal_note_added_multi_item_tag		"Added"
       
   721 
       
   722 // d:Tooltip displayed when user focuses on delete icon in the toolbar.
       
   723 // l:toolbar_text_tooltip
       
   724 // r:8.0
       
   725 //
       
   726 #define qtn_lgal_tooltip_delete	        "Delete "
       
   727 
       
   728 // d:Tooltip displayed when user focuses on mark items icon in the toolbar.
       
   729 // d:Used to turn on the marking mode in grid view
       
   730 // l:toolbar_text_tooltip
       
   731 // r:8.0
       
   732 //
       
   733 #define qtn_lgal_tooltip_mark_items     "Mark items"
       
   734 
       
   735 // d:Tooltip displayed when user focuses on un mark icon in the toolbar.
       
   736 // d:Used to stop or turn off the marking mode in grid view
       
   737 // l:toolbar_text_tooltip
       
   738 // r:8.0
       
   739 //
       
   740 #define qtn_lgal_tooltip_unmark_all   "Unmark all"
       
   741 
       
   742 // d:Tooltip displayed when user focuses on send icon in the toolbar.
       
   743 // l:toolbar_text_tooltip
       
   744 // r:8.0
       
   745 //
       
   746 #define qtn_lgal_tooltip_send           "Send"
       
   747 
       
   748 // d:Tooltip displayed when user focuses on new album icon in the toolbar.
       
   749 // l:toolbar_text_tooltip
       
   750 // r:8.0
       
   751 //
       
   752 #define qtn_lgal_tooltip_new_album      "New album"
       
   753 
       
   754 // d:Tooltip displayed when user focuses on play icon in the toolbar.
       
   755 // d:Used when video item is in focus in the grid view.
       
   756 // l:toolbar_text_tooltip
       
   757 // r:8.0
       
   758 //
       
   759 #define qtn_lgal_tooltip_play           "Play "
       
   760 
       
   761 // d:Tooltip displayed when user focuses on rename icon in the toolbar.
       
   762 // l:toolbar_text_tooltip
       
   763 // r:8.0
       
   764 //
       
   765 #define qtn_lgal_tooltip_rename         "Rename "
       
   766 
       
   767 // d:Tooltip displayed when user focuses on start slideshow icon in the toolbar.
       
   768 // l:toolbar_text_tooltip
       
   769 // r:8.0
       
   770 //
       
   771 #define qtn_lgal_tooltip_slideshow      "Start slideshow"
       
   772 
       
   773 // d:Details options menu string.
       
   774 // d:Used to open details view
       
   775 // l:list_single_pane_t1_cp2
       
   776 // r:8.0
       
   777 //
       
   778 #define qtn_lgal_options_details        "Details"
       
   779 
       
   780 // d:View options menu string.
       
   781 // d:Shown in Details view when Usage rights item is focused.
       
   782 // d:Opens the DRM details view provided by S60
       
   783 // l:list_single_pane_t1_cp2
       
   784 // r:8.0
       
   785 //
       
   786 #define qtn_lgal_options_view           "View"
       
   787 
       
   788 
       
   789 // d:Top-level option to open image rotate sub-menu
       
   790 // l:list_single_pane_t1_cp2/opt3
       
   791 // r:8.0
       
   792 //
       
   793 #define qtn_lgal_options_rotate             "Rotate"
       
   794 
       
   795 
       
   796 // d:Rotate sub-meu option
       
   797 // d:Used to rotate the image to left.
       
   798 // l:list_single_popup_submenu_pane_t1
       
   799 // r:8.0
       
   800 //
       
   801 #define qtn_lgal_options_rotate_left                "Left"
       
   802 
       
   803 // d:Rotate sub-meu option
       
   804 // d:Used to rotate the image to right.
       
   805 // l:list_single_popup_submenu_pane_t1
       
   806 // r:8.0
       
   807 //
       
   808 #define qtn_lgal_options_rotate_right               "Right"
       
   809 
       
   810 // d:Slideshow submenu option
       
   811 // d:Used to start the slide show
       
   812 // l:list_single_popup_submenu_pane_t1
       
   813 // r:8.0
       
   814 //
       
   815 #define qtn_lgal_options_slideshow_play							"Play"
       
   816 
       
   817 // d:Fullscreen metapane option
       
   818 // d:Used to open the details view where all the image/video details will be listed
       
   819 // l:metadata_pane_5_detail
       
   820 // r:8.0
       
   821 //
       
   822 #define qtn_lgal_metapane_more_details							"More details"
       
   823 
       
   824 // d:File size shown in metapane
       
   825 // d:Used to display the file size of the focused item.
       
   826 // l:list_logical_template_5_title
       
   827 // r:8.0
       
   828 //
       
   829 #define qtn_lgal_details_file_size_nseries					"File size"
       
   830 
       
   831 // d:Details view list option
       
   832 // d:Date and time of the image/video when it was shot 
       
   833 // l:list_logical_template_5_title
       
   834 // r:8.0
       
   835 //
       
   836 #define qtn_lgal_details_date_time_nseries					"Date and time"
       
   837 
       
   838 
       
   839 // d:Fullscreen option in metapane
       
   840 // d:Show on map
       
   841 // l:metadata_pane_6_detail
       
   842 // r:8.0
       
   843 //
       
   844 #define qtn_lgal_metapane_show_map          "Show map"
       
   845 
       
   846 // d:image fetcher
       
   847 // d:If there are no items to show in the  image fetcher view, this text is displayed.
       
   848 // l:grid_view_text_empty
       
   849 // r:8.0
       
   850 //
       
   851 #define qtn_lgal_empty_grid_no_images_nseries             "No images to display"
       
   852 
       
   853 // d:video fetcher
       
   854 // d:If there are no items to show in the fetcher view, this text is displayed.
       
   855 // l:grid_view_text_empty
       
   856 // r:8.0
       
   857 //
       
   858 #define qtn_lgal_empty_grid_no_videos_nseries             "No videos to display"
       
   859 
       
   860 
       
   861 // d:info note
       
   862 // d:This information note is shown when the user presses Slideshow toolbar button and all the items of the container are non-playable items..
       
   863 // l:popup_note_window
       
   864 // r:8.0
       
   865 //
       
   866 #define qtn_lgal_note_no_images_to_play_slideshow           "No images to play slideshow"
       
   867 
       
   868 // d:Number of items (images or videos) in category. Shown in list view when
       
   869 // d:camera album, all images and videos and downloads category is focused.
       
   870 // d:Used when 1 item exists in the category.
       
   871 // l:list_logical_template_8_detail
       
   872 // r:8.0
       
   873 //
       
   874 #define qtn_lgal_list_detail_one_item	  "1 item"
       
   875 
       
   876 // d:Number of items (images or videos) in category. Shown in list view when
       
   877 // d:camera album, all images and videos and downloads category is focused.
       
   878 // d:Used when 0 or more than 1 items exist in the category.
       
   879 // l:list_logical_template_8_detail
       
   880 // r:8.0
       
   881 //
       
   882 #define qtn_lgal_list_detail_multi_item	           "%N items"
       
   883 
       
   884 // d:the text showing the 'from' month - year 'to' month - year
       
   885 // d:when highlighting the months item in main menu
       
   886 // d:Abbreviated month name %0U and full year %1U of oldest item and
       
   887 // d:Abbreviated month name %2U and full year %3U of newest item
       
   888 // l:list_logical_template_8_detail
       
   889 // r:8.0
       
   890 //
       
   891 #define qtn_lgal_list_title_month_year             "%0U %1U - %2U %3U"
       
   892 
       
   893 // d:Number of albums in category. Shown in list view when
       
   894 // d:albums category is focused.
       
   895 // d:Used when 1 album exists in the category.
       
   896 // l:list_logical_template_8_detail
       
   897 // r:8.0
       
   898 //
       
   899 #define qtn_lgal_list_detail_one_alb	       "1 album"
       
   900 
       
   901 // d:Number of albums in category. Shown in list view when
       
   902 // d:albums category is focused.
       
   903 // d:Used when 0 or more than 1 albums exist in the category.
       
   904 // l:list_logical_template_8_detail
       
   905 // r:8.0
       
   906 //
       
   907 #define qtn_lgal_list_detail_multi_alb	       "%N albums"
       
   908 
       
   909 // d:Number of tags in category. Shown in list view when
       
   910 // d:tags category is focused.
       
   911 // d:Used when 1 tag exists in the category.
       
   912 // l:list_logical_template_8_detail
       
   913 // r:8.0
       
   914 //
       
   915 #define qtn_lgal_list_detail_one_tag           "1 tag"
       
   916 
       
   917 // d:Number of tags in category. Shown in list view when
       
   918 // d:tags category is focused.
       
   919 // d:Used when 0 or more than 1 tags exist in the category.
       
   920 // l:list_logical_template_8_detail
       
   921 // r:8.0
       
   922 //
       
   923 #define qtn_lgal_list_detail_multi_tag             "%N tags"
       
   924 
       
   925 
       
   926 // d:Number of tags in category. Shown in list view when
       
   927 // d:tags category is focused.
       
   928 // d:Used when 0 or more than 1 tags exist in the category.
       
   929 // l:list_logical_template_8_detail
       
   930 // r:8.0
       
   931 //
       
   932 #define qtn_lgal_view_subtitle_tags_no_tags                "No tags"