promptLocale_tr-tr.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 tr-tr */
  13. g_arMonths = [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ];
  14. g_arMonthsAbbr = [ "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara" ];
  15. g_arDays = [ "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi" ];
  16. g_arDaysAbbr = [ "Paz", "Pzt", "Sal", "Çar", "Per", "Cum", "Cmt" ];
  17. g_amString ="AM";
  18. g_pmString ="PM";
  19. g_startDayOfWeek = 2;
  20. g_mediumFormat ="dd.MMM.yyyy HH:mm:ss";
  21. g_shortFormat ="dd.MM.yyyy HH:mm";
  22. g_shortFormatDateOrder ="DMY";
  23. g_mediumFormatDateOrder ="DMY";
  24. g_dateOrder ="DMY";
  25. g_yearFormatMedium ="yyyy";
  26. g_monthFormatMedium ="MMM";
  27. g_dayFormatMedium ="dd";
  28. g_hourFormatMedium ="HH";
  29. g_minuteFormatMedium ="mm";
  30. g_secondFormatMedium ="ss";
  31. g_yearFormatShort ="yyyy";
  32. g_monthFormatShort ="MM";
  33. g_dayFormatShort ="dd";
  34. g_hourFormatShort ="HH";
  35. g_minuteFormatShort ="mm";
  36. g_secondFormatShort ="";
  37. g_dateSeparatorMedium =".";
  38. g_dateSeparatorShort =".";
  39. g_timeSeparator =":";
  40. g_AMPMLocation ="none";
  41. g_24HourClock ="true";
  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 ="TL";
  61. g_monetaryDecimalSeparator =",";
  62. g_currencyLocation ="right";
  63. g_currencyDecimalSeparator =",";
  64. g_currencyGroupingSeparator =".";
  65. g_currencyGroupingSize = 3;
  66. g_currencySecondaryGroupingSize = 0;
  67. g_currencyPositivePrefix ="";
  68. g_currencyPositiveSuffix =" TL";
  69. g_currencyNegativePrefix ="-";
  70. g_currencyNegativeSuffix =" TL";
  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";