diff -r 88ee4cf65e19 -r 1aa8c82cb4cb remotestoragefw/remotefileengine/data/RemoteFileEngine.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/remotestoragefw/remotefileengine/data/RemoteFileEngine.rss Wed Sep 01 12:15:08 2010 +0100 @@ -0,0 +1,81 @@ +/* +* Copyright (c) 2002-2005 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 Remote File Engine +* +*/ + + +// RESOURCE IDENTIFIER +NAME RSFE // 4 letter ID + +// INCLUDES +#include +#include +#include +#include +#include +#include +#include +#include + +// RESOURCE DEFINITIONS + +RESOURCE RSS_SIGNATURE + { + } + +// --------------------------------------------------------- +// +// Default Document Name +// +// --------------------------------------------------------- +// +RESOURCE TBUF + { + buf=""; + } + + +//------------------------------------------------------------------------------ +// +// r_remotefe_memory_selection_dialog +// Defines a memory selection dialog +// +//------------------------------------------------------------------------------ +RESOURCE MEMORYSELECTIONDIALOG r_remotefe_memory_selection_dialog + { + softkey_1 = text_softkey_select; + softkey_2 = text_softkey_cancel; + } + +//---------------------------------------------------- +// +// string resouces +// the strings can be localized in loc file +// +//---------------------------------------------------- +// +RESOURCE LBUF r_wait_note_connecting { txt = qtn_rd_wait_connecting; } +RESOURCE LBUF r_wait_note_transferring { txt = qtn_rd_wait_transferring; } +RESOURCE LBUF r_save_query_confirm { txt = qtn_rd_query_file_save_fail; } +RESOURCE LBUF r_wait_note_retrieving { txt = qtn_gen_note_fetching; } +RESOURCE LBUF r_note_address_not_available { txt = qtn_rd_error_faulty_address; } +RESOURCE LBUF r_confirm_drive_unavailable { txt = qtn_rd_conf_drive_unavailable; } +RESOURCE LBUF r_confirm_file_saved_to { txt = qtn_fldr_file_saved_to; } +RESOURCE LBUF r_saving_failed { txt = qtn_rd_all_serv_failed; } +RESOURCE LBUF r_wait_note_disc_warning { txt = qtn_rd_conf_query_open_files_disconnect; } +RESOURCE LBUF r_no_network_coverage { txt = qtn_rd_err_no_network_cover; } +RESOURCE LBUF r_offline_not_possible { txt = qtn_offline_not_possible; } +RESOURCE LBUF r_ram_out_of_memory { txt = qtn_memlo_ram_out_of_mem; } +//End of File