locales/loce32/src/ls_lntha.cpp
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002, 2003 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Day & Month names, abbreviations and datesuffix table + am/pm 
       
    15 *  symbols for Thai language, ELOCL.33
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  EXTERNAL RESOURCES  
       
    23 
       
    24 
       
    25 //  Include Files  
       
    26 
       
    27 #include <kernel/ls_std.h>
       
    28 
       
    29 //  LOCAL CONSTANTS AND MACROS  
       
    30 
       
    31 // The suffix table
       
    32 const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] =
       
    33 	{
       
    34 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    35 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    36 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    37 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    38 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    39 	_S(""),_S(""),_S(""),_S(""),_S(""),
       
    40 	_S("")
       
    41 	};
       
    42 // The day names
       
    43 const TText * const LLanguage::DayTable[KMaxDays] =
       
    44 	{
       
    45 	_S("\x0E08\x0E31\x0E19\x0E17\x0E23\x0E4C"),
       
    46 	_S("\x0E2D\x0E31\x0E07\x0E04\x0E32\x0E23"),
       
    47 	_S("\x0E1E\x0E38\x0E18"),
       
    48 	_S("\x0E1E\x0E24\x0E2B\x0E31\x0E2A\x0E1A\x0E14\x0E35"),
       
    49 	_S("\x0E28\x0E38\x0E01\x0E23\x0E4C"),
       
    50 	_S("\x0E40\x0E2A\x0E32\x0E23\x0E4C"),
       
    51 	_S("\x0E2D\x0E32\x0E17\x0E34\x0E15\x0E22\x0E4C")
       
    52 	};
       
    53 // The abbreviated day names
       
    54 const TText * const LLanguage::DayAbbTable[KMaxDays] =
       
    55 	{
       
    56 	_S("\x0E08\x002E"),
       
    57 	_S("\x0E2D\x002E"),
       
    58 	_S("\x0E1E\x002E"),
       
    59 	_S("\x0E1E\x0E24\x002E"),
       
    60 	_S("\x0E28\x002E"),
       
    61 	_S("\x0E2A\x002E"),
       
    62 	_S("\x0E2D\x0E32\x002E")
       
    63 	};
       
    64 // The month names
       
    65 const TText * const LLanguage::MonthTable[KMaxMonths] =
       
    66 	{
       
    67 	_S("\x0E21\x0E01\x0E23\x0E32\x0E04\x0E21"),
       
    68 	_S("\x0E01\x0E38\x0E21\x0E20\x0E32\x0E1E\x0E31\x0E19\x0E18\x0E4C"),
       
    69 	_S("\x0E21\x0E35\x0E19\x0E32\x0E04\x0E21"),
       
    70 	_S("\x0E40\x0E21\x0E29\x0E32\x0E22\x0E19"),
       
    71 	_S("\x0E1E\x0E24\x0E29\x0E20\x0E32\x0E04\x0E21"),
       
    72 	_S("\x0E21\x0E34\x0E16\x0E38\x0E19\x0E32\x0E22\x0E19"),
       
    73 	_S("\x0E01\x0E23\x0E01\x0E0E\x0E32\x0E04\x0E21"),
       
    74 	_S("\x0E2A\x0E34\x0E07\x0E2B\x0E32\x0E04\x0E21"),
       
    75 	_S("\x0E01\x0E31\x0E19\x0E22\x0E32\x0E22\x0E19"),
       
    76 	_S("\x0E15\x0E38\x0E25\x0E32\x0E04\x0E21"),
       
    77 	_S("\x0E1E\x0E24\x0E28\x0E08\x0E34\x0E01\x0E32\x0E22\x0E19"),
       
    78 	_S("\x0E18\x0E31\x0E19\x0E27\x0E32\x0E04\x0E21")
       
    79 	};
       
    80 // The abbreviated month names
       
    81 const TText * const LLanguage::MonthAbbTable[KMaxMonths] =
       
    82 	{
       
    83 	_S("\x0E21\x002E\x0E04\x002E"),
       
    84 	_S("\x0E01\x002E\x0E1E\x002E"),
       
    85 	_S("\x0E21\x0E35\x002E\x0E04\x002E"),
       
    86 	_S("\x0E40\x0E21\x002E\x0E22\x002E"),
       
    87 	_S("\x0E1E\x002E\x0E04\x002E"),
       
    88 	_S("\x0E21\x0E34\x002E\x0E22\x002E"),
       
    89 	_S("\x0E01\x002E\x0E04\x002E"),
       
    90 	_S("\x0E2A\x002E\x0E04\x002E"),
       
    91 	_S("\x0E01\x002E\x0E22\x002E"),
       
    92 	_S("\x0E15\x002E\x0E04\x002E"),
       
    93 	_S("\x0E1E\x002E\x0E22\x002E"),
       
    94 	_S("\x0E18\x002E\x0E04\x002E")
       
    95 	};
       
    96 // The am/pm strings
       
    97 const TText * const LLanguage::AmPmTable[KMaxAmPms] = {_S("am"),_S("pm")}; // Not correct yet!
       
    98 
       
    99 //  End of File