]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/liststyle/lang/no.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / liststyle / lang / no.js
CommitLineData
3332bebe
IB
1/*\r
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'liststyle', 'no', {\r
6 armenian: 'Armensk nummerering',\r
7 bulletedTitle: 'Egenskaper for punktmerket liste',\r
8 circle: 'Sirkel',\r
9 decimal: 'Tall (1, 2, 3, osv.)',\r
10 decimalLeadingZero: 'Tall, med førstesiffer null (01, 02, 03, osv.)',\r
11 disc: 'Disk',\r
12 georgian: 'Georgisk nummerering (an, ban, gan, osv.)',\r
13 lowerAlpha: 'Alfabetisk, små (a, b, c, d, e, osv.)',\r
14 lowerGreek: 'Gresk, små (alpha, beta, gamma, osv.)',\r
15 lowerRoman: 'Romertall, små (i, ii, iii, iv, v, osv.)',\r
16 none: 'Ingen',\r
17 notset: '<ikke satt>',\r
18 numberedTitle: 'Egenskaper for nummerert liste',\r
19 square: 'Firkant',\r
20 start: 'Start',\r
21 type: 'Type',\r
22 upperAlpha: 'Alfabetisk, store (A, B, C, D, E, osv.)',\r
23 upperRoman: 'Romertall, store (I, II, III, IV, V, osv.)',\r
24 validateStartNumber: 'Starten på listen må være et heltall.'\r
25} );\r