JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / devtools / lang / nb.js
1 /*\r
2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 CKEDITOR.plugins.setLang( 'devtools', 'nb',\r
7 {\r
8         devTools :\r
9         {\r
10                 title           : 'Elementinformasjon',\r
11                 dialogName      : 'Navn på dialogvindu',\r
12                 tabName         : 'Navn på fane',\r
13                 elementId       : 'Element-ID',\r
14                 elementType     : 'Elementtype'\r
15         }\r
16 });\r