summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/no.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle/lang/no.js')
-rw-r--r--plugins/liststyle/lang/no.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/no.js b/plugins/liststyle/lang/no.js
deleted file mode 100644
index 89000ec..0000000
--- a/plugins/liststyle/lang/no.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'liststyle', 'no', {
- armenian: 'Armensk nummerering',
- bulletedTitle: 'Egenskaper for punktmerket liste',
- circle: 'Sirkel',
- decimal: 'Tall (1, 2, 3, osv.)',
- decimalLeadingZero: 'Tall, med førstesiffer null (01, 02, 03, osv.)',
- disc: 'Disk',
- georgian: 'Georgisk nummerering (an, ban, gan, osv.)',
- lowerAlpha: 'Alfabetisk, små (a, b, c, d, e, osv.)',
- lowerGreek: 'Gresk, små (alpha, beta, gamma, osv.)',
- lowerRoman: 'Romertall, små (i, ii, iii, iv, v, osv.)',
- none: 'Ingen',
- notset: '<ikke satt>',
- numberedTitle: 'Egenskaper for nummerert liste',
- square: 'Firkant',
- start: 'Start',
- type: 'Type',
- upperAlpha: 'Alfabetisk, store (A, B, C, D, E, osv.)',
- upperRoman: 'Romertall, store (I, II, III, IV, V, osv.)',
- validateStartNumber: 'Starten på listen må være et heltall.'
-});