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.
15 * Default settings for the English language (UK & US)
23 const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] =
25 _S("st"),_S("nd"),_S("rd"),_S("th"),_S("th"),
26 _S("th"),_S("th"),_S("th"),_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("st"),_S("nd"),_S("rd"),_S("th"),_S("th"),
30 _S("th"),_S("th"),_S("th"),_S("th"),_S("th"),
34 const TText * const LLanguage::DayTable[KMaxDays] =
44 // The abbreviated day names
45 const TText * const LLanguage::DayAbbTable[KMaxDays] =
56 const TText * const LLanguage::MonthTable[KMaxMonths] =
71 // The abbreviated month names
72 const TText * const LLanguage::MonthAbbTable[KMaxMonths] =
88 const TText * const LLanguage::AmPmTable[KMaxAmPms] = {_S("am"),_S("pm")};