Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // f32test\locl\t_lneng2.cpp
15 // Settings for the English language (UK & US), but with Vietnamese month names
19 #include <kernel/localise.h>
22 const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] =
24 _S("st"),_S("nd"),_S("rd"),_S("th"),_S("th"),
25 _S("th"),_S("th"),_S("th"),_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("st"),_S("nd"),_S("rd"),_S("th"),_S("th"),
29 _S("th"),_S("th"),_S("th"),_S("th"),_S("th"),
33 const TText * const LLanguage::DayTable[KMaxDays] =
43 // The abbreviated day names
44 const TText * const LLanguage::DayAbbTable[KMaxDays] =
55 const TText * const LLanguage::MonthTable[KMaxMonths] =
70 // The abbreviated month names
71 const TText * const LLanguage::MonthAbbTable[KMaxMonths] =
87 const TText * const LLanguage::AmPmTable[KMaxAmPms] = {_S("am"),_S("pm")};