aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/no.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/forms/lang/no.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/forms/lang/no.js')
-rw-r--r--sources/plugins/forms/lang/no.js71
1 files changed, 71 insertions, 0 deletions
diff --git a/sources/plugins/forms/lang/no.js b/sources/plugins/forms/lang/no.js
new file mode 100644
index 00000000..11a18d71
--- /dev/null
+++ b/sources/plugins/forms/lang/no.js
@@ -0,0 +1,71 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'forms', 'no', {
6 button: {
7 title: 'Egenskaper for knapp',
8 text: 'Tekst (verdi)',
9 type: 'Type',
10 typeBtn: 'Knapp',
11 typeSbm: 'Send',
12 typeRst: 'Nullstill'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Egenskaper for avmerkingsboks',
16 radioTitle: 'Egenskaper for alternativknapp',
17 value: 'Verdi',
18 selected: 'Valgt',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Egenskaper for skjema',
23 menu: 'Egenskaper for skjema',
24 action: 'Handling',
25 method: 'Metode',
26 encoding: 'Encoding'
27 },
28 hidden: {
29 title: 'Egenskaper for skjult felt',
30 name: 'Navn',
31 value: 'Verdi'
32 },
33 select: {
34 title: 'Egenskaper for rullegardinliste',
35 selectInfo: 'Info',
36 opAvail: 'Tilgjenglige alternativer',
37 value: 'Verdi',
38 size: 'Størrelse',
39 lines: 'Linjer',
40 chkMulti: 'Tillat flervalg',
41 required: 'Required', // MISSING
42 opText: 'Tekst',
43 opValue: 'Verdi',
44 btnAdd: 'Legg til',
45 btnModify: 'Endre',
46 btnUp: 'Opp',
47 btnDown: 'Ned',
48 btnSetValue: 'Sett som valgt',
49 btnDelete: 'Slett'
50 },
51 textarea: {
52 title: 'Egenskaper for tekstområde',
53 cols: 'Kolonner',
54 rows: 'Rader'
55 },
56 textfield: {
57 title: 'Egenskaper for tekstfelt',
58 name: 'Navn',
59 value: 'Verdi',
60 charWidth: 'Tegnbredde',
61 maxChars: 'Maks antall tegn',
62 required: 'Required', // MISSING
63 type: 'Type',
64 typeText: 'Tekst',
65 typePass: 'Passord',
66 typeEmail: 'Epost',
67 typeSearch: 'Søk',
68 typeTel: 'Telefonnummer',
69 typeUrl: 'URL'
70 }
71} );