init
This commit is contained in:
8
public/tinymce/plugins/codemirror/langs/en.js
Normal file
8
public/tinymce/plugins/codemirror/langs/en.js
Normal file
@@ -0,0 +1,8 @@
|
||||
tinymce.addI18n('en',{
|
||||
'HTML source code': 'HTML source code',
|
||||
'Start search': 'Start search',
|
||||
'Find next': 'Find next',
|
||||
'Find previous': 'Find previous',
|
||||
'Replace': 'Replace',
|
||||
'Replace all': 'Replace all'
|
||||
});
|
||||
8
public/tinymce/plugins/codemirror/langs/nl.js
Normal file
8
public/tinymce/plugins/codemirror/langs/nl.js
Normal file
@@ -0,0 +1,8 @@
|
||||
tinymce.addI18n('nl',{
|
||||
'HTML source code': 'HTML broncode',
|
||||
'Start search': 'Start zoeken',
|
||||
'Find next': 'Zoek volgende',
|
||||
'Find previous': 'Zoek vorige',
|
||||
'Replace': 'Vervang',
|
||||
'Replace all': 'Vervang alle'
|
||||
});
|
||||
8
public/tinymce/plugins/codemirror/langs/zh_CN.js
Normal file
8
public/tinymce/plugins/codemirror/langs/zh_CN.js
Normal file
@@ -0,0 +1,8 @@
|
||||
tinymce.addI18n('en',{
|
||||
'HTML source code': 'HTML源码',
|
||||
'Start search': '查找',
|
||||
'Find next': '下一个',
|
||||
'Find previous': '前一个',
|
||||
'Replace': '替换',
|
||||
'Replace all': '替换所有'
|
||||
});
|
||||
Reference in New Issue
Block a user