X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fes.js;h=b1f0454407e6ca212659d56eadaee0fee4be8867;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=b51b0b00bb6f30fa97ef922965d48037952b6f6b;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/_source/lang/es.js b/_source/lang/es.js index b51b0b0..b1f0454 100644 --- a/_source/lang/es.js +++ b/_source/lang/es.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['es'] = @@ -121,8 +121,10 @@ CKEDITOR.lang['es'] = alignBottom : 'Pie', invalidHeight : 'Altura debe ser un número.', invalidWidth : 'Anchura debe ser un número.', - invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING - invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidCssLength : 'El valor especificado para el campo "%1" debe ser un número positivo, incluyendo optionalmente una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).', + invalidHtmlLength : 'El valor especificado para el campo "%1" debe ser un número positivo, incluyendo optionalmente una unidad de medida HTML válida (px o %).', + invalidInlineStyle : 'El valor especificado para el estilo debe consistir en uno o más pares con el formato "nombre: valor", separados por punto y coma.', + cssLengthTooltip : 'Introduca un número para el valor en pixels o un número con una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).', // Put the voice-only part of the label in the span. unavailable : '%1, no disponible' @@ -204,7 +206,7 @@ CKEDITOR.lang['es'] = title : 'Propiedades de Referencia', name : 'Nombre de la Referencia', errorName : 'Por favor, complete el nombre de la Referencia', - remove : 'Remove Anchor' // MISSING + remove : 'Quitar Referencia' }, // List style dialog @@ -240,6 +242,7 @@ CKEDITOR.lang['es'] = findWhat : 'Texto a buscar:', replaceWith : 'Reemplazar con:', notFoundMsg : 'El texto especificado no ha sido encontrado.', + findOptions : 'Opciones de búsqueda', matchCase : 'Coincidir may/min', matchWord : 'Coincidir toda la palabra', matchCyclic : 'Buscar en todo el contenido',