promptLocale_sr-rs.js 3.8 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 sr-rs */
  13. g_arMonths = [ "јануар", "фебруар", "март", "април", "мај", "јун", "јул", "август", "септембар", "октобар", "новембар", "децембар" ];
  14. g_arMonthsAbbr = [ "јан", "феб", "мар", "апр", "мај", "јун", "јул", "авг", "сеп", "окт", "нов", "дец" ];
  15. g_arDays = [ "недеља", "понедељак", "уторак", "среда", "четвртак", "петак", "субота" ];
  16. g_arDaysAbbr = [ "нед", "пон", "уто", "сре", "чет", "пет", "суб" ];
  17. g_amString ="пре подне";
  18. g_pmString ="поподне";
  19. g_startDayOfWeek = 2;
  20. g_mediumFormat ="dd.MM.y. HH.mm.ss";
  21. g_shortFormat ="d.M.yy. HH.mm";
  22. g_shortFormatDateOrder ="DMY";
  23. g_mediumFormatDateOrder ="DMY";
  24. g_dateOrder ="DMY";
  25. g_yearFormatMedium ="y";
  26. g_monthFormatMedium ="MM";
  27. g_dayFormatMedium ="dd";
  28. g_hourFormatMedium ="HH";
  29. g_minuteFormatMedium ="mm";
  30. g_secondFormatMedium ="ss";
  31. g_yearFormatShort ="yy";
  32. g_monthFormatShort ="M";
  33. g_dayFormatShort ="d";
  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 ="дин.";
  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 =" дин.";
  69. g_currencyNegativePrefix ="-";
  70. g_currencyNegativeSuffix =" дин.";
  71. g_currencyMinusSign ="-";
  72. g_currencyPlusSign ="+";
  73. g_currencyZeroDigit ="0";
  74. g_currencyNegativeLocation ="both";
  75. g_currencyPositiveLocation ="right";
  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";