upgrading tinymce to 2.0.5.1
This commit is contained in:
parent
00d46f6148
commit
c012e8913d
35 changed files with 1224 additions and 0 deletions
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/si.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'To je samo primer popup okna',
|
||||
template_desc : 'To je samo primer gumba'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/tr.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Bu sadece bir şablon popup penceresidir',
|
||||
template_desc : 'Bu sadece bir şablon butonudur'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/vi.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Đây chỉ là một cửa sổ bật ra cho mẫu',
|
||||
template_desc : 'Đây chỉ là một nút cho mẫu'
|
||||
});
|
||||
9
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/zh_cn_utf8.js
vendored
Executable file
9
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
/* Remember to namespace the language parameters <your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : '这是一个模板弹出窗口',
|
||||
template_desc : '这是一个模板按钮'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue