/* +=========================================================================+ | 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 gu-in */ g_arMonths = [ "જાન્યુઆરી", "ફેબ્રુઆરી", "માર્ચ", "એપ્રિલ", "મે", "જૂન", "જુલાઈ", "ઑગસ્ટ", "સપ્ટેમ્બર", "ઑક્ટ્બર", "નવેમ્બર", "ડિસેમ્બર" ]; g_arMonthsAbbr = [ "જાન્યુ", "ફેબ્રુ", "માર્ચ", "એપ્રિલ", "મે", "જૂન", "જુલાઈ", "ઑગસ્ટ", "સપ્ટે", "ઑક્ટો", "નવે", "ડિસે" ]; g_arDays = [ "રવિવાર", "સોમવાર", "મંગળવાર", "બુધવાર", "ગુરુવાર", "શુક્રવાર", "શનિવાર" ]; g_arDaysAbbr = [ "રવિ", "સોમ", "મંગળ", "બુધ", "ગુરુ", "શુક્ર", "શનિ" ]; g_amString ="પૂર્વ મધ્યાહ્ન"; g_pmString ="ઉત્તર મધ્યાહ્ન"; g_startDayOfWeek = 1; g_mediumFormat ="yyyy MMM d HH:mm:ss"; g_shortFormat ="yy/MM/dd HH:mm"; g_shortFormatDateOrder ="YMD"; g_mediumFormatDateOrder ="YMD"; g_dateOrder ="YMD"; g_yearFormatMedium ="yyyy"; g_monthFormatMedium ="MMM"; g_dayFormatMedium ="d"; g_hourFormatMedium ="HH"; g_minuteFormatMedium ="mm"; g_secondFormatMedium ="ss"; g_yearFormatShort ="yy"; g_monthFormatShort ="MM"; g_dayFormatShort ="dd"; g_hourFormatShort ="HH"; g_minuteFormatShort ="mm"; g_secondFormatShort =""; g_dateSeparatorMedium =" "; g_dateSeparatorShort ="/"; g_timeSeparator =":"; g_AMPMLocation ="none"; g_24HourClock ="true"; 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 ="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 ="પૂર્વ"; 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";