/* +=========================================================================+ | 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 zh-hk */ g_arMonths = [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ]; g_arMonthsAbbr = [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ]; g_arDays = [ "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" ]; g_arDaysAbbr = [ "周日", "周一", "周二", "周三", "周四", "周五", "周六" ]; g_amString ="上午"; g_pmString ="下午"; g_startDayOfWeek = 1; g_mediumFormat ="yyyy'年'M'月'd'日' ahh:mm:ss"; g_shortFormat ="yy'年'M'月'd'日' ah:mm"; g_shortFormatDateOrder ="YMD"; g_mediumFormatDateOrder ="YMD"; g_dateOrder ="YMD"; g_yearFormatMedium ="yyyy"; g_monthFormatMedium ="M"; g_dayFormatMedium ="d"; g_hourFormatMedium ="hh"; 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 ="left"; g_24HourClock ="false"; g_decimalSeparator ="."; g_groupingSeparator =","; g_groupingSize = 3; g_secondaryGroupingSize = 0; 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 ="0"; g_listSeparator =","; g_negativeLocation ="left"; g_positiveLocation ="none"; g_currencySymbol ="$"; g_monetaryDecimalSeparator ="."; g_currencyLocation ="left"; g_currencyDecimalSeparator ="."; g_currencyGroupingSeparator =","; g_currencyGroupingSize = 3; g_currencySecondaryGroupingSize = 0; g_currencyPositivePrefix ="$"; g_currencyPositiveSuffix =""; g_currencyNegativePrefix ="($"; g_currencyNegativeSuffix =")"; g_currencyMinusSign ="-"; g_currencyPlusSign ="+"; g_currencyZeroDigit ="0"; g_currencyNegativeLocation ="both"; g_currencyPositiveLocation ="none"; g_percentSymbol ="%"; g_percentLocation ="right"; g_percentageDecimalSeparator ="."; g_percentageGroupingSeparator =","; g_percentageGroupingSize = 3; g_percentageSecondaryGroupingSize = 0; g_percentagePositivePrefix =""; g_percentagePositiveSuffix ="%"; g_percentageNegativePrefix ="-"; g_percentageNegativeSuffix ="%"; g_percentageMinusSign ="-"; g_percentagePlusSign ="+"; g_percentageZeroDigit ="0"; 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 ="0"; g_scientificNegativeLocation ="left"; g_scientificPositiveLocation ="none";