mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-21 15:40:22 +00:00
first commit
This commit is contained in:
6
lib/ckeditor4/plugins/insertpre/lang/en.js
Executable file
6
lib/ckeditor4/plugins/insertpre/lang/en.js
Executable file
@@ -0,0 +1,6 @@
|
||||
CKEDITOR.plugins.setLang( 'insertpre', 'en', {
|
||||
title : 'Insert code snippet',
|
||||
code : 'Code',
|
||||
edit : 'Edit code',
|
||||
notEmpty : 'The code field cannot be empty.'
|
||||
});
|
||||
6
lib/ckeditor4/plugins/insertpre/lang/pl.js
Executable file
6
lib/ckeditor4/plugins/insertpre/lang/pl.js
Executable file
@@ -0,0 +1,6 @@
|
||||
CKEDITOR.plugins.setLang( 'insertpre', 'pl', {
|
||||
title : 'Wstaw kod',
|
||||
code : 'Kod',
|
||||
edit : 'Edytuj',
|
||||
notEmpty: 'Pole z kodem nie może być puste.'
|
||||
});
|
||||
Reference in New Issue
Block a user