localisation/localesupport/src/ls_mstest.cpp
changeset 0 a41df078684a
child 2 4122176ea935
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 1997-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // LS_MSENG.CPP
       
    15 // Default messages for the English language (UK & US)
       
    16 // 
       
    17 //
       
    18 
       
    19 #include "ls_std.h"
       
    20 
       
    21 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
       
    22 	{
       
    23 // Fileserver
       
    24 	_S("NROM Retry"),								// Button 1
       
    25 	_S("NROM Stop"),									// Button 2
       
    26 	_S("NROM Put the disk back"),					// Put the card back - line1
       
    27 	_S("or NROM data will be lost"),					// Put the card back - line2
       
    28 	_S("NROM Batteries too low"),					// Low power - line1
       
    29 	_S("NROM Cannot complete write to disk"),		// Low power - line2
       
    30 	_S("NROM Disk error - cannot complete write"),	// Disk error - line1
       
    31 	_S("NROM Retry or data will be lost"),			// Disk error - line2
       
    32 // SoundDriver
       
    33 	_S("NROM Chimes"),								// Chimes
       
    34 	_S("NROM Rings"),								// Rings
       
    35 	_S("NROM Signal"),								// Signal
       
    36 // MediaDriver diskname (max 16 chars)
       
    37 	_S("NRInternal"),								// Internal
       
    38 	_S("NRExternal(01)"),							// External(01)
       
    39 	_S("NRExternal(02)"),							// External(02)
       
    40 	_S("NRExternal(03)"),							// External(03)
       
    41 	_S("NRExternal(04)"),							// External(04)
       
    42 	_S("NRExternal(05)"),							// External(05)
       
    43 	_S("NRExternal(06)"),							// External(06)
       
    44 	_S("NRExternal(07)"),							// External(07)
       
    45 	_S("NRExternal(08)"),							// External(08)
       
    46 // MediaDriver socketname (max 16 chars)
       
    47 	_S("NRSocket(01)"),							// Socket(01)
       
    48 	_S("NRSocket(02)"),							// Socket(02)
       
    49 	_S("NRSocket(03)"),							// Socket(03)
       
    50 	_S("NRSocket(04)")							// Socket(04)
       
    51 	};