diff --git a/lang/es.js b/lang/es.js new file mode 100644 index 0000000..9c71b00 --- /dev/null +++ b/lang/es.js @@ -0,0 +1,17 @@ +/* + Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license + */ +CKEDITOR.plugins.setLang( 'chart', 'es', { + bar: 'Barra', + chart: 'Gráfico', + chartType: 'Tipo de gráfico:', + dialogTitle: 'Editar Gráfico', + doughnut: 'Dona', + height: 'Alto:', + label: 'Etiqueta:', + line: 'Línea', + pie: 'Circular', + polar: 'Polar', + value: 'Valor:' +} );