srsf/vcommandexecutor/data/vcommandexecutor.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:29:17 +0100
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  NSS voice commands localization resource
*
*/


// INCLUDES
#include <defaultvoicecommands.loc>
#include "vcommandexecutor.rh"
#include <badef.rh>
#include <uikon.rh>

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------

    
RESOURCE RSS_SIGNATURE { }

RESOURCE LBUF prompt_time24  { txt = qan_vc_prompt_time24; }
RESOURCE LBUF prompt_time12am  { txt = qan_vc_prompt_time12am; }
RESOURCE LBUF prompt_time12pm  { txt = qan_vc_prompt_time12pm; }
RESOURCE LBUF prompt_operator  { txt = qan_vc_prompt_operator; }
RESOURCE LBUF prompt_nooperator  { txt = qan_vc_prompt_nooperator; }
RESOURCE LBUF prompt_batteryfull  { txt = qan_vc_prompt_batteryfull; }
RESOURCE LBUF prompt_batteryalmostfull  { txt = qan_vc_prompt_batteryalmostfull; }
RESOURCE LBUF prompt_batteryhalf  { txt = qan_vc_prompt_batteryhalf; }
RESOURCE LBUF prompt_batteryalmostempty  { txt = qan_vc_prompt_batteryalmostempty; }
RESOURCE LBUF prompt_batterylow  { txt = qan_vc_prompt_batterylow; }
RESOURCE LBUF prompt_nobattery  { txt = qan_vc_prompt_nobattery; }
RESOURCE LBUF prompt_networkexcellent  { txt = qan_vc_prompt_networkexcellent; }
RESOURCE LBUF prompt_networkgood  { txt = qan_vc_prompt_networkgood; }
RESOURCE LBUF prompt_networkrathergood  { txt = qan_vc_prompt_networkrathergood; }
RESOURCE LBUF prompt_networklow  { txt = qan_vc_prompt_networklow; }
RESOURCE LBUF prompt_networknone  { txt = qan_vc_prompt_networknone; }
RESOURCE LBUF prompt_nonetwork  { txt = qan_vc_prompt_nonetwork; }

// End of File