Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

286 lines
8.0 KiB

  1. /**
  2. * Romanian translations for ExtJS 2.1
  3. * First released by Lucian Lature on 2007-04-24
  4. * Changed locale for Romania (date formats) as suggested by keypoint
  5. * on ExtJS forums: http://www.extjs.com/forum/showthread.php?p=129524#post129524
  6. * Removed some useless parts
  7. * Changed by: Emil Cazamir, 2008-04-24
  8. */
  9. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Încărcare...</div>';
  10. if(Ext.grid.GridPanel){
  11. Ext.grid.GridPanel.prototype.ddText = "{0} rând(uri) selectate";
  12. }
  13. if(Ext.TabPanelItem){
  14. Ext.TabPanelItem.prototype.closeText = "Închide acest tab";
  15. }
  16. if(Ext.form.Field){
  17. Ext.form.Field.prototype.invalidText = "Valoarea acestui câmp este invalidă";
  18. }
  19. if(Ext.LoadMask){
  20. Ext.LoadMask.prototype.msg = "Încărcare...";
  21. }
  22. Date.monthNames = [
  23. "Ianuarie",
  24. "Februarie",
  25. "Martie",
  26. "Aprilie",
  27. "Mai",
  28. "Iunie",
  29. "Iulie",
  30. "August",
  31. "Septembrie",
  32. "Octombrie",
  33. "Noiembrie",
  34. "Decembrie"
  35. ];
  36. Date.getShortMonthName = function(month) {
  37. return Date.monthNames[month].substring(0, 3);
  38. };
  39. Date.monthNumbers = {
  40. Ian : 0,
  41. Feb : 1,
  42. Mar : 2,
  43. Apr : 3,
  44. Mai : 4,
  45. Iun : 5,
  46. Iul : 6,
  47. Aug : 7,
  48. Sep : 8,
  49. Oct : 9,
  50. Nov : 10,
  51. Dec : 11
  52. };
  53. Date.getMonthNumber = function(name) {
  54. return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
  55. };
  56. Date.dayNames = [
  57. "Duminică",
  58. "Luni",
  59. "Marţi",
  60. "Miercuri",
  61. "Joi",
  62. "Vineri",
  63. "Sâmbătă"
  64. ];
  65. Date.getShortDayName = function(day) {
  66. return Date.dayNames[day].substring(0, 3);
  67. };
  68. if(Ext.MessageBox){
  69. Ext.MessageBox.buttonText = {
  70. ok : "OK",
  71. cancel : "Renunţă",
  72. yes : "Da",
  73. no : "Nu"
  74. };
  75. }
  76. if(Ext.util.Format){
  77. Ext.util.Format.date = function(v, format){
  78. if(!v) return "";
  79. if(!(v instanceof Date)) v = new Date(Date.parse(v));
  80. return v.dateFormat(format || "d.m.Y");
  81. };
  82. }
  83. if(Ext.DatePicker){
  84. Ext.apply(Ext.DatePicker.prototype, {
  85. todayText : "Astăzi",
  86. minText : "Această dată este anterioară datei minime",
  87. maxText : "Această dată este ulterioară datei maxime",
  88. disabledDaysText : "",
  89. disabledDatesText : "",
  90. monthNames : Date.monthNames,
  91. dayNames : Date.dayNames,
  92. nextText : 'Luna următoare (Control+Dreapta)',
  93. prevText : 'Luna precedentă (Control+Stânga)',
  94. monthYearText : 'Alege o lună (Control+Sus/Jos pentru a parcurge anii)',
  95. todayTip : "{0} (Bara spațiu)",
  96. format : "d.m.Y",
  97. okText : "&#160;OK&#160;",
  98. cancelText : "Renunță",
  99. startDay : 0
  100. });
  101. }
  102. if(Ext.PagingToolbar){
  103. Ext.apply(Ext.PagingToolbar.prototype, {
  104. beforePageText : "Pagina",
  105. afterPageText : "din {0}",
  106. firstText : "Prima pagină",
  107. prevText : "Pagina anterioară",
  108. nextText : "Pagina următoare",
  109. lastText : "Ultima pagină",
  110. refreshText : "Împrospătează",
  111. displayMsg : "Afișare înregistrări {0} - {1} din {2}",
  112. emptyMsg : 'Nu sunt date de afișat'
  113. });
  114. }
  115. if(Ext.form.TextField){
  116. Ext.apply(Ext.form.TextField.prototype, {
  117. minLengthText : "Lungimea minimă pentru acest câmp este de {0}",
  118. maxLengthText : "Lungimea maximă pentru acest câmp este {0}",
  119. blankText : "Acest câmp este obligatoriu",
  120. regexText : "",
  121. emptyText : null
  122. });
  123. }
  124. if(Ext.form.NumberField){
  125. Ext.apply(Ext.form.NumberField.prototype, {
  126. minText : "Valoarea minimă permisă a acestui câmp este {0}",
  127. maxText : "Valaorea maximă permisă a acestui câmp este {0}",
  128. nanText : "{0} nu este un număr valid"
  129. });
  130. }
  131. if(Ext.form.DateField){
  132. Ext.apply(Ext.form.DateField.prototype, {
  133. disabledDaysText : "Indisponibil",
  134. disabledDatesText : "Indisponibil",
  135. minText : "Data din această casetă trebuie să fie după {0}",
  136. maxText : "Data din această casetă trebuie să fie inainte de {0}",
  137. invalidText : "{0} nu este o dată validă, trebuie să fie în formatul {1}",
  138. format : "d.m.Y",
  139. altFormats : "d-m-Y|d.m.y|d-m-y|d.m|d-m|dm|d|Y-m-d"
  140. });
  141. }
  142. if(Ext.form.ComboBox){
  143. Ext.apply(Ext.form.ComboBox.prototype, {
  144. loadingText : "Încărcare...",
  145. valueNotFoundText : undefined
  146. });
  147. }
  148. if(Ext.form.VTypes){
  149. Ext.apply(Ext.form.VTypes, {
  150. emailText : 'Acest câmp trebuie să conţină o adresă de e-mail în formatul "user@domeniu.com"',
  151. urlText : 'Acest câmp trebuie să conţină o adresă URL în formatul "http:/'+'/www.domeniu.com"',
  152. alphaText : 'Acest câmp trebuie să conţină doar litere şi _',
  153. alphanumText : 'Acest câmp trebuie să conţină doar litere, cifre şi _'
  154. });
  155. }
  156. if(Ext.form.HtmlEditor){
  157. Ext.apply(Ext.form.HtmlEditor.prototype, {
  158. createLinkText : 'Vă rugăm introduceti un URL pentru această legătură web:',
  159. buttonTips : {
  160. bold : {
  161. title: 'Îngroşat (Ctrl+B)',
  162. text: 'Îngroşati caracterele textului selectat.',
  163. cls: 'x-html-editor-tip'
  164. },
  165. italic : {
  166. title: 'Înclinat (Ctrl+I)',
  167. text: 'Înclinaţi caracterele textului selectat.',
  168. cls: 'x-html-editor-tip'
  169. },
  170. underline : {
  171. title: 'Subliniat (Ctrl+U)',
  172. text: 'Subliniaţi caracterele textului selectat.',
  173. cls: 'x-html-editor-tip'
  174. },
  175. increasefontsize : {
  176. title: 'Mărit',
  177. text: 'Măreşte dimensiunea fontului.',
  178. cls: 'x-html-editor-tip'
  179. },
  180. decreasefontsize : {
  181. title: 'Micşorat',
  182. text: 'Micşorează dimensiunea textului.',
  183. cls: 'x-html-editor-tip'
  184. },
  185. backcolor : {
  186. title: 'Culoarea fundalului',
  187. text: 'Schimbă culoarea fundalului pentru textul selectat.',
  188. cls: 'x-html-editor-tip'
  189. },
  190. forecolor : {
  191. title: 'Culoarea textului',
  192. text: 'Schimbă culoarea textului selectat.',
  193. cls: 'x-html-editor-tip'
  194. },
  195. justifyleft : {
  196. title: 'Aliniat la stânga',
  197. text: 'Aliniază textul la stânga.',
  198. cls: 'x-html-editor-tip'
  199. },
  200. justifycenter : {
  201. title: 'Centrat',
  202. text: 'Centrează textul în editor.',
  203. cls: 'x-html-editor-tip'
  204. },
  205. justifyright : {
  206. title: 'Aliniat la dreapta',
  207. text: 'Aliniază textul la dreapta.',
  208. cls: 'x-html-editor-tip'
  209. },
  210. insertunorderedlist : {
  211. title: 'Listă cu puncte',
  212. text: 'Inserează listă cu puncte.',
  213. cls: 'x-html-editor-tip'
  214. },
  215. insertorderedlist : {
  216. title: 'Listă numerotată',
  217. text: 'Inserează o listă numerotată.',
  218. cls: 'x-html-editor-tip'
  219. },
  220. createlink : {
  221. title: 'Legătură web',
  222. text: 'Transformă textul selectat în legătură web.',
  223. cls: 'x-html-editor-tip'
  224. },
  225. sourceedit : {
  226. title: 'Editare sursă',
  227. text: 'Schimbă pe modul de editare al codului HTML.',
  228. cls: 'x-html-editor-tip'
  229. }
  230. }
  231. });
  232. }
  233. if(Ext.grid.GridView){
  234. Ext.apply(Ext.grid.GridView.prototype, {
  235. sortAscText : "Sortare ascendentă",
  236. sortDescText : "Sortare descendentă",
  237. lockText : "Blochează coloana",
  238. unlockText : "Deblochează coloana",
  239. columnsText : "Coloane"
  240. });
  241. }
  242. if(Ext.grid.GroupingView){
  243. Ext.apply(Ext.grid.GroupingView.prototype, {
  244. emptyGroupText : '(Fără)',
  245. groupByText : 'Grupează după această coloană',
  246. showGroupsText : 'Afișează grupat'
  247. });
  248. }
  249. if(Ext.grid.PropertyColumnModel){
  250. Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  251. nameText : "Nume",
  252. valueText : "Valoare",
  253. dateFormat : "d.m.Y"
  254. });
  255. }
  256. if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
  257. Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  258. splitTip : "Trage pentru redimensionare.",
  259. collapsibleSplitTip : "Trage pentru redimensionare. Dublu-click pentru ascundere."
  260. });
  261. }