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 vi */
- g_arMonths = [ "tháng một", "tháng hai", "tháng ba", "tháng tư", "tháng năm", "tháng sáu", "tháng bảy", "tháng tám", "tháng chín", "tháng mười", "tháng mười một", "tháng mười hai" ];
- g_arMonthsAbbr = [ "thg 1", "thg 2", "thg 3", "thg 4", "thg 5", "thg 6", "thg 7", "thg 8", "thg 9", "thg 10", "thg 11", "thg 12" ];
- g_arDays = [ "Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy" ];
- g_arDaysAbbr = [ "CN", "Th 2", "Th 3", "Th 4", "Th 5", "Th 6", "Th 7" ];
- g_amString ="SA";
- g_pmString ="CH";
- g_startDayOfWeek = 2;
- g_mediumFormat ="HH:mm:ss dd-MM-yyyy";
- g_shortFormat ="HH:mm dd/MM/yyyy";
- g_shortFormatDateOrder ="DMY";
- g_mediumFormatDateOrder ="DMY";
- g_dateOrder ="DMY";
- g_yearFormatMedium ="yyyy";
- g_monthFormatMedium ="MM";
- g_dayFormatMedium ="dd";
- g_hourFormatMedium ="HH";
- g_minuteFormatMedium ="mm";
- g_secondFormatMedium ="ss";
- g_yearFormatShort ="yyyy";
- 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 = 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 ="right";
- 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 ="right";
- 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";
|