blob: 7c2d55a51dbc42ae47ff7b95b26bc395b716b7e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY tableWindow.title "Tabellegenskaper">
<!ENTITY applyButton.label "Bruk">
<!ENTITY applyButton.accesskey "B">
<!ENTITY closeButton.label "Lukk">
<!ENTITY tableTab.label "Tabell">
<!ENTITY cellTab.label "Celler">
<!ENTITY tableRows.label "Rader:">
<!ENTITY tableRows.accessKey "R">
<!ENTITY tableColumns.label "Kolonner:">
<!ENTITY tableColumns.accessKey "K">
<!ENTITY tableHeight.label "Høyde:">
<!ENTITY tableHeight.accessKey "ø">
<!ENTITY tableWidth.label "Bredde:">
<!ENTITY tableWidth.accessKey "B">
<!ENTITY tableBorderSpacing.label "Kantlinjer og mellomrom">
<!ENTITY tableBorderWidth.label "Kantlinje:">
<!ENTITY tableBorderWidth.accessKey "K">
<!ENTITY tableSpacing.label "Mellomrom:">
<!ENTITY tableSpacing.accessKey "M">
<!ENTITY tablePadding.label "Padding:">
<!ENTITY tablePadding.accessKey "P">
<!ENTITY tablePxBetwCells.label "piksler mellom celler">
<!ENTITY tablePxBetwBrdrCellContent.label "piksler mellom cellens kantlinje og innhold">
<!ENTITY tableAlignment.label "Tabelljustering:">
<!ENTITY tableAlignment.accessKey "T">
<!ENTITY tableCaption.label "Beskrivelse:">
<!ENTITY tableCaption.accessKey "B">
<!ENTITY tableCaptionAbove.label "Over tabellen">
<!ENTITY tableCaptionBelow.label "Under tabellen">
<!ENTITY tableCaptionLeft.label "Venstre for tabellen">
<!ENTITY tableCaptionRight.label "Høyre for tabellen">
<!ENTITY tableCaptionNone.label "Ingen">
<!ENTITY tableInheritColor.label "(La sidefargen skinne gjennom)">
<!ENTITY cellSelection.label "Merket område">
<!ENTITY cellSelectCell.label "Celle">
<!ENTITY cellSelectRow.label "Rad">
<!ENTITY cellSelectColumn.label "Kolonne">
<!ENTITY cellSelectNext.label "Neste">
<!ENTITY cellSelectNext.accessKey "N">
<!ENTITY cellSelectPrevious.label "Forrige:">
<!ENTITY cellSelectPrevious.accessKey "F">
<!ENTITY applyBeforeChange.label "Følgende endringer vil bli brukt før bytte av merket område.">
<!ENTITY cellContentAlignment.label "Innholdsjustering">
<!ENTITY cellHorizontal.label "Horisontal:">
<!ENTITY cellHorizontal.accessKey "H">
<!ENTITY cellVertical.label "Vertikal:">
<!ENTITY cellVertical.accessKey "V">
<!ENTITY cellStyle.label "Cellestil:">
<!ENTITY cellStyle.accessKey "C">
<!ENTITY cellNormal.label "Normal">
<!ENTITY cellHeader.label "Overskrift">
<!ENTITY cellTextWrap.label "Tekstbryting:">
<!ENTITY cellTextWrap.accessKey "b">
<!ENTITY cellWrap.label "Linjebryting">
<!ENTITY cellNoWrap.label "Ingen tekstbryting">
<!ENTITY cellAlignTop.label "Topp">
<!ENTITY cellAlignMiddle.label "Midten">
<!ENTITY cellAlignBottom.label "Bunn">
<!ENTITY cellAlignJustify.label "Justering">
<!ENTITY cellInheritColor.label "(La tabellfargen skinne gjennom)">
<!ENTITY cellUseCheckboxHelp.label "Bruk avkrysningsbokser for å avgjøre hvilke egenskaper som gjelder alle merkede celler">
<!-- Used in both Table and Cell panels -->
<!ENTITY size.label "Størrelse">
<!ENTITY pixels.label "piksler">
<!ENTITY backgroundColor.label "Bakgrunnsfarge:">
<!ENTITY backgroundColor.accessKey "B">
<!ENTITY AlignLeft.label "Venstre">
<!ENTITY AlignCenter.label "Midtstill">
<!ENTITY AlignRight.label "Høyre">
|