remotestoragefw/remotefileengine/data/RemoteFileEngine.rss
branchRCL_3
changeset 19 88ee4cf65e19
parent 16 87c71b25c937
child 20 1aa8c82cb4cb
equal deleted inserted replaced
16:87c71b25c937 19:88ee4cf65e19
     1 /*
       
     2 * Copyright (c) 2002-2005 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 Remote File Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    RSFE // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include    <eikon.rh>
       
    24 #include 	<badef.rh> 
       
    25 #include 	<avkon.hrh>
       
    26 #include <avkon.rsg>
       
    27 #include <CommonDialogs.hrh> 
       
    28 #include <CommonDialogs.rh> 
       
    29 #include <avkon.loc>
       
    30 #include <remotefileengine.loc>
       
    31 
       
    32 //  RESOURCE DEFINITIONS 
       
    33 
       
    34 RESOURCE RSS_SIGNATURE
       
    35     {
       
    36     }
       
    37 
       
    38 // ---------------------------------------------------------
       
    39 //   
       
    40 //    Default Document Name
       
    41 //
       
    42 // ---------------------------------------------------------
       
    43 //
       
    44 RESOURCE TBUF 
       
    45     { 
       
    46     buf=""; 
       
    47     }    
       
    48  
       
    49    
       
    50 //------------------------------------------------------------------------------
       
    51 //
       
    52 //    r_remotefe_memory_selection_dialog
       
    53 //    Defines a memory selection dialog
       
    54 //
       
    55 //------------------------------------------------------------------------------
       
    56 RESOURCE MEMORYSELECTIONDIALOG r_remotefe_memory_selection_dialog
       
    57     {
       
    58     softkey_1 = text_softkey_select;
       
    59     softkey_2 = text_softkey_cancel;
       
    60     }
       
    61          
       
    62 //----------------------------------------------------
       
    63 //   
       
    64 //    string resouces
       
    65 //    the strings can be localized in loc file
       
    66 //
       
    67 //----------------------------------------------------
       
    68 //    
       
    69 RESOURCE LBUF r_wait_note_connecting { txt = qtn_rd_wait_connecting; }
       
    70 RESOURCE LBUF r_wait_note_transferring { txt = qtn_rd_wait_transferring; }
       
    71 RESOURCE LBUF r_save_query_confirm { txt = qtn_rd_query_file_save_fail; } 
       
    72 RESOURCE LBUF r_wait_note_retrieving { txt = qtn_gen_note_fetching; }
       
    73 RESOURCE LBUF r_note_address_not_available { txt = qtn_rd_error_faulty_address; }
       
    74 RESOURCE LBUF r_confirm_drive_unavailable { txt = qtn_rd_conf_drive_unavailable; }
       
    75 RESOURCE LBUF r_confirm_file_saved_to { txt = qtn_fldr_file_saved_to; }
       
    76 RESOURCE LBUF r_saving_failed { txt = qtn_rd_all_serv_failed; }
       
    77 RESOURCE LBUF r_wait_note_disc_warning { txt = qtn_rd_conf_query_open_files_disconnect; }
       
    78 RESOURCE LBUF r_no_network_coverage { txt = qtn_rd_err_no_network_cover; }
       
    79 RESOURCE LBUF r_offline_not_possible { txt = qtn_offline_not_possible; }
       
    80 RESOURCE LBUF r_ram_out_of_memory { txt = qtn_memlo_ram_out_of_mem; }
       
    81 //End of File