gallery/loc/shwslideshow.loc
changeset 23 74c9f037fd5d
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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 slide show
       
    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 in 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            S60 release the text was used for the first time.
       
    53 
       
    54 */
       
    55 
       
    56 //
       
    57 // d:slideshow settings view title text
       
    58 // l:title_pane_t2/opt9
       
    59 // r:4.0
       
    60 //
       
    61 #define qtn_lgal_view_slideshow_settings_title_general	"Slide show settings"
       
    62 
       
    63 //
       
    64 // d:Direction Setting item text
       
    65 // l:list_setting_pane_t1
       
    66 // r:8.0
       
    67 //
       
    68 #define qtn_lgal_slideshow_settings_order 		"Slideshow order"
       
    69 
       
    70 //
       
    71 // d:slideshow play order "old to new"
       
    72 // l:list_set_graphic_pane_t1
       
    73 // r:8.0
       
    74 //
       
    75 #define qtn_lgal_slideshow_settings_older_to_newer		"From older to newer"
       
    76 
       
    77 //
       
    78 // d:slideshow play order "new to old"
       
    79 // l:list_set_graphic_pane_t1
       
    80 // r:8.0
       
    81 //
       
    82 #define qtn_lgal_slideshow_settings_newer_to_older		"From newer to older"
       
    83 
       
    84 //
       
    85 // d:Music Setting item text
       
    86 // l:list_setting_pane_t1
       
    87 // r:4.0
       
    88 //
       
    89 #define qtn_lgal_slideshow_settings_music 		"Music"
       
    90 
       
    91 //
       
    92 // d:slideshow music settings 'on' text
       
    93 // l:list_set_graphic_pane_t1
       
    94 // r:4.0
       
    95 //
       
    96 #define qtn_lgal_slideshow_settings_music_on		"On"
       
    97 
       
    98 //
       
    99 // d:slideshow music settings 'off' text
       
   100 // l:list_set_graphic_pane_t1
       
   101 // r:4.0
       
   102 //
       
   103 #define qtn_lgal_slideshow_settings_music_off		"Off"
       
   104 
       
   105 // d:Track Setting item text
       
   106 // l:list_setting_pane_t1
       
   107 // r:4.0
       
   108 //
       
   109 #define  qtn_lgal_slideshow_settings_track 		"Track"
       
   110 
       
   111 //
       
   112 // d:slideshow settings no tracks available text
       
   113 // l:list_set_graphic_pane_t1
       
   114 // r:4.0
       
   115 //
       
   116 #define qtn_lgal_slideshow_settings_track_none		"None"
       
   117 
       
   118 //
       
   119 // d:slideshow setting transition text, to select an effect that is shown for images during the slide show
       
   120 // l:list_setting_pane_t1
       
   121 // r:6.0
       
   122 //
       
   123 #define qtn_lgal_slideshow_settings_transition		"Transition"
       
   124 
       
   125 //
       
   126 // d:slideshow transition setting "fade" or "cross dissolve" or "cross fade", representing a 
       
   127 // d:transition in which the next image is smoothly faded over to replace the currently shown image,
       
   128 // d:from transparent to fully opaque.
       
   129 // d:Selected from qtn_lgal_slideshow_settings_transition setting.
       
   130 // l:list_set_graphic_pane_t1
       
   131 // r:6.0
       
   132 //
       
   133 #define qtn_lgal_slideshow_settings_transition_xdissolve		"Cross dissolve"
       
   134 
       
   135 // d:slideshow transition setting zoom and pan text, representing simultaneous zooming and panning of items in slideshow
       
   136 // d:Selected from qtn_lgal_slideshow_settings_transition setting.
       
   137 // l:list_set_graphic_pane_t1
       
   138 // r:6.0
       
   139 //
       
   140 #define qtn_lgal_slideshow_settings_transition_kenburns		"Zoom and pan"
       
   141 
       
   142 // d:Select track dialog title (Fetcher title)
       
   143 // d:User can select music file also known as track using this dialog
       
   144 // l:popup_query_data_window
       
   145 // r:4.0
       
   146 //
       
   147 #define qtn_lgal_popup_select_track  			"Select track:"
       
   148 
       
   149 // d:note that is shown if user starts the slide show but selected music track no longer exists
       
   150 // l:popup_note_window/opt2
       
   151 // r:4.0
       
   152 //
       
   153 #define qtn_lgal_note_slideshow_track			"Music track does not exist"
       
   154 
       
   155 // d:Confirmation note
       
   156 // d:This note is shown if the user tries to set the 'Music' setting
       
   157 // d:to 'On' but has not yet defined a music track.
       
   158 // l:popup_note_window/opt2
       
   159 // r:4.0
       
   160 //
       
   161 #define qtn_lgal_note_track_define 			"No track defined. Define now?" 
       
   162 
       
   163 //
       
   164 // d:Note text for invalid drm rights
       
   165 // l:popup_note_window/opt2
       
   166 // r:4.0
       
   167 //
       
   168 #define qtn_lgal_note_slideshow_drm			"Track rights are not valid. Music will not play"
       
   169 
       
   170 // d:Tempo setting item. The value of this settings item is used as the delay between each slide in the slide show.
       
   171 // l:list_setting_pane_t1
       
   172 // r:4.0
       
   173 //
       
   174 #define qtn_lgal_slideshow_settings_delay_slides    	"Delay between slides"
       
   175 
       
   176 //
       
   177 // d:slideshow delay text slow setting text
       
   178 // d:This setting is accessible via qtn_lgal_slideshow_settings_delay_slides option
       
   179 // l:setting_slider_graphic_pane_t1
       
   180 // r:6.0
       
   181 // 
       
   182 #define qtn_lgal_slideshow_settings_delay_slow		"Slow"
       
   183 
       
   184 //
       
   185 // d:slideshow delay text fast setting text
       
   186 // d:This setting is accessible via qtn_lgal_slideshow_settings_delay_slides option
       
   187 // l:setting_slider_graphic_pane_t2
       
   188 // r:6.0
       
   189 //
       
   190 #define qtn_lgal_slideshow_settings_delay_fast		"Fast"
       
   191 
       
   192 //
       
   193 // d:slideshow music playback's volume percentage
       
   194 // d:This text is shown when the user adjusts the music volume
       
   195 // l:setting_graphic_pane_t1
       
   196 // r:6.0
       
   197 //
       
   198 #define qtn_lgal_slideshow_volume_percentage "%N%"
       
   199 
       
   200 
       
   201 //
       
   202 // soft keys
       
   203 //
       
   204 
       
   205 //
       
   206 // d:Softkey text for continuing slide show
       
   207 // l:control_pane_t1/opt7
       
   208 // r:4.0
       
   209 //
       
   210 #define qtn_lgal_slideshow_softkey_continue		"Continue"
       
   211 
       
   212 //
       
   213 // d:Softkey text for ending slide show
       
   214 // l:control_pane_t1/opt7
       
   215 // r:4.0
       
   216 //
       
   217 #define qtn_lgal_slideshow_softkey_end			"End"
       
   218 
       
   219 //
       
   220 // d:Softkey text for pausing slide show
       
   221 // l:control_pane_t1/opt7
       
   222 // r:4.0
       
   223 //
       
   224 #define qtn_lgal_slideshow_softkey_pause			"Pause"