diff options
Diffstat (limited to 'plugins/toolbar/lang/pl.js')
| -rw-r--r-- | plugins/toolbar/lang/pl.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/pl.js b/plugins/toolbar/lang/pl.js new file mode 100644 index 0000000..825247e --- /dev/null +++ b/plugins/toolbar/lang/pl.js @@ -0,0 +1,22 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'pl', {
+ toolbarCollapse: 'Zwiń pasek narzędzi',
+ toolbarExpand: 'Rozwiń pasek narzędzi',
+ toolbarGroups: {
+ document: 'Dokument',
+ clipboard: 'Schowek/Wstecz',
+ editing: 'Edycja',
+ forms: 'Formularze',
+ basicstyles: 'Style podstawowe',
+ paragraph: 'Akapit',
+ links: 'Hiperłącza',
+ insert: 'Wstawianie',
+ styles: 'Style',
+ colors: 'Kolory',
+ tools: 'Narzędzia'
+ },
+ toolbars: 'Paski narzędzi edytora'
+});
|
