phoneuis/ConnectUtil/data/connectutil.rss
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2003 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:  This file contains all the resources 
       
    15 *                for the Connection utility.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME     COUT
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.hrh>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.loc>
       
    29 
       
    30 #include <connectutil.loc>
       
    31 
       
    32 
       
    33 //  RESOURCE DEFINITIONS 
       
    34 
       
    35 // -----------------------------------------------------------------------------
       
    36 //
       
    37 //    RSS_SIGNATURE
       
    38 //    Signature.
       
    39 //
       
    40 // -----------------------------------------------------------------------------
       
    41 //
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 //    r_coutl_confirm_one_connection
       
    47 //    Text for confirming termination of one connection.
       
    48 //
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE TBUF r_coutl_confirm_one_connection
       
    52     {
       
    53     buf = qtn_dea_gprs_disconnect_single;
       
    54     }
       
    55 
       
    56 // -----------------------------------------------------------------------------
       
    57 //
       
    58 //    r_coutl_confirm_connections
       
    59 //    Text for confirming termination of multiple connections.
       
    60 //
       
    61 // -----------------------------------------------------------------------------
       
    62 //
       
    63 RESOURCE TBUF r_coutl_confirm_connections
       
    64     {
       
    65     buf = qtn_dea_gprs_disconnect_many;
       
    66     }
       
    67 
       
    68 // End of File