promptLocale_ml-in.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /*
  2. +=========================================================================+
  3. | Licensed Materials - Property of IBM |
  4. | BI and PM: cclcore |
  5. | (C) Copyright IBM Corp. 2002, 2013 |
  6. | |
  7. | US Government Users Restricted Rights - Use, duplication or |
  8. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp. |
  9. | |
  10. +=========================================================================+
  11. */
  12. /* This file for locale ml-in */
  13. g_arMonths = [ "ജനുവരി", "ഫെബ്രുവരി", "മാര്‍ച്ച്", "ഏപ്രില്‍", "മേയ്", "ജൂണ്‍", "ജൂലൈ", "ആഗസ്റ്റ്", "സെപ്റ്റംബര്‍", "ഒക്ടോബര്‍", "നവംബര്‍", "ഡിസംബര്‍" ];
  14. g_arMonthsAbbr = [ "ജനു", "ഫെബ്രു", "മാര്‍", "ഏപ്രി", "മേയ്", "ജൂണ്‍", "ജൂലൈ", "ഓഗ", "സെപ്റ്റം", "ഒക്ടോ", "നവം", "ഡിസം" ];
  15. g_arDays = [ "ഞായറാഴ്ച", "തിങ്കളാഴ്ച", "ചൊവ്വാഴ്ച", "ബുധനാഴ്ച", "വ്യാഴാഴ്ച", "വെള്ളിയാഴ്ച", "ശനിയാഴ്ച" ];
  16. g_arDaysAbbr = [ "ഞായര്‍", "തിങ്കള്‍", "ചൊവ്വ", "ബുധന്‍", "വ്യാഴം", "വെള്ളി", "ശനി" ];
  17. g_amString ="രാവിലെ";
  18. g_pmString ="വൈകുന്നേരം";
  19. g_startDayOfWeek = 1;
  20. g_mediumFormat ="y, MMM d h:mm:ss a";
  21. g_shortFormat ="dd/MM/yy h:mm a";
  22. g_shortFormatDateOrder ="DMY";
  23. g_mediumFormatDateOrder ="YMD";
  24. g_dateOrder ="YMD";
  25. g_yearFormatMedium ="y";
  26. g_monthFormatMedium ="MMM";
  27. g_dayFormatMedium ="d";
  28. g_hourFormatMedium ="h";
  29. g_minuteFormatMedium ="mm";
  30. g_secondFormatMedium ="ss";
  31. g_yearFormatShort ="yy";
  32. g_monthFormatShort ="MM";
  33. g_dayFormatShort ="dd";
  34. g_hourFormatShort ="h";
  35. g_minuteFormatShort ="mm";
  36. g_secondFormatShort ="";
  37. g_dateSeparatorMedium =", ";
  38. g_dateSeparatorShort ="/";
  39. g_timeSeparator =":";
  40. g_AMPMLocation ="right";
  41. g_24HourClock ="false";
  42. g_decimalSeparator =".";
  43. g_groupingSeparator =",";
  44. g_groupingSize = 3;
  45. g_secondaryGroupingSize = 2;
  46. g_maximumIntegerDigits = 309;
  47. g_minimumIntegerDigits = 1;
  48. g_maximumFractionDigits = 3;
  49. g_minimumFractionDigits = 0;
  50. g_positivePrefix ="";
  51. g_positiveSuffix ="";
  52. g_negativePrefix ="-";
  53. g_negativeSuffix ="";
  54. g_minusSign ="-";
  55. g_plusSign ="+";
  56. g_zeroDigit ="൦";
  57. g_listSeparator =";";
  58. g_negativeLocation ="left";
  59. g_positiveLocation ="none";
  60. g_currencySymbol ="₹";
  61. g_monetaryDecimalSeparator =".";
  62. g_currencyLocation ="right";
  63. g_currencyDecimalSeparator =".";
  64. g_currencyGroupingSeparator =",";
  65. g_currencyGroupingSize = 3;
  66. g_currencySecondaryGroupingSize = 2;
  67. g_currencyPositivePrefix ="";
  68. g_currencyPositiveSuffix ="₹";
  69. g_currencyNegativePrefix ="-";
  70. g_currencyNegativeSuffix ="₹";
  71. g_currencyMinusSign ="-";
  72. g_currencyPlusSign ="+";
  73. g_currencyZeroDigit ="൦";
  74. g_currencyNegativeLocation ="left";
  75. g_currencyPositiveLocation ="none";
  76. g_percentSymbol ="%";
  77. g_percentLocation ="right";
  78. g_percentageDecimalSeparator =".";
  79. g_percentageGroupingSeparator =",";
  80. g_percentageGroupingSize = 3;
  81. g_percentageSecondaryGroupingSize = 2;
  82. g_percentagePositivePrefix ="";
  83. g_percentagePositiveSuffix ="%";
  84. g_percentageNegativePrefix ="-";
  85. g_percentageNegativeSuffix ="%";
  86. g_percentageMinusSign ="-";
  87. g_percentagePlusSign ="+";
  88. g_percentageZeroDigit ="൦";
  89. g_percentageNegativeLocation ="left";
  90. g_percentagePositiveLocation ="right";
  91. g_exponentialSymbol ="E";
  92. g_scientificDecimalSeparator =".";
  93. g_scientificGroupingSeparator =",";
  94. g_scientificGroupingSize = 0;
  95. g_scientificSecondaryGroupingSize = 0;
  96. g_scientificPositivePrefix ="";
  97. g_scientificPositiveSuffix ="";
  98. g_scientificNegativePrefix ="-";
  99. g_scientificNegativeSuffix ="";
  100. g_scientificMinusSign ="-";
  101. g_scientificPlusSign ="+";
  102. g_scientificZeroDigit ="൦";
  103. g_scientificNegativeLocation ="left";
  104. g_scientificPositiveLocation ="none";