8d9d449cf170370a40ffd0a4a553837baa17bc44.svn-base 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /**
  2. * Translation by Lucian Lature 04-24-2007 Romanian Translations
  3. */
  4. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Încărcare...</div>';
  5. if (Ext.View) {
  6. Ext.View.prototype.emptyText = "";
  7. }
  8. if (Ext.grid.Grid) {
  9. Ext.grid.Grid.prototype.ddText = "{0} rând(uri) selectate";
  10. }
  11. if (Ext.TabPanelItem) {
  12. Ext.TabPanelItem.prototype.closeText = "Închide acest tab";
  13. }
  14. if (Ext.form.Field) {
  15. Ext.form.Field.prototype.invalidText = "Valoarea acestui câmp este invalidă";
  16. }
  17. if (Ext.LoadMask) {
  18. Ext.LoadMask.prototype.msg = "Încărcare...";
  19. }
  20. Date.monthNames = ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai",
  21. "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie",
  22. "Decembrie"];
  23. Date.dayNames = ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri",
  24. "Sâmbătă"];
  25. if (Ext.MessageBox) {
  26. Ext.MessageBox.buttonText = {
  27. ok : "OK",
  28. cancel : "Renunţă",
  29. yes : "Da",
  30. no : "Nu"
  31. };
  32. }
  33. if (Ext.util.Format) {
  34. Ext.util.Format.date = function(v, format) {
  35. if (!v)
  36. return "";
  37. if (!(v instanceof Date))
  38. v = new Date(Date.parse(v));
  39. return v.dateFormat(format || "d-m-Y");
  40. };
  41. }
  42. if (Ext.DatePicker) {
  43. Ext.apply(Ext.DatePicker.prototype, {
  44. todayText : "Astăzi",
  45. minText : "Această zi este înaintea datei de început",
  46. maxText : "Această zi este după ultimul termen",
  47. disabledDaysText : "",
  48. disabledDatesText : "",
  49. monthNames : Date.monthNames,
  50. dayNames : Date.dayNames,
  51. nextText : 'Următoarea lună (Control+Right)',
  52. prevText : 'Luna anterioară (Control+Left)',
  53. monthYearText : 'Alege o lună (Control+Up/Down pentru a parcurge anii)',
  54. todayTip : "{0} (Spacebar)",
  55. format : "d-m-y"
  56. });
  57. }
  58. if (Ext.PagingToolbar) {
  59. Ext.apply(Ext.PagingToolbar.prototype, {
  60. beforePageText : "Pagina",
  61. afterPageText : "din {0}",
  62. firstText : "Prima pagină",
  63. prevText : "Pagina precedentă",
  64. nextText : "Următoarea pagină",
  65. lastText : "Ultima pagină",
  66. refreshText : "Reîmprospătare",
  67. displayMsg : "Afişează {0} - {1} din {2}",
  68. emptyMsg : 'Nu sunt date de afişat'
  69. });
  70. }
  71. if (Ext.form.TextField) {
  72. Ext.apply(Ext.form.TextField.prototype, {
  73. minLengthText : "Lungimea minimă pentru acest câmp este de {0}",
  74. maxLengthText : "Lungimea maximă pentru acest câmp este {0}",
  75. blankText : "Acest câmp este obligatoriu",
  76. regexText : "",
  77. emptyText : null
  78. });
  79. }
  80. if (Ext.form.NumberField) {
  81. Ext.apply(Ext.form.NumberField.prototype, {
  82. minText : "Valoarea minimă permisă a acestui câmp este {0}",
  83. maxText : "Valaorea maximă permisă a acestui câmp este {0}",
  84. nanText : "{0} nu este un număr valid"
  85. });
  86. }
  87. if (Ext.form.DateField) {
  88. Ext.apply(Ext.form.DateField.prototype, {
  89. disabledDaysText : "Inactiv",
  90. disabledDatesText : "Inactiv",
  91. minText : "Data acestui câmp trebuie să fie după {0}",
  92. maxText : "Data acestui câmp trebuie sa fie înainte de {0}",
  93. invalidText : "{0} nu este o dată validă - trebuie să fie în formatul {1}",
  94. format : "d-m-y"
  95. });
  96. }
  97. if (Ext.form.ComboBox) {
  98. Ext.apply(Ext.form.ComboBox.prototype, {
  99. loadingText : "Încărcare...",
  100. valueNotFoundText : undefined
  101. });
  102. }
  103. if (Ext.form.VTypes) {
  104. Ext.apply(Ext.form.VTypes, {
  105. emailText : 'Acest câmp trebuie să conţină o adresă de e-mail în formatul "user@domain.com"',
  106. urlText : 'Acest câmp trebuie să conţină o adresă URL în formatul "http:/'
  107. + '/www.domain.com"',
  108. alphaText : 'Acest câmp trebuie să conţină doar litere şi _',
  109. alphanumText : 'Acest câmp trebuie să conţină doar litere, cifre şi _'
  110. });
  111. }
  112. if (Ext.grid.GridView) {
  113. Ext.apply(Ext.grid.GridView.prototype, {
  114. sortAscText : "Sortare ascendentă",
  115. sortDescText : "Sortare descendentă",
  116. lockText : "Blochează coloana",
  117. unlockText : "Deblochează coloana",
  118. columnsText : "Coloane"
  119. });
  120. }
  121. if (Ext.grid.PropertyColumnModel) {
  122. Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  123. nameText : "Nume",
  124. valueText : "Valoare",
  125. dateFormat : "m/j/Y"
  126. });
  127. }
  128. if (Ext.layout.BorderLayout.SplitRegion) {
  129. Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  130. splitTip : "Trage pentru redimensionare.",
  131. collapsibleSplitTip : "Trage pentru redimensionare. Dublu-click pentru ascundere."
  132. });
  133. }