os/textandloc/localisation/localesupport/src/ls_msspa.cpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/localisation/localesupport/src/ls_msspa.cpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,52 @@
     1.4 +/*
     1.5 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Default messages for the Spanish language
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +#include "ls_std.h"
    1.24 +
    1.25 +const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
    1.26 +	{
    1.27 +// Fileserver
    1.28 +	_S("Reintentar"),					                       // Button 1
    1.29 +	_S("Detener"),					        	       // Button 2
    1.30 +	_S("Vuelva a introducir el disco"),			                       // Put the card back - line1
    1.31 +	_S("Inserte el disco o se perder\341n los datos"),		                       // Put the card back - line2
    1.32 +	_S("Nivel de pilas principales demasiado bajo"),			                       // Low power - line1
    1.33 +	_S("Imposible terminar escritura en el disco"),		                           // Low power - line2
    1.34 +	_S("Error de disco - imposible terminar escritura"),	                       // Disk error - line1
    1.35 +	_S("Reint\351ntelo o se perder\341n los datos"),	      	                   // Disk error - line2
    1.36 +// SoundDriver
    1.37 +	_S("Carill\363n"),							// Chimes
    1.38 +	_S("Rings"),								// Rings
    1.39 +	_S("Se\361al"),								// Signal
    1.40 +// MediaDriver diskname (max 16 chars)
    1.41 +	_S("Interno"),								// Internal
    1.42 +	_S("Externo(01)"),							// External(01)
    1.43 +	_S("Externo(02)"),							// External(02)
    1.44 +	_S("Externo(03)"),							// External(03)
    1.45 +	_S("Externo(04)"),							// External(04)
    1.46 +	_S("Externo(05)"),							// External(05)
    1.47 +	_S("Externo(06)"),							// External(06)
    1.48 +	_S("Externo(07)"),							// External(07)
    1.49 +	_S("Externo(08)"),							// External(08)
    1.50 +// MediaDriver socketname (max 16 chars)
    1.51 +	_S("Z\363calo(01)"),						// Socket(01)
    1.52 +	_S("Z\363calo(02)"),						// Socket(02)
    1.53 +	_S("Z\363calo(03)"),						// Socket(03)
    1.54 +	_S("Z\363calo(04)")							// Socket(04)
    1.55 +	};