diff -r 000000000000 -r 8c5d936e5675 gssettingsuis/Gs/GSTelPlugin/Data/GSTelPluginRsc.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gssettingsuis/Gs/GSTelPlugin/Data/GSTelPluginRsc.rss Thu Dec 17 08:52:52 2009 +0200 @@ -0,0 +1,99 @@ +/* +* Copyright (c) 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 plugin. +* +*/ + + +// RESOURCE IDENTIFIER +NAME TELP // 4 letter ID + +// INCLUDES +#include + +#include +#include +#include // Avkon localized strings +#include +#include +#include +#include +#include + +// CONSTANTS + +// RESOURCE DEFINITIONS + +//---------------------------------------------------- +// +// +// Needed or loading the resource fails! +// +//---------------------------------------------------- +// +RESOURCE RSS_SIGNATURE + { + } + +// Common resources among GS +#include "GSCommonResources.rss" + +//---------------------------------------------------- +// +// r_gs_tel_view +// Telephony Settings view. +// +//---------------------------------------------------- +// +RESOURCE AVKON_VIEW r_gs_tel_view + { + menubar = r_gs_menubar_open_exit; + cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN; + } + + +//---------------------------------------------------- +// +// r_gs_tel_view_title +// Telephony Settings view title. +// +//---------------------------------------------------- +// +RESOURCE TITLE_PANE r_gs_tel_view_title + { + #ifdef RD_CONTROL_PANEL + txt = qtn_set_title_telephony; + #else //RD_CONTROL_PANEL + txt = qtn_set_title_settings_telephone; + #endif //RD_CONTROL_PANEL + } + + +//---------------------------------------------------- +// +// r_gs_tel_view_caption +// Telephony View caption for plugin +// +//---------------------------------------------------- +// +RESOURCE TBUF r_gs_tel_view_caption + { + #ifdef RD_CONTROL_PANEL + buf = qtn_cp_folder_telephony; + #else //RD_CONTROL_PANEL + buf = qtn_set_folder_telephone; + #endif //RD_CONTROL_PANEL + } + +// End of file