os/kernelhwsrv/kerneltest/e32test/locl/t_mseng.cpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/locl/t_mseng.cpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,51 @@
     1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of the License "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// f32test\locl\t_mseng.cpp
    1.18 +// Default messages for the English language (UK & US)
    1.19 +// 
    1.20 +//
    1.21 +
    1.22 +#include <kernel/localise.h>
    1.23 +
    1.24 +const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
    1.25 +	{
    1.26 +// Fileserver
    1.27 +	_S("Retry"),								// Button 1
    1.28 +	_S("Stop"),									// Button 2
    1.29 +	_S("Put the disk back"),					// Put the card back - line1
    1.30 +	_S("or data will be lost"),					// Put the card back - line2
    1.31 +	_S("Batteries too low"),					// Low power - line1
    1.32 +	_S("Cannot complete write to disk"),		// Low power - line2
    1.33 +	_S("Disk error - cannot complete write"),	// Disk error - line1
    1.34 +	_S("Retry or data will be lost"),			// Disk error - line2
    1.35 +// SoundDriver
    1.36 +	_S("Chimes"),								// Chimes
    1.37 +	_S("Rings"),								// Rings
    1.38 +	_S("Signal"),								// Signal
    1.39 +// MediaDriver diskname (max 16 chars)
    1.40 +	_S("Internal"),								// Internal
    1.41 +	_S("External(01)"),							// External(01)
    1.42 +	_S("External(02)"),							// External(02)
    1.43 +	_S("External(03)"),							// External(03)
    1.44 +	_S("External(04)"),							// External(04)
    1.45 +	_S("External(05)"),							// External(05)
    1.46 +	_S("External(06)"),							// External(06)
    1.47 +	_S("External(07)"),							// External(07)
    1.48 +	_S("External(08)"),							// External(08)
    1.49 +// MediaDriver socketname (max 16 chars)
    1.50 +	_S("Socket(01)"),							// Socket(01)
    1.51 +	_S("Socket(02)"),							// Socket(02)
    1.52 +	_S("Socket(03)"),							// Socket(03)
    1.53 +	_S("Socket(04)")							// Socket(04)
    1.54 +	};