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