Project

General

Profile

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

    
24
var FCKLang =
25
{
26
// Language direction : "ltr" (left to right) or "rtl" (right to left).
27
Dir					: "ltr",
28

    
29
ToolbarCollapse		: "Contraer Barra",
30
ToolbarExpand		: "Expandir Barra",
31

    
32
// Toolbar Items and Context Menu
33
Save				: "Guardar",
34
NewPage				: "Nueva Página",
35
Preview				: "Vista Previa",
36
Cut					: "Cortar",
37
Copy				: "Copiar",
38
Paste				: "Pegar",
39
PasteText			: "Pegar como texto plano",
40
PasteWord			: "Pegar desde Word",
41
Print				: "Imprimir",
42
SelectAll			: "Seleccionar Todo",
43
RemoveFormat		: "Eliminar Formato",
44
InsertLinkLbl		: "Vínculo",
45
InsertLink			: "Insertar/Editar Vínculo",
46
RemoveLink			: "Eliminar Vínculo",
47
VisitLink			: "Abrir enlace",
48
Anchor				: "Referencia",
49
AnchorDelete		: "Eliminar Referencia",
50
InsertImageLbl		: "Imagen",
51
InsertImage			: "Insertar/Editar Imagen",
52
InsertFlashLbl		: "Flash",
53
InsertFlash			: "Insertar/Editar Flash",
54
InsertTableLbl		: "Tabla",
55
InsertTable			: "Insertar/Editar Tabla",
56
InsertLineLbl		: "Línea",
57
InsertLine			: "Insertar Línea Horizontal",
58
InsertSpecialCharLbl: "Caracter Especial",
59
InsertSpecialChar	: "Insertar Caracter Especial",
60
InsertSmileyLbl		: "Emoticons",
61
InsertSmiley		: "Insertar Emoticons",
62
About				: "Acerca de FCKeditor",
63
Bold				: "Negrita",
64
Italic				: "Cursiva",
65
Underline			: "Subrayado",
66
StrikeThrough		: "Tachado",
67
Subscript			: "Subíndice",
68
Superscript			: "Superíndice",
69
LeftJustify			: "Alinear a Izquierda",
70
CenterJustify		: "Centrar",
71
RightJustify		: "Alinear a Derecha",
72
BlockJustify		: "Justificado",
73
DecreaseIndent		: "Disminuir Sangría",
74
IncreaseIndent		: "Aumentar Sangría",
75
Blockquote			: "Cita",
76
CreateDiv			: "Crear contenedor (div)",
77
EditDiv				: "Editar contenedor (div)",
78
DeleteDiv			: "Eliminar contenedor (div)",
79
Undo				: "Deshacer",
80
Redo				: "Rehacer",
81
NumberedListLbl		: "Numeración",
82
NumberedList		: "Insertar/Eliminar Numeración",
83
BulletedListLbl		: "Viñetas",
84
BulletedList		: "Insertar/Eliminar Viñetas",
85
ShowTableBorders	: "Mostrar Bordes de Tablas",
86
ShowDetails			: "Mostrar saltos de Párrafo",
87
Style				: "Estilo",
88
FontFormat			: "Formato",
89
Font				: "Fuente",
90
FontSize			: "Tamaño",
91
TextColor			: "Color de Texto",
92
BGColor				: "Color de Fondo",
93
Source				: "Fuente HTML",
94
Find				: "Buscar",
95
Replace				: "Reemplazar",
96
SpellCheck			: "Ortografía",
97
UniversalKeyboard	: "Teclado Universal",
98
PageBreakLbl		: "Salto de Página",
99
PageBreak			: "Insertar Salto de Página",
100

    
101
Form			: "Formulario",
102
Checkbox		: "Casilla de Verificación",
103
RadioButton		: "Botones de Radio",
104
TextField		: "Campo de Texto",
105
Textarea		: "Area de Texto",
106
HiddenField		: "Campo Oculto",
107
Button			: "Botón",
108
SelectionField	: "Campo de Selección",
109
ImageButton		: "Botón Imagen",
110

    
111
FitWindow		: "Maximizar el tamaño del editor",
112
ShowBlocks		: "Mostrar bloques",
113

    
114
// Context Menu
115
EditLink			: "Editar Vínculo",
116
CellCM				: "Celda",
117
RowCM				: "Fila",
118
ColumnCM			: "Columna",
119
InsertRowAfter		: "Insertar fila en la parte inferior",
120
InsertRowBefore		: "Insertar fila en la parte superior",
121
DeleteRows			: "Eliminar Filas",
122
InsertColumnAfter	: "Insertar columna a la derecha",
123
InsertColumnBefore	: "Insertar columna a la izquierda",
124
DeleteColumns		: "Eliminar Columnas",
125
InsertCellAfter		: "Insertar celda a la derecha",
126
InsertCellBefore	: "Insertar celda a la izquierda",
127
DeleteCells			: "Eliminar Celdas",
128
MergeCells			: "Combinar Celdas",
129
MergeRight			: "Combinar a la derecha",
130
MergeDown			: "Combinar hacia abajo",
131
HorizontalSplitCell	: "Dividir la celda horizontalmente",
132
VerticalSplitCell	: "Dividir la celda verticalmente",
133
TableDelete			: "Eliminar Tabla",
134
CellProperties		: "Propiedades de Celda",
135
TableProperties		: "Propiedades de Tabla",
136
ImageProperties		: "Propiedades de Imagen",
137
FlashProperties		: "Propiedades de Flash",
138

    
139
AnchorProp			: "Propiedades de Referencia",
140
ButtonProp			: "Propiedades de Botón",
141
CheckboxProp		: "Propiedades de Casilla",
142
HiddenFieldProp		: "Propiedades de Campo Oculto",
143
RadioButtonProp		: "Propiedades de Botón de Radio",
144
ImageButtonProp		: "Propiedades de Botón de Imagen",
145
TextFieldProp		: "Propiedades de Campo de Texto",
146
SelectionFieldProp	: "Propiedades de Campo de Selección",
147
TextareaProp		: "Propiedades de Area de Texto",
148
FormProp			: "Propiedades de Formulario",
149

    
150
FontFormats			: "Normal;Con formato;Dirección;Encabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6;Normal (DIV)",
151

    
152
// Alerts and Messages
153
ProcessingXHTML		: "Procesando XHTML. Por favor, espere...",
154
Done				: "Hecho",
155
PasteWordConfirm	: "El texto que desea parece provenir de Word. Desea depurarlo antes de pegarlo?",
156
NotCompatiblePaste	: "Este comando está disponible sólo para Internet Explorer version 5.5 or superior. Desea pegar sin depurar?",
157
UnknownToolbarItem	: "Item de barra desconocido \"%1\"",
158
UnknownCommand		: "Nombre de comando desconocido \"%1\"",
159
NotImplemented		: "Comando no implementado",
160
UnknownToolbarSet	: "Nombre de barra \"%1\" no definido",
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.",
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).",
163
DialogBlocked		: "No se ha podido abrir la ventana de diálogo. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).",
164
VisitLinkBlocked	: "Nose ha podido abrir la ventana. Asegurese de que todos los bloqueadores de popups están deshabilitados.",
165

    
166
// Dialogs
167
DlgBtnOK			: "OK",
168
DlgBtnCancel		: "Cancelar",
169
DlgBtnClose			: "Cerrar",
170
DlgBtnBrowseServer	: "Ver Servidor",
171
DlgAdvancedTag		: "Avanzado",
172
DlgOpOther			: "<Otro>",
173
DlgInfoTab			: "Información",
174
DlgAlertUrl			: "Inserte el URL",
175

    
176
// General Dialogs Labels
177
DlgGenNotSet		: "<No definido>",
178
DlgGenId			: "Id",
179
DlgGenLangDir		: "Orientación",
180
DlgGenLangDirLtr	: "Izquierda a Derecha (LTR)",
181
DlgGenLangDirRtl	: "Derecha a Izquierda (RTL)",
182
DlgGenLangCode		: "Cód. de idioma",
183
DlgGenAccessKey		: "Clave de Acceso",
184
DlgGenName			: "Nombre",
185
DlgGenTabIndex		: "Indice de tabulación",
186
DlgGenLongDescr		: "Descripción larga URL",
187
DlgGenClass			: "Clases de hojas de estilo",
188
DlgGenTitle			: "Título",
189
DlgGenContType		: "Tipo de Contenido",
190
DlgGenLinkCharset	: "Fuente de caracteres vinculado",
191
DlgGenStyle			: "Estilo",
192

    
193
// Image Dialog
194
DlgImgTitle			: "Propiedades de Imagen",
195
DlgImgInfoTab		: "Información de Imagen",
196
DlgImgBtnUpload		: "Enviar al Servidor",
197
DlgImgURL			: "URL",
198
DlgImgUpload		: "Cargar",
199
DlgImgAlt			: "Texto Alternativo",
200
DlgImgWidth			: "Anchura",
201
DlgImgHeight		: "Altura",
202
DlgImgLockRatio		: "Proporcional",
203
DlgBtnResetSize		: "Tamaño Original",
204
DlgImgBorder		: "Borde",
205
DlgImgHSpace		: "Esp.Horiz",
206
DlgImgVSpace		: "Esp.Vert",
207
DlgImgAlign			: "Alineación",
208
DlgImgAlignLeft		: "Izquierda",
209
DlgImgAlignAbsBottom: "Abs inferior",
210
DlgImgAlignAbsMiddle: "Abs centro",
211
DlgImgAlignBaseline	: "Línea de base",
212
DlgImgAlignBottom	: "Pie",
213
DlgImgAlignMiddle	: "Centro",
214
DlgImgAlignRight	: "Derecha",
215
DlgImgAlignTextTop	: "Tope del texto",
216
DlgImgAlignTop		: "Tope",
217
DlgImgPreview		: "Vista Previa",
218
DlgImgAlertUrl		: "Por favor escriba la URL de la imagen",
219
DlgImgLinkTab		: "Vínculo",
220

    
221
// Flash Dialog
222
DlgFlashTitle		: "Propiedades de Flash",
223
DlgFlashChkPlay		: "Autoejecución",
224
DlgFlashChkLoop		: "Repetir",
225
DlgFlashChkMenu		: "Activar Menú Flash",
226
DlgFlashScale		: "Escala",
227
DlgFlashScaleAll	: "Mostrar todo",
228
DlgFlashScaleNoBorder	: "Sin Borde",
229
DlgFlashScaleFit	: "Ajustado",
230

    
231
// Link Dialog
232
DlgLnkWindowTitle	: "Vínculo",
233
DlgLnkInfoTab		: "Información de Vínculo",
234
DlgLnkTargetTab		: "Destino",
235

    
236
DlgLnkType			: "Tipo de vínculo",
237
DlgLnkTypeURL		: "URL",
238
DlgLnkTypeAnchor	: "Referencia en esta página",
239
DlgLnkTypeEMail		: "E-Mail",
240
DlgLnkProto			: "Protocolo",
241
DlgLnkProtoOther	: "<otro>",
242
DlgLnkURL			: "URL",
243
DlgLnkAnchorSel		: "Seleccionar una referencia",
244
DlgLnkAnchorByName	: "Por Nombre de Referencia",
245
DlgLnkAnchorById	: "Por ID de elemento",
246
DlgLnkNoAnchors		: "(No hay referencias disponibles en el documento)",
247
DlgLnkEMail			: "Dirección de E-Mail",
248
DlgLnkEMailSubject	: "Título del Mensaje",
249
DlgLnkEMailBody		: "Cuerpo del Mensaje",
250
DlgLnkUpload		: "Cargar",
251
DlgLnkBtnUpload		: "Enviar al Servidor",
252

    
253
DlgLnkTarget		: "Destino",
254
DlgLnkTargetFrame	: "<marco>",
255
DlgLnkTargetPopup	: "<ventana emergente>",
256
DlgLnkTargetBlank	: "Nueva Ventana(_blank)",
257
DlgLnkTargetParent	: "Ventana Padre (_parent)",
258
DlgLnkTargetSelf	: "Misma Ventana (_self)",
259
DlgLnkTargetTop		: "Ventana primaria (_top)",
260
DlgLnkTargetFrameName	: "Nombre del Marco Destino",
261
DlgLnkPopWinName	: "Nombre de Ventana Emergente",
262
DlgLnkPopWinFeat	: "Características de Ventana Emergente",
263
DlgLnkPopResize		: "Ajustable",
264
DlgLnkPopLocation	: "Barra de ubicación",
265
DlgLnkPopMenu		: "Barra de Menú",
266
DlgLnkPopScroll		: "Barras de desplazamiento",
267
DlgLnkPopStatus		: "Barra de Estado",
268
DlgLnkPopToolbar	: "Barra de Herramientas",
269
DlgLnkPopFullScrn	: "Pantalla Completa (IE)",
270
DlgLnkPopDependent	: "Dependiente (Netscape)",
271
DlgLnkPopWidth		: "Anchura",
272
DlgLnkPopHeight		: "Altura",
273
DlgLnkPopLeft		: "Posición Izquierda",
274
DlgLnkPopTop		: "Posición Derecha",
275

    
276
DlnLnkMsgNoUrl		: "Por favor tipee el vínculo URL",
277
DlnLnkMsgNoEMail	: "Por favor tipee la dirección de e-mail",
278
DlnLnkMsgNoAnchor	: "Por favor seleccione una referencia",
279
DlnLnkMsgInvPopName	: "El nombre debe empezar con un caracter alfanumérico y no debe contener espacios",
280

    
281
// Color Dialog
282
DlgColorTitle		: "Seleccionar Color",
283
DlgColorBtnClear	: "Ninguno",
284
DlgColorHighlight	: "Resaltado",
285
DlgColorSelected	: "Seleccionado",
286

    
287
// Smiley Dialog
288
DlgSmileyTitle		: "Insertar un Emoticon",
289

    
290
// Special Character Dialog
291
DlgSpecialCharTitle	: "Seleccione un caracter especial",
292

    
293
// Table Dialog
294
DlgTableTitle		: "Propiedades de Tabla",
295
DlgTableRows		: "Filas",
296
DlgTableColumns		: "Columnas",
297
DlgTableBorder		: "Tamaño de Borde",
298
DlgTableAlign		: "Alineación",
299
DlgTableAlignNotSet	: "<No establecido>",
300
DlgTableAlignLeft	: "Izquierda",
301
DlgTableAlignCenter	: "Centrado",
302
DlgTableAlignRight	: "Derecha",
303
DlgTableWidth		: "Anchura",
304
DlgTableWidthPx		: "pixeles",
305
DlgTableWidthPc		: "porcentaje",
306
DlgTableHeight		: "Altura",
307
DlgTableCellSpace	: "Esp. e/celdas",
308
DlgTableCellPad		: "Esp. interior",
309
DlgTableCaption		: "Título",
310
DlgTableSummary		: "Síntesis",
311
DlgTableHeaders		: "Encabezados",
312
DlgTableHeadersNone		: "Ninguno",
313
DlgTableHeadersColumn	: "Primera columna",
314
DlgTableHeadersRow		: "Primera fila",
315
DlgTableHeadersBoth		: "Ambas",
316

    
317
// Table Cell Dialog
318
DlgCellTitle		: "Propiedades de Celda",
319
DlgCellWidth		: "Anchura",
320
DlgCellWidthPx		: "pixeles",
321
DlgCellWidthPc		: "porcentaje",
322
DlgCellHeight		: "Altura",
323
DlgCellWordWrap		: "Cortar Línea",
324
DlgCellWordWrapNotSet	: "<No establecido>",
325
DlgCellWordWrapYes	: "Si",
326
DlgCellWordWrapNo	: "No",
327
DlgCellHorAlign		: "Alineación Horizontal",
328
DlgCellHorAlignNotSet	: "<No establecido>",
329
DlgCellHorAlignLeft	: "Izquierda",
330
DlgCellHorAlignCenter	: "Centrado",
331
DlgCellHorAlignRight: "Derecha",
332
DlgCellVerAlign		: "Alineación Vertical",
333
DlgCellVerAlignNotSet	: "<Not establecido>",
334
DlgCellVerAlignTop	: "Tope",
335
DlgCellVerAlignMiddle	: "Medio",
336
DlgCellVerAlignBottom	: "ie",
337
DlgCellVerAlignBaseline	: "Línea de Base",
338
DlgCellType		: "Tipo de celda",
339
DlgCellTypeData		: "Datos",
340
DlgCellTypeHeader	: "Encabezado",
341
DlgCellRowSpan		: "Abarcar Filas",
342
DlgCellCollSpan		: "Abarcar Columnas",
343
DlgCellBackColor	: "Color de Fondo",
344
DlgCellBorderColor	: "Color de Borde",
345
DlgCellBtnSelect	: "Seleccione...",
346

    
347
// Find and Replace Dialog
348
DlgFindAndReplaceTitle	: "Buscar y Reemplazar",
349

    
350
// Find Dialog
351
DlgFindTitle		: "Buscar",
352
DlgFindFindBtn		: "Buscar",
353
DlgFindNotFoundMsg	: "El texto especificado no ha sido encontrado.",
354

    
355
// Replace Dialog
356
DlgReplaceTitle			: "Reemplazar",
357
DlgReplaceFindLbl		: "Texto a buscar:",
358
DlgReplaceReplaceLbl	: "Reemplazar con:",
359
DlgReplaceCaseChk		: "Coincidir may/min",
360
DlgReplaceReplaceBtn	: "Reemplazar",
361
DlgReplaceReplAllBtn	: "Reemplazar Todo",
362
DlgReplaceWordChk		: "Coincidir toda la palabra",
363

    
364
// Paste Operations / Dialog
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).",
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).",
367

    
368
PasteAsText		: "Pegar como Texto Plano",
369
PasteFromWord	: "Pegar desde Word",
370

    
371
DlgPasteMsg2	: "Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl+V</STRONG>); luego presione <STRONG>OK</STRONG>.",
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.",
373
DlgPasteIgnoreFont		: "Ignorar definiciones de fuentes",
374
DlgPasteRemoveStyles	: "Remover definiciones de estilo",
375

    
376
// Color Picker
377
ColorAutomatic	: "Automático",
378
ColorMoreColors	: "Más Colores...",
379

    
380
// Document Properties
381
DocProps		: "Propiedades del Documento",
382

    
383
// Anchor Dialog
384
DlgAnchorTitle		: "Propiedades de la Referencia",
385
DlgAnchorName		: "Nombre de la Referencia",
386
DlgAnchorErrorName	: "Por favor, complete el nombre de la Referencia",
387

    
388
// Speller Pages Dialog
389
DlgSpellNotInDic		: "No se encuentra en el Diccionario",
390
DlgSpellChangeTo		: "Cambiar a",
391
DlgSpellBtnIgnore		: "Ignorar",
392
DlgSpellBtnIgnoreAll	: "Ignorar Todo",
393
DlgSpellBtnReplace		: "Reemplazar",
394
DlgSpellBtnReplaceAll	: "Reemplazar Todo",
395
DlgSpellBtnUndo			: "Deshacer",
396
DlgSpellNoSuggestions	: "- No hay sugerencias -",
397
DlgSpellProgress		: "Control de Ortografía en progreso...",
398
DlgSpellNoMispell		: "Control finalizado: no se encontraron errores",
399
DlgSpellNoChanges		: "Control finalizado: no se ha cambiado ninguna palabra",
400
DlgSpellOneChange		: "Control finalizado: se ha cambiado una palabra",
401
DlgSpellManyChanges		: "Control finalizado: se ha cambiado %1 palabras",
402

    
403
IeSpellDownload			: "Módulo de Control de Ortografía no instalado. ¿Desea descargarlo ahora?",
404

    
405
// Button Dialog
406
DlgButtonText		: "Texto (Valor)",
407
DlgButtonType		: "Tipo",
408
DlgButtonTypeBtn	: "Boton",
409
DlgButtonTypeSbm	: "Enviar",
410
DlgButtonTypeRst	: "Reestablecer",
411

    
412
// Checkbox and Radio Button Dialogs
413
DlgCheckboxName		: "Nombre",
414
DlgCheckboxValue	: "Valor",
415
DlgCheckboxSelected	: "Seleccionado",
416

    
417
// Form Dialog
418
DlgFormName		: "Nombre",
419
DlgFormAction	: "Acción",
420
DlgFormMethod	: "Método",
421

    
422
// Select Field Dialog
423
DlgSelectName		: "Nombre",
424
DlgSelectValue		: "Valor",
425
DlgSelectSize		: "Tamaño",
426
DlgSelectLines		: "Lineas",
427
DlgSelectChkMulti	: "Permitir múltiple selección",
428
DlgSelectOpAvail	: "Opciones disponibles",
429
DlgSelectOpText		: "Texto",
430
DlgSelectOpValue	: "Valor",
431
DlgSelectBtnAdd		: "Agregar",
432
DlgSelectBtnModify	: "Modificar",
433
DlgSelectBtnUp		: "Subir",
434
DlgSelectBtnDown	: "Bajar",
435
DlgSelectBtnSetValue : "Establecer como predeterminado",
436
DlgSelectBtnDelete	: "Eliminar",
437

    
438
// Textarea Dialog
439
DlgTextareaName	: "Nombre",
440
DlgTextareaCols	: "Columnas",
441
DlgTextareaRows	: "Filas",
442

    
443
// Text Field Dialog
444
DlgTextName			: "Nombre",
445
DlgTextValue		: "Valor",
446
DlgTextCharWidth	: "Caracteres de ancho",
447
DlgTextMaxChars		: "Máximo caracteres",
448
DlgTextType			: "Tipo",
449
DlgTextTypeText		: "Texto",
450
DlgTextTypePass		: "Contraseña",
451

    
452
// Hidden Field Dialog
453
DlgHiddenName	: "Nombre",
454
DlgHiddenValue	: "Valor",
455

    
456
// Bulleted List Dialog
457
BulletedListProp	: "Propiedades de Viñetas",
458
NumberedListProp	: "Propiedades de Numeraciones",
459
DlgLstStart			: "Inicio",
460
DlgLstType			: "Tipo",
461
DlgLstTypeCircle	: "Círculo",
462
DlgLstTypeDisc		: "Disco",
463
DlgLstTypeSquare	: "Cuadrado",
464
DlgLstTypeNumbers	: "Números (1, 2, 3)",
465
DlgLstTypeLCase		: "letras en minúsculas (a, b, c)",
466
DlgLstTypeUCase		: "letras en mayúsculas (A, B, C)",
467
DlgLstTypeSRoman	: "Números Romanos (i, ii, iii)",
468
DlgLstTypeLRoman	: "Números Romanos (I, II, III)",
469

    
470
// Document Properties Dialog
471
DlgDocGeneralTab	: "General",
472
DlgDocBackTab		: "Fondo",
473
DlgDocColorsTab		: "Colores y Márgenes",
474
DlgDocMetaTab		: "Meta Información",
475

    
476
DlgDocPageTitle		: "Título de Página",
477
DlgDocLangDir		: "Orientación de idioma",
478
DlgDocLangDirLTR	: "Izq. a Derecha (LTR)",
479
DlgDocLangDirRTL	: "Der. a Izquierda (RTL)",
480
DlgDocLangCode		: "Código de Idioma",
481
DlgDocCharSet		: "Codif. de Conjunto de Caracteres",
482
DlgDocCharSetCE		: "Centro Europeo",
483
DlgDocCharSetCT		: "Chino Tradicional (Big5)",
484
DlgDocCharSetCR		: "Cirílico",
485
DlgDocCharSetGR		: "Griego",
486
DlgDocCharSetJP		: "Japonés",
487
DlgDocCharSetKR		: "Coreano",
488
DlgDocCharSetTR		: "Turco",
489
DlgDocCharSetUN		: "Unicode (UTF-8)",
490
DlgDocCharSetWE		: "Europeo occidental",
491
DlgDocCharSetOther	: "Otra Codificación",
492

    
493
DlgDocDocType		: "Encabezado de Tipo de Documento",
494
DlgDocDocTypeOther	: "Otro Encabezado",
495
DlgDocIncXHTML		: "Incluir Declaraciones XHTML",
496
DlgDocBgColor		: "Color de Fondo",
497
DlgDocBgImage		: "URL de Imagen de Fondo",
498
DlgDocBgNoScroll	: "Fondo sin rolido",
499
DlgDocCText			: "Texto",
500
DlgDocCLink			: "Vínculo",
501
DlgDocCVisited		: "Vínculo Visitado",
502
DlgDocCActive		: "Vínculo Activo",
503
DlgDocMargins		: "Márgenes de Página",
504
DlgDocMaTop			: "Tope",
505
DlgDocMaLeft		: "Izquierda",
506
DlgDocMaRight		: "Derecha",
507
DlgDocMaBottom		: "Pie",
508
DlgDocMeIndex		: "Claves de indexación del Documento (separados por comas)",
509
DlgDocMeDescr		: "Descripción del Documento",
510
DlgDocMeAuthor		: "Autor",
511
DlgDocMeCopy		: "Copyright",
512
DlgDocPreview		: "Vista Previa",
513

    
514
// Templates Dialog
515
Templates			: "Plantillas",
516
DlgTemplatesTitle	: "Contenido de Plantillas",
517
DlgTemplatesSelMsg	: "Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):",
518
DlgTemplatesLoading	: "Cargando lista de Plantillas. Por favor, aguarde...",
519
DlgTemplatesNoTpl	: "(No hay plantillas definidas)",
520
DlgTemplatesReplace	: "Reemplazar el contenido actual",
521

    
522
// About Dialog
523
DlgAboutAboutTab	: "Acerca de",
524
DlgAboutBrowserInfoTab	: "Información de Navegador",
525
DlgAboutLicenseTab	: "Licencia",
526
DlgAboutVersion		: "versión",
527
DlgAboutInfo		: "Para mayor información por favor dirigirse a",
528

    
529
// Div Dialog
530
DlgDivGeneralTab	: "General",
531
DlgDivAdvancedTab	: "Avanzado",
532
DlgDivStyle		: "Estilo",
533
DlgDivInlineStyle	: "Estilos CSS",
534

    
535
ScaytTitle			: "SCAYT",	//MISSING
536
ScaytTitleOptions	: "Options",	//MISSING
537
ScaytTitleLangs		: "Languages",	//MISSING
538
ScaytTitleAbout		: "About"	//MISSING
539
};
(17-17/59)