es.js
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:19k
源码类别:

数据库编程

开发平台:

Visual C++

  1. /*
  2.  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  3.  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
  4.  *
  5.  * == BEGIN LICENSE ==
  6.  *
  7.  * Licensed under the terms of any of the following licenses at your
  8.  * choice:
  9.  *
  10.  *  - GNU General Public License Version 2 or later (the "GPL")
  11.  *    http://www.gnu.org/licenses/gpl.html
  12.  *
  13.  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  14.  *    http://www.gnu.org/licenses/lgpl.html
  15.  *
  16.  *  - Mozilla Public License Version 1.1 or later (the "MPL")
  17.  *    http://www.mozilla.org/MPL/MPL-1.1.html
  18.  *
  19.  * == END LICENSE ==
  20.  *
  21.  * Spanish language file.
  22.  */
  23. var FCKLang =
  24. {
  25. // Language direction : "ltr" (left to right) or "rtl" (right to left).
  26. Dir : "ltr",
  27. ToolbarCollapse : "Contraer Barra",
  28. ToolbarExpand : "Expandir Barra",
  29. // Toolbar Items and Context Menu
  30. Save : "Guardar",
  31. NewPage : "Nueva Página",
  32. Preview : "Vista Previa",
  33. Cut : "Cortar",
  34. Copy : "Copiar",
  35. Paste : "Pegar",
  36. PasteText : "Pegar como texto plano",
  37. PasteWord : "Pegar desde Word",
  38. Print : "Imprimir",
  39. SelectAll : "Seleccionar Todo",
  40. RemoveFormat : "Eliminar Formato",
  41. InsertLinkLbl : "Vínculo",
  42. InsertLink : "Insertar/Editar Vínculo",
  43. RemoveLink : "Eliminar Vínculo",
  44. Anchor : "Referencia",
  45. AnchorDelete : "Remove Anchor", //MISSING
  46. InsertImageLbl : "Imagen",
  47. InsertImage : "Insertar/Editar Imagen",
  48. InsertFlashLbl : "Flash",
  49. InsertFlash : "Insertar/Editar Flash",
  50. InsertTableLbl : "Tabla",
  51. InsertTable : "Insertar/Editar Tabla",
  52. InsertLineLbl : "Línea",
  53. InsertLine : "Insertar Línea Horizontal",
  54. InsertSpecialCharLbl: "Caracter Especial",
  55. InsertSpecialChar : "Insertar Caracter Especial",
  56. InsertSmileyLbl : "Emoticons",
  57. InsertSmiley : "Insertar Emoticons",
  58. About : "Acerca de FCKeditor",
  59. Bold : "Negrita",
  60. Italic : "Cursiva",
  61. Underline : "Subrayado",
  62. StrikeThrough : "Tachado",
  63. Subscript : "Subíndice",
  64. Superscript : "Superíndice",
  65. LeftJustify : "Alinear a Izquierda",
  66. CenterJustify : "Centrar",
  67. RightJustify : "Alinear a Derecha",
  68. BlockJustify : "Justificado",
  69. DecreaseIndent : "Disminuir Sangría",
  70. IncreaseIndent : "Aumentar Sangría",
  71. Blockquote : "Blockquote", //MISSING
  72. Undo : "Deshacer",
  73. Redo : "Rehacer",
  74. NumberedListLbl : "Numeración",
  75. NumberedList : "Insertar/Eliminar Numeración",
  76. BulletedListLbl : "Viñetas",
  77. BulletedList : "Insertar/Eliminar Viñetas",
  78. ShowTableBorders : "Mostrar Bordes de Tablas",
  79. ShowDetails : "Mostrar saltos de Párrafo",
  80. Style : "Estilo",
  81. FontFormat : "Formato",
  82. Font : "Fuente",
  83. FontSize : "Tamaño",
  84. TextColor : "Color de Texto",
  85. BGColor : "Color de Fondo",
  86. Source : "Fuente HTML",
  87. Find : "Buscar",
  88. Replace : "Reemplazar",
  89. SpellCheck : "Ortografía",
  90. UniversalKeyboard : "Teclado Universal",
  91. PageBreakLbl : "Salto de Página",
  92. PageBreak : "Insertar Salto de Página",
  93. Form : "Formulario",
  94. Checkbox : "Casilla de Verificación",
  95. RadioButton : "Botones de Radio",
  96. TextField : "Campo de Texto",
  97. Textarea : "Area de Texto",
  98. HiddenField : "Campo Oculto",
  99. Button : "Botón",
  100. SelectionField : "Campo de Selección",
  101. ImageButton : "Botón Imagen",
  102. FitWindow : "Maximizar el tamaño del editor",
  103. ShowBlocks : "Show Blocks", //MISSING
  104. // Context Menu
  105. EditLink : "Editar Vínculo",
  106. CellCM : "Celda",
  107. RowCM : "Fila",
  108. ColumnCM : "Columna",
  109. InsertRowAfter : "Insert Row After", //MISSING
  110. InsertRowBefore : "Insert Row Before", //MISSING
  111. DeleteRows : "Eliminar Filas",
  112. InsertColumnAfter : "Insert Column After", //MISSING
  113. InsertColumnBefore : "Insert Column Before", //MISSING
  114. DeleteColumns : "Eliminar Columnas",
  115. InsertCellAfter : "Insert Cell After", //MISSING
  116. InsertCellBefore : "Insert Cell Before", //MISSING
  117. DeleteCells : "Eliminar Celdas",
  118. MergeCells : "Combinar Celdas",
  119. MergeRight : "Merge Right", //MISSING
  120. MergeDown : "Merge Down", //MISSING
  121. HorizontalSplitCell : "Split Cell Horizontally", //MISSING
  122. VerticalSplitCell : "Split Cell Vertically", //MISSING
  123. TableDelete : "Eliminar Tabla",
  124. CellProperties : "Propiedades de Celda",
  125. TableProperties : "Propiedades de Tabla",
  126. ImageProperties : "Propiedades de Imagen",
  127. FlashProperties : "Propiedades de Flash",
  128. AnchorProp : "Propiedades de Referencia",
  129. ButtonProp : "Propiedades de Botón",
  130. CheckboxProp : "Propiedades de Casilla",
  131. HiddenFieldProp : "Propiedades de Campo Oculto",
  132. RadioButtonProp : "Propiedades de Botón de Radio",
  133. ImageButtonProp : "Propiedades de Botón de Imagen",
  134. TextFieldProp : "Propiedades de Campo de Texto",
  135. SelectionFieldProp : "Propiedades de Campo de Selección",
  136. TextareaProp : "Propiedades de Area de Texto",
  137. FormProp : "Propiedades de Formulario",
  138. FontFormats : "Normal;Con formato;Dirección;Encabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6;Normal (DIV)",
  139. // Alerts and Messages
  140. ProcessingXHTML : "Procesando XHTML. Por favor, espere...",
  141. Done : "Hecho",
  142. PasteWordConfirm : "El texto que desea parece provenir de Word. Desea depurarlo antes de pegarlo?",
  143. NotCompatiblePaste : "Este comando está disponible sólo para Internet Explorer version 5.5 or superior. Desea pegar sin depurar?",
  144. UnknownToolbarItem : "Item de barra desconocido "%1"",
  145. UnknownCommand : "Nombre de comando desconocido "%1"",
  146. NotImplemented : "Comando no implementado",
  147. UnknownToolbarSet : "Nombre de barra "%1" no definido",
  148. NoActiveX : "La configuración de las opciones de seguridad de su navegador puede estar limitando algunas características del editor. Por favor active la opción "Ejecutar controles y complementos de ActiveX ", de lo contrario puede experimentar errores o ausencia de funcionalidades.",
  149. BrowseServerBlocked : "La ventana de visualización del servidor no pudo ser abierta. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).",
  150. DialogBlocked : "No se ha podido abrir la ventana de diálogo. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).",
  151. // Dialogs
  152. DlgBtnOK : "OK",
  153. DlgBtnCancel : "Cancelar",
  154. DlgBtnClose : "Cerrar",
  155. DlgBtnBrowseServer : "Ver Servidor",
  156. DlgAdvancedTag : "Avanzado",
  157. DlgOpOther : "<Otro>",
  158. DlgInfoTab : "Información",
  159. DlgAlertUrl : "Inserte el URL",
  160. // General Dialogs Labels
  161. DlgGenNotSet : "<No definido>",
  162. DlgGenId : "Id",
  163. DlgGenLangDir : "Orientación de idioma",
  164. DlgGenLangDirLtr : "Izquierda a Derecha (LTR)",
  165. DlgGenLangDirRtl : "Derecha a Izquierda (RTL)",
  166. DlgGenLangCode : "Código de idioma",
  167. DlgGenAccessKey : "Clave de Acceso",
  168. DlgGenName : "Nombre",
  169. DlgGenTabIndex : "Indice de tabulación",
  170. DlgGenLongDescr : "Descripción larga URL",
  171. DlgGenClass : "Clases de hojas de estilo",
  172. DlgGenTitle : "Título",
  173. DlgGenContType : "Tipo de Contenido",
  174. DlgGenLinkCharset : "Fuente de caracteres vinculado",
  175. DlgGenStyle : "Estilo",
  176. // Image Dialog
  177. DlgImgTitle : "Propiedades de Imagen",
  178. DlgImgInfoTab : "Información de Imagen",
  179. DlgImgBtnUpload : "Enviar al Servidor",
  180. DlgImgURL : "URL",
  181. DlgImgUpload : "Cargar",
  182. DlgImgAlt : "Texto Alternativo",
  183. DlgImgWidth : "Anchura",
  184. DlgImgHeight : "Altura",
  185. DlgImgLockRatio : "Proporcional",
  186. DlgBtnResetSize : "Tamaño Original",
  187. DlgImgBorder : "Borde",
  188. DlgImgHSpace : "Esp.Horiz",
  189. DlgImgVSpace : "Esp.Vert",
  190. DlgImgAlign : "Alineación",
  191. DlgImgAlignLeft : "Izquierda",
  192. DlgImgAlignAbsBottom: "Abs inferior",
  193. DlgImgAlignAbsMiddle: "Abs centro",
  194. DlgImgAlignBaseline : "Línea de base",
  195. DlgImgAlignBottom : "Pie",
  196. DlgImgAlignMiddle : "Centro",
  197. DlgImgAlignRight : "Derecha",
  198. DlgImgAlignTextTop : "Tope del texto",
  199. DlgImgAlignTop : "Tope",
  200. DlgImgPreview : "Vista Previa",
  201. DlgImgAlertUrl : "Por favor tipee el URL de la imagen",
  202. DlgImgLinkTab : "Vínculo",
  203. // Flash Dialog
  204. DlgFlashTitle : "Propiedades de Flash",
  205. DlgFlashChkPlay : "Autoejecución",
  206. DlgFlashChkLoop : "Repetir",
  207. DlgFlashChkMenu : "Activar Menú Flash",
  208. DlgFlashScale : "Escala",
  209. DlgFlashScaleAll : "Mostrar todo",
  210. DlgFlashScaleNoBorder : "Sin Borde",
  211. DlgFlashScaleFit : "Ajustado",
  212. // Link Dialog
  213. DlgLnkWindowTitle : "Vínculo",
  214. DlgLnkInfoTab : "Información de Vínculo",
  215. DlgLnkTargetTab : "Destino",
  216. DlgLnkType : "Tipo de vínculo",
  217. DlgLnkTypeURL : "URL",
  218. DlgLnkTypeAnchor : "Referencia en esta página",
  219. DlgLnkTypeEMail : "E-Mail",
  220. DlgLnkProto : "Protocolo",
  221. DlgLnkProtoOther : "<otro>",
  222. DlgLnkURL : "URL",
  223. DlgLnkAnchorSel : "Seleccionar una referencia",
  224. DlgLnkAnchorByName : "Por Nombre de Referencia",
  225. DlgLnkAnchorById : "Por ID de elemento",
  226. DlgLnkNoAnchors : "(No hay referencias disponibles en el documento)",
  227. DlgLnkEMail : "Dirección de E-Mail",
  228. DlgLnkEMailSubject : "Título del Mensaje",
  229. DlgLnkEMailBody : "Cuerpo del Mensaje",
  230. DlgLnkUpload : "Cargar",
  231. DlgLnkBtnUpload : "Enviar al Servidor",
  232. DlgLnkTarget : "Destino",
  233. DlgLnkTargetFrame : "<marco>",
  234. DlgLnkTargetPopup : "<ventana emergente>",
  235. DlgLnkTargetBlank : "Nueva Ventana(_blank)",
  236. DlgLnkTargetParent : "Ventana Padre (_parent)",
  237. DlgLnkTargetSelf : "Misma Ventana (_self)",
  238. DlgLnkTargetTop : "Ventana primaria (_top)",
  239. DlgLnkTargetFrameName : "Nombre del Marco Destino",
  240. DlgLnkPopWinName : "Nombre de Ventana Emergente",
  241. DlgLnkPopWinFeat : "Características de Ventana Emergente",
  242. DlgLnkPopResize : "Ajustable",
  243. DlgLnkPopLocation : "Barra de ubicación",
  244. DlgLnkPopMenu : "Barra de Menú",
  245. DlgLnkPopScroll : "Barras de desplazamiento",
  246. DlgLnkPopStatus : "Barra de Estado",
  247. DlgLnkPopToolbar : "Barra de Herramientas",
  248. DlgLnkPopFullScrn : "Pantalla Completa (IE)",
  249. DlgLnkPopDependent : "Dependiente (Netscape)",
  250. DlgLnkPopWidth : "Anchura",
  251. DlgLnkPopHeight : "Altura",
  252. DlgLnkPopLeft : "Posición Izquierda",
  253. DlgLnkPopTop : "Posición Derecha",
  254. DlnLnkMsgNoUrl : "Por favor tipee el vínculo URL",
  255. DlnLnkMsgNoEMail : "Por favor tipee la dirección de e-mail",
  256. DlnLnkMsgNoAnchor : "Por favor seleccione una referencia",
  257. DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
  258. // Color Dialog
  259. DlgColorTitle : "Seleccionar Color",
  260. DlgColorBtnClear : "Ninguno",
  261. DlgColorHighlight : "Resaltado",
  262. DlgColorSelected : "Seleccionado",
  263. // Smiley Dialog
  264. DlgSmileyTitle : "Insertar un Emoticon",
  265. // Special Character Dialog
  266. DlgSpecialCharTitle : "Seleccione un caracter especial",
  267. // Table Dialog
  268. DlgTableTitle : "Propiedades de Tabla",
  269. DlgTableRows : "Filas",
  270. DlgTableColumns : "Columnas",
  271. DlgTableBorder : "Tamaño de Borde",
  272. DlgTableAlign : "Alineación",
  273. DlgTableAlignNotSet : "<No establecido>",
  274. DlgTableAlignLeft : "Izquierda",
  275. DlgTableAlignCenter : "Centrado",
  276. DlgTableAlignRight : "Derecha",
  277. DlgTableWidth : "Anchura",
  278. DlgTableWidthPx : "pixeles",
  279. DlgTableWidthPc : "porcentaje",
  280. DlgTableHeight : "Altura",
  281. DlgTableCellSpace : "Esp. e/celdas",
  282. DlgTableCellPad : "Esp. interior",
  283. DlgTableCaption : "Título",
  284. DlgTableSummary : "Síntesis",
  285. // Table Cell Dialog
  286. DlgCellTitle : "Propiedades de Celda",
  287. DlgCellWidth : "Anchura",
  288. DlgCellWidthPx : "pixeles",
  289. DlgCellWidthPc : "porcentaje",
  290. DlgCellHeight : "Altura",
  291. DlgCellWordWrap : "Cortar Línea",
  292. DlgCellWordWrapNotSet : "<No establecido>",
  293. DlgCellWordWrapYes : "Si",
  294. DlgCellWordWrapNo : "No",
  295. DlgCellHorAlign : "Alineación Horizontal",
  296. DlgCellHorAlignNotSet : "<No establecido>",
  297. DlgCellHorAlignLeft : "Izquierda",
  298. DlgCellHorAlignCenter : "Centrado",
  299. DlgCellHorAlignRight: "Derecha",
  300. DlgCellVerAlign : "Alineación Vertical",
  301. DlgCellVerAlignNotSet : "<Not establecido>",
  302. DlgCellVerAlignTop : "Tope",
  303. DlgCellVerAlignMiddle : "Medio",
  304. DlgCellVerAlignBottom : "ie",
  305. DlgCellVerAlignBaseline : "Línea de Base",
  306. DlgCellRowSpan : "Abarcar Filas",
  307. DlgCellCollSpan : "Abarcar Columnas",
  308. DlgCellBackColor : "Color de Fondo",
  309. DlgCellBorderColor : "Color de Borde",
  310. DlgCellBtnSelect : "Seleccione...",
  311. // Find and Replace Dialog
  312. DlgFindAndReplaceTitle : "Find and Replace", //MISSING
  313. // Find Dialog
  314. DlgFindTitle : "Buscar",
  315. DlgFindFindBtn : "Buscar",
  316. DlgFindNotFoundMsg : "El texto especificado no ha sido encontrado.",
  317. // Replace Dialog
  318. DlgReplaceTitle : "Reemplazar",
  319. DlgReplaceFindLbl : "Texto a buscar:",
  320. DlgReplaceReplaceLbl : "Reemplazar con:",
  321. DlgReplaceCaseChk : "Coincidir may/min",
  322. DlgReplaceReplaceBtn : "Reemplazar",
  323. DlgReplaceReplAllBtn : "Reemplazar Todo",
  324. DlgReplaceWordChk : "Coincidir toda la palabra",
  325. // Paste Operations / Dialog
  326. PasteErrorCut : "La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado. Por favor use el teclado (Ctrl+X).",
  327. PasteErrorCopy : "La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado. Por favor use el teclado (Ctrl+C).",
  328. PasteAsText : "Pegar como Texto Plano",
  329. PasteFromWord : "Pegar desde Word",
  330. DlgPasteMsg2 : "Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl+V</STRONG>); luego presione <STRONG>OK</STRONG>.",
  331. DlgPasteSec : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.", //MISSING
  332. DlgPasteIgnoreFont : "Ignorar definiciones de fuentes",
  333. DlgPasteRemoveStyles : "Remover definiciones de estilo",
  334. DlgPasteCleanBox : "Borrar el contenido del cuadro",
  335. // Color Picker
  336. ColorAutomatic : "Automático",
  337. ColorMoreColors : "Más Colores...",
  338. // Document Properties
  339. DocProps : "Propiedades del Documento",
  340. // Anchor Dialog
  341. DlgAnchorTitle : "Propiedades de la Referencia",
  342. DlgAnchorName : "Nombre de la Referencia",
  343. DlgAnchorErrorName : "Por favor, complete el nombre de la Referencia",
  344. // Speller Pages Dialog
  345. DlgSpellNotInDic : "No se encuentra en el Diccionario",
  346. DlgSpellChangeTo : "Cambiar a",
  347. DlgSpellBtnIgnore : "Ignorar",
  348. DlgSpellBtnIgnoreAll : "Ignorar Todo",
  349. DlgSpellBtnReplace : "Reemplazar",
  350. DlgSpellBtnReplaceAll : "Reemplazar Todo",
  351. DlgSpellBtnUndo : "Deshacer",
  352. DlgSpellNoSuggestions : "- No hay sugerencias -",
  353. DlgSpellProgress : "Control de Ortografía en progreso...",
  354. DlgSpellNoMispell : "Control finalizado: no se encontraron errores",
  355. DlgSpellNoChanges : "Control finalizado: no se ha cambiado ninguna palabra",
  356. DlgSpellOneChange : "Control finalizado: se ha cambiado una palabra",
  357. DlgSpellManyChanges : "Control finalizado: se ha cambiado %1 palabras",
  358. IeSpellDownload : "Módulo de Control de Ortografía no instalado. ¿Desea descargarlo ahora?",
  359. // Button Dialog
  360. DlgButtonText : "Texto (Valor)",
  361. DlgButtonType : "Tipo",
  362. DlgButtonTypeBtn : "Button", //MISSING
  363. DlgButtonTypeSbm : "Submit", //MISSING
  364. DlgButtonTypeRst : "Reset", //MISSING
  365. // Checkbox and Radio Button Dialogs
  366. DlgCheckboxName : "Nombre",
  367. DlgCheckboxValue : "Valor",
  368. DlgCheckboxSelected : "Seleccionado",
  369. // Form Dialog
  370. DlgFormName : "Nombre",
  371. DlgFormAction : "Acción",
  372. DlgFormMethod : "Método",
  373. // Select Field Dialog
  374. DlgSelectName : "Nombre",
  375. DlgSelectValue : "Valor",
  376. DlgSelectSize : "Tamaño",
  377. DlgSelectLines : "Lineas",
  378. DlgSelectChkMulti : "Permitir múltiple selección",
  379. DlgSelectOpAvail : "Opciones disponibles",
  380. DlgSelectOpText : "Texto",
  381. DlgSelectOpValue : "Valor",
  382. DlgSelectBtnAdd : "Agregar",
  383. DlgSelectBtnModify : "Modificar",
  384. DlgSelectBtnUp : "Subir",
  385. DlgSelectBtnDown : "Bajar",
  386. DlgSelectBtnSetValue : "Establecer como predeterminado",
  387. DlgSelectBtnDelete : "Eliminar",
  388. // Textarea Dialog
  389. DlgTextareaName : "Nombre",
  390. DlgTextareaCols : "Columnas",
  391. DlgTextareaRows : "Filas",
  392. // Text Field Dialog
  393. DlgTextName : "Nombre",
  394. DlgTextValue : "Valor",
  395. DlgTextCharWidth : "Caracteres de ancho",
  396. DlgTextMaxChars : "Máximo caracteres",
  397. DlgTextType : "Tipo",
  398. DlgTextTypeText : "Texto",
  399. DlgTextTypePass : "Contraseña",
  400. // Hidden Field Dialog
  401. DlgHiddenName : "Nombre",
  402. DlgHiddenValue : "Valor",
  403. // Bulleted List Dialog
  404. BulletedListProp : "Propiedades de Viñetas",
  405. NumberedListProp : "Propiedades de Numeraciones",
  406. DlgLstStart : "Start", //MISSING
  407. DlgLstType : "Tipo",
  408. DlgLstTypeCircle : "Círculo",
  409. DlgLstTypeDisc : "Disco",
  410. DlgLstTypeSquare : "Cuadrado",
  411. DlgLstTypeNumbers : "Números (1, 2, 3)",
  412. DlgLstTypeLCase : "letras en minúsculas (a, b, c)",
  413. DlgLstTypeUCase : "letras en mayúsculas (A, B, C)",
  414. DlgLstTypeSRoman : "Números Romanos (i, ii, iii)",
  415. DlgLstTypeLRoman : "Números Romanos (I, II, III)",
  416. // Document Properties Dialog
  417. DlgDocGeneralTab : "General",
  418. DlgDocBackTab : "Fondo",
  419. DlgDocColorsTab : "Colores y Márgenes",
  420. DlgDocMetaTab : "Meta Información",
  421. DlgDocPageTitle : "Título de Página",
  422. DlgDocLangDir : "Orientación de idioma",
  423. DlgDocLangDirLTR : "Izq. a Derecha (LTR)",
  424. DlgDocLangDirRTL : "Der. a Izquierda (RTL)",
  425. DlgDocLangCode : "Código de Idioma",
  426. DlgDocCharSet : "Codif. de Conjunto de Caracteres",
  427. DlgDocCharSetCE : "Central European", //MISSING
  428. DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
  429. DlgDocCharSetCR : "Cyrillic", //MISSING
  430. DlgDocCharSetGR : "Greek", //MISSING
  431. DlgDocCharSetJP : "Japanese", //MISSING
  432. DlgDocCharSetKR : "Korean", //MISSING
  433. DlgDocCharSetTR : "Turkish", //MISSING
  434. DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
  435. DlgDocCharSetWE : "Western European", //MISSING
  436. DlgDocCharSetOther : "Otra Codificación",
  437. DlgDocDocType : "Encabezado de Tipo de Documento",
  438. DlgDocDocTypeOther : "Otro Encabezado",
  439. DlgDocIncXHTML : "Incluir Declaraciones XHTML",
  440. DlgDocBgColor : "Color de Fondo",
  441. DlgDocBgImage : "URL de Imagen de Fondo",
  442. DlgDocBgNoScroll : "Fondo sin rolido",
  443. DlgDocCText : "Texto",
  444. DlgDocCLink : "Vínculo",
  445. DlgDocCVisited : "Vínculo Visitado",
  446. DlgDocCActive : "Vínculo Activo",
  447. DlgDocMargins : "Márgenes de Página",
  448. DlgDocMaTop : "Tope",
  449. DlgDocMaLeft : "Izquierda",
  450. DlgDocMaRight : "Derecha",
  451. DlgDocMaBottom : "Pie",
  452. DlgDocMeIndex : "Claves de indexación del Documento (separados por comas)",
  453. DlgDocMeDescr : "Descripción del Documento",
  454. DlgDocMeAuthor : "Autor",
  455. DlgDocMeCopy : "Copyright",
  456. DlgDocPreview : "Vista Previa",
  457. // Templates Dialog
  458. Templates : "Plantillas",
  459. DlgTemplatesTitle : "Contenido de Plantillas",
  460. DlgTemplatesSelMsg : "Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):",
  461. DlgTemplatesLoading : "Cargando lista de Plantillas. Por favor, aguarde...",
  462. DlgTemplatesNoTpl : "(No hay plantillas definidas)",
  463. DlgTemplatesReplace : "Replace actual contents", //MISSING
  464. // About Dialog
  465. DlgAboutAboutTab : "Acerca de",
  466. DlgAboutBrowserInfoTab : "Información de Navegador",
  467. DlgAboutLicenseTab : "Licencia",
  468. DlgAboutVersion : "versión",
  469. DlgAboutInfo : "Para mayor información por favor dirigirse a"
  470. };