mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-15 21:30:56 +00:00
first commit
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
CKEDITOR.plugins.setLang("stat","en",{
|
||||
strlen:'chars',
|
||||
sel:'selected',
|
||||
source:'source',
|
||||
words:'words',
|
||||
});
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
CKEDITOR.plugins.setLang("stat","fr",{
|
||||
strlen: 'Lettres',
|
||||
sel: 'Séléction',
|
||||
source: 'Source',
|
||||
words: 'Mots',
|
||||
});
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
CKEDITOR.plugins.setLang("stat","ru",{
|
||||
strlen:'Символов',
|
||||
sel:'Выделено',
|
||||
source:'Исходник',
|
||||
words:'Слов',
|
||||
});
|
||||
Reference in New Issue
Block a user