sv.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * froala_editor v1.2.2 (http://editor.froala.com)
  3. * Copyright 2014-2014 Froala
  4. */
  5. /**
  6. * Swedish
  7. */
  8. $.Editable.LANGS['sv'] = {
  9. translation: {
  10. "Bold": "Fetstil",
  11. "Italic": "Kursiv stil",
  12. "Underline": "Understruken",
  13. "Strikethrough": "Genomstruken",
  14. "Font Size": "Storlek",
  15. "Color": "F\u00e4rg",
  16. "Background Color": "Bakgrundsf\u00e4rg",
  17. "Text Color": "Textf\u00e4rg",
  18. "Format Block": "Format",
  19. "Normal": "Normal",
  20. "Paragraph": "Br\u00f6dtext",
  21. "Code": "Kod",
  22. "Quote": "Blockcitat",
  23. "Heading 1": "Rubrik 1",
  24. "Heading 2": "Rubrik 2",
  25. "Heading 3": "Rubrik 3",
  26. "Heading 4": "Rubrik 4",
  27. "Heading 5": "Rubrik 5",
  28. "Heading 6": "Rubrik 6",
  29. "Block Style": "Block stil",
  30. "Alignment": "Justering",
  31. "Align Left": "V\u00e4nsterst\u00e4ll",
  32. "Align Center": "Centrera",
  33. "Align Right": "H\u00f6gerst\u00e4ll",
  34. "Justify": "Justera",
  35. "Numbered List": "Nummerlista",
  36. "Bulleted List": "Punktlista",
  37. "Indent Less": "Minska indrag",
  38. "Indent More": "\u00d6ka indrag",
  39. "Select All": "Markera allt",
  40. "Insert Link": "Infoga l\u00e4nk",
  41. "Insert Image": "Infoga bild",
  42. "Insert Video": "Infoga video",
  43. "Undo": "\u00c5ngra",
  44. "Redo": "G\u00f6r om",
  45. "Show HTML": "Visa HTML",
  46. "Float Left": "V\u00e4nster",
  47. "Float None": "Ingen",
  48. "Float Right": "H\u00f6ger",
  49. "Replace Image": "Ers\u00e4tt bild",
  50. "Remove Image": "Ta bort bild",
  51. "Title": "Titel",
  52. "Insert image": "Infoga bild",
  53. "Drop image": "Sl\u00e4ppa bild",
  54. "or click": "eller klicka",
  55. "or": "eller",
  56. "Enter URL": "Ange URL",
  57. "Please wait!": "V\u00e4nta!",
  58. "Are you sure? Image will be deleted.": "\u00c4r du s\u00e4ker? Bild kommer att raderas.",
  59. "UNLINK": "Ta bort l\u00e4nk",
  60. "Open in new tab": "\u00d6ppna i ny flik",
  61. "Type something": "Ange n\u00e5got",
  62. "Cancel": "Avbryt",
  63. "OK": "Ok",
  64. "Manage images": "Hantera bilder",
  65. "Delete": "Radera",
  66. "Font Family": "Teckensnitt",
  67. "Insert Horizontal Line": "Infoga horisontell linje",
  68. "Table": "Tabell",
  69. "Insert table": "Infoga tabell",
  70. "Cell": "Cell",
  71. "Row": "Rad",
  72. "Column": "Kolumn",
  73. "Delete table": "Radera tabell",
  74. "Insert cell before": "Infoga cell innan",
  75. "Insert cell after": "Infoga cell efter",
  76. "Delete cell": "Radera cell",
  77. "Merge cells": "Sammanfoga celler",
  78. "Horizontal split": "Horisontell split",
  79. "Vertical split": "Vertikal split",
  80. "Insert row above": "Infoga rad f\u00f6re",
  81. "Insert row below": "Infoga rad efter",
  82. "Delete row": "Radera rad",
  83. "Insert column before": "Infoga kollumn f\u00f6re",
  84. "Insert column after": "Infoga kolumn efter",
  85. "Delete column": "Radera kolumn"
  86. },
  87. direction: "ltr"
  88. };