locales/loce32/src/ls_ln_mr_in.cpp
branchRCL_3
changeset 107 9f95a5546443
parent 0 05e9090e2422
equal deleted inserted replaced
106:e4e3998ddda2 107:9f95a5546443
       
     1 /*
       
     2 * Copyright (c) 2007 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
       
    15 *                + am/pm symbols for Marathi, Epoc code 72
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  EXTERNAL RESOURCES
       
    22 
       
    23 //  Include Files
       
    24 
       
    25 #include <kernel/ls_std.h>
       
    26 
       
    27 //  LOCAL CONSTANTS AND MACROS
       
    28 
       
    29 // The suffix table
       
    30 const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] =
       
    31         {
       
    32         _S(""),_S(""),_S(""),_S(""),_S(""),
       
    33         _S(""),_S(""),_S(""),_S(""),_S(""),
       
    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("")
       
    39         };
       
    40 // The day names
       
    41 const TText * const LLanguage::DayTable[KMaxDays] =
       
    42 	{
       
    43 	_S("\x0938\x094b\x092e\x0935\x093e\x0930"),
       
    44 	_S("\x092e\x0902\x0917\x0933\x0935\x093e\x0930"),
       
    45 	_S("\x092c\x0941\x0927\x0935\x093e\x0930"),
       
    46 	_S("\x0917\x0941\x0930\x0941\x0935\x093e\x0930"),
       
    47 	_S("\x0936\x0941\x0915\x094d\x0930\x0935\x093e\x0930"),
       
    48 	_S("\x0936\x0928\x093f\x0935\x093e\x0930"),
       
    49 	_S("\x0930\x0935\x093f\x0935\x093e\x0930")
       
    50 	};
       
    51 // The abbreviated day names
       
    52 const TText * const LLanguage::DayAbbTable[KMaxDays] =
       
    53 	{
       
    54 	_S("\x0938\x094b\x092e"),
       
    55 	_S("\x092e\x0902\x0917\x0933"),
       
    56 	_S("\x092c\x0941\x0927"),
       
    57 	_S("\x0917\x0941\x0930\x0941"),
       
    58 	_S("\x0936\x0941\x0915\x094d\x0930"),
       
    59 	_S("\x0936\x0928\x093f"),
       
    60 	_S("\x0930\x0935\x093f")
       
    61 	};
       
    62 // The month names
       
    63 const TText * const LLanguage::MonthTable[KMaxMonths] =
       
    64 	{
       
    65 	_S("\x091c\x093e\x0928\x0947\x0935\x093e\x0930\x0940"),
       
    66 	_S("\x092b\x0947\x092c\x094d\x0930\x0941\x0935\x093e\x0930\x0940"),
       
    67 	_S("\x092e\x093e\x0930\x094d\x091a"),
       
    68 	_S("\x090f\x092a\x094d\x0930\x093f\x0932"),
       
    69 	_S("\x092e\x0947"),
       
    70 	_S("\x091c\x0942\x0928"),
       
    71 	_S("\x091c\x0941\x0932\x0948"),
       
    72 	_S("\x0911\x0917\x0938\x094d\x091f"),
       
    73 	_S("\x0938\x092a\x094d\x091f\x0947\x0902\x092c\x0930"),
       
    74 	_S("\x0911\x0915\x094d\x091f\x094b\x092c\x0930"),
       
    75 	_S("\x0928\x094b\x0935\x094d\x0939\x0947\x0902\x092c\x0930"),
       
    76 	_S("\x0921\x093f\x0938\x0947\x0902\x092c\x0930")
       
    77 	};
       
    78 // The abbreviated month names
       
    79 const TText * const LLanguage::MonthAbbTable[KMaxMonths] =
       
    80 	{
       
    81 	_S("\x091c\x093e\x0928\x0947"),
       
    82 	_S("\x092b\x0947\x092c\x094d\x0930\x0941"),
       
    83 	_S("\x092e\x093e\x0930\x094d\x091a"),
       
    84 	_S("\x090f\x092a\x094d\x0930\x093f\x0932"),
       
    85 	_S("\x092e\x0947"),
       
    86 	_S("\x091c\x0942\x0928"),
       
    87 	_S("\x091c\x0941\x0932\x0948"),
       
    88 	_S("\x0911\x0917"),
       
    89 	_S("\x0938\x092a\x094d\x091f\x0947\x0902"),
       
    90 	_S("\x0911\x0915\x094d\x091f\x094b"),
       
    91 	_S("\x0928\x094b\x0935\x094d\x0939\x0947\x0902"),
       
    92 	_S("\x0921\x093f\x0938\x0947\x0902")
       
    93 	};
       
    94 // The am/pm strings
       
    95 const TText * const LLanguage::AmPmTable[KMaxAmPms] = {_S("AM"),_S("PM")};
       
    96 
       
    97 //  End of File