-
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.
Added support for more charts, setting height in a dialog and new con…
…figuration options.
- Loading branch information
Showing
8 changed files
with
3,770 additions
and
111 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
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
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', 'en', { | ||
bar: 'Bar', | ||
chart: 'Chart', | ||
chartType: 'Chart type:', | ||
dialogTitle: 'Edit Chart', | ||
doughnut: 'Doughnut', | ||
height: 'Height:', | ||
label: 'Label:', | ||
line: 'Line', | ||
pie: 'Pie', | ||
polar: 'Polar', | ||
value: 'Value:' | ||
} ); |
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', 'pl', { | ||
bar: 'Słupkowy', | ||
chart: 'Wykres', | ||
chartType: 'Rodzaj wykresu:', | ||
dialogTitle: 'Edycja Wykresu', | ||
doughnut: 'Pączek', | ||
height: 'Wysokość:', | ||
label: 'Etykieta:', | ||
line: 'Liniowy', | ||
pie: 'Ciastko', | ||
polar: 'Polarny', | ||
value: 'Wartość:' | ||
} ); |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.