localisation/localesupport/src/ls_msspa.cpp
changeset 0 a41df078684a
child 15 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 // Default messages for the Spanish language
       
    15 // 
       
    16 //
       
    17 
       
    18 #include "ls_std.h"
       
    19 
       
    20 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
       
    21 	{
       
    22 // Fileserver
       
    23 	_S("Reintentar"),					                       // Button 1
       
    24 	_S("Detener"),					        	       // Button 2
       
    25 	_S("Vuelva a introducir el disco"),			                       // Put the card back - line1
       
    26 	_S("Inserte el disco o se perder\341n los datos"),		                       // Put the card back - line2
       
    27 	_S("Nivel de pilas principales demasiado bajo"),			                       // Low power - line1
       
    28 	_S("Imposible terminar escritura en el disco"),		                           // Low power - line2
       
    29 	_S("Error de disco - imposible terminar escritura"),	                       // Disk error - line1
       
    30 	_S("Reint\351ntelo o se perder\341n los datos"),	      	                   // Disk error - line2
       
    31 // SoundDriver
       
    32 	_S("Carill\363n"),							// Chimes
       
    33 	_S("Rings"),								// Rings
       
    34 	_S("Se\361al"),								// Signal
       
    35 // MediaDriver diskname (max 16 chars)
       
    36 	_S("Interno"),								// Internal
       
    37 	_S("Externo(01)"),							// External(01)
       
    38 	_S("Externo(02)"),							// External(02)
       
    39 	_S("Externo(03)"),							// External(03)
       
    40 	_S("Externo(04)"),							// External(04)
       
    41 	_S("Externo(05)"),							// External(05)
       
    42 	_S("Externo(06)"),							// External(06)
       
    43 	_S("Externo(07)"),							// External(07)
       
    44 	_S("Externo(08)"),							// External(08)
       
    45 // MediaDriver socketname (max 16 chars)
       
    46 	_S("Z\363calo(01)"),						// Socket(01)
       
    47 	_S("Z\363calo(02)"),						// Socket(02)
       
    48 	_S("Z\363calo(03)"),						// Socket(03)
       
    49 	_S("Z\363calo(04)")							// Socket(04)
       
    50 	};