##// END OF EJS Templates
Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes)....
Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes). New permission added: protect wiki pages. Once a page is protected, it can be edited/renamed/deleted only by users who have this permission. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1415 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1368:4403e300ff2d
r1400:04766697357b
Show More
jstoolbar-th.js
14 lines | 846 B | application/javascript | JavascriptLexer
Jean-Philippe Lang
Thai translation added (Gampol Thitinilnithi, #1136)....
r1368 jsToolBar.strings = {};
jsToolBar.strings['Strong'] = 'หนา';
jsToolBar.strings['Italic'] = 'เอียง';
jsToolBar.strings['Underline'] = 'ขีดเส้นใต้';
jsToolBar.strings['Deleted'] = 'ขีดฆ่า';
jsToolBar.strings['Code'] = 'โค๊ดโปรแกรม';
jsToolBar.strings['Heading 1'] = 'หัวข้อ 1';
jsToolBar.strings['Heading 2'] = 'หัวข้อ 2';
jsToolBar.strings['Heading 3'] = 'หัวข้อ 3';
jsToolBar.strings['Unordered list'] = 'รายการ';
jsToolBar.strings['Ordered list'] = 'ลำดับเลข';
jsToolBar.strings['Preformatted text'] = 'รูปแบบข้อความคงที่';
jsToolBar.strings['Wiki link'] = 'เชื่อมโยงไปหน้า Wiki อื่น';
jsToolBar.strings['Image'] = 'รูปภาพ';