diff -r 000000000000 -r ff3b6d0fd310 cellular/ServiceRequest/data/ServiceRequest.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cellular/ServiceRequest/data/ServiceRequest.rss Tue Feb 02 01:11:09 2010 +0200 @@ -0,0 +1,111 @@ +/* +* Copyright (c) 2002 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 for general Service Request +* +*/ + + + +// RESOURCE IDENTIFIER +NAME SERQ + +// INCLUDES + +#include +#include +#include +#include +#include + +#include +#include "ServiceRequest.hrh" + +RESOURCE RSS_SIGNATURE { } + + +// ----------------------------------------------------------------------------- +// +// r_serq_requesting_wait_note +// Wait dialog for the servivce request. +// +// ----------------------------------------------------------------------------- +// +RESOURCE DIALOG r_serq_requesting_wait_note + { + flags = EAknWaitNoteFlags | EEikDialogFlagWait; + buttons=R_AVKON_SOFTKEYS_QUIT; + items= + { + DLG_LINE + { + type=EAknCtNote; + id = ESerqRequestingNote; + control= AVKON_NOTE + { + layout = EWaitLayout; + singular_label = text_sending; + animation = R_QGN_GRAF_WAIT_BAR_ANIM; + }; + } + }; + } + +// Used texts in notes: + +RESOURCE TBUF r_text_unconfirmed + { + buf = text_unconfirmed; + } + +RESOURCE TBUF r_text_not_done + { + buf = text_not_done; + } + +RESOURCE TBUF r_text_not_allowed + { + buf = text_not_allowed; + } + +RESOURCE TBUF r_text_result_unknown + { + buf = text_result_unknown; + } + +RESOURCE TBUF r_text_done + { + buf = text_done; + } + +RESOURCE TBUF r_text_no_service + { + buf = text_no_service; + } + +RESOURCE TBUF r_qtn_srvrq_info_confl + { + buf = qtn_srvrq_info_confl; + } + +RESOURCE TBUF r_text_request_rejected + { + buf = text_request_rejected; + } + +RESOURCE TBUF r_password_error_note + { + buf = qtn_mem_card_unlock_error; + } + +// End of File