[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/include/fckeditor/editor/lang/ -> sv.js (source)

   1  ï»ż/*
   2   * FCKeditor - The text editor for internet
   3   * Copyright (C) 2003-2005 Frederico Caldeira Knabben
   4   * 
   5   * Licensed under the terms of the GNU Lesser General Public License:
   6   *         http://www.opensource.org/licenses/lgpl-license.php
   7   * 
   8   * For further information visit:
   9   *         http://www.fckeditor.net/
  10   * 
  11   * "Support Open Source software. What about a donation today?"
  12   * 
  13   * File Name: sv.js
  14   *     Swedish language file.
  15   * 
  16   * File Authors:
  17   *         Kristoffer Malvefors (kristoffer@intema.ws)
  18   */
  19  
  20  var FCKLang =
  21  {
  22  // Language direction : "ltr" (left to right) or "rtl" (right to left).
  23  Dir                    : "ltr",
  24  
  25  ToolbarCollapse        : "Dölj verktygsfÀlt",
  26  ToolbarExpand        : "Visa verktygsfÀlt",
  27  
  28  // Toolbar Items and Context Menu
  29  Save                : "Spara",
  30  NewPage                : "Ny sida",
  31  Preview                : "Förhandsgranska",
  32  Cut                    : "Klipp ut",
  33  Copy                : "Kopiera",
  34  Paste                : "Klistra in",
  35  PasteText            : "Klistra in som text",
  36  PasteWord            : "Klistra in frÄn Word",
  37  Print                : "Skriv ut",
  38  SelectAll            : "Markera allt",
  39  RemoveFormat        : "Radera formatering",
  40  InsertLinkLbl        : "LĂ€nk",
  41  InsertLink            : "Infoga/Redigera lÀnk",
  42  RemoveLink            : "Radera lÀnk",
  43  Anchor                : "Infoga/Redigera ankarlÀnk",
  44  InsertImageLbl        : "Bild",
  45  InsertImage            : "Infoga/Redigera bild",
  46  InsertFlashLbl        : "Flash",
  47  InsertFlash            : "Infoga/Redigera Flash",
  48  InsertTableLbl        : "Tabell",
  49  InsertTable            : "Infoga/Redigera tabell",
  50  InsertLineLbl        : "Linje",
  51  InsertLine            : "Infoga horisontal linje",
  52  InsertSpecialCharLbl: "Utökade tecken",
  53  InsertSpecialChar    : "Klistra in utökat tecken",
  54  InsertSmileyLbl        : "Smiley",
  55  InsertSmiley        : "Infoga Smiley",
  56  About                : "Om FCKeditor",
  57  Bold                : "Fet",
  58  Italic                : "Kursiv",
  59  Underline            : "Understruken",
  60  StrikeThrough        : "Genomstruken",
  61  Subscript            : "NedsÀnkta tecken",
  62  Superscript            : "Upphöjda tecken",
  63  LeftJustify            : "VĂ€nsterjustera",
  64  CenterJustify        : "Centrera",
  65  RightJustify        : "Högerjustera",
  66  BlockJustify        : "Justera till marginaler",
  67  DecreaseIndent        : "Minska indrag",
  68  IncreaseIndent        : "Öka indrag",
  69  Undo                : "Ångra",
  70  Redo                : "Gör om",
  71  NumberedListLbl        : "Numrerad lista",
  72  NumberedList        : "Infoga/Radera numrerad lista",
  73  BulletedListLbl        : "Punktlista",
  74  BulletedList        : "Infoga/Radera punktlista",
  75  ShowTableBorders    : "Visa tabellkant",
  76  ShowDetails            : "Visa radbrytningar",
  77  Style                : "Anpassad stil",
  78  FontFormat            : "Teckenformat",
  79  Font                : "Typsnitt",
  80  FontSize            : "Storlek",
  81  TextColor            : "TextfÀrg",
  82  BGColor                : "BakgrundsfÀrg",
  83  Source                : "KĂ€lla",
  84  Find                : "Sök",
  85  Replace                : "ErsÀtt",
  86  SpellCheck            : "Stavningskontroll",
  87  UniversalKeyboard    : "Universellt tangentbord",
  88  PageBreakLbl        : "Page Break",    //MISSING
  89  PageBreak            : "Insert Page Break",    //MISSING
  90  
  91  Form            : "FormulÀr",
  92  Checkbox        : "Kryssruta",
  93  RadioButton        : "Alternativknapp",
  94  TextField        : "TextfÀlt",
  95  Textarea        : "Textruta",
  96  HiddenField        : "Dolt fÀlt",
  97  Button            : "Knapp",
  98  SelectionField    : "Flervalslista",
  99  ImageButton        : "Bildknapp",
 100  
 101  // Context Menu
 102  EditLink            : "Redigera lÀnk",
 103  InsertRow            : "Infoga rad",
 104  DeleteRows            : "Radera rad",
 105  InsertColumn        : "Infoga kolumn",
 106  DeleteColumns        : "Radera kolumn",
 107  InsertCell            : "Infoga cell",
 108  DeleteCells            : "Radera celler",
 109  MergeCells            : "Sammanfoga celler",
 110  SplitCell            : "Separera celler",
 111  TableDelete            : "Delete Table",    //MISSING
 112  CellProperties        : "Cellegenskaper",
 113  TableProperties        : "Tabellegenskaper",
 114  ImageProperties        : "Bildegenskaper",
 115  FlashProperties        : "Flashegenskaper",
 116  
 117  AnchorProp            : "Egenskaper för ankarlÀnk",
 118  ButtonProp            : "Egenskaper för knapp",
 119  CheckboxProp        : "Egenskaper för kryssruta",
 120  HiddenFieldProp        : "Egenskaper för dolt fÀlt",
 121  RadioButtonProp        : "Egenskaper för alternativknapp",
 122  ImageButtonProp        : "Egenskaper för bildknapp",
 123  TextFieldProp        : "Egenskaper för textfÀlt",
 124  SelectionFieldProp    : "Egenskaper för flervalslista",
 125  TextareaProp        : "Egenskaper för textruta",
 126  FormProp            : "Egenskaper för formulÀr",
 127  
 128  FontFormats            : "Normal;Formaterad;Adress;Rubrik 1;Rubrik 2;Rubrik 3;Rubrik 4;Rubrik 5;Rubrik 6",
 129  
 130  // Alerts and Messages
 131  ProcessingXHTML        : "Bearbetar XHTML. Var god vÀnta...",
 132  Done                : "Klar",
 133  PasteWordConfirm    : "Texten du vill klistra in verkar vara kopierad frÄn Word. Vill du rensa innan du klistar in?",
 134  NotCompatiblePaste    : "Denna ÄtgÀrd Àr inte tillgÀngligt för Internet Explorer version 5.5 eller högre. Vill du klistra in utan att rensa?",
 135  UnknownToolbarItem    : "OkÀnt verktygsfÀlt \"%1\"",
 136  UnknownCommand        : "OkÀnt kommando \"%1\"",
 137  NotImplemented        : "Kommandot finns ej",
 138  UnknownToolbarSet    : "VerktygsfÀlt \"%1\" finns ej",
 139  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
 140  BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",    //MISSING
 141  DialogBlocked        : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",    //MISSING
 142  
 143  // Dialogs
 144  DlgBtnOK            : "OK",
 145  DlgBtnCancel        : "Avbryt",
 146  DlgBtnClose            : "StÀng",
 147  DlgBtnBrowseServer    : "BlÀddra pÄ server",
 148  DlgAdvancedTag        : "Avancerad",
 149  DlgOpOther            : "Övrigt",
 150  DlgInfoTab            : "Information",
 151  DlgAlertUrl            : "Var god och ange en URL",
 152  
 153  // General Dialogs Labels
 154  DlgGenNotSet        : "<ej angivet>",
 155  DlgGenId            : "Id",
 156  DlgGenLangDir        : "SprÄkriktning",
 157  DlgGenLangDirLtr    : "VÀnster till Höger (VTH)",
 158  DlgGenLangDirRtl    : "Höger till VÀnster (HTV)",
 159  DlgGenLangCode        : "SprÄkkod",
 160  DlgGenAccessKey        : "Behörighetsnyckel",
 161  DlgGenName            : "Namn",
 162  DlgGenTabIndex        : "Tabindex",
 163  DlgGenLongDescr        : "URL-beskrivning",
 164  DlgGenClass            : "Stylesheet class",
 165  DlgGenTitle            : "Titel",
 166  DlgGenContType        : "InnehÄllstyp",
 167  DlgGenLinkCharset    : "TeckenuppstÀllning",
 168  DlgGenStyle            : "Style",
 169  
 170  // Image Dialog
 171  DlgImgTitle            : "Bildegenskaper",
 172  DlgImgInfoTab        : "Bildinformation",
 173  DlgImgBtnUpload        : "Skicka till server",
 174  DlgImgURL            : "URL",
 175  DlgImgUpload        : "Ladda upp",
 176  DlgImgAlt            : "Alternativ text",
 177  DlgImgWidth            : "Bredd",
 178  DlgImgHeight        : "Höjd",
 179  DlgImgLockRatio        : "LÄs höjd/bredd förhÄllanden",
 180  DlgBtnResetSize        : "ÅterstĂ€ll storlek",
 181  DlgImgBorder        : "Kant",
 182  DlgImgHSpace        : "Horis. marginal",
 183  DlgImgVSpace        : "Vert. marginal",
 184  DlgImgAlign            : "Justering",
 185  DlgImgAlignLeft        : "VĂ€nster",
 186  DlgImgAlignAbsBottom: "Absolut nederkant",
 187  DlgImgAlignAbsMiddle: "Absolut centrering",
 188  DlgImgAlignBaseline    : "Baslinje",
 189  DlgImgAlignBottom    : "Nederkant",
 190  DlgImgAlignMiddle    : "Mitten",
 191  DlgImgAlignRight    : "Höger",
 192  DlgImgAlignTextTop    : "Text överkant",
 193  DlgImgAlignTop        : "Överkant",
 194  DlgImgPreview        : "Förhandsgranska",
 195  DlgImgAlertUrl        : "Var god och ange bildens URL",
 196  DlgImgLinkTab        : "LĂ€nk",
 197  
 198  // Flash Dialog
 199  DlgFlashTitle        : "Flashegenskaper",
 200  DlgFlashChkPlay        : "Automatisk uppspelning",
 201  DlgFlashChkLoop        : "Upprepa/Loopa",
 202  DlgFlashChkMenu        : "Aktivera Flashmeny",
 203  DlgFlashScale        : "Skala",
 204  DlgFlashScaleAll    : "Visa allt",
 205  DlgFlashScaleNoBorder    : "Ingen ram",
 206  DlgFlashScaleFit    : "Exakt passning",
 207  
 208  // Link Dialog
 209  DlgLnkWindowTitle    : "LĂ€nk",
 210  DlgLnkInfoTab        : "LĂ€nkinformation",
 211  DlgLnkTargetTab        : "MÄl",
 212  
 213  DlgLnkType            : "LĂ€nktyp",
 214  DlgLnkTypeURL        : "URL",
 215  DlgLnkTypeAnchor    : "Ankare i sidan",
 216  DlgLnkTypeEMail        : "E-post",
 217  DlgLnkProto            : "Protokoll",
 218  DlgLnkProtoOther    : "<övrigt>",
 219  DlgLnkURL            : "URL",
 220  DlgLnkAnchorSel        : "VĂ€lj ett ankare",
 221  DlgLnkAnchorByName    : "efter ankarnamn",
 222  DlgLnkAnchorById    : "efter objektid",
 223  DlgLnkNoAnchors        : "<Inga ankare kunde hittas>",
 224  DlgLnkEMail            : "E-postadress",
 225  DlgLnkEMailSubject    : "Ämne",
 226  DlgLnkEMailBody        : "InnehÄll",
 227  DlgLnkUpload        : "Ladda upp",
 228  DlgLnkBtnUpload        : "Skicka till servern",
 229  
 230  DlgLnkTarget        : "MÄl",
 231  DlgLnkTargetFrame    : "<ram>",
 232  DlgLnkTargetPopup    : "<popup-fönster>",
 233  DlgLnkTargetBlank    : "Nytt fönster (_blank)",
 234  DlgLnkTargetParent    : "FöregÄende Window (_parent)",
 235  DlgLnkTargetSelf    : "Detta fönstret (_self)",
 236  DlgLnkTargetTop        : "Översta fönstret (_top)",
 237  DlgLnkTargetFrameName    : "MÄlets ramnamn",
 238  DlgLnkPopWinName    : "Popup-fönstrets namn",
 239  DlgLnkPopWinFeat    : "Popup-fönstrets egenskaper",
 240  DlgLnkPopResize        : "Kan Àndra storlek",
 241  DlgLnkPopLocation    : "AdressfÀlt",
 242  DlgLnkPopMenu        : "MenyfÀlt",
 243  DlgLnkPopScroll        : "Scrolllista",
 244  DlgLnkPopStatus        : "StatusfÀlt",
 245  DlgLnkPopToolbar    : "VerktygsfÀlt",
 246  DlgLnkPopFullScrn    : "HelskÀrm (endast IE)",
 247  DlgLnkPopDependent    : "Beroende (endest Netscape)",
 248  DlgLnkPopWidth        : "Bredd",
 249  DlgLnkPopHeight        : "Höjd",
 250  DlgLnkPopLeft        : "Position frÄn vÀnster",
 251  DlgLnkPopTop        : "Position frÄn sidans topp",
 252  
 253  DlnLnkMsgNoUrl        : "Var god ange lÀnkens URL",
 254  DlnLnkMsgNoEMail    : "Var god ange E-postadress",
 255  DlnLnkMsgNoAnchor    : "Var god ange ett ankare",
 256  
 257  // Color Dialog
 258  DlgColorTitle        : "VÀlj fÀrg",
 259  DlgColorBtnClear    : "Rensa",
 260  DlgColorHighlight    : "Markera",
 261  DlgColorSelected    : "Vald",
 262  
 263  // Smiley Dialog
 264  DlgSmileyTitle        : "Infoga en smiley",
 265  
 266  // Special Character Dialog
 267  DlgSpecialCharTitle    : "VÀlj utökat tecken",
 268  
 269  // Table Dialog
 270  DlgTableTitle        : "Tabellegenskaper",
 271  DlgTableRows        : "Rader",
 272  DlgTableColumns        : "Kolumner",
 273  DlgTableBorder        : "Kantstorlek",
 274  DlgTableAlign        : "Justering",
 275  DlgTableAlignNotSet    : "<ej angivet>",
 276  DlgTableAlignLeft    : "VĂ€nster",
 277  DlgTableAlignCenter    : "Centrerad",
 278  DlgTableAlignRight    : "Höger",
 279  DlgTableWidth        : "Bredd",
 280  DlgTableWidthPx        : "pixlar",
 281  DlgTableWidthPc        : "procent",
 282  DlgTableHeight        : "Höjd",
 283  DlgTableCellSpace    : "CellavstÄnd",
 284  DlgTableCellPad        : "Cellutfyllnad",
 285  DlgTableCaption        : "Rubrik",
 286  DlgTableSummary        : "Summary",    //MISSING
 287  
 288  // Table Cell Dialog
 289  DlgCellTitle        : "Cellegenskaper",
 290  DlgCellWidth        : "Bredd",
 291  DlgCellWidthPx        : "pixlar",
 292  DlgCellWidthPc        : "procent",
 293  DlgCellHeight        : "Höjd",
 294  DlgCellWordWrap        : "Automatisk radbrytning",
 295  DlgCellWordWrapNotSet    : "<Ej angivet>",
 296  DlgCellWordWrapYes    : "Ja",
 297  DlgCellWordWrapNo    : "Nej",
 298  DlgCellHorAlign        : "Horisontal justering",
 299  DlgCellHorAlignNotSet    : "<Ej angivet>",
 300  DlgCellHorAlignLeft    : "VĂ€nster",
 301  DlgCellHorAlignCenter    : "Centrerad",
 302  DlgCellHorAlignRight: "Höger",
 303  DlgCellVerAlign        : "Vertikal justering",
 304  DlgCellVerAlignNotSet    : "<Ej angivet>",
 305  DlgCellVerAlignTop    : "Topp",
 306  DlgCellVerAlignMiddle    : "Mitten",
 307  DlgCellVerAlignBottom    : "Nederkant",
 308  DlgCellVerAlignBaseline    : "Underst",
 309  DlgCellRowSpan        : "RadomfÄng",
 310  DlgCellCollSpan        : "KolumnomfÄng",
 311  DlgCellBackColor    : "BakgrundsfÀrg",
 312  DlgCellBorderColor    : "KantfÀrg",
 313  DlgCellBtnSelect    : "VĂ€lj...",
 314  
 315  // Find Dialog
 316  DlgFindTitle        : "Sök",
 317  DlgFindFindBtn        : "Sök",
 318  DlgFindNotFoundMsg    : "Angiven text kunde ej hittas.",
 319  
 320  // Replace Dialog
 321  DlgReplaceTitle            : "ErsÀtt",
 322  DlgReplaceFindLbl        : "Sök efter:",
 323  DlgReplaceReplaceLbl    : "ErsÀtt med:",
 324  DlgReplaceCaseChk        : "SkiftlÀge",
 325  DlgReplaceReplaceBtn    : "ErsÀtt",
 326  DlgReplaceReplAllBtn    : "ErsÀtt alla",
 327  DlgReplaceWordChk        : "Inkludera hela ord",
 328  
 329  // Paste Operations / Dialog
 330  PasteErrorPaste    : "SÀkerhetsinstÀllningar i Er weblÀsare tillÄter inte ÄtgÄrden Klistra in. AnvÀnd (Ctrl+V) istÀllet.",
 331  PasteErrorCut    : "SÀkerhetsinstÀllningar i Er weblÀsare tillÄter inte ÄtgÄrden Klipp ut. AnvÀnd (Ctrl+X) istÀllet.",
 332  PasteErrorCopy    : "SÀkerhetsinstÀllningar i Er weblÀsare tillÄter inte ÄtgÄrden Kopiera. AnvÀnd (Ctrl+C) istÀllet",
 333  
 334  PasteAsText        : "Klistra in som vanlig text",
 335  PasteFromWord    : "Klistra in frÄn Word",
 336  
 337  DlgPasteMsg2    : "Var god och klistra in Er text i rutan nedan genom att anvÀnda (<STRONG>Ctrl+V</STRONG>) klicka sen pÄ <STRONG>OK</STRONG>.",
 338  DlgPasteIgnoreFont        : "Ignorera typsnittsdefinitioner",
 339  DlgPasteRemoveStyles    : "Radera Stildefinitioner",
 340  DlgPasteCleanBox        : "Töm rutans innehÄll",
 341  
 342  
 343  // Color Picker
 344  ColorAutomatic    : "Automatisk",
 345  ColorMoreColors    : "Fler fÀrger...",
 346  
 347  // Document Properties
 348  DocProps        : "Dokumentegenskaper",
 349  
 350  // Anchor Dialog
 351  DlgAnchorTitle        : "Ankaregenskaper",
 352  DlgAnchorName        : "Ankarnamn",
 353  DlgAnchorErrorName    : "Var god ange ett ankarnamn",
 354  
 355  // Speller Pages Dialog
 356  DlgSpellNotInDic        : "Saknas i ordlistan",
 357  DlgSpellChangeTo        : "Ändra till",
 358  DlgSpellBtnIgnore        : "Ignorera",
 359  DlgSpellBtnIgnoreAll    : "Ignorera alla",
 360  DlgSpellBtnReplace        : "ErsÀtt",
 361  DlgSpellBtnReplaceAll    : "ErsÀtt alla",
 362  DlgSpellBtnUndo            : "Ångra",
 363  DlgSpellNoSuggestions    : "- Förslag saknas -",
 364  DlgSpellProgress        : "Stavningskontroll pÄgÄr...",
 365  DlgSpellNoMispell        : "Stavningskontroll slutförd: Inga stavfel pÄtrÀffades.",
 366  DlgSpellNoChanges        : "Stavningskontroll slutförd: Inga ord rÀttades.",
 367  DlgSpellOneChange        : "Stavningskontroll slutförd: Ett ord rÀttades.",
 368  DlgSpellManyChanges        : "Stavningskontroll slutförd: %1 ord rÀttades.",
 369  
 370  IeSpellDownload            : "Stavningskontrollen Àr ej installerad. Vill du göra det nu?",
 371  
 372  // Button Dialog
 373  DlgButtonText    : "Text (VĂ€rde)",
 374  DlgButtonType    : "Typ",
 375  
 376  // Checkbox and Radio Button Dialogs
 377  DlgCheckboxName        : "Namn",
 378  DlgCheckboxValue    : "VĂ€rde",
 379  DlgCheckboxSelected    : "Vald",
 380  
 381  // Form Dialog
 382  DlgFormName        : "Namn",
 383  DlgFormAction    : "Funktion",
 384  DlgFormMethod    : "Metod",
 385  
 386  // Select Field Dialog
 387  DlgSelectName        : "Namn",
 388  DlgSelectValue        : "VĂ€rde",
 389  DlgSelectSize        : "Storlek",
 390  DlgSelectLines        : "Linjer",
 391  DlgSelectChkMulti    : "TillÄt flerval",
 392  DlgSelectOpAvail    : "Befintliga val",
 393  DlgSelectOpText        : "Text",
 394  DlgSelectOpValue    : "VĂ€rde",
 395  DlgSelectBtnAdd        : "LĂ€gg till",
 396  DlgSelectBtnModify    : "Redigera",
 397  DlgSelectBtnUp        : "Upp",
 398  DlgSelectBtnDown    : "Ner",
 399  DlgSelectBtnSetValue : "Markera som valt vÀrde",
 400  DlgSelectBtnDelete    : "Radera",
 401  
 402  // Textarea Dialog
 403  DlgTextareaName    : "Namn",
 404  DlgTextareaCols    : "Kolumner",
 405  DlgTextareaRows    : "Rader",
 406  
 407  // Text Field Dialog
 408  DlgTextName            : "Namn",
 409  DlgTextValue        : "VĂ€rde",
 410  DlgTextCharWidth    : "Teckenbredd",
 411  DlgTextMaxChars        : "Max antal tecken",
 412  DlgTextType            : "Typ",
 413  DlgTextTypeText        : "Text",
 414  DlgTextTypePass        : "Lösenord",
 415  
 416  // Hidden Field Dialog
 417  DlgHiddenName    : "Namn",
 418  DlgHiddenValue    : "VĂ€rde",
 419  
 420  // Bulleted List Dialog
 421  BulletedListProp    : "Egenskaper för punktlista",
 422  NumberedListProp    : "Egenskaper för numrerad lista",
 423  DlgLstType            : "Typ",
 424  DlgLstTypeCircle    : "Cirkel",
 425  DlgLstTypeDisc        : "Disc",    //MISSING
 426  DlgLstTypeSquare    : "Ruta",
 427  DlgLstTypeNumbers    : "Nummer (1, 2, 3)",
 428  DlgLstTypeLCase        : "Gemener (a, b, c)",
 429  DlgLstTypeUCase        : "Versaler (A, B, C)",
 430  DlgLstTypeSRoman    : "SmÄ romerska siffror (i, ii, iii)",
 431  DlgLstTypeLRoman    : "Stora romerska siffror (I, II, III)",
 432  
 433  // Document Properties Dialog
 434  DlgDocGeneralTab    : "AllmÀn",
 435  DlgDocBackTab        : "Bakgrund",
 436  DlgDocColorsTab        : "FĂ€rg och marginal",
 437  DlgDocMetaTab        : "Metadata",
 438  
 439  DlgDocPageTitle        : "Sidtitel",
 440  DlgDocLangDir        : "SprÄkriktning",
 441  DlgDocLangDirLTR    : "VÀnster till Höger",
 442  DlgDocLangDirRTL    : "Höger till VÀnster",
 443  DlgDocLangCode        : "SprÄkkod",
 444  DlgDocCharSet        : "TeckenuppsÀttningar",
 445  DlgDocCharSetOther    : "Övriga teckenuppsĂ€ttningar",
 446  
 447  DlgDocDocType        : "Sidhuvud",
 448  DlgDocDocTypeOther    : "Övriga sidhuvuden",
 449  DlgDocIncXHTML        : "Inkludera XHTML deklaration",
 450  DlgDocBgColor        : "BakgrundsfÀrg",
 451  DlgDocBgImage        : "Bakgrundsbildens URL",
 452  DlgDocBgNoScroll    : "Fast bakgrund",
 453  DlgDocCText            : "Text",
 454  DlgDocCLink            : "LĂ€nk",
 455  DlgDocCVisited        : "Besökt lÀnk",
 456  DlgDocCActive        : "Aktiv lÀnk",
 457  DlgDocMargins        : "Sidmarginal",
 458  DlgDocMaTop            : "Topp",
 459  DlgDocMaLeft        : "VĂ€nster",
 460  DlgDocMaRight        : "Höger",
 461  DlgDocMaBottom        : "Botten",
 462  DlgDocMeIndex        : "Sidans nyckelord",
 463  DlgDocMeDescr        : "Sidans beskrivning",
 464  DlgDocMeAuthor        : "Författare",
 465  DlgDocMeCopy        : "UpphovsrÀtt",
 466  DlgDocPreview        : "Förhandsgranska",
 467  
 468  // Templates Dialog
 469  Templates            : "Sidmallar",
 470  DlgTemplatesTitle    : "Sidmallar",
 471  DlgTemplatesSelMsg    : "Var god vÀlj en mall att anvÀnda med editorn<br>(allt nuvarande innehÄll raderas):",
 472  DlgTemplatesLoading    : "Laddar mallar. Var god vÀnta...",
 473  DlgTemplatesNoTpl    : "(Ingen mall Àr vald)",
 474  
 475  // About Dialog
 476  DlgAboutAboutTab    : "Om",
 477  DlgAboutBrowserInfoTab    : "WeblÀsarinfo",
 478  DlgAboutVersion        : "version",
 479  DlgAboutLicense        : "Licensierad under villkoren av GNU Lesser General Public License",
 480  DlgAboutInfo        : "För mer information se"
 481  }


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7