1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\include\e32lmsg.h
29 const TInt KMaxLocaleMessageText=0x80;
35 EFileServer_PutTheCardBackLine1,
36 EFileServer_PutTheCardBackLine2,
37 EFileServer_LowPowerLine1,
38 EFileServer_LowPowerLine2,
39 EFileServer_DiskErrorLine1,
40 EFileServer_DiskErrorLine2,
44 EMediaDriver_DiskNameInternal,
45 EMediaDriver_DiskNameExternal1,
46 EMediaDriver_DiskNameExternal2,
47 EMediaDriver_DiskNameExternal3,
48 EMediaDriver_DiskNameExternal4,
49 EMediaDriver_DiskNameExternal5,
50 EMediaDriver_DiskNameExternal6,
51 EMediaDriver_DiskNameExternal7,
52 EMediaDriver_DiskNameExternal8,
53 EMediaDriver_SocketName0,
54 EMediaDriver_SocketName1,
55 EMediaDriver_SocketName2,
56 EMediaDriver_SocketName3,
57 ELocaleMessages_LastMsg
60 class TLocaleMessageText : public TBuf<KMaxLocaleMessageText>
63 IMPORT_C TLocaleMessageText();
64 IMPORT_C TLocaleMessageText(TLocaleMessage aMessageNo);
65 IMPORT_C void Set(TLocaleMessage aMessageNo);