sl@0: /* sl@0: * Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Default settings for the Italian language sl@0: * sl@0: */ sl@0: sl@0: sl@0: #include "ls_std.h" sl@0: sl@0: // The suffix table sl@0: const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] = sl@0: { sl@0: _S(""),_S(""),_S(""),_S(""),_S(""), sl@0: _S(""),_S(""),_S(""),_S(""),_S(""), sl@0: _S(""),_S(""),_S(""),_S(""),_S(""), sl@0: _S(""),_S(""),_S(""),_S(""),_S(""), sl@0: _S(""),_S(""),_S(""),_S(""),_S(""), sl@0: _S(""),_S(""),_S(""),_S(""),_S(""), sl@0: _S("") sl@0: }; sl@0: // The day names sl@0: const TText * const LLanguage::DayTable[KMaxDays] = sl@0: { sl@0: _S("Luned\354"), sl@0: _S("Marted\354"), sl@0: _S("Mercoled\354"), sl@0: _S("Gioved\354"), sl@0: _S("Venerd\354"), sl@0: _S("Sabato"), sl@0: _S("Domenica") sl@0: }; sl@0: // The abbreviated day names sl@0: const TText * const LLanguage::DayAbbTable[KMaxDays] = sl@0: { sl@0: _S("Lun"), sl@0: _S("Mar"), sl@0: _S("Mer"), sl@0: _S("Gio"), sl@0: _S("Ven"), sl@0: _S("Sab"), sl@0: _S("Dom") sl@0: }; sl@0: // The month names sl@0: const TText * const LLanguage::MonthTable[KMaxMonths] = sl@0: { sl@0: _S("Gennaio"), sl@0: _S("Febbraio"), sl@0: _S("Marzo"), sl@0: _S("Aprile"), sl@0: _S("Maggio"), sl@0: _S("Giugno"), sl@0: _S("Luglio"), sl@0: _S("Agosto"), sl@0: _S("Settembre"), sl@0: _S("Ottobre"), sl@0: _S("Novembre"), sl@0: _S("Dicembre") sl@0: }; sl@0: // The abbreviated month names sl@0: const TText * const LLanguage::MonthAbbTable[KMaxMonths] = sl@0: { sl@0: _S("Gen"), sl@0: _S("Feb"), sl@0: _S("Mar"), sl@0: _S("Apr"), sl@0: _S("Mag"), sl@0: _S("Giu"), sl@0: _S("Lug"), sl@0: _S("Ago"), sl@0: _S("Set"), sl@0: _S("Ott"), sl@0: _S("Nov"), sl@0: _S("Dic") sl@0: }; sl@0: // The am/pm strings sl@0: const TText * const LLanguage::AmPmTable[KMaxAmPms] = {_S("am"),_S("pm")}; sl@0: sl@0: