mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
7 lines
157 B
JavaScript
Executable File
7 lines
157 B
JavaScript
Executable File
CKEDITOR.plugins.setLang( 'insertpre', 'pl', {
|
|
title : 'Wstaw kod',
|
|
code : 'Kod',
|
|
edit : 'Edytuj',
|
|
notEmpty: 'Pole z kodem nie może być puste.'
|
|
});
|