X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e7f8fb547940c134de50db80ffaf54be1135ca7b..fbd145a2acd338b7bb7d152fa24692d8ff3e6b4c:/Products/ckeditor/skins/ckeditor/plugins/codemirror/lang/gl.js diff --git a/Products/ckeditor/skins/ckeditor/plugins/codemirror/lang/gl.js b/Products/ckeditor/skins/ckeditor/plugins/codemirror/lang/gl.js new file mode 100755 index 0000000..8d7743f --- /dev/null +++ b/Products/ckeditor/skins/ckeditor/plugins/codemirror/lang/gl.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', 'gl', { + toolbar: 'Código Fonte', + searchCode: 'Search Source', + autoFormat: 'Format Selection', + commentSelectedRange: 'Comment Selection', + uncommentSelectedRange: 'Uncomment Selection', + autoCompleteToggle: 'Enable/Disable HTML Tag Autocomplete' +});