Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1075 ddelon 1
/*
1921 jp_milcent 2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2008 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.
1075 ddelon 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",
1921 jp_milcent 47
VisitLink			: "Abrir enlace",
1075 ddelon 48
Anchor				: "Referencia",
1921 jp_milcent 49
AnchorDelete		: "Eliminar Referencia",
1075 ddelon 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",
1921 jp_milcent 75
Blockquote			: "Cita",
76
CreateDiv			: "Crear contenedor (div)",
77
EditDiv				: "Editar contenedor (div)",
78
DeleteDiv			: "Eliminar contenedor (div)",
1075 ddelon 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",
1921 jp_milcent 112
ShowBlocks		: "Mostrar bloques",
1075 ddelon 113
 
114
// Context Menu
115
EditLink			: "Editar Vínculo",
116
CellCM				: "Celda",
117
RowCM				: "Fila",
118
ColumnCM			: "Columna",
1921 jp_milcent 119
InsertRowAfter		: "Insertar fila en la parte inferior",
120
InsertRowBefore		: "Insertar fila en la parte superior",
1075 ddelon 121
DeleteRows			: "Eliminar Filas",
1921 jp_milcent 122
InsertColumnAfter	: "Insertar columna a la derecha",
123
InsertColumnBefore	: "Insertar columna a la izquierda",
1075 ddelon 124
DeleteColumns		: "Eliminar Columnas",
1921 jp_milcent 125
InsertCellAfter		: "Insertar celda a la derecha",
126
InsertCellBefore	: "Insertar celda a la izquierda",
1075 ddelon 127
DeleteCells			: "Eliminar Celdas",
128
MergeCells			: "Combinar Celdas",
1921 jp_milcent 129
MergeRight			: "Combinar a la derecha",
130
MergeDown			: "Combinar hacia abajo",
131
HorizontalSplitCell	: "Dividir la celda horizontalmente",
132
VerticalSplitCell	: "Dividir la celda verticalmente",
1075 ddelon 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).",
1921 jp_milcent 164
VisitLinkBlocked	: "Nose ha podido abrir la ventana. Asegurese de que todos los bloqueadores de popups están deshabilitados.",
1075 ddelon 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",
1921 jp_milcent 179
DlgGenLangDir		: "Orientación",
1075 ddelon 180
DlgGenLangDirLtr	: "Izquierda a Derecha (LTR)",
181
DlgGenLangDirRtl	: "Derecha a Izquierda (RTL)",
1921 jp_milcent 182
DlgGenLangCode		: "Cód. de idioma",
1075 ddelon 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",
1921 jp_milcent 218
DlgImgAlertUrl		: "Por favor escriba la URL de la imagen",
1075 ddelon 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",
1921 jp_milcent 246
DlgLnkNoAnchors		: "(No hay referencias disponibles en el documento)",
1075 ddelon 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",
1921 jp_milcent 279
DlnLnkMsgInvPopName	: "El nombre debe empezar con un caracter alfanumérico y no debe contener espacios",
1075 ddelon 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
 
312
// Table Cell Dialog
313
DlgCellTitle		: "Propiedades de Celda",
314
DlgCellWidth		: "Anchura",
315
DlgCellWidthPx		: "pixeles",
316
DlgCellWidthPc		: "porcentaje",
317
DlgCellHeight		: "Altura",
318
DlgCellWordWrap		: "Cortar Línea",
319
DlgCellWordWrapNotSet	: "<No establecido>",
320
DlgCellWordWrapYes	: "Si",
321
DlgCellWordWrapNo	: "No",
322
DlgCellHorAlign		: "Alineación Horizontal",
323
DlgCellHorAlignNotSet	: "<No establecido>",
324
DlgCellHorAlignLeft	: "Izquierda",
325
DlgCellHorAlignCenter	: "Centrado",
326
DlgCellHorAlignRight: "Derecha",
327
DlgCellVerAlign		: "Alineación Vertical",
328
DlgCellVerAlignNotSet	: "<Not establecido>",
329
DlgCellVerAlignTop	: "Tope",
330
DlgCellVerAlignMiddle	: "Medio",
331
DlgCellVerAlignBottom	: "ie",
332
DlgCellVerAlignBaseline	: "Línea de Base",
333
DlgCellRowSpan		: "Abarcar Filas",
334
DlgCellCollSpan		: "Abarcar Columnas",
335
DlgCellBackColor	: "Color de Fondo",
336
DlgCellBorderColor	: "Color de Borde",
337
DlgCellBtnSelect	: "Seleccione...",
338
 
1921 jp_milcent 339
// Find and Replace Dialog
340
DlgFindAndReplaceTitle	: "Buscar y Reemplazar",
341
 
1075 ddelon 342
// Find Dialog
343
DlgFindTitle		: "Buscar",
344
DlgFindFindBtn		: "Buscar",
345
DlgFindNotFoundMsg	: "El texto especificado no ha sido encontrado.",
346
 
347
// Replace Dialog
348
DlgReplaceTitle			: "Reemplazar",
349
DlgReplaceFindLbl		: "Texto a buscar:",
350
DlgReplaceReplaceLbl	: "Reemplazar con:",
351
DlgReplaceCaseChk		: "Coincidir may/min",
352
DlgReplaceReplaceBtn	: "Reemplazar",
353
DlgReplaceReplAllBtn	: "Reemplazar Todo",
354
DlgReplaceWordChk		: "Coincidir toda la palabra",
355
 
356
// Paste Operations / Dialog
357
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).",
358
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).",
359
 
360
PasteAsText		: "Pegar como Texto Plano",
361
PasteFromWord	: "Pegar desde Word",
362
 
363
DlgPasteMsg2	: "Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl+V</STRONG>); luego presione <STRONG>OK</STRONG>.",
1921 jp_milcent 364
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.",
1075 ddelon 365
DlgPasteIgnoreFont		: "Ignorar definiciones de fuentes",
366
DlgPasteRemoveStyles	: "Remover definiciones de estilo",
367
 
368
// Color Picker
369
ColorAutomatic	: "Automático",
370
ColorMoreColors	: "Más Colores...",
371
 
372
// Document Properties
373
DocProps		: "Propiedades del Documento",
374
 
375
// Anchor Dialog
376
DlgAnchorTitle		: "Propiedades de la Referencia",
377
DlgAnchorName		: "Nombre de la Referencia",
378
DlgAnchorErrorName	: "Por favor, complete el nombre de la Referencia",
379
 
380
// Speller Pages Dialog
381
DlgSpellNotInDic		: "No se encuentra en el Diccionario",
382
DlgSpellChangeTo		: "Cambiar a",
383
DlgSpellBtnIgnore		: "Ignorar",
384
DlgSpellBtnIgnoreAll	: "Ignorar Todo",
385
DlgSpellBtnReplace		: "Reemplazar",
386
DlgSpellBtnReplaceAll	: "Reemplazar Todo",
387
DlgSpellBtnUndo			: "Deshacer",
388
DlgSpellNoSuggestions	: "- No hay sugerencias -",
389
DlgSpellProgress		: "Control de Ortografía en progreso...",
390
DlgSpellNoMispell		: "Control finalizado: no se encontraron errores",
391
DlgSpellNoChanges		: "Control finalizado: no se ha cambiado ninguna palabra",
392
DlgSpellOneChange		: "Control finalizado: se ha cambiado una palabra",
393
DlgSpellManyChanges		: "Control finalizado: se ha cambiado %1 palabras",
394
 
395
IeSpellDownload			: "Módulo de Control de Ortografía no instalado. ¿Desea descargarlo ahora?",
396
 
397
// Button Dialog
398
DlgButtonText		: "Texto (Valor)",
399
DlgButtonType		: "Tipo",
1921 jp_milcent 400
DlgButtonTypeBtn	: "Boton",
401
DlgButtonTypeSbm	: "Enviar",
402
DlgButtonTypeRst	: "Reestablecer",
1075 ddelon 403
 
404
// Checkbox and Radio Button Dialogs
405
DlgCheckboxName		: "Nombre",
406
DlgCheckboxValue	: "Valor",
407
DlgCheckboxSelected	: "Seleccionado",
408
 
409
// Form Dialog
410
DlgFormName		: "Nombre",
411
DlgFormAction	: "Acción",
412
DlgFormMethod	: "Método",
413
 
414
// Select Field Dialog
415
DlgSelectName		: "Nombre",
416
DlgSelectValue		: "Valor",
417
DlgSelectSize		: "Tamaño",
418
DlgSelectLines		: "Lineas",
419
DlgSelectChkMulti	: "Permitir múltiple selección",
420
DlgSelectOpAvail	: "Opciones disponibles",
421
DlgSelectOpText		: "Texto",
422
DlgSelectOpValue	: "Valor",
423
DlgSelectBtnAdd		: "Agregar",
424
DlgSelectBtnModify	: "Modificar",
425
DlgSelectBtnUp		: "Subir",
426
DlgSelectBtnDown	: "Bajar",
427
DlgSelectBtnSetValue : "Establecer como predeterminado",
428
DlgSelectBtnDelete	: "Eliminar",
429
 
430
// Textarea Dialog
431
DlgTextareaName	: "Nombre",
432
DlgTextareaCols	: "Columnas",
433
DlgTextareaRows	: "Filas",
434
 
435
// Text Field Dialog
436
DlgTextName			: "Nombre",
437
DlgTextValue		: "Valor",
438
DlgTextCharWidth	: "Caracteres de ancho",
439
DlgTextMaxChars		: "Máximo caracteres",
440
DlgTextType			: "Tipo",
441
DlgTextTypeText		: "Texto",
442
DlgTextTypePass		: "Contraseña",
443
 
444
// Hidden Field Dialog
445
DlgHiddenName	: "Nombre",
446
DlgHiddenValue	: "Valor",
447
 
448
// Bulleted List Dialog
449
BulletedListProp	: "Propiedades de Viñetas",
450
NumberedListProp	: "Propiedades de Numeraciones",
1921 jp_milcent 451
DlgLstStart			: "Inicio",
1075 ddelon 452
DlgLstType			: "Tipo",
453
DlgLstTypeCircle	: "Círculo",
454
DlgLstTypeDisc		: "Disco",
455
DlgLstTypeSquare	: "Cuadrado",
456
DlgLstTypeNumbers	: "Números (1, 2, 3)",
457
DlgLstTypeLCase		: "letras en minúsculas (a, b, c)",
458
DlgLstTypeUCase		: "letras en mayúsculas (A, B, C)",
459
DlgLstTypeSRoman	: "Números Romanos (i, ii, iii)",
460
DlgLstTypeLRoman	: "Números Romanos (I, II, III)",
461
 
462
// Document Properties Dialog
463
DlgDocGeneralTab	: "General",
464
DlgDocBackTab		: "Fondo",
465
DlgDocColorsTab		: "Colores y Márgenes",
466
DlgDocMetaTab		: "Meta Información",
467
 
468
DlgDocPageTitle		: "Título de Página",
469
DlgDocLangDir		: "Orientación de idioma",
470
DlgDocLangDirLTR	: "Izq. a Derecha (LTR)",
471
DlgDocLangDirRTL	: "Der. a Izquierda (RTL)",
472
DlgDocLangCode		: "Código de Idioma",
473
DlgDocCharSet		: "Codif. de Conjunto de Caracteres",
1921 jp_milcent 474
DlgDocCharSetCE		: "Centro Europeo",
475
DlgDocCharSetCT		: "Chino Tradicional (Big5)",
476
DlgDocCharSetCR		: "Cirílico",
477
DlgDocCharSetGR		: "Griego",
478
DlgDocCharSetJP		: "Japonés",
479
DlgDocCharSetKR		: "Coreano",
480
DlgDocCharSetTR		: "Turco",
481
DlgDocCharSetUN		: "Unicode (UTF-8)",
482
DlgDocCharSetWE		: "Europeo occidental",
1075 ddelon 483
DlgDocCharSetOther	: "Otra Codificación",
484
 
485
DlgDocDocType		: "Encabezado de Tipo de Documento",
486
DlgDocDocTypeOther	: "Otro Encabezado",
487
DlgDocIncXHTML		: "Incluir Declaraciones XHTML",
488
DlgDocBgColor		: "Color de Fondo",
489
DlgDocBgImage		: "URL de Imagen de Fondo",
490
DlgDocBgNoScroll	: "Fondo sin rolido",
491
DlgDocCText			: "Texto",
492
DlgDocCLink			: "Vínculo",
493
DlgDocCVisited		: "Vínculo Visitado",
494
DlgDocCActive		: "Vínculo Activo",
495
DlgDocMargins		: "Márgenes de Página",
496
DlgDocMaTop			: "Tope",
497
DlgDocMaLeft		: "Izquierda",
498
DlgDocMaRight		: "Derecha",
499
DlgDocMaBottom		: "Pie",
500
DlgDocMeIndex		: "Claves de indexación del Documento (separados por comas)",
501
DlgDocMeDescr		: "Descripción del Documento",
502
DlgDocMeAuthor		: "Autor",
503
DlgDocMeCopy		: "Copyright",
504
DlgDocPreview		: "Vista Previa",
505
 
506
// Templates Dialog
507
Templates			: "Plantillas",
508
DlgTemplatesTitle	: "Contenido de Plantillas",
509
DlgTemplatesSelMsg	: "Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):",
510
DlgTemplatesLoading	: "Cargando lista de Plantillas. Por favor, aguarde...",
511
DlgTemplatesNoTpl	: "(No hay plantillas definidas)",
1921 jp_milcent 512
DlgTemplatesReplace	: "Reemplazar el contenido actual",
1075 ddelon 513
 
514
// About Dialog
515
DlgAboutAboutTab	: "Acerca de",
516
DlgAboutBrowserInfoTab	: "Información de Navegador",
517
DlgAboutLicenseTab	: "Licencia",
518
DlgAboutVersion		: "versión",
1921 jp_milcent 519
DlgAboutInfo		: "Para mayor información por favor dirigirse a",
520
 
521
// Div Dialog
522
DlgDivGeneralTab	: "General",
523
DlgDivAdvancedTab	: "Avanzado",
524
DlgDivStyle		: "Estilo",
525
DlgDivInlineStyle	: "Estilos CSS"
526
};