diff -r 000000000000 -r 79c6a41cd166 idlefw/plugins/profileplugin/data/aiprofilepluginres.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/idlefw/plugins/profileplugin/data/aiprofilepluginres.rss Thu Dec 17 08:54:17 2009 +0200 @@ -0,0 +1,96 @@ +/* +* Copyright (c) 2005-2006 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 ProfilePlugin. +* +*/ + + +// ========== RESOURCE IDENTIFIER ============================================= + +NAME AIPP // 4 letter ID + +// ========== INCLUDE FILES =================================================== + + +#include +#include +#include +#include +#include +#include + +#include + + +// ========== CONSTANTS ======================================================= + +// ========== RESOURCE DEFINITIONS ============================================ + +RESOURCE RSS_SIGNATURE + { + } + +RESOURCE TBUF + { + buf = ""; + } + +// ---------------------------------------------------------------------------- +// +// "Activate: %U" +// +// ---------------------------------------------------------------------------- +// +RESOURCE TBUF r_ai_pers_prof_toggle + { + buf = qtn_ai_pers_prof_toggle; + } + +// ----------------------------------------------------------------------------- +// +// "Insert SIM card" +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_su_note_insert_sim + { + buf = qtn_su_note_insert_sim; + } + +// ----------------------------------------------------------------------------- +// +// "Are you sure that you want to switch GSM network on?" +// +// ----------------------------------------------------------------------------- +// +RESOURCE DIALOG r_ai_leave_offline_mode_query + { + flags = EGeneralQueryFlags; + buttons = R_AVKON_SOFTKEYS_YES_NO; + items = + { + DLG_LINE + { + type = EAknCtQuery; + id = EGeneralQuery; + control = AVKON_CONFIRMATION_QUERY + { + layout = EConfirmationQueryLayout; + label = qtn_leave_offline_mode_query; + }; + } + }; + } + +// End of File.