srsf/vcommandmanager/data/voicecommands.rss
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:  NSS voice commands localization resource
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <defaultvoicecommands.loc>
       
    21 #include "voicecommands.rh"
       
    22 
       
    23 //  RESOURCE DEFINITIONS 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // VCOMMANDS
       
    27 // Key value pairs of localized voice command strings
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE VCOMMANDS voicecommands
       
    32     {
       
    33     items =
       
    34         {
       
    35      
       
    36 // --- Folder texts start ---        
       
    37         
       
    38         // Folder qtn_vc_main_media
       
    39         VCOMMANDITEM
       
    40             {
       
    41             key = 20005;
       
    42             txt = qtn_vc_main_media;
       
    43             },
       
    44         // Folder qtn_vc_main_calendar_folder
       
    45         VCOMMANDITEM
       
    46             {
       
    47             key = 20006;
       
    48             txt = qtn_vc_main_calendar_folder;
       
    49             },
       
    50         // Folder qtn_vc_main_statusinfo
       
    51         VCOMMANDITEM
       
    52             {
       
    53             key = 20007;
       
    54             txt = qtn_vc_main_statusinfo;
       
    55             },
       
    56         
       
    57 // --- Folder texts end ---
       
    58 
       
    59 // --- Folder title texts start ---
       
    60 
       
    61         // Folder title qtn_vc_title_calendar
       
    62         VCOMMANDITEM
       
    63             {
       
    64             key = 30006;
       
    65             txt = qtn_vc_title_calendar;
       
    66             },
       
    67         // Folder title qtn_vc_title_statusinfo
       
    68         VCOMMANDITEM
       
    69             {
       
    70             key = 30007;
       
    71             txt = qtn_vc_title_statusinfo;
       
    72             },
       
    73 
       
    74 // --- Folder title texts end ---
       
    75                 
       
    76 // --- Tooltip texts start ---
       
    77         
       
    78         // Tooltip qtn_vc_info_popup_text_calcommand
       
    79         VCOMMANDITEM
       
    80             {
       
    81             key = 10005;
       
    82             txt = qtn_vc_info_popup_text_calcommand;
       
    83             },
       
    84         // Tooltip qtn_vc_info_popup_text_operator
       
    85         VCOMMANDITEM
       
    86             {
       
    87             key = 10007;
       
    88             txt = qtn_vc_info_popup_text_operator;
       
    89             },
       
    90         // Tooltip qtn_vc_info_popup_text_battery
       
    91         VCOMMANDITEM
       
    92             {
       
    93             key = 10008;
       
    94             txt = qtn_vc_info_popup_text_battery;
       
    95             },
       
    96         // Tooltip qtn_vc_info_popup_text_signal
       
    97         VCOMMANDITEM
       
    98             {
       
    99             key = 10009;
       
   100             txt = qtn_vc_info_popup_text_signal;
       
   101             },
       
   102             
       
   103 // --- Tooltip texts end ---        
       
   104         
       
   105 
       
   106 // --- Voice commands start ---
       
   107         
       
   108         // Show today (written)
       
   109         VCOMMANDITEM
       
   110             {
       
   111             key = 201;
       
   112             txt = qtn_vc_calendar_calendartoday;
       
   113             },
       
   114         // Show today (spoken)
       
   115         VCOMMANDITEM
       
   116             {
       
   117             key = 9201;
       
   118             txt = qan_vc_calendar_calendartoday;
       
   119             },
       
   120         // Show tomorrow (written)
       
   121         VCOMMANDITEM
       
   122             {
       
   123             key = 202;
       
   124             txt = qtn_vc_calendar_calendartomorrow;
       
   125             },
       
   126         // Show tomorrow (spoken)
       
   127         VCOMMANDITEM
       
   128             {
       
   129             key = 9202;
       
   130             txt = qan_vc_calendar_calendartomorrow;
       
   131             },
       
   132         // Show Monday (written)
       
   133         VCOMMANDITEM
       
   134             {
       
   135             key = 203;
       
   136             txt = qtn_vc_calendar_calendarmonday;
       
   137             },
       
   138         // Show Monday (spoken)
       
   139         VCOMMANDITEM
       
   140             {
       
   141             key = 9203;
       
   142             txt = qan_vc_calendar_calendarmonday;
       
   143             },
       
   144         // Show Tuesday (written)
       
   145         VCOMMANDITEM
       
   146             {
       
   147             key = 204;
       
   148             txt = qtn_vc_calendar_calendartuesday;
       
   149             },
       
   150         // Show Tuesday (spoken)
       
   151         VCOMMANDITEM
       
   152             {
       
   153             key = 9204;
       
   154             txt = qan_vc_calendar_calendartuesday;
       
   155             },
       
   156         // Show Wednesday (written)
       
   157         VCOMMANDITEM
       
   158             {
       
   159             key = 205;
       
   160             txt = qtn_vc_calendar_calendarwednesday;
       
   161             },
       
   162         // Show Wednesday (spoken)
       
   163         VCOMMANDITEM
       
   164             {
       
   165             key = 9205;
       
   166             txt = qan_vc_calendar_calendarwednesday;
       
   167             },
       
   168         // Show Thursday (written)
       
   169         VCOMMANDITEM
       
   170             {
       
   171             key = 206;
       
   172             txt = qtn_vc_calendar_calendarthursday;
       
   173             },
       
   174         // Show Thursday (spoken)
       
   175         VCOMMANDITEM
       
   176             {
       
   177             key = 9206;
       
   178             txt = qan_vc_calendar_calendarthursday;
       
   179             },
       
   180         // Show Friday (written)
       
   181         VCOMMANDITEM
       
   182             {
       
   183             key = 207;
       
   184             txt = qtn_vc_calendar_calendarfriday;
       
   185             },
       
   186         // Show Friday (spoken)
       
   187         VCOMMANDITEM
       
   188             {
       
   189             key = 9207;
       
   190             txt = qan_vc_calendar_calendarfriday;
       
   191             },
       
   192         // Show Saturday (written)
       
   193         VCOMMANDITEM
       
   194             {
       
   195             key = 208;
       
   196             txt = qtn_vc_calendar_calendarsaturday;
       
   197             },
       
   198         // Show Saturday (spoken)
       
   199         VCOMMANDITEM
       
   200             {
       
   201             key = 9208;
       
   202             txt = qan_vc_calendar_calendarsaturday;
       
   203             },
       
   204         // Show Sunday (written)
       
   205         VCOMMANDITEM
       
   206             {
       
   207             key = 209;
       
   208             txt = qtn_vc_calendar_calendarsunday;
       
   209             },
       
   210         // Show Sunday (spoken)
       
   211         VCOMMANDITEM
       
   212             {
       
   213             key = 9209;
       
   214             txt = qan_vc_calendar_calendarsunday;
       
   215             },
       
   216         // Show this week (written)
       
   217         VCOMMANDITEM
       
   218             {
       
   219             key = 210;
       
   220             txt = qtn_vc_calendar_calendarthisweek;
       
   221             },
       
   222         // Show this week (spoken)
       
   223         VCOMMANDITEM
       
   224             {
       
   225             key = 9210;
       
   226             txt = qan_vc_calendar_calendarthisweek;
       
   227             },
       
   228         // Show next week (written)
       
   229         VCOMMANDITEM
       
   230             {
       
   231             key = 211;
       
   232             txt = qtn_vc_calendar_calendarnextweek;
       
   233             },
       
   234         // Show next week (spoken)
       
   235         VCOMMANDITEM
       
   236             {
       
   237             key = 9211;
       
   238             txt = qan_vc_calendar_calendarnextweek;
       
   239             },
       
   240         // Show this month (written)
       
   241         VCOMMANDITEM
       
   242             {
       
   243             key = 212;
       
   244             txt = qtn_vc_calendar_calendarthismonth;
       
   245             },
       
   246         // Show this month (spoken)
       
   247         VCOMMANDITEM
       
   248             {
       
   249             key = 9212;
       
   250             txt = qan_vc_calendar_calendarthismonth;
       
   251             },
       
   252         // Show next month (written)
       
   253         VCOMMANDITEM
       
   254             {
       
   255             key = 213;
       
   256             txt = qtn_vc_calendar_calendarnextmonth;
       
   257             },
       
   258         // Show next month (spoken)
       
   259         VCOMMANDITEM
       
   260             {
       
   261             key = 9213;
       
   262             txt = qan_vc_calendar_calendarnextmonth;
       
   263             },
       
   264         // Show January (written)
       
   265         VCOMMANDITEM
       
   266             {
       
   267             key = 214;
       
   268             txt = qtn_vc_calendar_calendarjanuary;
       
   269             },
       
   270         // Show January (spoken)
       
   271         VCOMMANDITEM
       
   272             {
       
   273             key = 9214;
       
   274             txt = qan_vc_calendar_calendarjanuary;
       
   275             },
       
   276         // Show February (written)
       
   277         VCOMMANDITEM
       
   278             {
       
   279             key = 215;
       
   280             txt = qtn_vc_calendar_calendarfebruary;
       
   281             },
       
   282         // Show February (spoken)
       
   283         VCOMMANDITEM
       
   284             {
       
   285             key = 9215;
       
   286             txt = qan_vc_calendar_calendarfebruary;
       
   287             },
       
   288         // Show March (written)
       
   289         VCOMMANDITEM
       
   290             {
       
   291             key = 216;
       
   292             txt = qtn_vc_calendar_calendarmarch;
       
   293             },
       
   294         // Show March (spoken)
       
   295         VCOMMANDITEM
       
   296             {
       
   297             key = 9216;
       
   298             txt = qan_vc_calendar_calendarmarch;
       
   299             },
       
   300         // Show April (written)
       
   301         VCOMMANDITEM
       
   302             {
       
   303             key = 217;
       
   304             txt = qtn_vc_calendar_calendarapril;
       
   305             },
       
   306         // Show April (spoken)
       
   307         VCOMMANDITEM
       
   308             {
       
   309             key = 9217;
       
   310             txt = qan_vc_calendar_calendarapril;
       
   311             },
       
   312         // Show May (written)
       
   313         VCOMMANDITEM
       
   314             {
       
   315             key = 218;
       
   316             txt = qtn_vc_calendar_calendarmay ;
       
   317             },
       
   318         // Show May (spoken)
       
   319         VCOMMANDITEM
       
   320             {
       
   321             key = 9218;
       
   322             txt = qan_vc_calendar_calendarmay ;
       
   323             },
       
   324         // Show June (written)
       
   325         VCOMMANDITEM
       
   326             {
       
   327             key = 219;
       
   328             txt = qtn_vc_calendar_calendarjune;
       
   329             },
       
   330         // Show June (spoken)
       
   331         VCOMMANDITEM
       
   332             {
       
   333             key = 9219;
       
   334             txt = qan_vc_calendar_calendarjune;
       
   335             },
       
   336         // Show July (written)
       
   337         VCOMMANDITEM
       
   338             {
       
   339             key = 220;
       
   340             txt = qtn_vc_calendar_calendarjuly;
       
   341             },
       
   342         // Show July (spoken)
       
   343         VCOMMANDITEM
       
   344             {
       
   345             key = 9220;
       
   346             txt = qan_vc_calendar_calendarjuly;
       
   347             },
       
   348         // Show August (written)
       
   349         VCOMMANDITEM
       
   350             {
       
   351             key = 221;
       
   352             txt = qtn_vc_calendar_calendaraugust;
       
   353             },
       
   354         // Show August (spoken)
       
   355         VCOMMANDITEM
       
   356             {
       
   357             key = 9221;
       
   358             txt = qan_vc_calendar_calendaraugust;
       
   359             },
       
   360         // Show September (written)
       
   361         VCOMMANDITEM
       
   362             {
       
   363             key = 222;
       
   364             txt = qtn_vc_calendar_calendarseptember;
       
   365             },
       
   366         // Show September (spoken)
       
   367         VCOMMANDITEM
       
   368             {
       
   369             key = 9222;
       
   370             txt = qan_vc_calendar_calendarseptember;
       
   371             },
       
   372         // Show October (written)
       
   373         VCOMMANDITEM
       
   374             {
       
   375             key = 223;
       
   376             txt = qtn_vc_calendar_calendaroctober;
       
   377             },
       
   378         // Show October (spoken)
       
   379         VCOMMANDITEM
       
   380             {
       
   381             key = 9223;
       
   382             txt = qan_vc_calendar_calendaroctober;
       
   383             },
       
   384         // Show November (written)
       
   385         VCOMMANDITEM
       
   386             {
       
   387             key = 224;
       
   388             txt = qtn_vc_calendar_calendarnovember;
       
   389             },
       
   390         // Show November (spoken)
       
   391         VCOMMANDITEM
       
   392             {
       
   393             key = 9224;
       
   394             txt = qan_vc_calendar_calendarnovember;
       
   395             },
       
   396         // Show December (written)
       
   397         VCOMMANDITEM
       
   398             {
       
   399             key = 225;
       
   400             txt = qtn_vc_calendar_calendardecember;
       
   401             },
       
   402         // Show December (spoken)
       
   403         VCOMMANDITEM
       
   404             {
       
   405             key = 9225;
       
   406             txt = qan_vc_calendar_calendardecember;
       
   407             },
       
   408         // Who is my operator (written)
       
   409         VCOMMANDITEM
       
   410             {
       
   411             key = 227;
       
   412             txt = qtn_vc_main_operator;
       
   413             },
       
   414         // Who is my operator (spoken)
       
   415         VCOMMANDITEM
       
   416             {
       
   417             key = 9227;
       
   418             txt = qan_vc_main_operator;
       
   419             },
       
   420         // What is the battery strength (written)
       
   421         VCOMMANDITEM
       
   422             {
       
   423             key = 228;
       
   424             txt = qtn_vc_main_battery ;
       
   425             },
       
   426         // What is the battery strength (spoken)
       
   427         VCOMMANDITEM
       
   428             {
       
   429             key = 9228;
       
   430             txt = qan_vc_main_battery ;
       
   431             },
       
   432         // What is the signal strength (written)
       
   433         VCOMMANDITEM
       
   434             {
       
   435             key = 229;
       
   436             txt = qtn_vc_main_signal;
       
   437             },
       
   438         // What is the signal strength (spoken)
       
   439         VCOMMANDITEM
       
   440             {
       
   441             key = 9229;
       
   442             txt = qan_vc_main_signal;
       
   443             }
       
   444 // --- Voice commands end ---
       
   445         };
       
   446     }
       
   447 
       
   448 // -----------------------------------------------------------------------------
       
   449 //   
       
   450 // VCOMMANDINTEGERS
       
   451 // Key value pairs of integers
       
   452 //
       
   453 // -----------------------------------------------------------------------------
       
   454 //
       
   455 RESOURCE VCOMMANDINTEGERS vcommandintegers
       
   456     {
       
   457     intitems =
       
   458         {
       
   459         // Nothing
       
   460         };
       
   461     }
       
   462 
       
   463 // End of File