voiceui/vcommand/loc/vcommand.loc
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2006 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 strings for Voice Commands UI.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LOCALISATION STRINGS
       
    20 
       
    21 
       
    22 //************
       
    23 // Captions
       
    24 //************
       
    25 
       
    26 // d:Voice Commands app title for aif caption file
       
    27 // d:Long string
       
    28 // l:list_single_large_graphic_pane_t1_cp2
       
    29 // r:3.1
       
    30 //
       
    31 #define qtn_apps_vcommand_list "Voice Commands"
       
    32 
       
    33 // d:Voice Commands app title for aif caption file
       
    34 // d:Short string
       
    35 // l:cell_app_pane_t1
       
    36 // r:3.1
       
    37 //
       
    38 #define qtn_apps_vcommand_grid "Voice Commands"
       
    39 
       
    40 
       
    41 //***********************************************
       
    42 //			Applications Main View
       
    43 //***********************************************
       
    44 
       
    45 
       
    46 // d:Title pane text for Voice commands UI application
       
    47 // l:title_pane_t2/opt9
       
    48 // r:3.1
       
    49 //
       
    50 #define qtn_vc_title "Voice Commands"
       
    51 
       
    52 // d:Progress note.
       
    53 // d:Shown when a voice tag is being played.
       
    54 // l:popup_note_wait_window
       
    55 // r:3.1
       
    56 //
       
    57 #define text_vc_voice_replaying "Playing voice command"
       
    58 
       
    59 // d:Query heading for edit command text query
       
    60 // l:popup_query_data_window
       
    61 // r:3.1
       
    62 //
       
    63 #define qtn_vc_heading_edit "Edit command:"
       
    64 
       
    65 // d:Progress note for user edited command training
       
    66 // l:popup_note_wait_window
       
    67 // r:3.2
       
    68 //
       
    69 #define qtn_vc_wait_note_creating_command "Creating command"
       
    70 
       
    71 // d:Progress note for user edited command removing
       
    72 // l:popup_note_wait_window/opt4
       
    73 // r:3.2
       
    74 //
       
    75 #define qtn_vc_wait_note_removing "Removing %U"
       
    76 
       
    77 //******************************
       
    78 // Context specific options menu
       
    79 //******************************
       
    80 
       
    81 // d:Allows user to open a folder
       
    82 // l:list_single_pane_t1_cp2
       
    83 // r:3.1
       
    84 //
       
    85 #define qtn_voice_open "Open"
       
    86 
       
    87 // d: Allows user to playback the focused item voice tag
       
    88 // l:list_single_pane_t1_cp2
       
    89 // r:3.1
       
    90 //
       
    91 #define text_voice_replay "Playback"
       
    92 
       
    93 // d:Allows user to edit the voice command
       
    94 // l:list_single_pane_t1_cp2
       
    95 // r:3.1
       
    96 //
       
    97 #define qtn_vc_edit "Edit command"
       
    98 
       
    99 // d:Allows user to delete the user edited voice command
       
   100 // l:list_single_pane_t1_cp2
       
   101 // r:3.1
       
   102 //
       
   103 #define qtn_vc_options_delete "Delete"
       
   104 
       
   105 // d:Allows user to remove the user edited voice command
       
   106 // l:list_single_pane_t1_cp2
       
   107 // r:3.2
       
   108 //
       
   109 #define qtn_vc_options_remove_user_text "Remove command"
       
   110 
       
   111 // d:Allows user to move to the settings view
       
   112 // l:list_single_pane_t1_cp2
       
   113 // r:3.1
       
   114 //
       
   115 #define qtn_vc_settings "Settings"
       
   116 
       
   117 // d:Allows user to start SIND in tutorial mode
       
   118 // l:list_single_pane_t1_cp2
       
   119 // r:3.2
       
   120 //
       
   121 #define qtn_vc_tutorial "Voice command tutorial"
       
   122 
       
   123 //*******************************************
       
   124 //				Error Cases
       
   125 //*******************************************
       
   126 
       
   127 // d:information note
       
   128 // d:Shown when user tries to delete default item
       
   129 // u:%U will be replaced with the focused application name
       
   130 // l:popup_note_window/opt2
       
   131 // r:3.1
       
   132 //
       
   133 #define qtn_vc_info_cannot_del "%U cannot be deleted"
       
   134 
       
   135 // d:Error Note.
       
   136 // d:Shown when user tries to accept name that already exists
       
   137 // u:%U will be replaced with the name
       
   138 // l:popup_note_window/opt2
       
   139 // r:3.1
       
   140 //
       
   141 #define qtn_vc_error_in_use "%U already in use"
       
   142 
       
   143 // d:Error Note.
       
   144 // d:Shown when user tries to create a voice command that is too short
       
   145 // l:popup_note_window/opt2
       
   146 // r:3.1
       
   147 //
       
   148 #define qtn_vc_error_short "Command too short"
       
   149 
       
   150 // d:Shown when user tries to create a voice command with invalid input
       
   151 // l:popup_note_window/opt2
       
   152 // r:3.2
       
   153 //
       
   154 #define qtn_vc_error_note_invalid_text "Invalid text"
       
   155 
       
   156 
       
   157 //***************************************
       
   158 //			Settings dialog
       
   159 //***************************************
       
   160 
       
   161 // d:Settings item
       
   162 // d:Opens settings list for synthesizer
       
   163 // l:list_setting_pane_t1
       
   164 // r:3.1
       
   165 //
       
   166 #define qtn_vc_set_synt "Synthesizer"
       
   167 
       
   168 // d:Heading for Synthesizer settings item
       
   169 // l:list_setting_pane_t1
       
   170 // r:3.1
       
   171 //
       
   172 #define qtn_vc_set_synt2 "Synthesizer"
       
   173 
       
   174 // d:Activates text-to-speech synthesizer
       
   175 // d:Value for TTS ON
       
   176 // l:list_set_graphic_pane_t1
       
   177 // r:3.2
       
   178 //
       
   179 #define qtn_vc_set_on "On"
       
   180 
       
   181 // d:Deactivates text-to-speech synthesizer
       
   182 // d:Value for TTS OFF
       
   183 // l:list_set_graphic_pane_t1
       
   184 // r:3.2
       
   185 //
       
   186 #define qtn_vc_set_off "Off"
       
   187 
       
   188 // d:Sets volume for speech playback.
       
   189 // d:Opens volume settings item.
       
   190 // l:list_setting_pane_t1
       
   191 // r:3.2
       
   192 //
       
   193 #define qtn_vc_set_volume "Speech volume"
       
   194 
       
   195 // d:Heading for speech playback volume setting item.
       
   196 // l:list_setting_pane_t1
       
   197 // r:3.2
       
   198 //
       
   199 #define qtn_vc_set_volume2 "Speech volume"
       
   200 
       
   201 // d:Sets rejection sensitivity.
       
   202 // d:Opens setting slider.
       
   203 // l:list_setting_pane_t1
       
   204 // r:3.2
       
   205 //
       
   206 #define qtn_vc_set_rejection "Recognition sensitivity"
       
   207 
       
   208 // d:Opens setting pane for setting rejection sensitivity.
       
   209 // l:list_setting_pane_t1
       
   210 // r:3.2
       
   211 //
       
   212 #define qtn_vc_set_rejection2 "Recognition sensitivity"
       
   213 
       
   214 // d:Label for identifying low rejection
       
   215 // l:setting_slider_pane_t2
       
   216 // r:3.2
       
   217 //
       
   218 #define qtn_vc_rejection_low "Low"
       
   219 
       
   220 // d:Label for identifying high rejection
       
   221 // l:setting_slider_pane_t2
       
   222 // r:3.2
       
   223 //
       
   224 #define qtn_vc_rejection_high "High"
       
   225 
       
   226 // d:Settings item
       
   227 // d:Opens settings list for verification
       
   228 // l:list_setting_pane_t1
       
   229 // r:3.2
       
   230 //
       
   231 #define qtn_vc_set_verification "Command verification"
       
   232 
       
   233 // d:Heading for Command verification settings item
       
   234 // l:list_setting_pane_t1
       
   235 // r:3.2
       
   236 //
       
   237 #define qtn_vc_set_verification2 "Command verification"
       
   238 
       
   239 // d:Activates automatic command verification
       
   240 // d:Value for automatic command verification
       
   241 // l:list_set_graphic_pane_t1
       
   242 // r:3.2
       
   243 //
       
   244 #define qtn_vc_set_verification_automatic "Automatic"
       
   245 
       
   246 // d:Activates manual command verification
       
   247 // d:Value for manual command verification
       
   248 // l:list_set_graphic_pane_t1
       
   249 // r:3.2
       
   250 //
       
   251 #define qtn_vc_set_verification_manual "Manual"
       
   252 
       
   253 // d:Activates voice command verification
       
   254 // d:Value for manual command verification
       
   255 // l:list_set_graphic_pane_t1
       
   256 // r:3.2
       
   257 //
       
   258 #define qtn_vc_set_verification_voice "Voice"
       
   259 
       
   260 // d:Settings item.
       
   261 // d:Opens settings list for user adaptation.
       
   262 // l:list_setting_pane_t1
       
   263 // r:3.1
       
   264 //
       
   265 #define qtn_vc_set_reset "Reset user learnings"
       
   266 
       
   267 // d:Opens setting pane of user adaptation values.
       
   268 // l:list_single_pane_t1_cp2
       
   269 // r:3.1
       
   270 //
       
   271 #define qtn_vc_options_reset "Reset"
       
   272 
       
   273 // d:Confirmation note
       
   274 // d:Displayed when user tries to reset user learnings
       
   275 // l:popup_note_window/opt2
       
   276 // r:3.1
       
   277 //
       
   278 #define qtn_vc_conf_query_reset "Are you sure you want to reset voice recognition learnings?"
       
   279 
       
   280 // d:Information note
       
   281 // d:Displayed when voice recognition
       
   282 // d:adaptation has been reseted 
       
   283 // l:popup_note_window/opt2
       
   284 // r:3.1
       
   285 //
       
   286 #define qtn_vc_conf_note_reset "Reset done"
       
   287 
       
   288 // d:Shown when voice verification is disabled
       
   289 // l:popup_note_window/opt2
       
   290 // r:3.2
       
   291 //
       
   292 #define qtn_vc_info_note_voice_verification_off "Voice Verification disabled"
       
   293 
       
   294 // d:Shown when synthesizer is enabled
       
   295 // l:popup_note_window/opt2
       
   296 // r:3.2
       
   297 //
       
   298 #define qtn_vc_info_note_synthesizer_on "Synthesizer enabled"
       
   299 
       
   300 // d:MSK label when qtn_vc_set_reset settings item is highlighted.
       
   301 // l:control_pane_t3/opt3
       
   302 // r:3.2
       
   303 //
       
   304 #define qtn_vc_msk_reset "Reset"
       
   305 
       
   306 //***************************************
       
   307 // Voice commands general settings plugin
       
   308 //***************************************
       
   309 
       
   310 // d:Voice commands application name in General 
       
   311 // d:Settings Personalisation view's main pane
       
   312 // l:list_single_large_graphic_pane_t1_cp2
       
   313 // r:3.1
       
   314 //
       
   315 #define qtn_set_pers_voicecmd "Voice commands"
       
   316 
       
   317 // End of File