mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-24 00:46:39 +00:00
first commit
This commit is contained in:
10
lib/ckeditor4/plugins/codemirror/lang/ca.js
Executable file
10
lib/ckeditor4/plugins/codemirror/lang/ca.js
Executable file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'codemirror', 'ca', {
|
||||
toolbar: 'Codi font',
|
||||
autoFormat: 'Format Selection',
|
||||
commentSelectedRange: 'Comment Selection',
|
||||
uncommentSelectedRange: 'Uncomment Selection'
|
||||
});
|
||||
Reference in New Issue
Block a user