~ubuntu-branches/ubuntu/gutsy/moin/gutsy

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/lang/no.js

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *      Norwegian language file.
15
15
 * 
16
16
 * File Authors:
17
 
 *              Martin Kronstad (www.siteman.no) (martin.kronstad@broadpark.no)
 
17
 *              Martin Kronstad (www.siteman.no) (martin.kronstad@gmail.com)
18
18
 */
19
19
 
20
20
var FCKLang =
85
85
Replace                         : "Erstatt",
86
86
SpellCheck                      : "Stavekontroll",
87
87
UniversalKeyboard       : "Universelt tastatur",
 
88
PageBreakLbl            : "Sideskift",
 
89
PageBreak                       : "Sett inn sideskift",
88
90
 
89
91
Form                    : "Skjema",
90
92
Checkbox                : "Sjekkboks",
106
108
DeleteCells                     : "Slett celler",
107
109
MergeCells                      : "Slå sammen celler",
108
110
SplitCell                       : "Splitt celler",
 
111
TableDelete                     : "Slett tabell",
109
112
CellProperties          : "Celleegenskaper",
110
113
TableProperties         : "Tabellegenskaper",
111
114
ImageProperties         : "Bildeegenskaper",
133
136
UnknownCommand          : "Ukjent kommando \"%1\"",
134
137
NotImplemented          : "Kommando ikke ennå implimentert",
135
138
UnknownToolbarSet       : "Verktøylinjesett \"%1\" finnes ikke",
136
 
NoActiveX                       : "You browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",  //MISSING
 
139
NoActiveX                       : "Din nettleser's sikkerhetsinstillinger kan begrense noen av funksjonene i redigeringsverktøyet. Du må aktivere \"Kjør ActiveXkontroller og plugins\". Du kan oppleve feil og advarsler om manglende funksjoner",
 
140
BrowseServerBlocked : "Kunne ikke åpne dialogboksen for filarkiv. Pass på at du har slått av popupstoppere.",
 
141
DialogBlocked           : "Kunne ikke åpne dialogboksen. Pass på at du har slått av popupstoppere.",
137
142
 
138
143
// Dialogs
139
144
DlgBtnOK                        : "OK",
278
283
DlgTableCellSpace       : "Celle marg",
279
284
DlgTableCellPad         : "Celle polstring",
280
285
DlgTableCaption         : "Tittel",
 
286
DlgTableSummary         : "Sammendrag",
281
287
 
282
288
// Table Cell Dialog
283
289
DlgCellTitle            : "Celle egenskaper",
416
422
NumberedListProp        : "Ordnet listeegenskaper",
417
423
DlgLstType                      : "Type",
418
424
DlgLstTypeCircle        : "Sirkel",
419
 
DlgLstTypeDisc          : "Disc",       //MISSING
 
425
DlgLstTypeDisc          : "Hel sirkel",
420
426
DlgLstTypeSquare        : "Firkant",
421
427
DlgLstTypeNumbers       : "Numre(1, 2, 3)",
422
428
DlgLstTypeLCase         : "Små bokstaver (a, b, c)",