home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Installer.app / Contents / Resources / sv.lproj / Localizable.strings < prev    next >
Encoding:
Text (UTF-16)  |  2004-05-03  |  15.0 KB  |  140 lines

  1. /* Displayed in an alert panel if the user tries to close the package when the package is in its "busy" state */
  2. "PackageBusy" = "Fönstret går inte att stänga just nu eftersom installationsprogrammet är upptaget.";
  3.  
  4. /* Displayed in an alert panel if the user tries to close the package when the package is in its "paused" state */
  5. "PackagePaused" = "Paketet har inte installerats i sin helhet. Om du stänger paketet nu kanske datorn inte kommer att fungera som den ska.";
  6.  
  7. /* This gets the name of the package to be installed added on and then is displayed as the main window title. e.g. The window title would be 'Install Mac OS X' */
  8. "WindowTitle" = "Installera %@";
  9.  
  10. /* Alert box title */
  11. "Alert" = "Varning";
  12.  
  13. /* Contents for alert box displayed when the user tries to quit the app while the package is installing */
  14. "CantQuit" = "Du kan inte avsluta Installeraren när programvara installeras.";
  15.  
  16. /* Contents for alert box displayed when the user tries to close the package with the window close widget when doing an  OS install */
  17. "CantQuitOS" = "Det här fönstret går inte att stänga medan systemet installeras.";
  18.  
  19. /* Displayed when the user selects Quit when trying to do an OS install */
  20. "DireWarning" = "Är du säker på att du vill avsluta? Om du avslutar installationsprogrammet nu kanske datorn inte kommer att fungera som den ska.";
  21.  
  22. /* Displayed when an install fails but the package does not require the machine to be rebooted. */
  23. "FailWarning" = "%@ har inte installerats på rätt sätt.";
  24.  
  25. /* Displayed when an install fails but the package does not require the machine to be rebooted. */
  26. "NotInstalledYet" = "%@ har inte installerats än.";
  27.  
  28. "InstallQuitTitle" = "Är du säker på att du vill avsluta installeraren?";
  29.  
  30. "QuitBeforeCDInstall" = "Installeraren har inte börjat installera programvara så det är säkert att avsluta.\n\nAvslutar du startas datorn om. Välj en skiva som datorn ska starta från genom att klicka på Startskiva.\n";
  31.  
  32. "QuitBeforeOSInstall" = "Installeraren har inte installerat %@.\n\nAvslutar du startas datorn om. Välj en skiva som datorn ska starta från genom att klicka på Startskiva.";
  33.  
  34. "QuitDuringOSInstall" = "Installationsprogrammet har börjat installera %@. Avslutar du nu kan det bli omöjligt att starta datorn med Mac OS X.\n\nAvslutar du startas datorn om. Välj en skiva som datorn ska starta från genom att klicka på Startskiva.";
  35.  
  36.  
  37. /* Displayed when the user tries to quit the app when installing a package (from CD or NetBoot) but before it has actually started */
  38. /*"QuitBeforeCDInstall" = "Are you sure you want to quit? The Installer has not started. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.";*/
  39.  
  40. /* Displayed when the user tries to quit the app when installing the OS but before it has actually started */
  41. /*"QuitBeforeOSInstall" = "Are you sure you want to quit? The Installer has not installed %@. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.\n\nTo start up your computer using the %@ CD, press the C key when your computer restarts.";*/
  42.  
  43. /* Displayed if the user tries to quit while installing is in progress */
  44. /*"QuitDuringOSInstall" = "Are you sure you want to quit? The Installer has started installing %@. If you quit now, you may be unable to use your computer. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts. If your computer cannot start up, start up using the %@ CD.\n\nTo start up using the %@ CD, press the C key when your computer restarts.";*/
  45.  
  46. /* Displayed if the user tries to quit while a normal install is taking place */
  47. "StopNormalInProgress" = "Är du säker på att du vill avsluta? Om du avslutar installationsprogrammet nu kan det hända att datorn inte fungerar som den ska.";
  48.  
  49. "ChangeDisk" = "Startskiva";
  50.  
  51. /* Button title allows the user to continue the installation after they pause it */
  52. "Continue" = "Fortsätt";
  53.  
  54. /* Button title meaning 'Yes, I want to quit the application' */
  55. "Quit" = "Avsluta";
  56.  
  57. /* Button title meaning 'No, I don't want to quit the application' */
  58. "DontQuit" = "Avsluta inte";
  59.  
  60. /* Button title used to restart the computer */
  61. "Restart" = "Starta om";
  62.  
  63. /* Standard OK button title */
  64. "OK" = "OK";
  65.  
  66. /* Button title to cancel an action that produced an alert box */
  67. "Cancel" = "Avbryt";
  68.  
  69. /* Installer log window title */
  70. "LogText" = "Installationslogg";
  71.  
  72. /* Error message given when plugin cannot be found. This is mostly an issue for running over a network. */
  73. "CantFindPlugin" = "Kan inte hitta insticksfilen %@.";
  74.  
  75. /* Error message given when plugin is found but can't be loaded. This is mostly an issue for running over a network. */
  76. "CantLoadPlugin" = "Hittade sökväg till %@ men kan inte aktivera den.";
  77.  
  78. /* Error message given when plugin is loaded but doesn't have its firstPage outlet set. This is mostly a debugging aid. */
  79. "NoFirstPage" = "Insticksfilen %@ saknar en inledande sida.";
  80.  
  81. /* Alert box title when the user cannot save a file log document */
  82. "CantSaveFile" = "Kan inte spara filen";
  83.  
  84. /* Alert box explanatory text displayed when a user cannot save a file log document. Could later add showing the actual file name and actual location. */
  85. "CantSaveFileText" = "Du kanske saknar behörighet att spara dokumentet på den här platsen.";
  86.  
  87. /* Displayed in the list of panels on the left side of the window for the welcome panel */
  88. "PageMatrixIntroduction" = "Introduktion";
  89.  
  90. /* Displayed in the list of panels on the left side of the window for the package read me document */
  91. "PageMatrixReadMe" = "Om";
  92.  
  93. /* Displayed in the list of panels on the left side of the window for the package license document */
  94. "PageMatrixLicense" = "Licens";
  95.  
  96. /* Displayed in the list of panels on the left side of the window for selecting a target volume */
  97. "PageMatrixTargetSelect" = "Välj målskiva";
  98.  
  99. /* Displayed in the list of panels on the left side of the window for selecting easy vs. custom install */
  100. "PageMatrixInstallType" = "Installationstyp";
  101.  
  102. /* Displayed in the list of panels on the left side of the window for the custom install panel */
  103. "PageMatrixPackages" = "Paket";
  104.  
  105. /* Displayed in the list of panels on the left side of the window for the progress panel */
  106. "PageMatrixInstalling" = "Installera";
  107.  
  108. /* Displayed in the list of panels on the left side of the window for listing the selected packages in a custom install */
  109. "PageMatrixSummary" = "Sammanfattning";
  110.  
  111. /* Displayed in the list of panels on the left side of the window for the 'all done' panel */
  112. "PageMatrixFinish" = "Slutför";
  113.  
  114. /* Default name for log file. */
  115. "UntitledLog.txt" = "Namnlös logg.txt";
  116.  
  117. /* Menu items displayed in the Log Window of the Installer at the bottom right. Adjusts the detail shown. */
  118. "ShowErrorsOnly" = "Visa endast fel";
  119. "ShowErrorsAndProgress" = "Visa fel och förlopp";
  120. "ShowEverything" = "Visa allt";
  121.  
  122. "PrintLogMenuItem" = "Skriv ut logg…";
  123. "DefaultPrintMenuItem" = "Skriv ut…";
  124.  
  125. /* The right of the two buttons displayed in the bottom right of the log window. Prints the log.*/
  126. "printButton" = "Skriv ut…";
  127.  
  128. /* The left of the two buttons displayed in the bottom right of the log window. Saves the log to file.*/
  129. "saveButton" = "Spara…";
  130.  
  131. /* Hide/Show Log menu items used by the InstallerController*/
  132. "ShowLogMenu" = "Visa logg";
  133. "HideLogMenu" = "Göm logg";
  134.  
  135. /* Utility Menu Items */
  136. "Change Startup Disk..." = "Byt startskiva…";
  137. "Reset Password..." = "Återställ lösenord…";
  138. "Open Disk Utility..." = "Öppna Skivverktyg…";
  139. "Open Terminal..." = "Öppna Terminal…";
  140.