nwnotifier/data/nwnotifier.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:21:58 +0200
branchRCL_3
changeset 3 a4a774cb6ea7
child 9 71e7b994dff4
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* 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 <eikon.rh>
#include "../loc/networknotifier.loc" 

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