source: sandbox/filemanager/tp/fckeditor/editor/lang/es.js @ 1575

Revision 1575, 19.2 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implentação, melhorias do modulo gerenciador de arquivos

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