Ticket #3987: 3987.patch

File 3987.patch, 14.7 KB (added by Alfonso Martínez de Lizarrondo, 15 years ago)

Proposed patch

  • _source/lang/_translationstatus.txt

     
    1515en-ca.js   Found: 395 Missing: 40
    1616en-uk.js   Found: 395 Missing: 40
    1717eo.js      Found: 282 Missing: 153
    18 es.js      Found: 332 Missing: 103
     18es.js      Found: 435 Missing: 0
    1919et.js      Found: 326 Missing: 109
    2020eu.js      Found: 327 Missing: 108
    2121fa.js      Found: 327 Missing: 108
     
    5656uk.js      Found: 327 Missing: 108
    5757vi.js      Found: 326 Missing: 109
    5858zh-cn.js   Found: 332 Missing: 103
    59 zh.js      Found: 327 Missing: 108
     59zh.js      Found: 327 Missing: 108
     60 No newline at end of file
  • _source/lang/es.js

     
    3131         * Screenreader titles. Please note that screenreaders are not always capable
    3232         * of reading non-English words. So be careful while translating it.
    3333         */
    34         editorTitle             : 'Rich text editor, %1', // MISSING
     34        editorTitle             : 'Editor de texto enriquecido, %1',
    3535
    3636        // Toolbar buttons without dialogs.
    3737        source                  : 'Fuente HTML',
     
    9090                cancel                  : 'Cancelar',
    9191                generalTab              : 'General',
    9292                advancedTab             : 'Avanzado',
    93                 validateNumberFailed    : 'This value is not a number.', // MISSING
    94                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
    95                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
     93                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?',
    9696
    9797                // Put the voice-only part of the label in the span.
    98                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
     98                unavailable             : '%1<span class="cke_accessibility">, no disponible</span>'
    9999        },
    100100
    101101        // Special char dialog.
     
    129129                targetFrameName : 'Nombre del Marco Destino',
    130130                targetPopupName : 'Nombre de Ventana Emergente',
    131131                popupFeatures   : 'Características de Ventana Emergente',
    132                 popupResizable  : 'Resizable', // MISSING
     132                popupResizable  : 'Redimensionable',
    133133                popupStatusBar  : 'Barra de Estado',
    134134                popupLocationBar        : 'Barra de ubicación',
    135135                popupToolbar    : 'Barra de Herramientas',
     
    141141                popupLeft               : 'Posición Izquierda',
    142142                popupHeight             : 'Altura',
    143143                popupTop                : 'Posición Derecha',
    144                 id                              : 'Id', // MISSING
     144                id                              : 'Id',
    145145                langDir                 : 'Orientación',
    146146                langDirNotSet   : '<No definido>',
    147147                langDirLTR              : 'Izquierda a Derecha (LTR)',
     
    187187                notFoundMsg                     : 'El texto especificado no ha sido encontrado.',
    188188                matchCase                       : 'Coincidir may/min',
    189189                matchWord                       : 'Coincidir toda la palabra',
    190                 matchCyclic                     : 'Match cyclic', // MISSING
     190                matchCyclic                     : 'Buscar en todo el contenido',
    191191                replaceAll                      : 'Reemplazar Todo',
    192                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING
     192                replaceSuccessMsg       : 'La expresión buscada ha sido reemplazada %1 veces.'
    193193        },
    194194
    195195        // Table Dialog
     
    220220                headersColumn   : 'Primera columna',
    221221                headersRow              : 'Primera fila',
    222222                headersBoth             : 'Ambas',
    223                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING
    224                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING
    225                 invalidBorder   : 'Border size must be a number.', // MISSING
    226                 invalidWidth    : 'Table width must be a number.', // MISSING
    227                 invalidHeight   : 'Table height must be a number.', // MISSING
    228                 invalidCellSpacing      : 'Cell spacing must be a number.', // MISSING
    229                 invalidCellPadding      : 'Cell padding must be a number.', // MISSING
     223                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.',
    230230
    231231                cell :
    232232                {
     
    239239                        mergeDown               : 'Combinar hacia abajo',
    240240                        splitHorizontal : 'Dividir la celda horizontalmente',
    241241                        splitVertical   : 'Dividir la celda verticalmente',
    242                         title                   : 'Cell Properties', // MISSING
    243                         cellType                : 'Cell Type', // MISSING
    244                         rowSpan                 : 'Rows Span', // MISSING
    245                         colSpan                 : 'Columns Span', // MISSING
    246                         wordWrap                : 'Word Wrap', // MISSING
    247                         hAlign                  : 'Horizontal Alignment', // MISSING
    248                         vAlign                  : 'Vertical Alignment', // MISSING
    249                         alignTop                : 'Top', // MISSING
    250                         alignMiddle             : 'Middle', // MISSING
    251                         alignBottom             : 'Bottom', // MISSING
    252                         alignBaseline   : 'Baseline', // MISSING
    253                         bgColor                 : 'Background Color', // MISSING
    254                         borderColor             : 'Border Color', // MISSING
    255                         data                    : 'Data', // MISSING
    256                         header                  : 'Header', // MISSING
    257                         yes                             : 'Yes', // MISSING
    258                         no                              : 'No', // MISSING
    259                         invalidWidth    : 'Cell width must be a number.', // MISSING
    260                         invalidHeight   : 'Cell height must be a number.', // MISSING
    261                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING
    262                         invalidColSpan  : 'Columns span must be a whole number.' // MISSING
     242                        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.'
    263263                },
    264264
    265265                row :
     
    306306                menu            : 'Propiedades de Formulario',
    307307                action          : 'Acción',
    308308                method          : 'Método',
    309                 encoding        : 'Encoding', // MISSING
     309                encoding        : 'Codificación',
    310310                target          : 'Destino',
    311311                targetNotSet    : '<No definido>',
    312312                targetNew       : 'Nueva Ventana(_blank)',
     
    395395                preview : 'Vista Previa',
    396396                alertUrl        : 'Por favor escriba la URL de la imagen',
    397397                linkTab : 'Vínculo',
    398                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING
    399                 img2Button      : 'Do you want to transform the selected image on a image button?' // MISSING
     398                button2Img      : '¿Desea convertir el botón de imagen en una simple imagen?',
     399                img2Button      : '¿Desea convertir la imagen en un botón de imagen?'
    400400        },
    401401
    402402        // Flash Dialog
    403403        flash :
    404404        {
    405405                properties              : 'Propiedades de Flash',
    406                 propertiesTab   : 'Properties', // MISSING
     406                propertiesTab   : 'Propiedades',
    407407                title           : 'Propiedades de Flash',
    408408                chkPlay         : 'Autoejecución',
    409409                chkLoop         : 'Repetir',
    410410                chkMenu         : 'Activar Menú Flash',
    411                 chkFull         : 'Allow Fullscreen', // MISSING
     411                chkFull         : 'Permitir pantalla completa',
    412412                scale           : 'Escala',
    413413                scaleAll                : 'Mostrar todo',
    414414                scaleNoBorder   : 'Sin Borde',
    415415                scaleFit                : 'Ajustado',
    416                 access                  : 'Script Access', // MISSING
    417                 accessAlways    : 'Always', // MISSING
    418                 accessSameDomain        : 'Same domain', // MISSING
    419                 accessNever     : 'Never', // MISSING
     416                access                  : 'Acceso de scripts',
     417                accessAlways    : 'Siempre',
     418                accessSameDomain        : 'Mismo dominio',
     419                accessNever     : 'Nunca',
    420420                align           : 'Alineación',
    421421                alignLeft       : 'Izquierda',
    422422                alignAbsBottom: 'Abs inferior',
     
    427427                alignRight      : 'Derecha',
    428428                alignTextTop    : 'Tope del texto',
    429429                alignTop        : 'Tope',
    430                 quality         : 'Quality', // MISSING
    431                 qualityBest              : 'Best', // MISSING
    432                 qualityHigh              : 'High', // MISSING
    433                 qualityAutoHigh  : 'Auto High', // MISSING
    434                 qualityMedium    : 'Medium', // MISSING
    435                 qualityAutoLow   : 'Auto Low', // MISSING
    436                 qualityLow               : 'Low', // MISSING
    437                 windowModeWindow         : 'Window', // MISSING
    438                 windowModeOpaque         : 'Opaque', // MISSING
    439                 windowModeTransparent    : 'Transparent', // MISSING
    440                 windowMode      : 'Window mode', // MISSING
    441                 flashvars       : 'Variables for Flash', // MISSING
     430                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',
    442442                bgcolor : 'Color de Fondo',
    443443                width   : 'Anchura',
    444444                height  : 'Altura',
    445445                hSpace  : 'Esp.Horiz',
    446446                vSpace  : 'Esp.Vert',
    447                 validateSrc : 'Por favor tipee el vínculo URL',
    448                 validateWidth : 'Width must be a number.', // MISSING
    449                 validateHeight : 'Height must be a number.', // MISSING
    450                 validateHSpace : 'HSpace must be a number.', // MISSING
    451                 validateVSpace : 'VSpace must be a number.' // MISSING
     447                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.'
    452452        },
    453453
    454454        // Speller Pages Dialog
    455455        spellCheck :
    456456        {
    457457                toolbar                 : 'Ortografía',
    458                 title                   : 'Spell Check', // MISSING
    459                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING
    460                 errorLoading    : 'Error loading application service host: %s.', // MISSING
     458                title                   : 'Comprobar ortografía',
     459                notAvailable    : 'Lo sentimos pero el servicio no está disponible.',
     460                errorLoading    : 'Error cargando la aplicación del servidor: %s.',
    461461                notInDic                : 'No se encuentra en el Diccionario',
    462462                changeTo                : 'Cambiar a',
    463463                btnIgnore               : 'Ignorar',
     
    482482
    483483        elementsPath :
    484484        {
    485                 eleTitle : '%1 element' // MISSING
     485                eleTitle : '%1 elemento'
    486486        },
    487487
    488488        numberedlist : 'Numeración',
     
    538538        stylesCombo :
    539539        {
    540540                label : 'Estilo',
    541                 voiceLabel : 'Styles', // MISSING
    542                 panelVoiceLabel : 'Select a style', // MISSING
    543                 panelTitle1 : 'Block Styles', // MISSING
    544                 panelTitle2 : 'Inline Styles', // MISSING
    545                 panelTitle3 : 'Object Styles' // MISSING
     541                voiceLabel : 'Estilos',
     542                panelVoiceLabel : 'Elija un estilo',
     543                panelTitle1 : 'Estilos de párrafo',
     544                panelTitle2 : 'Estilos de carácter',
     545                panelTitle3 : 'Estilos de objeto'
    546546        },
    547547
    548548        format :
    549549        {
    550550                label : 'Formato',
    551                 voiceLabel : 'Format', // MISSING
     551                voiceLabel : 'Formato',
    552552                panelTitle : 'Formato',
    553                 panelVoiceLabel : 'Select a paragraph format', // MISSING
     553                panelVoiceLabel : 'Elija un formato de párrafo',
    554554
    555555                tag_p : 'Normal',
    556556                tag_pre : 'Con formato',
     
    567567        font :
    568568        {
    569569                label : 'Fuente',
    570                 voiceLabel : 'Font', // MISSING
     570                voiceLabel : 'Fuente',
    571571                panelTitle : 'Fuente',
    572                 panelVoiceLabel : 'Select a font' // MISSING
     572                panelVoiceLabel : 'Elija una fuente'
    573573        },
    574574
    575575        fontSize :
    576576        {
    577577                label : 'Tamaño',
    578                 voiceLabel : 'Font Size', // MISSING
     578                voiceLabel : 'Tamaño de fuente',
    579579                panelTitle : 'Tamaño',
    580                 panelVoiceLabel : 'Select a font size' // MISSING
     580                panelVoiceLabel : 'Elija un tamaño de fuente'
    581581        },
    582582
    583583        colorButton :
     
    634634
    635635        scayt :
    636636        {
    637                 title : 'Spell Check As You Type', // MISSING
    638                 enable : 'Enable SCAYT', // MISSING
    639                 disable : 'Disable SCAYT', // MISSING
    640                 about : 'About SCAYT', // MISSING
    641                 toggle : 'Toggle SCAYT', // MISSING
    642                 options : 'Options', // MISSING
    643                 langs : 'Languages', // MISSING
    644                 moreSuggestions : 'More suggestions', // MISSING
    645                 ignore : 'Ignore', // MISSING
    646                 ignoreAll : 'Ignore All', // MISSING
    647                 addWord : 'Add Word', // MISSING
    648                 emptyDic : 'Dictionary name should not be empty.', // MISSING
    649                 optionsTab : 'Options', // MISSING
    650                 languagesTab : 'Languages', // MISSING
    651                 dictionariesTab : 'Dictionaries', // MISSING
    652                 aboutTab : 'About' // MISSING
     637                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'
    653653        },
    654654
    655655        about :
    656656        {
    657                 title : 'About CKEditor', // MISSING
    658                 dlgTitle : 'About CKEditor', // MISSING
    659                 moreInfo : 'For licensing information please visit our web site:', // MISSING
    660                 copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
     657                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 &copy; $1. Todos los derechos reservados.'
    661661        },
    662662
    663         maximize : 'Maximize', // MISSING
     663        maximize : 'Maximizar',
    664664
    665665        fakeobjects :
    666666        {
    667                 anchor : 'Anchor', // MISSING
    668                 flash : 'Flash Animation', // MISSING
    669                 div : 'Page Break', // MISSING
    670                 unknown : 'Unknown Object' // MISSING
     667                anchor : 'Ancla',
     668                flash : 'Animación flash',
     669                div : 'Salto de página',
     670                unknown : 'Objeto desconocido'
    671671        },
    672672
    673         resize : 'Drag to resize' // MISSING
    674 };
     673        resize : 'Arrastre para redimensionar'
     674};
     675 No newline at end of file
  • CHANGES.html

     
    138138                <li><a href="http://dev.fckeditor.net/ticket/3782">#3782</a> : Remove empty list in table cell result in collapsed cell.</li>
    139139                <li>Updated the following language files:<ul>
    140140                        <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>
    141142                </ul></li>
    142143                <li><a href="http://dev.fckeditor.net/ticket/3984">#3984</a> : [IE]The pre-formatted style is generating error.</li>
    143144                <li><a href="http://dev.fckeditor.net/ticket/3946">#3946</a> : Fixed unable to hide contextmenu.</li>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy