Skip to content

Commit

Permalink
Create es.js to include spanish language in options
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielepuyao authored Sep 13, 2016
1 parent 8ee6cc0 commit 73ef391
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lang/es.js
Original file line number Diff line number Diff line change
@@ -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:'
} );

0 comments on commit 73ef391

Please sign in to comment.