X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/dd55f919fd97b1bdedb9b1465db672a11f916d2c..1c760f8ef98dbf02e660ae4d758aae7952026b6f:/skins/ckeditor/plugins/codemirror/lang/vi.js diff --git a/skins/ckeditor/plugins/codemirror/lang/vi.js b/skins/ckeditor/plugins/codemirror/lang/vi.js new file mode 100755 index 0000000..b5d8a2d --- /dev/null +++ b/skins/ckeditor/plugins/codemirror/lang/vi.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'codemirror', 'vi', { + toolbar: 'Mã HTML', + searchCode: 'Search Source', + autoFormat: 'Format Selection', + commentSelectedRange: 'Comment Selection', + uncommentSelectedRange: 'Uncomment Selection', + autoCompleteToggle: 'Enable/Disable HTML Tag Autocomplete' +});