home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / TextEdit.app / Resources / Swedish.lproj / Localizable.strings < prev   
Text (UTF-16)  |  1996-06-28  |  9KB  |  127 lines

  1. /* Zoom popup entry */
  2. "400%" = "400%";
  3.  
  4. /* Zoom popup entry */
  5. "25%" = "25%";
  6.  
  7. /* Zoom popup entry */
  8. "50%" = "50%";
  9.  
  10. /* Zoom popup entry */
  11. "10%" = "10%";
  12.  
  13. /* Zoom popup entry */
  14. "200%" = "200%";
  15.  
  16. /* Zoom popup entry */
  17. "75%" = "75%";
  18.  
  19. /* Zoom popup entry */
  20. "1600%" = "1600%";
  21.  
  22. /* Zoom popup entry */
  23. "128%" = "128%";
  24.  
  25. /* Zoom popup entry */
  26. "800%" = "800%";
  27.  
  28. /* Zoom popup entry */
  29. "100%" = "100%";
  30.  
  31. /* Menu item to make the current document rich text */
  32. "&Make Rich Text" = "&Konvertera till RTF-format";
  33.  
  34. /* Title of save and alert panels when saving RTF */
  35. "Save RTF" = "Spara i RTF-format";
  36.  
  37. /* Question asked of user when he/she tries to close a window containing an unsaved document. */
  38. "Document has been edited. Save?" = "Dokumentet har redigerats. Vill du spara?";
  39.  
  40. /* Message indicating file couldn't be opened. */
  41. "Couldn't open file %@." = "Kunde inte öppna filen %@.";
  42.  
  43. /* Title of alert confirming revert */
  44. "Revert" = "Återgå";
  45.  
  46. /* Button allowing user to abort opening multiple files after one couldn't be opened */
  47. "Abort" = "Avbryt";
  48.  
  49. /* Button choice which allows the user to abort the save of a document which is being closed. */
  50. "Don't Save" = "Spara inte";
  51.  
  52. /* Name of new, untitled document */
  53. "UNTITLED" = "NAMNLÖST";
  54.  
  55. /* Message indicating file couldn't be reverted. */
  56. "Couldn't revert to saved version of %@." = "Kunde inte återgå till sparad version av %@.";
  57.  
  58. /* Title of alert indicating file couldn't be opened */
  59. "File system error" = "Filsystemfel";
  60.  
  61. /* Message indicating document couldn't be saved under the given name. */
  62. "Couldn't save document as %@." = "Kunde inte spara dokumentet som %@.";
  63.  
  64. /* Button choice allowing user to cancel. */
  65. "Cancel" = "Avbryt";
  66.  
  67. /* Message confirming Make Plain Text */
  68. "Convert document to plain text? This will lose fonts, colors, and other text attribute settings." = "Vill du konvertera dokumentet till normal text? Typsnitt, färger och andra textattribut kan förloras.";
  69.  
  70. /* Menu item to cause text to be laid out to the size of the currently selected page type */
  71. "&Wrap to Page" = "&Anpassa radbrytning till sida";
  72.  
  73. /* Title of alert indicating file couldn't be reverted */
  74. "Couldn't Revert" = "Kunde inte återgå";
  75.  
  76. /* Message confirming revert of specified document name. */
  77. "Revert to saved version of %@?" = "Vill du återgå till sparad version av %@?";
  78.  
  79. /* Title of save and alert panels when saving plain text */
  80. "Save Plain Text" = "Spara som normal text";
  81.  
  82. /* Title of alert confirming Make Plain Text */
  83. "Make Plain Text" = "Konvertera till normal text";
  84.  
  85. /* Menu item to cause text to be laid out to size of the window */
  86. "&Wrap to Window" = "&Anpassa radbrytning till fönstret";
  87.  
  88. /* Title of save and alert panels when saving RTFD */
  89. "Save RTFD" = "Spara som RTFD";
  90.  
  91. /* Title of alert panel which comes when the user tries to quit or close a window containing an unsaved document. */
  92. "Close" = "Stäng";
  93.  
  94. /* Button choice which allows the user to save the document. */
  95. "Save" = "Spara";
  96.  
  97. /* Encoding popup entry indicating default encoding */
  98. "Default" = "Förinställd";
  99.  
  100. /* Contents of alert panel informing user that the file's string encoding needs to be changed */
  101. "Document can no longer be saved using its original %@ encoding. Please choose another encoding (%@ is one possibility)." = "Dokumentet kan inte längre sparas med sin ursprungliga %@-kodning. Välj en ny kodning (%@ är ett alternativ).";
  102.  
  103. /* Menu item to make the current document plain text */
  104. "&Make Plain Text" = "&Konvertera till normal text";
  105.  
  106. /* OK. */
  107. "OK" = "OK";
  108.  
  109. /* Choice (on a button) given to user which allows him/her to review all unsaved documents if he/she quits the application without saving them all first. */
  110. "Review Unsaved" = "Granska osparade dokument";
  111.  
  112. /* Title of alert panel which comes up when user chooses Quit and there are unsaved documents. */
  113. "Quit" = "Avsluta";
  114.  
  115. /* Message indicating file couldn't be opened. */
  116. "Couldn't open file %@." = "Kunde inte öppna filen %@.";
  117.  
  118. /* Choice (on a button) given to user which allows him/her to quit the application even though there are unsaved documents. */
  119. "Quit Anyway" = "Avsluta ändå";
  120.  
  121. /* Version string.  %s is replaced by the version number. */
  122. "Release 4 (v%s)" = "Version 4 (v%s)";
  123.  
  124. /* Message in the alert panel which comes up when user chooses Quit and there are unsaved documents. */
  125. "You have unsaved documents." = "Det finns osparade dokument.";
  126.  
  127.