locales/loce32/src/ls_mslav.cpp
branchRCL_3
changeset 107 9f95a5546443
parent 0 05e9090e2422
equal deleted inserted replaced
106:e4e3998ddda2 107:9f95a5546443
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Default locale messages for Latvian language, ELOCL.67
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  EXTERNAL RESOURCES  
       
    22 
       
    23 
       
    24 //  Include Files  
       
    25 
       
    26 #include <kernel/ls_std.h>
       
    27 
       
    28 //  LOCAL CONSTANTS AND MACROS  
       
    29 
       
    30 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
       
    31 	{
       
    32 // Fileserver
       
    33 	_S("M\x0113\x0123in\x0101t v\x0113" L"lreiz"),								// Button 1
       
    34 	_S("Beigt"),								// Button 2
       
    35 	_S("Ievietojiet atpaka\x013C" L" disku"),						// Put the card back - line1
       
    36 	_S("vai tiks zaud\x0113" L"ti dati"),						// Put the card back - line2
       
    37 	_S("P\x0101r\x0101" L"k zems akumulatora l\x012Bmenis"),						// Low power - line1
       
    38 	_S("Nevar pabeigt rakst\x012B" L"šanu disk\x0101"),					// Low power - line2
       
    39   _S("Diska k\x013C\x016B"L"da - nevar pabeigt rakst\x012B\x0161"L"anu"),	// escape sequences cut with "" to prevent next character
       
    40                                                                                     // to be interpreted as part of the escape (a,b,c,d,e,f are also hex)
       
    41                                                                                     // Compiler gives warning from this therefore pragma used.
       
    42 	_S("M\x0113\x0123" L"iniet v\x0113" L"lreiz vai tiks zaud\x0113" L"ti dati"),		                        // Disk error - line2
       
    43 // SoundDriver
       
    44 	_S("Zvani"),								// Chimes
       
    45 	_S("Zvans"),								// Rings
       
    46 	_S("Sign\x0101" L"ls"),								// Signal
       
    47 // MediaDriver diskname (max 16 chars)
       
    48 	_S("Internal"),								// Internal
       
    49 	_S("External(01)"),							// External(01)
       
    50 	_S("External(02)"),							// External(02)
       
    51 	_S("External(03)"),							// External(03)
       
    52 	_S("External(04)"),							// External(04)
       
    53 	_S("External(05)"),							// External(05)
       
    54 	_S("External(06)"),							// External(06)
       
    55 	_S("External(07)"),							// External(07)
       
    56 	_S("External(08)"),							// External(08)
       
    57 // MediaDriver socketname (max 16 chars)
       
    58 	_S("Socket(01)"),							// Socket(01)
       
    59 	_S("Socket(02)"),							// Socket(02)
       
    60 	_S("Socket(03)"),							// Socket(03)
       
    61 	_S("Socket(04)")							// Socket(04)
       
    62 	};
       
    63 
       
    64 //  End of File