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