diff -r 78df25012fda -r 12bc758d6a02 cellular/servicerequest/data/servicerequest.rss --- a/cellular/servicerequest/data/servicerequest.rss Fri Sep 17 17:09:13 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,111 +0,0 @@ -/* -* 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