phoneclientserver/phoneserver/Src/Resources/PhoneServer.rss
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002 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 for the Phone Server.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME PHSV
       
    21 
       
    22 //  INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.hrh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.loc>
       
    28 
       
    29 #include <phoneserver.loc>
       
    30 
       
    31 
       
    32 //  RESOURCE DEFINITIONS 
       
    33 
       
    34 // ---------------------------------------------------------
       
    35 //
       
    36 //    RSS_SIGNATURE
       
    37 //    Signature.
       
    38 //
       
    39 // ---------------------------------------------------------
       
    40 //
       
    41 RESOURCE RSS_SIGNATURE { }
       
    42 
       
    43 
       
    44 // ---------------------------------------------------------
       
    45 //
       
    46 //    TBUF
       
    47 //    Name of the buffer.
       
    48 //
       
    49 // ---------------------------------------------------------
       
    50 //
       
    51 RESOURCE TBUF { buf="ussdserver"; }
       
    52 
       
    53 
       
    54 // ---------------------------------------------------------
       
    55 //
       
    56 //    r_phsrv_ussd_mesquery_message
       
    57 //    Contains USSD message query text.
       
    58 //
       
    59 // ---------------------------------------------------------
       
    60 //
       
    61 RESOURCE LBUF r_phsrv_ussd_mesquery_message
       
    62     {
       
    63     txt = qtn_ussd_mesquery_message;
       
    64     }
       
    65 
       
    66 // ---------------------------------------------------------
       
    67 //
       
    68 //    r_phsrv_text_done
       
    69 //    Contains done text.
       
    70 //
       
    71 // ---------------------------------------------------------
       
    72 //
       
    73 RESOURCE LBUF r_phsrv_text_done
       
    74     {
       
    75     txt = text_done;
       
    76     }
       
    77 
       
    78 
       
    79 // ---------------------------------------------------------
       
    80 //
       
    81 //    r_phsrv_ihf_activated_confirmation_note_text
       
    82 //    IHF activation note text.
       
    83 //
       
    84 // ---------------------------------------------------------
       
    85 //
       
    86 RESOURCE LBUF r_phsrv_ihf_activated_confirmation_note_text
       
    87     {
       
    88     txt = qtn_hf_conf_activate;
       
    89     }
       
    90 
       
    91 // ---------------------------------------------------------
       
    92 //
       
    93 //    r_phone_ihf_deactivated_confirmation_note_text
       
    94 //    IHF deactivation note text.
       
    95 //
       
    96 // ---------------------------------------------------------
       
    97 //
       
    98 RESOURCE LBUF r_phsrv_ihf_deactivated_confirmation_note_text
       
    99     {
       
   100     txt = qtn_hf_conf_earpiece;
       
   101     }
       
   102 
       
   103 // ---------------------------------------------------------
       
   104 //
       
   105 //    r_phsrv_text_unread
       
   106 //    Contains notify unread text.
       
   107 //
       
   108 // ---------------------------------------------------------
       
   109 //
       
   110 RESOURCE LBUF r_phsrv_text_unread
       
   111     {
       
   112     txt = qtn_ss_unread_ussd_msgs_query;
       
   113     }
       
   114            
       
   115 // End of File