Update contrib.
2 * Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
16 * Default settings for the English language (UK & US)
24 const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] =
26 _S("st"),_S("nd"),_S("rd"),_S("th"),_S("th"),
27 _S("th"),_S("th"),_S("th"),_S("th"),_S("th"),
28 _S("th"),_S("th"),_S("th"),_S("th"),_S("th"),
29 _S("th"),_S("th"),_S("th"),_S("th"),_S("th"),
30 _S("st"),_S("nd"),_S("rd"),_S("th"),_S("th"),
31 _S("th"),_S("th"),_S("th"),_S("th"),_S("th"),
35 const TText * const LLanguage::DayTable[KMaxDays] =
45 // The abbreviated day names
46 const TText * const LLanguage::DayAbbTable[KMaxDays] =
57 const TText * const LLanguage::MonthTable[KMaxMonths] =
72 // The abbreviated month names
73 const TText * const LLanguage::MonthAbbTable[KMaxMonths] =
89 const TText * const LLanguage::AmPmTable[KMaxAmPms] = {_S("NRAM"),_S("NRPM")};