srsf/vcommandexecutor/data/vcommandexecutor.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 "vcommandexecutor.rh"
       
    22 #include <badef.rh>
       
    23 #include <uikon.rh>
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 
       
    28     
       
    29 RESOURCE RSS_SIGNATURE { }
       
    30 
       
    31 RESOURCE LBUF prompt_time24  { txt = qan_vc_prompt_time24; }
       
    32 RESOURCE LBUF prompt_time12am  { txt = qan_vc_prompt_time12am; }
       
    33 RESOURCE LBUF prompt_time12pm  { txt = qan_vc_prompt_time12pm; }
       
    34 RESOURCE LBUF prompt_operator  { txt = qan_vc_prompt_operator; }
       
    35 RESOURCE LBUF prompt_nooperator  { txt = qan_vc_prompt_nooperator; }
       
    36 RESOURCE LBUF prompt_batteryfull  { txt = qan_vc_prompt_batteryfull; }
       
    37 RESOURCE LBUF prompt_batteryalmostfull  { txt = qan_vc_prompt_batteryalmostfull; }
       
    38 RESOURCE LBUF prompt_batteryhalf  { txt = qan_vc_prompt_batteryhalf; }
       
    39 RESOURCE LBUF prompt_batteryalmostempty  { txt = qan_vc_prompt_batteryalmostempty; }
       
    40 RESOURCE LBUF prompt_batterylow  { txt = qan_vc_prompt_batterylow; }
       
    41 RESOURCE LBUF prompt_nobattery  { txt = qan_vc_prompt_nobattery; }
       
    42 RESOURCE LBUF prompt_networkexcellent  { txt = qan_vc_prompt_networkexcellent; }
       
    43 RESOURCE LBUF prompt_networkgood  { txt = qan_vc_prompt_networkgood; }
       
    44 RESOURCE LBUF prompt_networkrathergood  { txt = qan_vc_prompt_networkrathergood; }
       
    45 RESOURCE LBUF prompt_networklow  { txt = qan_vc_prompt_networklow; }
       
    46 RESOURCE LBUF prompt_networknone  { txt = qan_vc_prompt_networknone; }
       
    47 RESOURCE LBUF prompt_nonetwork  { txt = qan_vc_prompt_nonetwork; }
       
    48 
       
    49 // End of File
       
    50 
       
    51