promptLocale_zu-za.js 3.6 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 zu-za */
  13. g_arMonths = [ "Januwari", "Februwari", "Mashi", "Apreli", "Meyi", "Juni", "Julayi", "Agasti", "Septhemba", "Okthoba", "Novemba", "Disemba" ];
  14. g_arMonthsAbbr = [ "Jan", "Feb", "Mas", "Apr", "Mey", "Jun", "Jul", "Aga", "Sep", "Okt", "Nov", "Dis" ];
  15. g_arDays = [ "Sonto", "Msombuluko", "Lwesibili", "Lwesithathu", "uLwesine", "Lwesihlanu", "Mgqibelo" ];
  16. g_arDaysAbbr = [ "Son", "Mso", "Bil", "Tha", "Sin", "Hla", "Mgq" ];
  17. g_amString ="AM";
  18. g_pmString ="PM";
  19. g_startDayOfWeek = 1;
  20. g_mediumFormat ="d MMM y h:mm:ss a";
  21. g_shortFormat ="yyyy-MM-dd h:mm a";
  22. g_shortFormatDateOrder ="YMD";
  23. g_mediumFormatDateOrder ="DMY";
  24. g_dateOrder ="DMY";
  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 ="yyyy";
  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 = 0;
  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 ="0";
  57. g_listSeparator =";";
  58. g_negativeLocation ="left";
  59. g_positiveLocation ="none";
  60. g_currencySymbol ="R";
  61. g_monetaryDecimalSeparator =",";
  62. g_currencyLocation ="left";
  63. g_currencyDecimalSeparator =",";
  64. g_currencyGroupingSeparator =" ";
  65. g_currencyGroupingSize = 3;
  66. g_currencySecondaryGroupingSize = 0;
  67. g_currencyPositivePrefix ="R";
  68. g_currencyPositiveSuffix ="";
  69. g_currencyNegativePrefix ="-R";
  70. g_currencyNegativeSuffix ="";
  71. g_currencyMinusSign ="-";
  72. g_currencyPlusSign ="+";
  73. g_currencyZeroDigit ="0";
  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 = 0;
  82. g_percentagePositivePrefix ="";
  83. g_percentagePositiveSuffix ="%";
  84. g_percentageNegativePrefix ="-";
  85. g_percentageNegativeSuffix ="%";
  86. g_percentageMinusSign ="-";
  87. g_percentagePlusSign ="+";
  88. g_percentageZeroDigit ="0";
  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 ="0";
  103. g_scientificNegativeLocation ="left";
  104. g_scientificPositiveLocation ="none";