localisation/localesupport/src/ls_ln_template_chinese_traditional.cpp
changeset 0 a41df078684a
child 15 4122176ea935
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2000-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 #include "ls_std.h"
       
    18 
       
    19 // The suffix table
       
    20 const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] =
       
    21 	{
       
    22 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    23 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    24 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    25 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    26 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    27 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    28 	_S("")
       
    29 	};
       
    30 // The day names
       
    31 const TText * const LLanguage::DayTable[KMaxDays] =
       
    32 	{
       
    33 	_S("\x661f\x671f\x4e00"),
       
    34 	_S("\x661f\x671f\x4e8c"),
       
    35 	_S("\x661f\x671f\x4e09"),
       
    36 	_S("\x661f\x671f\x56db"),
       
    37 	_S("\x661f\x671f\x4e94"),
       
    38 	_S("\x661f\x671f\x516d"),
       
    39 	_S("\x661f\x671f\x65e5")
       
    40 	};
       
    41 // The abbreviated day names
       
    42 const TText * const LLanguage::DayAbbTable[KMaxDays] =
       
    43 	{
       
    44 	_S("\x661f\x671f\x4e00"),
       
    45 	_S("\x661f\x671f\x4e8c"),
       
    46 	_S("\x661f\x671f\x4e09"),
       
    47 	_S("\x661f\x671f\x56db"),
       
    48 	_S("\x661f\x671f\x4e94"),
       
    49 	_S("\x661f\x671f\x516d"),
       
    50 	_S("\x661f\x671f\x65e5")
       
    51 	};
       
    52 // The month names
       
    53 const TText * const LLanguage::MonthTable[KMaxMonths] =
       
    54 	{
       
    55 	_S("\x4e00\x6708"),
       
    56 	_S("\x4e8c\x6708"),
       
    57 	_S("\x4e09\x6708"),
       
    58 	_S("\x56db\x6708"),
       
    59 	_S("\x4e94\x6708"),
       
    60 	_S("\x516d\x6708"),
       
    61 	_S("\x4e03\x6708"),
       
    62 	_S("\x516b\x6708"),
       
    63 	_S("\x4e5d\x6708"),
       
    64 	_S("\x5341\x6708"),
       
    65 	_S("\x5341\x4e00\x6708"),
       
    66 	_S("\x5341\x4e8c\x6708")
       
    67 	};
       
    68 // The abbreviated month names
       
    69 const TText * const LLanguage::MonthAbbTable[KMaxMonths] =
       
    70 	{
       
    71 	_S("\x4e00\x6708"),
       
    72 	_S("\x4e8c\x6708"),
       
    73 	_S("\x4e09\x6708"),
       
    74 	_S("\x56db\x6708"),
       
    75 	_S("\x4e94\x6708"),
       
    76 	_S("\x516d\x6708"),
       
    77 	_S("\x4e03\x6708"),
       
    78 	_S("\x516b\x6708"),
       
    79 	_S("\x4e5d\x6708"),
       
    80 	_S("\x5341\x6708"),
       
    81 	_S("\x5341\x4e00\x6708"),
       
    82 	_S("\x5341\x4e8c\x6708")
       
    83 	};
       
    84 // The am/pm strings
       
    85 const TText * const LLanguage::AmPmTable[KMaxAmPms] =
       
    86 	{
       
    87 	_S("\x4e0a\x5348"),
       
    88 	_S("\x4e0b\x5348")
       
    89 	};
       
    90