diff -r b13cd05eeb2f -r 57b735022c18 srsf/vcommandexecutor/data/vcommandexecutor.rss --- a/srsf/vcommandexecutor/data/vcommandexecutor.rss Mon Jan 18 20:20:30 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -/* -* 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 -#include "vcommandexecutor.rh" -#include -#include - -// 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 - -