/* +=========================================================================+ | 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 or-in */ g_arMonths = [ "ଜାନୁଆରୀ", "ଫେବ୍ରୁୟାରୀ", "ମାର୍ଚ୍ଚ", "ଅପ୍ରେଲ", "ମେ", "ଜୁନ", "ଜୁଲାଇ", "ଅଗଷ୍ଟ", "ସେପ୍ଟେମ୍ବର", "ଅକ୍ଟୋବର", "ନଭେମ୍ବର", "ଡିସେମ୍ବର" ]; g_arMonthsAbbr = [ "ଜାନୁଆରୀ", "ଫେବ୍ରୁୟାରୀ", "ମାର୍ଚ୍ଚ", "ଅପ୍ରେଲ", "ମେ", "ଜୁନ", "ଜୁଲାଇ", "ଅଗଷ୍ଟ", "ସେପ୍ଟେମ୍ବର", "ଅକ୍ଟୋବର", "ନଭେମ୍ବର", "ଡିସେମ୍ବର" ]; g_arDays = [ "ରବିବାର", "ସୋମବାର", "ମଙ୍ଗଳବାର", "ବୁଧବାର", "ଗୁରୁବାର", "ଶୁକ୍ରବାର", "ଶନିବାର" ]; g_arDaysAbbr = [ "ରବି", "ସୋମ", "ମଙ୍ଗଳ", "ବୁଧ", "ଗୁରୁ", "ଶୁକ୍ର", "ଶନି" ]; g_amString ="am"; g_pmString ="pm"; g_startDayOfWeek = 1; g_mediumFormat ="d MMM y h:mm:ss a"; g_shortFormat ="d-M-yy h:mm a"; g_shortFormatDateOrder ="DMY"; g_mediumFormatDateOrder ="DMY"; g_dateOrder ="DMY"; g_yearFormatMedium ="y"; g_monthFormatMedium ="MMM"; g_dayFormatMedium ="d"; g_hourFormatMedium ="h"; g_minuteFormatMedium ="mm"; g_secondFormatMedium ="ss"; g_yearFormatShort ="yy"; g_monthFormatShort ="M"; g_dayFormatShort ="d"; 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 ="left"; 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 ="left"; 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";