os/textandloc/localisation/localesupport/src/ls_msita.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* Default messages for the Italian language
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
#include "ls_std.h"
sl@0
    21
sl@0
    22
const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
sl@0
    23
	{
sl@0
    24
// Fileserver
sl@0
    25
	_S("Riprova"),					                       // Button 1
sl@0
    26
	_S("Stop"),					        	       // Button 2
sl@0
    27
	_S("Reinserisci il disco"),			                       // Put the card back - line1
sl@0
    28
	_S("Oppure perderai le informazioni"),			               // Put the card back - line2
sl@0
    29
	_S("Batterie troppo basse"),			                       // Low power - line1
sl@0
    30
	_S("Impossibile completare scrittura sul disco"),		       // Low power - line2
sl@0
    31
	_S("Errore disco: impossibile completare la scrittura"),	       // Disk error - line1
sl@0
    32
	_S("Riprova o perderai le informazioni"),		               // Disk error - line2
sl@0
    33
// SoundDriver
sl@0
    34
	_S("Carillon"),								// Chimes
sl@0
    35
	_S("Squilli"),								// Rings
sl@0
    36
	_S("Segnale"),								// Signal
sl@0
    37
// MediaDriver diskname (max 16 chars)
sl@0
    38
	_S("Interno"),								// Internal
sl@0
    39
	_S("Esterno(01)"),							// External(01)
sl@0
    40
	_S("Esterno(02)"),							// External(02)
sl@0
    41
	_S("Esterno(03)"),							// External(03)
sl@0
    42
	_S("Esterno(04)"),							// External(04)
sl@0
    43
	_S("Esterno(05)"),							// External(05)
sl@0
    44
	_S("Esterno(06)"),							// External(06)
sl@0
    45
	_S("Esterno(07)"),							// External(07)
sl@0
    46
	_S("Esterno(08)"),							// External(08)
sl@0
    47
// MediaDriver socketname (max 16 chars)
sl@0
    48
	_S("Presa(01)"),							// Socket(01)
sl@0
    49
	_S("Presa(02)"),							// Socket(02)
sl@0
    50
	_S("Presa(03)"),							// Socket(03)
sl@0
    51
	_S("Presa(04)")							// Socket(04)
sl@0
    52
	};