localisation/localesupport/src/ls_msita.cpp
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 1997-2009 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: 
       
    15 * Default messages for the Italian language
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include "ls_std.h"
       
    21 
       
    22 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
       
    23 	{
       
    24 // Fileserver
       
    25 	_S("Riprova"),					                       // Button 1
       
    26 	_S("Stop"),					        	       // Button 2
       
    27 	_S("Reinserisci il disco"),			                       // Put the card back - line1
       
    28 	_S("Oppure perderai le informazioni"),			               // Put the card back - line2
       
    29 	_S("Batterie troppo basse"),			                       // Low power - line1
       
    30 	_S("Impossibile completare scrittura sul disco"),		       // Low power - line2
       
    31 	_S("Errore disco: impossibile completare la scrittura"),	       // Disk error - line1
       
    32 	_S("Riprova o perderai le informazioni"),		               // Disk error - line2
       
    33 // SoundDriver
       
    34 	_S("Carillon"),								// Chimes
       
    35 	_S("Squilli"),								// Rings
       
    36 	_S("Segnale"),								// Signal
       
    37 // MediaDriver diskname (max 16 chars)
       
    38 	_S("Interno"),								// Internal
       
    39 	_S("Esterno(01)"),							// External(01)
       
    40 	_S("Esterno(02)"),							// External(02)
       
    41 	_S("Esterno(03)"),							// External(03)
       
    42 	_S("Esterno(04)"),							// External(04)
       
    43 	_S("Esterno(05)"),							// External(05)
       
    44 	_S("Esterno(06)"),							// External(06)
       
    45 	_S("Esterno(07)"),							// External(07)
       
    46 	_S("Esterno(08)"),							// External(08)
       
    47 // MediaDriver socketname (max 16 chars)
       
    48 	_S("Presa(01)"),							// Socket(01)
       
    49 	_S("Presa(02)"),							// Socket(02)
       
    50 	_S("Presa(03)"),							// Socket(03)
       
    51 	_S("Presa(04)")							// Socket(04)
       
    52 	};