-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create es.js to include spanish language in options
- Loading branch information
1 parent
8ee6cc0
commit 73ef391
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:' | ||
} ); |