Déplacement préalable à l'eggification.
[ckeditor.git] / Products / ckeditor / skins / ckeditor / plugins / codemirror / lang / no.js
1 /*
2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'codemirror', 'no', {
6 toolbar: 'Kilde',
7 searchCode: 'Search Source',
8 autoFormat: 'Format Selection',
9 commentSelectedRange: 'Comment Selection',
10 uncommentSelectedRange: 'Uncomment Selection',
11 autoCompleteToggle: 'Enable/Disable HTML Tag Autocomplete'
12 });