diff -r 7d48bed6ce0c -r 987c9837762f nwnotifier/data/nwnotifier.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nwnotifier/data/nwnotifier.rss Wed Sep 01 12:15:03 2010 +0100 @@ -0,0 +1,59 @@ +/* +* Copyright (c) 2010 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: Resource file of NWNotifier +* +*/ + +// INCLUDES +#include +#include + +NAME NWNS + +// RESOURCE DEFINITIONS +// ----------------------------------------------------------------------------- +// +// Define the resource file signature +// This resource should be empty. +// +// ----------------------------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE + { + } + + +// +// Localisation +/////////////////////////////// +STRUCT STRING + { + LTEXT text; + } + + +// ----------------------------------------------------------------------------- +// +// Resources for messages. +// +// ----------------------------------------------------------------------------- +// +RESOURCE STRING r_sim_not_prov_mm2 { text=qtn_note_smartchip_mm2; } +RESOURCE STRING r_sim_not_allow_mm3 { text=qtn_note_smartchip_mm3; } +RESOURCE STRING r_call_failed_mm4 { text=qtn_note_call_failed_mm4; } +RESOURCE STRING r_phone_not_allow_mm5 { text=qtn_note_phone_not_allow_mm5; } +RESOURCE STRING r_phone_not_allow_mm6 { text=qtn_note_phone_not_allow_mm6; } +RESOURCE STRING r_sim_not_allow { text=qtn_note_smartchip_not_allow; } + +// End of File