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