nwnotifier/data/nwnotifier.rss
branchRCL_3
changeset 20 987c9837762f
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2010 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: Resource file of NWNotifier
       
    15 *
       
    16 */
       
    17 
       
    18 //  INCLUDES
       
    19 #include <eikon.rh>
       
    20 #include <networknotifier.loc>
       
    21 
       
    22 NAME NWNS
       
    23 
       
    24 //  RESOURCE DEFINITIONS
       
    25 // -----------------------------------------------------------------------------
       
    26 //
       
    27 //  Define the resource file signature
       
    28 //  This resource should be empty.
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE RSS_SIGNATURE 
       
    33     {
       
    34     }
       
    35 
       
    36 
       
    37 //
       
    38 // Localisation
       
    39 ///////////////////////////////
       
    40 STRUCT STRING
       
    41    {
       
    42    LTEXT text;
       
    43    }
       
    44 
       
    45 
       
    46 // -----------------------------------------------------------------------------
       
    47 //
       
    48 // Resources for messages.
       
    49 //
       
    50 // -----------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE STRING r_sim_not_prov_mm2      { text=qtn_note_smartchip_mm2; }
       
    53 RESOURCE STRING r_sim_not_allow_mm3     { text=qtn_note_smartchip_mm3; }
       
    54 RESOURCE STRING r_call_failed_mm4       { text=qtn_note_call_failed_mm4; }
       
    55 RESOURCE STRING r_phone_not_allow_mm5   { text=qtn_note_phone_not_allow_mm5; }
       
    56 RESOURCE STRING r_phone_not_allow_mm6   { text=qtn_note_phone_not_allow_mm6; }
       
    57 RESOURCE STRING r_sim_not_allow         { text=qtn_note_smartchip_not_allow; }
       
    58 
       
    59 // End of File