123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- /*
- +=========================================================================+
- | Licensed Materials - Property of IBM |
- | BI and PM: cclcore |
- | (C) Copyright IBM Corp. 2002, 2013 |
- | |
- | US Government Users Restricted Rights - Use, duplication or |
- | disclosure restricted by GSA ADP Schedule Contract with IBM Corp. |
- | |
- +=========================================================================+
- */
- /* This file for locale ml-in */
- g_arMonths = [ "ജനുവരി", "ഫെബ്രുവരി", "മാര്ച്ച്", "ഏപ്രില്", "മേയ്", "ജൂണ്", "ജൂലൈ", "ആഗസ്റ്റ്", "സെപ്റ്റംബര്", "ഒക്ടോബര്", "നവംബര്", "ഡിസംബര്" ];
- g_arMonthsAbbr = [ "ജനു", "ഫെബ്രു", "മാര്", "ഏപ്രി", "മേയ്", "ജൂണ്", "ജൂലൈ", "ഓഗ", "സെപ്റ്റം", "ഒക്ടോ", "നവം", "ഡിസം" ];
- g_arDays = [ "ഞായറാഴ്ച", "തിങ്കളാഴ്ച", "ചൊവ്വാഴ്ച", "ബുധനാഴ്ച", "വ്യാഴാഴ്ച", "വെള്ളിയാഴ്ച", "ശനിയാഴ്ച" ];
- g_arDaysAbbr = [ "ഞായര്", "തിങ്കള്", "ചൊവ്വ", "ബുധന്", "വ്യാഴം", "വെള്ളി", "ശനി" ];
- g_amString ="രാവിലെ";
- g_pmString ="വൈകുന്നേരം";
- g_startDayOfWeek = 1;
- g_mediumFormat ="y, MMM d h:mm:ss a";
- g_shortFormat ="dd/MM/yy h:mm a";
- g_shortFormatDateOrder ="DMY";
- g_mediumFormatDateOrder ="YMD";
- g_dateOrder ="YMD";
- g_yearFormatMedium ="y";
- g_monthFormatMedium ="MMM";
- g_dayFormatMedium ="d";
- g_hourFormatMedium ="h";
- g_minuteFormatMedium ="mm";
- g_secondFormatMedium ="ss";
- g_yearFormatShort ="yy";
- g_monthFormatShort ="MM";
- g_dayFormatShort ="dd";
- g_hourFormatShort ="h";
- g_minuteFormatShort ="mm";
- g_secondFormatShort ="";
- g_dateSeparatorMedium =", ";
- g_dateSeparatorShort ="/";
- g_timeSeparator =":";
- g_AMPMLocation ="right";
- g_24HourClock ="false";
- g_decimalSeparator =".";
- g_groupingSeparator =",";
- g_groupingSize = 3;
- g_secondaryGroupingSize = 2;
- g_maximumIntegerDigits = 309;
- g_minimumIntegerDigits = 1;
- g_maximumFractionDigits = 3;
- g_minimumFractionDigits = 0;
- g_positivePrefix ="";
- g_positiveSuffix ="";
- g_negativePrefix ="-";
- g_negativeSuffix ="";
- g_minusSign ="-";
- g_plusSign ="+";
- g_zeroDigit ="൦";
- g_listSeparator =";";
- g_negativeLocation ="left";
- g_positiveLocation ="none";
- g_currencySymbol ="₹";
- g_monetaryDecimalSeparator =".";
- g_currencyLocation ="right";
- g_currencyDecimalSeparator =".";
- g_currencyGroupingSeparator =",";
- g_currencyGroupingSize = 3;
- g_currencySecondaryGroupingSize = 2;
- g_currencyPositivePrefix ="";
- g_currencyPositiveSuffix ="₹";
- g_currencyNegativePrefix ="-";
- g_currencyNegativeSuffix ="₹";
- g_currencyMinusSign ="-";
- g_currencyPlusSign ="+";
- g_currencyZeroDigit ="൦";
- g_currencyNegativeLocation ="left";
- g_currencyPositiveLocation ="none";
- g_percentSymbol ="%";
- g_percentLocation ="right";
- g_percentageDecimalSeparator =".";
- g_percentageGroupingSeparator =",";
- g_percentageGroupingSize = 3;
- g_percentageSecondaryGroupingSize = 2;
- g_percentagePositivePrefix ="";
- g_percentagePositiveSuffix ="%";
- g_percentageNegativePrefix ="-";
- g_percentageNegativeSuffix ="%";
- g_percentageMinusSign ="-";
- g_percentagePlusSign ="+";
- g_percentageZeroDigit ="൦";
- g_percentageNegativeLocation ="left";
- g_percentagePositiveLocation ="right";
- g_exponentialSymbol ="E";
- g_scientificDecimalSeparator =".";
- g_scientificGroupingSeparator =",";
- g_scientificGroupingSize = 0;
- g_scientificSecondaryGroupingSize = 0;
- g_scientificPositivePrefix ="";
- g_scientificPositiveSuffix ="";
- g_scientificNegativePrefix ="-";
- g_scientificNegativeSuffix ="";
- g_scientificMinusSign ="-";
- g_scientificPlusSign ="+";
- g_scientificZeroDigit ="൦";
- g_scientificNegativeLocation ="left";
- g_scientificPositiveLocation ="none";
|