srsf/vcommandexecutor/data/nss_voicecommands.rss
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005 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 <badef.rh>
       
    22 #include <uikon.rh>
       
    23 
       
    24 //  RESOURCE DEFINITIONS 
       
    25 // -----------------------------------------------------------------------------
       
    26 //   
       
    27 // ?resource_name
       
    28 // ?description
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 /*RESOURCE NSSVCOMMANDS nssvoicecommands
       
    33     {
       
    34     items =
       
    35         {
       
    36         VCOMMANDITEM
       
    37             {
       
    38             key = 0;
       
    39             txt = qtn_command_calendar;
       
    40             },
       
    41         VCOMMANDITEM
       
    42             {
       
    43             key = 1;
       
    44             txt = qtn_command_calendartoday;
       
    45             }
       
    46         };
       
    47     }*/
       
    48     
       
    49 RESOURCE RSS_SIGNATURE { }
       
    50 
       
    51 RESOURCE LBUF prompt_time24  { txt = qtn_prompt_time24; }
       
    52 RESOURCE LBUF prompt_time12am  { txt = qtn_prompt_time12am; }
       
    53 RESOURCE LBUF prompt_time12pm  { txt = qtn_prompt_time12pm; }
       
    54 RESOURCE LBUF prompt_operator  { txt = qtn_prompt_operator; }
       
    55 RESOURCE LBUF prompt_nooperator  { txt = qtn_prompt_nooperator; }
       
    56 RESOURCE LBUF prompt_batteryfull  { txt = qtn_prompt_batteryfull; }
       
    57 RESOURCE LBUF prompt_batteryalmostfull  { txt = qtn_prompt_batteryalmostfull; }
       
    58 RESOURCE LBUF prompt_batteryhalf  { txt = qtn_prompt_batteryhalf; }
       
    59 RESOURCE LBUF prompt_batteryalmostempty  { txt = qtn_prompt_batteryalmostempty; }
       
    60 RESOURCE LBUF prompt_batterylow  { txt = qtn_prompt_batterylow; }
       
    61 RESOURCE LBUF prompt_batteryinfonotavailable  { txt = qtn_prompt_battery_info_not_available; }
       
    62 RESOURCE LBUF prompt_networkexcellent  { txt = qtn_prompt_networkexcellent; }
       
    63 RESOURCE LBUF prompt_networkgood  { txt = qtn_prompt_networkgood; }
       
    64 RESOURCE LBUF prompt_networkrathergood  { txt = qtn_prompt_networkrathergood; }
       
    65 RESOURCE LBUF prompt_networklow  { txt = qtn_prompt_networklow; }
       
    66 RESOURCE LBUF prompt_networknone  { txt = qtn_prompt_networknone; }
       
    67 RESOURCE LBUF prompt_networkinfonotavailable  { txt = qtn_prompt_network_info_not_available; }
       
    68 
       
    69 // End of File
       
    70 
       
    71