sl@0: /* sl@0: * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * LS_MSENG.CPP sl@0: * Default messages for the English language (UK & US) sl@0: * sl@0: */ sl@0: sl@0: sl@0: #include "ls_std.h" sl@0: sl@0: const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] = sl@0: { sl@0: // Fileserver sl@0: _S("NROM Retry"), // Button 1 sl@0: _S("NROM Stop"), // Button 2 sl@0: _S("NROM Put the disk back"), // Put the card back - line1 sl@0: _S("or NROM data will be lost"), // Put the card back - line2 sl@0: _S("NROM Batteries too low"), // Low power - line1 sl@0: _S("NROM Cannot complete write to disk"), // Low power - line2 sl@0: _S("NROM Disk error - cannot complete write"), // Disk error - line1 sl@0: _S("NROM Retry or data will be lost"), // Disk error - line2 sl@0: // SoundDriver sl@0: _S("NROM Chimes"), // Chimes sl@0: _S("NROM Rings"), // Rings sl@0: _S("NROM Signal"), // Signal sl@0: // MediaDriver diskname (max 16 chars) sl@0: _S("NRInternal"), // Internal sl@0: _S("NRExternal(01)"), // External(01) sl@0: _S("NRExternal(02)"), // External(02) sl@0: _S("NRExternal(03)"), // External(03) sl@0: _S("NRExternal(04)"), // External(04) sl@0: _S("NRExternal(05)"), // External(05) sl@0: _S("NRExternal(06)"), // External(06) sl@0: _S("NRExternal(07)"), // External(07) sl@0: _S("NRExternal(08)"), // External(08) sl@0: // MediaDriver socketname (max 16 chars) sl@0: _S("NRSocket(01)"), // Socket(01) sl@0: _S("NRSocket(02)"), // Socket(02) sl@0: _S("NRSocket(03)"), // Socket(03) sl@0: _S("NRSocket(04)") // Socket(04) sl@0: };