Ticket #3987: 3987.patch
File 3987.patch, 14.7 KB (added by , 16 years ago) |
---|
-
_source/lang/_translationstatus.txt
15 15 en-ca.js Found: 395 Missing: 40 16 16 en-uk.js Found: 395 Missing: 40 17 17 eo.js Found: 282 Missing: 153 18 es.js Found: 332 Missing: 10318 es.js Found: 435 Missing: 0 19 19 et.js Found: 326 Missing: 109 20 20 eu.js Found: 327 Missing: 108 21 21 fa.js Found: 327 Missing: 108 … … 56 56 uk.js Found: 327 Missing: 108 57 57 vi.js Found: 326 Missing: 109 58 58 zh-cn.js Found: 332 Missing: 103 59 zh.js Found: 327 Missing: 108 59 zh.js Found: 327 Missing: 108 60 No newline at end of file -
_source/lang/es.js
31 31 * Screenreader titles. Please note that screenreaders are not always capable 32 32 * of reading non-English words. So be careful while translating it. 33 33 */ 34 editorTitle : ' Rich text editor, %1', // MISSING34 editorTitle : 'Editor de texto enriquecido, %1', 35 35 36 36 // Toolbar buttons without dialogs. 37 37 source : 'Fuente HTML', … … 90 90 cancel : 'Cancelar', 91 91 generalTab : 'General', 92 92 advancedTab : 'Avanzado', 93 validateNumberFailed : ' This value is not a number.', // MISSING94 confirmNewPage : ' Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING95 confirmCancel : ' Some of the options have been changed. Are you sure to close the dialog?', // MISSING93 validateNumberFailed : 'El valor no es un número.', 94 confirmNewPage : 'Cualquier cambio que no se haya guardado se perderá. ¿Está seguro de querer crear una nueva página?', 95 confirmCancel : 'Algunas de las opciones se han cambiado. ¿Está seguro de querer cerrar el diálogo?', 96 96 97 97 // Put the voice-only part of the label in the span. 98 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING98 unavailable : '%1<span class="cke_accessibility">, no disponible</span>' 99 99 }, 100 100 101 101 // Special char dialog. … … 129 129 targetFrameName : 'Nombre del Marco Destino', 130 130 targetPopupName : 'Nombre de Ventana Emergente', 131 131 popupFeatures : 'Características de Ventana Emergente', 132 popupResizable : 'Re sizable', // MISSING132 popupResizable : 'Redimensionable', 133 133 popupStatusBar : 'Barra de Estado', 134 134 popupLocationBar : 'Barra de ubicación', 135 135 popupToolbar : 'Barra de Herramientas', … … 141 141 popupLeft : 'Posición Izquierda', 142 142 popupHeight : 'Altura', 143 143 popupTop : 'Posición Derecha', 144 id : 'Id', // MISSING144 id : 'Id', 145 145 langDir : 'Orientación', 146 146 langDirNotSet : '<No definido>', 147 147 langDirLTR : 'Izquierda a Derecha (LTR)', … … 187 187 notFoundMsg : 'El texto especificado no ha sido encontrado.', 188 188 matchCase : 'Coincidir may/min', 189 189 matchWord : 'Coincidir toda la palabra', 190 matchCyclic : ' Match cyclic', // MISSING190 matchCyclic : 'Buscar en todo el contenido', 191 191 replaceAll : 'Reemplazar Todo', 192 replaceSuccessMsg : ' %1 occurrence(s) replaced.' // MISSING192 replaceSuccessMsg : 'La expresión buscada ha sido reemplazada %1 veces.' 193 193 }, 194 194 195 195 // Table Dialog … … 220 220 headersColumn : 'Primera columna', 221 221 headersRow : 'Primera fila', 222 222 headersBoth : 'Ambas', 223 invalidRows : ' Number of rows must be a number greater than 0.', // MISSING224 invalidCols : ' Number of columns must be a number greater than 0.', // MISSING225 invalidBorder : ' Border size must be a number.', // MISSING226 invalidWidth : ' Table width must be a number.', // MISSING227 invalidHeight : ' Table height must be a number.', // MISSING228 invalidCellSpacing : ' Cell spacing must be a number.', // MISSING229 invalidCellPadding : ' Cell padding must be a number.', // MISSING223 invalidRows : 'El número de filas debe ser un número mayor que 0.', 224 invalidCols : 'El número de columnas debe ser un número mayor que 0.', 225 invalidBorder : 'El tamaño del borde debe ser un número.', 226 invalidWidth : 'La anchura de tabla debe ser un número.', 227 invalidHeight : 'La altura de tabla debe ser un número.', 228 invalidCellSpacing : 'El espaciado entre celdas debe ser un número.', 229 invalidCellPadding : 'El espaciado interior debe ser un número.', 230 230 231 231 cell : 232 232 { … … 239 239 mergeDown : 'Combinar hacia abajo', 240 240 splitHorizontal : 'Dividir la celda horizontalmente', 241 241 splitVertical : 'Dividir la celda verticalmente', 242 title : ' Cell Properties', // MISSING243 cellType : ' Cell Type', // MISSING244 rowSpan : ' Rows Span', // MISSING245 colSpan : ' Columns Span', // MISSING246 wordWrap : ' Word Wrap', // MISSING247 hAlign : ' Horizontal Alignment', // MISSING248 vAlign : ' Vertical Alignment', // MISSING249 alignTop : ' Top', // MISSING250 alignMiddle : 'M iddle', // MISSING251 alignBottom : ' Bottom', // MISSING252 alignBaseline : ' Baseline', // MISSING253 bgColor : ' Background Color', // MISSING254 borderColor : ' Border Color', // MISSING255 data : 'Dat a', // MISSING256 header : ' Header', // MISSING257 yes : ' Yes', // MISSING258 no : 'No', // MISSING259 invalidWidth : ' Cell width must be a number.', // MISSING260 invalidHeight : ' Cell height must be a number.', // MISSING261 invalidRowSpan : ' Rows span must be a whole number.', // MISSING262 invalidColSpan : ' Columns span must be a whole number.' // MISSING242 title : 'Propiedades de celda', 243 cellType : 'Tipo de Celda', 244 rowSpan : 'Expandir filas', 245 colSpan : 'Expandir columnas', 246 wordWrap : 'Ajustar al contenido', 247 hAlign : 'Alineación Horizontal', 248 vAlign : 'Alineación Vertical', 249 alignTop : 'Arriba', 250 alignMiddle : 'Medio', 251 alignBottom : 'Abajo', 252 alignBaseline : 'Linea de base', 253 bgColor : 'Color de fondo', 254 borderColor : 'Color de borde', 255 data : 'Datos', 256 header : 'Encabezado', 257 yes : 'Sí', 258 no : 'No', 259 invalidWidth : 'La anchura de celda debe ser un número.', 260 invalidHeight : 'La altura de celda debe ser un número.', 261 invalidRowSpan : 'La expansión de filas debe ser un número entero.', 262 invalidColSpan : 'La expansión de columnas debe ser un número entero.' 263 263 }, 264 264 265 265 row : … … 306 306 menu : 'Propiedades de Formulario', 307 307 action : 'Acción', 308 308 method : 'Método', 309 encoding : ' Encoding', // MISSING309 encoding : 'Codificación', 310 310 target : 'Destino', 311 311 targetNotSet : '<No definido>', 312 312 targetNew : 'Nueva Ventana(_blank)', … … 395 395 preview : 'Vista Previa', 396 396 alertUrl : 'Por favor escriba la URL de la imagen', 397 397 linkTab : 'Vínculo', 398 button2Img : ' Do you want to transform the selected image button on a simple image?', // MISSING399 img2Button : ' Do you want to transform the selected image on a image button?' // MISSING398 button2Img : '¿Desea convertir el botón de imagen en una simple imagen?', 399 img2Button : '¿Desea convertir la imagen en un botón de imagen?' 400 400 }, 401 401 402 402 // Flash Dialog 403 403 flash : 404 404 { 405 405 properties : 'Propiedades de Flash', 406 propertiesTab : 'Prop erties', // MISSING406 propertiesTab : 'Propiedades', 407 407 title : 'Propiedades de Flash', 408 408 chkPlay : 'Autoejecución', 409 409 chkLoop : 'Repetir', 410 410 chkMenu : 'Activar Menú Flash', 411 chkFull : ' Allow Fullscreen', // MISSING411 chkFull : 'Permitir pantalla completa', 412 412 scale : 'Escala', 413 413 scaleAll : 'Mostrar todo', 414 414 scaleNoBorder : 'Sin Borde', 415 415 scaleFit : 'Ajustado', 416 access : ' Script Access', // MISSING417 accessAlways : ' Always', // MISSING418 accessSameDomain : ' Same domain', // MISSING419 accessNever : 'N ever', // MISSING416 access : 'Acceso de scripts', 417 accessAlways : 'Siempre', 418 accessSameDomain : 'Mismo dominio', 419 accessNever : 'Nunca', 420 420 align : 'Alineación', 421 421 alignLeft : 'Izquierda', 422 422 alignAbsBottom: 'Abs inferior', … … 427 427 alignRight : 'Derecha', 428 428 alignTextTop : 'Tope del texto', 429 429 alignTop : 'Tope', 430 quality : ' Quality', // MISSING431 qualityBest : ' Best', // MISSING432 qualityHigh : ' High', // MISSING433 qualityAutoHigh : 'Auto High', // MISSING434 qualityMedium : 'Medi um', // MISSING435 qualityAutoLow : 'Auto Low', // MISSING436 qualityLow : ' Low', // MISSING437 windowModeWindow : ' Window', // MISSING438 windowModeOpaque : 'Opa que', // MISSING439 windowModeTransparent : 'Transparent ', // MISSING440 windowMode : 'Window mode', // MISSING441 flashvars : ' Variables for Flash', // MISSING430 quality : 'Calidad', 431 qualityBest : 'La mejor', 432 qualityHigh : 'Alta', 433 qualityAutoHigh : 'Auto Alta', 434 qualityMedium : 'Media', 435 qualityAutoLow : 'Auto Baja', 436 qualityLow : 'Baja', 437 windowModeWindow : 'Ventana', 438 windowModeOpaque : 'Opaco', 439 windowModeTransparent : 'Transparente', 440 windowMode : 'WindowMode', 441 flashvars : 'FlashVars', 442 442 bgcolor : 'Color de Fondo', 443 443 width : 'Anchura', 444 444 height : 'Altura', 445 445 hSpace : 'Esp.Horiz', 446 446 vSpace : 'Esp.Vert', 447 validateSrc : 'Por favor tipeeel vínculo URL',448 validateWidth : ' Width must be a number.', // MISSING449 validateHeight : ' Height must be a number.', // MISSING450 validateHSpace : ' HSpace must be a number.', // MISSING451 validateVSpace : ' VSpace must be a number.' // MISSING447 validateSrc : 'Por favor escriba el vínculo URL', 448 validateWidth : 'Anchura debe ser un número.', 449 validateHeight : 'Altura debe ser un número.', 450 validateHSpace : 'Esp.Horiz debe ser un número.', 451 validateVSpace : 'Esp.Vert debe ser un número.' 452 452 }, 453 453 454 454 // Speller Pages Dialog 455 455 spellCheck : 456 456 { 457 457 toolbar : 'Ortografía', 458 title : ' Spell Check', // MISSING459 notAvailable : ' Sorry, but service is unavailable now.', // MISSING460 errorLoading : 'Error loading application service host: %s.', // MISSING458 title : 'Comprobar ortografía', 459 notAvailable : 'Lo sentimos pero el servicio no está disponible.', 460 errorLoading : 'Error cargando la aplicación del servidor: %s.', 461 461 notInDic : 'No se encuentra en el Diccionario', 462 462 changeTo : 'Cambiar a', 463 463 btnIgnore : 'Ignorar', … … 482 482 483 483 elementsPath : 484 484 { 485 eleTitle : '%1 element ' // MISSING485 eleTitle : '%1 elemento' 486 486 }, 487 487 488 488 numberedlist : 'Numeración', … … 538 538 stylesCombo : 539 539 { 540 540 label : 'Estilo', 541 voiceLabel : ' Styles', // MISSING542 panelVoiceLabel : ' Select a style', // MISSING543 panelTitle1 : ' Block Styles', // MISSING544 panelTitle2 : ' Inline Styles', // MISSING545 panelTitle3 : ' Object Styles' // MISSING541 voiceLabel : 'Estilos', 542 panelVoiceLabel : 'Elija un estilo', 543 panelTitle1 : 'Estilos de párrafo', 544 panelTitle2 : 'Estilos de carácter', 545 panelTitle3 : 'Estilos de objeto' 546 546 }, 547 547 548 548 format : 549 549 { 550 550 label : 'Formato', 551 voiceLabel : 'Format ', // MISSING551 voiceLabel : 'Formato', 552 552 panelTitle : 'Formato', 553 panelVoiceLabel : ' Select a paragraph format', // MISSING553 panelVoiceLabel : 'Elija un formato de párrafo', 554 554 555 555 tag_p : 'Normal', 556 556 tag_pre : 'Con formato', … … 567 567 font : 568 568 { 569 569 label : 'Fuente', 570 voiceLabel : 'F ont', // MISSING570 voiceLabel : 'Fuente', 571 571 panelTitle : 'Fuente', 572 panelVoiceLabel : ' Select a font' // MISSING572 panelVoiceLabel : 'Elija una fuente' 573 573 }, 574 574 575 575 fontSize : 576 576 { 577 577 label : 'Tamaño', 578 voiceLabel : ' Font Size', // MISSING578 voiceLabel : 'Tamaño de fuente', 579 579 panelTitle : 'Tamaño', 580 panelVoiceLabel : ' Select a font size' // MISSING580 panelVoiceLabel : 'Elija un tamaño de fuente' 581 581 }, 582 582 583 583 colorButton : … … 634 634 635 635 scayt : 636 636 { 637 title : ' Spell Check As You Type', // MISSING638 enable : ' Enable SCAYT', // MISSING639 disable : 'D isable SCAYT', // MISSING640 about : 'A bout SCAYT', // MISSING641 toggle : ' Toggle SCAYT', // MISSING642 options : 'Op tions', // MISSING643 langs : ' Languages', // MISSING644 moreSuggestions : 'M ore suggestions', // MISSING645 ignore : 'Ignor e', // MISSING646 ignoreAll : 'Ignor e All', // MISSING647 addWord : 'A dd Word', // MISSING648 emptyDic : ' Dictionary name should not be empty.', // MISSING649 optionsTab : 'Op tions', // MISSING650 languagesTab : ' Languages', // MISSING651 dictionariesTab : 'Dic tionaries', // MISSING652 aboutTab : 'A bout' // MISSING637 title : 'Comprobar Ortografía Mientras Escribe', 638 enable : 'Activar COME', 639 disable : 'Desactivar COME', 640 about : 'Acerca de COME', 641 toggle : 'Cambiar COME', 642 options : 'Opciones', 643 langs : 'Idiomas', 644 moreSuggestions : 'Más sugerencias', 645 ignore : 'Ignorar', 646 ignoreAll : 'Ignorar Todas', 647 addWord : 'Añadir palabra', 648 emptyDic : 'El nombre del diccionario no puede estar en blanco.', 649 optionsTab : 'Opciones', 650 languagesTab : 'Idiomas', 651 dictionariesTab : 'Diccionarios', 652 aboutTab : 'Acerca de' 653 653 }, 654 654 655 655 about : 656 656 { 657 title : 'A bout CKEditor', // MISSING658 dlgTitle : 'A bout CKEditor', // MISSING659 moreInfo : ' For licensing information please visit our web site:', // MISSING660 copy : 'Copyright © $1. All rights reserved.' // MISSING657 title : 'Acerca de CKEditor', 658 dlgTitle : 'Acerca de CKEditor', 659 moreInfo : 'Para información de licencia, por favor visite nuestro sitio web:', 660 copy : 'Copyright © $1. Todos los derechos reservados.' 661 661 }, 662 662 663 maximize : 'Maximiz e', // MISSING663 maximize : 'Maximizar', 664 664 665 665 fakeobjects : 666 666 { 667 anchor : 'Anc hor', // MISSING668 flash : ' Flash Animation', // MISSING669 div : ' Page Break', // MISSING670 unknown : ' Unknown Object' // MISSING667 anchor : 'Ancla', 668 flash : 'Animación flash', 669 div : 'Salto de página', 670 unknown : 'Objeto desconocido' 671 671 }, 672 672 673 resize : 'Drag to resize' // MISSING 674 }; 673 resize : 'Arrastre para redimensionar' 674 }; 675 No newline at end of file -
CHANGES.html
138 138 <li><a href="http://dev.fckeditor.net/ticket/3782">#3782</a> : Remove empty list in table cell result in collapsed cell.</li> 139 139 <li>Updated the following language files:<ul> 140 140 <li><a href="http://dev.fckeditor.net/ticket/3837">#3837</a> : Brazilian Portuguese.</li> 141 <li><a href="http://dev.fckeditor.net/ticket/3987">#3987</a> : Spanish.</li> 141 142 </ul></li> 142 143 <li><a href="http://dev.fckeditor.net/ticket/3984">#3984</a> : [IE]The pre-formatted style is generating error.</li> 143 144 <li><a href="http://dev.fckeditor.net/ticket/3946">#3946</a> : Fixed unable to hide contextmenu.</li>