/javascripts/lib/docs/source/ext-lang-pt_PT.html

https://bitbucket.org/ksokmesa/sina-asian · HTML · 308 lines · 281 code · 27 blank · 0 comment · 0 complexity · ed6f26713e3cc160fd950ccc08b9ece6 MD5 · raw file

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>The source code</title>
  5. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  6. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  7. </head>
  8. <body onload="prettyPrint();">
  9. <pre class="prettyprint lang-js">/*!
  10. * Ext JS Library 3.2.1
  11. * Copyright(c) 2006-2010 Ext JS, Inc.
  12. * licensing@extjs.com
  13. * http://www.extjs.com/license
  14. */
  15. ?<div id="prop-Ext.state.Provider-indicatorText"></div>/**
  16. * Portuguese/Portugal (pt_PT) Translation
  17. * by Nuno Franco da Costa - francodacosta.com
  18. * translated from ext-lang-en.js
  19. */
  20. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">A carregar...</div>';
  21. if(Ext.View){
  22. Ext.View.prototype.emptyText = "";
  23. }
  24. if(Ext.grid.GridPanel){
  25. Ext.grid.GridPanel.prototype.ddText = "{0} linha(s) seleccionada(s)";
  26. }
  27. if(Ext.TabPanelItem){
  28. Ext.TabPanelItem.prototype.closeText = "Fechar aba";
  29. }
  30. if(Ext.LoadMask){
  31. Ext.LoadMask.prototype.msg = "A carregar...";
  32. }
  33. Date.monthNames = [
  34. "Janeiro",
  35. "Fevereiro",
  36. "Mar&ccedil;o",
  37. "Abril",
  38. "Maio",
  39. "Junho",
  40. "Julho",
  41. "Agosto",
  42. "Setembro",
  43. "Outubro",
  44. "Novembro",
  45. "Dezembro"
  46. ];
  47. Date.getShortMonthName = function(month) {
  48. return Date.monthNames[month].substring(0, 3);
  49. };
  50. Date.monthNumbers = {
  51. Jan : 0,
  52. Feb : 1,
  53. Mar : 2,
  54. Apr : 3,
  55. May : 4,
  56. Jun : 5,
  57. Jul : 6,
  58. Aug : 7,
  59. Sep : 8,
  60. Oct : 9,
  61. Nov : 10,
  62. Dec : 11
  63. };
  64. Date.getMonthNumber = function(name) {
  65. return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
  66. };
  67. Date.dayNames = [
  68. "Domingo",
  69. "Segunda",
  70. "Ter&ccedil;a",
  71. "Quarta",
  72. "Quinta",
  73. "Sexta",
  74. "Sabado"
  75. ];
  76. Date.getShortDayName = function(day) {
  77. return Date.dayNames[day].substring(0, 3);
  78. };
  79. if(Ext.MessageBox){
  80. Ext.MessageBox.buttonText = {
  81. ok : "OK",
  82. cancel : "Cancelar",
  83. yes : "Sim",
  84. no : "N&atilde;o"
  85. };
  86. }
  87. if(Ext.util.Format){
  88. Ext.util.Format.date = function(v, format){
  89. if(!v) return "";
  90. if(!(v instanceof Date)) v = new Date(Date.parse(v));
  91. return v.dateFormat(format || "Y/m/d");
  92. };
  93. }
  94. if(Ext.DatePicker){
  95. Ext.apply(Ext.DatePicker.prototype, {
  96. todayText : "Hoje",
  97. minText : "A data &eacute; anterior ao m&iacute;nimo definido",
  98. maxText : "A data &eacute; posterior ao m?ximo definido",
  99. disabledDaysText : "",
  100. disabledDatesText : "",
  101. monthNames : Date.monthNames,
  102. dayNames : Date.dayNames,
  103. nextText : 'M&ecirc;s Seguinte (Control+Right)',
  104. prevText : 'M&ecirc;s Anterior (Control+Left)',
  105. monthYearText : 'Escolha um m&ecirc;s (Control+Up/Down ava&ccedil;ar/recuar anos)',
  106. todayTip : "{0} (barra de espa?o)",
  107. format : "y/m/d",
  108. okText : "*OK*",
  109. cancelText : "Cancelar",
  110. startDay : 0
  111. });
  112. }
  113. if(Ext.PagingToolbar){
  114. Ext.apply(Ext.PagingToolbar.prototype, {
  115. beforePageText : "P&aacute;gina",
  116. afterPageText : "de {0}",
  117. firstText : "Primeira P&aacute;gina",
  118. prevText : "P&aacute;gina Anterior",
  119. nextText : "Pr%oacute;xima P&aacute;gina",
  120. lastText : "&Uacute;ltima P&aacute;gina",
  121. refreshText : "Recaregar",
  122. displayMsg : "A mostrar {0} - {1} de {2}",
  123. emptyMsg : 'Sem dados para mostrar'
  124. });
  125. }
  126. if(Ext.form.Field){
  127. Ext.form.Field.prototype.invalidText = "O valor deste campo &eacute; inv&aacute;lido";
  128. }
  129. if(Ext.form.TextField){
  130. Ext.apply(Ext.form.TextField.prototype, {
  131. minLengthText : "O comprimento m&iacute;nimo deste campo &eaute; {0}",
  132. maxLengthText : "O comprimento m&aacute;ximo deste campo &eaute; {0}",
  133. blankText : "Este campo &eacute; de preenchimento obrigat&oacute;rio",
  134. regexText : "",
  135. emptyText : null
  136. });
  137. }
  138. if(Ext.form.NumberField){
  139. Ext.apply(Ext.form.NumberField.prototype, {
  140. minText : "O valor m&iacute;nimo deste campo &eaute; {0}",
  141. maxText : "O valor m&aacute;ximo deste campo &eaute; {0}",
  142. nanText : "{0} n&atilde;o &eacute; um numero"
  143. });
  144. }
  145. if(Ext.form.DateField){
  146. Ext.apply(Ext.form.DateField.prototype, {
  147. disabledDaysText : "Desabilitado",
  148. disabledDatesText : "Desabilitado",
  149. minText : "A data deste campo deve ser posterior a {0}",
  150. maxText : "A data deste campo deve ser anterior a {0}",
  151. invalidText : "{0} n&atilde;o &eacute; uma data v&aacute;lida - deve estar no seguinte formato{1}",
  152. format : "y/m/d",
  153. altFormats : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
  154. });
  155. }
  156. if(Ext.form.ComboBox){
  157. Ext.apply(Ext.form.ComboBox.prototype, {
  158. loadingText : "A Carregar...",
  159. valueNotFoundText : undefined
  160. });
  161. }
  162. if(Ext.form.VTypes){
  163. Ext.apply(Ext.form.VTypes, {
  164. emailText : 'Este campo deve ser um endere&ccedil;o de email no formato "utilizador@dominio.com"',
  165. urlText : 'Este campo deve ser um URL no formato "http:/'+'/www.dominio.com"',
  166. alphaText : 'Este campo deve conter apenas letras e _',
  167. alphanumText : 'Este campo deve conter apenas letras, n@uacute;meros e _'
  168. });
  169. }
  170. if(Ext.form.HtmlEditor){
  171. Ext.apply(Ext.form.HtmlEditor.prototype, {
  172. createLinkText : 'Indique o endere&ccedil;o do link:',
  173. buttonTips : {
  174. bold : {
  175. title: 'Negrito (Ctrl+B)',
  176. text: 'Transforma o texto em Negrito.',
  177. cls: 'x-html-editor-tip'
  178. },
  179. italic : {
  180. title: 'It&aacute;lico (Ctrl+I)',
  181. text: 'Transforma o texto em it&aacute;lico.',
  182. cls: 'x-html-editor-tip'
  183. },
  184. underline : {
  185. title: 'Sublinhar (Ctrl+U)',
  186. text: 'Sublinha o texto.',
  187. cls: 'x-html-editor-tip'
  188. },
  189. increasefontsize : {
  190. title: 'Aumentar texto',
  191. text: 'Aumenta o tamanho da fonte.',
  192. cls: 'x-html-editor-tip'
  193. },
  194. decreasefontsize : {
  195. title: 'Encolher texto',
  196. text: 'Diminui o tamanho da fonte.',
  197. cls: 'x-html-editor-tip'
  198. },
  199. backcolor : {
  200. title: 'C&ocirc;r de fundo do texto',
  201. text: 'Altera a c&ocirc;r de fundo do texto.',
  202. cls: 'x-html-editor-tip'
  203. },
  204. forecolor : {
  205. title: 'C&ocirc;r do texo',
  206. text: 'Altera a a&ocirc;r do texo.',
  207. cls: 'x-html-editor-tip'
  208. },
  209. justifyleft : {
  210. title: 'ALinhar &agrave; esquerda',
  211. text: 'ALinha o texto &agrave; esquerda.',
  212. cls: 'x-html-editor-tip'
  213. },
  214. justifycenter : {
  215. title: 'Centrar',
  216. text: 'Centra o texto.',
  217. cls: 'x-html-editor-tip'
  218. },
  219. justifyright : {
  220. title: 'ALinhar &agrave; direita',
  221. text: 'ALinha o texto &agravce; direita.',
  222. cls: 'x-html-editor-tip'
  223. },
  224. insertunorderedlist : {
  225. title: 'Lista',
  226. text: 'Inicia uma lista.',
  227. cls: 'x-html-editor-tip'
  228. },
  229. insertorderedlist : {
  230. title: 'Lista Numerada',
  231. text: 'Inicia uma lista numerada.',
  232. cls: 'x-html-editor-tip'
  233. },
  234. createlink : {
  235. title: 'Hyperlink',
  236. text: 'Transforma o texto num hyperlink.',
  237. cls: 'x-html-editor-tip'
  238. },
  239. sourceedit : {
  240. title: 'Editar c&oacute;digo',
  241. text: 'Alterar para o modo de edi&ccedil;&atilde;o de c&oacute;digo.',
  242. cls: 'x-html-editor-tip'
  243. }
  244. }
  245. });
  246. }
  247. if(Ext.form.BasicForm){
  248. Ext.form.BasicForm.prototype.waitTitle = "Por favor espere...";
  249. }
  250. if(Ext.grid.GridView){
  251. Ext.apply(Ext.grid.GridView.prototype, {
  252. sortAscText : "Ordena&ccedil;&atilde;o Crescente",
  253. sortDescText : "Ordena&ccedil;&atilde;o Decrescente",
  254. lockText : "Fixar Coluna",
  255. unlockText : "Libertar Coluna",
  256. columnsText : "Colunas"
  257. });
  258. }
  259. if(Ext.grid.GroupingView){
  260. Ext.apply(Ext.grid.GroupingView.prototype, {
  261. emptyGroupText : '(Nenhum)',
  262. groupByText : 'Agrupar por este campo',
  263. showGroupsText : 'Mostrar nos Grupos'
  264. });
  265. }
  266. if(Ext.grid.PropertyColumnModel){
  267. Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  268. nameText : "Nome",
  269. valueText : "Valor",
  270. dateFormat : "Y/j/m"
  271. });
  272. }
  273. if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
  274. Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  275. splitTip : "Arastar para redimensionar.",
  276. collapsibleSplitTip : "Arastar para redimensionar. DUplo clique para esconder"
  277. });
  278. }
  279. </pre>
  280. </body>
  281. </html>