locales/loce32/src/ls_mstur.cpp
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     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 Turkish language, ELOCL.14
       
    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 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
       
    30 	{
       
    31 // Fileserver
       
    32 	_S("Tekrar dene"),								// Button 1
       
    33 	_S("Durdur"),								// Button 2
       
    34 	_S("Diski yeniden tak\x0131" L"n"),						// Put the card back - line1
       
    35 	_S("yoksa veriler kaybolacakt\x0131r."),						// Put the card back - line2
       
    36 	_S("Batarya çok zay\x0131"L"f"),						// Low power - line1
       
    37 	_S("Diske yazma tamamlanam\x0131yor"),					// Low power - line2
       
    38 	_S("Disk hatas\x0131 - yazma tamamlanam\x0131" L"yor"),				// Disk error - line1
       
    39 	_S("Tekrar deneyin, yoksa veriler kaybolacakt\x0131" L"r"),		                        // Disk error - line2
       
    40 // SoundDriver
       
    41 	_S("Ç\x0131" L"ng\x0131" L"rak"),								// Chimes
       
    42 	_S("Zil"),								// Rings
       
    43 	_S("Sinyal"),								// Signal
       
    44 // MediaDriver diskname (max 16 chars)
       
    45 	_S("Internal"),								// Internal
       
    46 	_S("External(01)"),							// External(01)
       
    47 	_S("External(02)"),							// External(02)
       
    48 	_S("External(03)"),							// External(03)
       
    49 	_S("External(04)"),							// External(04)
       
    50 	_S("External(05)"),							// External(05)
       
    51 	_S("External(06)"),							// External(06)
       
    52 	_S("External(07)"),							// External(07)
       
    53 	_S("External(08)"),							// External(08)
       
    54 // MediaDriver socketname (max 16 chars)
       
    55 	_S("Socket(01)"),							// Socket(01)
       
    56 	_S("Socket(02)"),							// Socket(02)
       
    57 	_S("Socket(03)"),							// Socket(03)
       
    58 	_S("Socket(04)")							// Socket(04)
       
    59 	};
       
    60 
       
    61 //  End of File