60
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: AlwaysOnlineEmailPlugin
|
|
15 |
*
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
#include <eikon.rh>
|
|
20 |
#include <messaging.loc>
|
|
21 |
#include <alwaysonlineemailplugin.loc>
|
|
22 |
|
|
23 |
NAME AOEM
|
|
24 |
RESOURCE RSS_SIGNATURE {}
|
|
25 |
RESOURCE TBUF16 { buf=""; }
|
|
26 |
|
|
27 |
|
|
28 |
RESOURCE TBUF128 r_email_plugin_always_incorrect
|
|
29 |
{
|
|
30 |
buf = qtn_mce_settings_always_incorrect;
|
|
31 |
}
|
|
32 |
|
|
33 |
RESOURCE TBUF128 r_email_plugin_invalid_ap_bearer
|
|
34 |
{
|
|
35 |
buf = qtn_mce_auto_conn_incorrect_ap;
|
|
36 |
}
|
|
37 |
|
|
38 |
RESOURCE TBUF128 r_email_plugin_out_of_disk
|
|
39 |
{
|
|
40 |
buf = qtn_mce_auto_out_of_disk;
|
|
41 |
}
|
|
42 |
|
|
43 |
//EOF
|