RASCSI/python/web/src/translations/sv/LC_MESSAGES/messages.po

1259 lines
35 KiB
Plaintext
Raw Normal View History

# Swedish translations for RaSCSI.
# Copyright (C) 2021 akuker
# This file is distributed under the same license as the RaSCSI project.
# Daniel Markstedt <markstedt@gmail.com>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: RaSCSI 68kmla Edition\n"
"Report-Msgid-Bugs-To: https://github.com/akuker/RASCSI/issues\n"
"POT-Creation-Date: 2022-04-13 15:41-0700\n"
"PO-Revision-Date: 2021-12-24 16:16-0800\n"
"Last-Translator: Daniel Markstedt <markstedt@gmail.com>\n"
"Language: sv\n"
"Language-Team: N/A\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:12
#, python-format
msgid "File deleted: %(file_path)s"
msgstr "Raderade filen %(file_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:13
#, python-format
msgid "File to delete not found: %(file_path)s"
msgstr "Kunde ej radera filen %(file_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:14
#, python-format
msgid "File moved to: %(target_path)s"
msgstr "Flyttade filen till %(target_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:15
#, python-format
msgid "Unable to move file to: %(target_path)s"
msgstr "Kunde ej flytta filen till %(target_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:16
#, python-format
msgid "Created CD-ROM ISO image with arguments \"%(value)s\""
msgstr "Skapade en cd-rom ISO-fil med argumentet \"%(value)s\""
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:18
#, python-format
msgid "%(file_name)s downloaded to %(save_dir)s"
msgstr "Laddade ner %(file_name)s till %(save_dir)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:19
#, python-format
msgid "Saved configuration file to %(file_name)s"
msgstr "Sparade konfigurationsfilen som %(file_name)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:20
#, python-format
msgid "Could not write to file: %(file_name)s"
msgstr "Kunde ej skriva till filen %(file_name)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:21
#, python-format
msgid "Loaded configurations from: %(file_name)s"
msgstr "Laddade konfigurationer från %(file_name)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:22
#, python-format
msgid "Could not read configuration file: %(file_name)s"
msgstr "Kunde ej läsa konfigurationer från filen %(file_name)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:24
msgid "Invalid configuration file format"
msgstr "Ogiltigt konfigurationsfilformat"
#: src/return_code_mapper.py:25
#, python-format
msgid "Created properties file: %(file_path)s"
msgstr "Skapade egenskapsfilen %(file_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:26
#, python-format
msgid "Could not write to properties file: %(file_path)s"
msgstr "Kunde ej spara egenskapsfilen %(file_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:28
#, python-format
msgid "Read properties from file: %(file_path)s"
msgstr "Läste egenskaper från filen %(file_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:29
#, python-format
msgid "Could not read properties from file: %(file_path)s"
msgstr "Kunde ej läsa egenskaper från filen %(file_path)s"
2022-01-30 17:45:01 +00:00
#: src/return_code_mapper.py:31
#, python-format
msgid ""
"Cannot insert an image for %(device_type)s into a %(current_device_type)s"
" device"
msgstr ""
"Det går inte att mata in en skiva av typ %(device_type)s i en enhet av "
"typ %(current_device_type)s"
2022-01-30 17:45:01 +00:00
#: src/socket_cmds_flask.py:34
#, python-format
msgid ""
"The RaSCSI Web Interface failed to connect to RaSCSI at %(host)s:%(port)s"
" with error: %(error_msg)s. The RaSCSI process is not running or may have"
" crashed."
msgstr ""
"RaSCSIs webbgränssnitt kunde inte ansluta till RaSCSI på "
"%(host)s:%(port)s med felmeddelandet %(error_msg)s. RaSCSI-processen är "
"antingen avslagen eller har krashat."
2022-01-30 17:45:01 +00:00
#: src/socket_cmds_flask.py:45
msgid ""
"The RaSCSI Web Interface lost connection to RaSCSI. Please go back and "
"try again. If the issue persists, please report a bug."
msgstr ""
"RaSCSIs webbgränssnitt tappade kontaken med RaSCSI. Gå tillbaks och "
"försök igen. Om samma fel upprepas så rapportera en bugg."
2022-01-30 17:45:01 +00:00
#: src/socket_cmds_flask.py:54
msgid ""
"The RaSCSI Web Interface did not get a valid response from RaSCSI. Please"
" go back and try again. If the issue persists, please report a bug."
msgstr ""
"RaSCSIs webbgränssnitt fick en ogiltig respons från RaSCSI. Gå tillbaks "
"och försök igen. Om samma fel upprepas så rapportera en bugg."
#: src/web.py:105
msgid ""
"RaSCSI is password protected. Start the Web Interface with the --password"
" parameter."
msgstr ""
"RaSCSI är lösenordsskyddat. Start webbgränssnittet med parametern "
"--password ."
#: src/web.py:209
#, python-format
msgid "Could not read drive properties from %(properties_file)s"
msgstr "Kunde ej läsa egenskaper från %(properties_file)s"
#: src/web.py:271
#, python-format
msgid "You must log in with credentials for a user in the '%(group)s' group"
msgstr "Du måste logga in som en användare som tillhör %(group)s-gruppen"
#: src/web.py:329 src/web.py:830
#, python-format
msgid "Image file created: %(file_name)s"
msgstr "Skapade skivbildsfil %(file_name)s"
#: src/web.py:446
msgid "An error occurred when fetching logs."
msgstr "Ett fel inträffade när vi skaffade loggar."
#: src/web.py:461
#, python-format
msgid "Log level set to %(value)s"
msgstr "Bytte loggnivån till %(value)s"
#: src/web.py:488
#, python-format
msgid "Please follow the instructions at %(url)s"
msgstr "Följ instruktionerna på %(url)s"
#: src/web.py:507
#, python-format
msgid "Attached %(device_type)s to SCSI ID %(id_number)s LUN %(unit_number)s"
msgstr "Anslöt %(device_type)s till SCSI-id %(id_number)s LUN %(unit_number)s"
#: src/web.py:565
#, python-format
msgid ""
"The image file size %(file_size)s bytes is not a multiple of "
"%(block_size)s. RaSCSI will ignore the trailing data. The image may be "
"corrupted, so proceed with caution."
msgstr ""
"Filstorleken %(file_size)s byte är inte en multipel av %(block_size)s. "
"RaSCSI ignorerar den överflödiga datan. Skivbilden är möjligen förstörd, "
"så var försiktig när du använder den."
#: src/web.py:571
#, python-format
msgid ""
"Failed to attach %(file_name)s to SCSI ID %(id_number)s LUN "
"%(unit_number)s"
msgstr ""
"Kunde inte ansluta %(file_name)s till SCSI-id %(id_number)s LUN "
"%(unit_number)s"
#: src/web.py:585
msgid "Detached all SCSI devices"
msgstr "Kopplade ifrån alla SCSI-enheter"
#: src/web.py:602
#, python-format
msgid "Detached SCSI ID %(id_number)s LUN %(unit_number)s"
msgstr "Kopplade ifrån SCSI-id %(id_number)s LUN %(unit_number)s"
#: src/web.py:606
#, python-format
msgid "Failed to detach SCSI ID %(id_number)s LUN %(unit_number)s"
2022-01-30 17:45:01 +00:00
msgstr "Kunde ej koppla ifrån SCSI-id %(id_number)s LUN %(unit_number)s"
#: src/web.py:623
#, python-format
msgid "Ejected SCSI ID %(id_number)s LUN %(unit_number)s"
msgstr "Utmatade SCSI-id %(id_number)s LUN %(unit_number)s"
#: src/web.py:627
#, python-format
msgid "Failed to eject SCSI ID %(id_number)s LUN %(unit_number)s"
2022-01-30 17:45:01 +00:00
msgstr "Kunde ej mata ut skiva från SCSI-id %(id_number)s LUN %(unit_number)s"
#: src/web.py:650
msgid "DEVICE INFO"
msgstr "ENHETSDETALJER"
#: src/web.py:652
#, python-format
msgid "SCSI ID: %(id_number)s"
msgstr "SCSI-id: %(id_number)s"
#: src/web.py:653
#, python-format
msgid "LUN: %(unit_number)s"
msgstr "LUN: %(unit_number)s"
#: src/web.py:654
#, python-format
msgid "Type: %(device_type)s"
msgstr "Typ: %(device_type)s"
#: src/web.py:655
#, python-format
msgid "Status: %(device_status)s"
msgstr "Status: %(device_status)s"
#: src/web.py:656
#, python-format
msgid "File: %(image_file)s"
msgstr "Fil: %(image_file)s"
#: src/web.py:657
#, python-format
msgid "Parameters: %(value)s"
msgstr "Parametrar: %(value)s"
#: src/web.py:658
#, python-format
msgid "Vendor: %(value)s"
msgstr "Tillverkare: %(value)s"
#: src/web.py:659
#, python-format
msgid "Product: %(value)s"
msgstr "Produkt: %(value)s"
#: src/web.py:660
#, python-format
msgid "Revision: %(revision_number)s"
msgstr "Revision: %(revision_number)s"
#: src/web.py:661
#, python-format
msgid "Block Size: %(value)s bytes"
msgstr "Blockstorlek: %(value)s byte"
#: src/web.py:662
#, python-format
msgid "Image Size: %(value)s bytes"
msgstr "Skivbildsstorlek: %(value)s byte"
#: src/web.py:681
#, python-format
msgid "Reserved SCSI ID %(id_number)s"
msgstr "Reserverat SCSI-id %(id_number)s"
#: src/web.py:684
#, python-format
msgid "Failed to reserve SCSI ID %(id_number)s"
msgstr "Kunde ej reservera SCSI-id %(id_number)s"
#: src/web.py:700
#, python-format
msgid "Released the reservation for SCSI ID %(id_number)s"
2022-01-30 17:45:01 +00:00
msgstr "Frigjorde SCSI-id %(id_number)s"
#: src/web.py:703
#, python-format
msgid "Failed to release the reservation for SCSI ID %(id_number)s"
2022-01-30 17:45:01 +00:00
msgstr "Kunde ej frigöra SCSI-id %(id_number)s"
#: src/web.py:742
#, python-format
msgid "Saved image as: %(file_name)s"
msgstr "Sparade bildfilen som %(file_name)s"
#: src/web.py:744
#, python-format
msgid "Failed to create CD-ROM image from %(url)s"
msgstr "Kunde ej skapa CD-ROM-bildfil från %(url)s"
#: src/web.py:755
#, python-format
msgid "Attached to SCSI ID %(id_number)s"
msgstr "Anslöt till SCSI-id %(id_number)s"
#: src/web.py:758
#, python-format
msgid ""
"Failed to attach image to SCSI ID %(id_number)s. Try attaching it "
"manually."
msgstr ""
"Kunde ej ansluta bildfilen till SCSI-id %(id_number)s. Försök ansluta den"
" manuellt."
#: src/web.py:778 src/web.py:797
#, python-format
msgid "Failed to download file from %(url)s"
msgstr "Kunde ej ladda ner filen från %(url)s"
#: src/web.py:857
#, python-format
msgid "Image file deleted: %(file_name)s"
msgstr "Filen %(file_name)s har blivit raderad"
#: src/web.py:889
#, python-format
msgid "Image file renamed to: %(file_name)s"
msgstr "Filen har blivit omdöpt till %(file_name)s"
#: src/web.py:926
msgid "Aborted unzip: File(s) with the same name already exists."
msgstr "Uppackning stoppad: En eller flera filer med samma namn existerar redan."
#: src/web.py:928
msgid "Unzipped the following files:"
msgstr "Packade up dessa filer:"
#: src/web.py:932
#, python-format
msgid "Properties file(s) have been moved to %(directory)s"
msgstr "En eller flera egenskapsfiler har blivit flyttade till %(directory)s"
#: src/web.py:935
#, python-format
msgid "Failed to unzip %(zip_file)s"
msgstr "Kunde ej packa up %(zip_file)s"
#: src/web.py:953
#, python-format
msgid "Changed Web Interface language to %(locale)s"
msgstr "Bytte webbgränssnittets språk till %(locale)s"
#: src/web_utils.py:81
msgid "SASI Hard Disk"
msgstr "SASI-hårddisk"
#: src/web_utils.py:83
msgid "SCSI Hard Disk"
msgstr "SCSI-hårddisk"
#: src/web_utils.py:85
msgid "Removable Disk"
msgstr "Uttagbar skiva"
#: src/web_utils.py:87
msgid "Magneto-Optical"
msgstr "Magnetoptisk skiva"
#: src/web_utils.py:89
msgid "CD / DVD"
msgstr "Cd eller dvd"
#: src/web_utils.py:91
msgid "X68000 Host Bridge"
msgstr "X68000-värdbrygga"
#: src/web_utils.py:93
msgid "DaynaPORT SCSI/Link"
msgstr "DaynaPORT SCSI/Link"
#: src/web_utils.py:95
msgid "Printer"
msgstr "Skrivare"
#: src/web_utils.py:97
msgid "Host Services"
msgstr "Värdtjänster"
#: src/web_utils.py:111
msgid "You must log in to use this function"
msgstr "Du måste logga in för att använda den här funktionen"
#: src/web_utils.py:125
msgid "Configure IPv4 forwarding before using a wireless network device."
msgstr ""
"Ställ in IPv4-vidarebefodring innan du använder ett trådlöst "
"nätverksgränssnitt."
#: src/web_utils.py:127
msgid "Configure NAT before using a wireless network device."
msgstr "Ställ in NAT innan du använder ett trådlöst nätverksgränssnitt."
#: src/web_utils.py:133 src/web_utils.py:135
msgid "Configure the network bridge before using a wired network device."
msgstr "Ställ in nätverksbryggan innan du använder ett nätverksgränssnitt."
#: src/web_utils.py:154
msgid "The file already exists!"
msgstr "Filen existerar redan!"
#: src/web_utils.py:162
msgid "Unable to write the file to disk!"
msgstr "Kunde ej skriva filen till skivan!"
#: src/web_utils.py:177
msgid "Transferred file corrupted!"
msgstr "Den överförda filen är skadad!"
#: src/web_utils.py:183
msgid "File upload successful!"
msgstr "Filen har laddas upp!"
#: src/templates/base.html:4 src/templates/base.html:67
msgid "RaSCSI Control Page"
msgstr "RaSCSI kontrollsida"
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:29
msgid ""
" This process may take a while, and will continue in the background if "
"you navigate away from this page."
msgstr ""
" Denna process kan ta ett tag, och kommer att forsätta i bakgrunden om du"
" navigerar bort från den här sidan."
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:34
msgid ""
" The Web Interface will become unresponsive momentarily. Reload this page"
" after the Pi has started up again."
msgstr ""
" Webbgränssnittet kommer att sluta reagera nu. Ladda om den här sidan "
"efter systemet har startat igen."
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:48
#, python-format
msgid "Logged in as <em>%(username)s</em>"
msgstr "Inloggad som <em>%(username)s</em>"
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:48
msgid "Log Out"
msgstr "Logga ut"
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:52
msgid "Log In to Use Web Interface"
msgstr "Logga in för att använda webbgränssnittet"
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:53
msgid "Username"
msgstr "Användarnamn"
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:54
msgid "Password"
msgstr "Lösenord"
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:60
msgid "Web Interface Authentication Disabled"
msgstr "Webbgränssnittets autensisering är avstängt"
2022-01-30 17:45:01 +00:00
#: src/templates/base.html:60
#, python-format
msgid "See <a href=\"%(url)s\" target=\"_blank\">Wiki</a> for more information"
msgstr "Se <a href=\"%(url)s\" target=\"_blank\">wikin</a> för vidare information"
#: src/templates/base.html:92
msgid "RaSCSI version: "
msgstr "RaSCSI-version: "
#: src/templates/base.html:93
msgid "Pi environment: "
msgstr "Pi-miljö: "
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:4 src/templates/drives.html:139
msgid "Cancel"
msgstr "Avbryt"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:5
msgid "Disclaimer"
msgstr "Notis"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:6
#, python-format
msgid ""
"These device profiles are provided as-is with no guarantee to work "
"equally to the actual physical device they are named after. You may need "
"to provide appropirate device drivers and/or configuration parameters for"
" them to function properly. If you would like to see data modified, or "
"have additional devices to add to the list, please raise an issue ticket "
"at <a href=\"%(url)s\">GitHub</a>."
msgstr ""
"Det finns ingen garanti att dessa enhetsprofiler fungerar lika väl som de"
" egentliga enheterna de delar namn med. Du bör antagligen skaffa "
"drivrutiner och ange vissa parametrar för att de ska fungera korrekt. Om "
"du ser något som bör ändras, eller om du har andra enhetsprofiler som du "
"skulle vilja lägga till, kontakta oss via <a href=\"%(url)s\">GitHub</a>."
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:7
msgid "Hard Drives"
msgstr "Hårddiskar"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:12 src/templates/drives.html:56
#: src/templates/drives.html:102
msgid "Name"
msgstr "Namn"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:13 src/templates/drives.html:57
#: src/templates/drives.html:103
msgid "Size (MB)"
msgstr "Storlek (MB)"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:14 src/templates/drives.html:58
#: src/templates/drives.html:104
msgid "Description"
msgstr "Beskrivning"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:15 src/templates/drives.html:59
#: src/templates/drives.html:105
msgid "Ref."
msgstr "Ref."
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:16 src/templates/drives.html:60
#: src/templates/drives.html:106
msgid "Action"
msgstr "Handling"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:25 src/templates/drives.html:69
#: src/templates/drives.html:115
msgid "Link"
msgstr "Länk"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:39 src/templates/drives.html:129
msgid "Save as:"
msgstr "Spara som:"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:41 src/templates/drives.html:88
#: src/templates/drives.html:131 src/templates/index.html:570
msgid "Create"
msgstr "Skapa"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:51
msgid "CD-ROM Drives"
msgstr "Cd-enheter"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:52
msgid ""
"This will create a properties file for the given CD-ROM image. No new "
"image file will be created."
msgstr ""
"Denna funktion skapar endast en egenskapsfil för en cd-bildfil. Ingen ny "
"cd-bildfil kommer att skapas."
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:80
msgid "Create for:"
msgstr "Skapa för:"
2022-01-30 17:45:01 +00:00
#: src/templates/drives.html:98
msgid "Removable Drives"
msgstr "Uttagbara enheter"
#: src/templates/drives.html:138 src/templates/index.html:296
#, python-format
msgid "%(disk_space)s MB disk space remaining on the Pi"
msgstr "%(disk_space)s MB återstår på Pi-systemets skiva"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:6
msgid "Current RaSCSI Configuration"
msgstr "Nuvarande RaSCSI-konfiguration"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:9
msgid "Displays the currently attached devices for each available SCSI ID."
msgstr "Visar de nuvarande ansluna enheterna för varje SCSI-id"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:10
#, python-format
msgid ""
"Save and load device configurations, stored as json files in "
"<tt>%(config_dir)s</tt>"
msgstr ""
"Spara och ladda enhetskonfigurationer. Sparas i json-format vid "
"<tt>%(config_dir)s</tt>"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:11
msgid ""
"To have a particular device configuration load when RaSCSI starts, save "
"it as <em>default</em>."
msgstr ""
"Om du sparar en enhetskonfiguration som <em>default</em> så laddas den "
"när RaSCSI startar."
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:25
msgid "No saved configurations"
msgstr "Inga sparade konfigurationer"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:29
msgid "Load"
msgstr "Ladda"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:29
msgid "Detach all current device and Load configuration?"
msgstr "Koppla ifrån alla enheter och ladda konfigurationen?"
#: src/templates/index.html:30 src/templates/index.html:288
msgid "Delete"
msgstr "Radera"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:30
msgid "Delete configuration file?"
msgstr "Radera konfigurationsfilen?"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:35
msgid "Save"
msgstr "Spara"
#: src/templates/index.html:41 src/templates/index.html:251
msgid "ID"
msgstr "Id"
#: src/templates/index.html:43 src/templates/index.html:259
#: src/templates/index.html:355
msgid "LUN"
msgstr "LUN"
#: src/templates/index.html:45
msgid "Type"
msgstr "Typ"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:46
msgid "Status"
msgstr "Status"
#: src/templates/index.html:47 src/templates/index.html:165
msgid "File"
msgstr "Fil"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:48
msgid "Product"
msgstr "Produkt"
#: src/templates/index.html:49
msgid "Actions"
msgstr "Handlingar"
#: src/templates/index.html:84 src/templates/index.html:278
#: src/templates/index.html:357
msgid "Attach"
msgstr "Anslut"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:98
msgid "Eject Disk? WARNING: On Mac OS, eject the Disk in the Finder instead!"
msgstr "Mata ut skiva? VARNING: På Mac OS bör du mata ut skivan i Finder istället!"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:101
msgid "Eject"
msgstr "Mata ut"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:104
msgid "Detach Device?"
msgstr "Koppla ifrån enhet?"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:107
msgid "Detach"
2022-01-30 17:45:01 +00:00
msgstr "Koppla ifrån"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:113
msgid "Info"
msgstr "Info"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:116
msgid "Enter a memo for this reservation"
msgstr "Skriv ett memo för reservationen"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:119
msgid "Reserve"
msgstr "Reservera"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:129
msgid "Reserved ID"
msgstr "Reserverat id"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:135
msgid "Release"
msgstr "Frigör"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:144
msgid "Detach all SCSI Devices?"
msgstr "Koppla ifrån alla SCSI-enheter?"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:145
msgid "Detach All Devices"
msgstr "Koppla ifrån alla enheter"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:152
msgid "Image File Management"
msgstr "Bildfilshanterare"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:155
#, python-format
msgid ""
"Manage image files in the active RaSCSI image directory: "
"<tt>%(directory)s</tt> with a scan depth of %(scan_depth)s."
msgstr ""
"Hantera filer i den aktiva skivbildskatalogen: <tt>%(directory)s</tt> med"
" hierarkiskt djup %(scan_depth)s."
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:156
#, python-format
msgid ""
"Select a valid SCSI ID and <a href=\"%(url)s\">LUN</a> to attach to. "
"Unless you know what you're doing, always use LUN 0."
msgstr ""
"Välj ett giltigt SCSI-id samt <a href=\"%(url)s\">LUN</a> att ansluta "
"till. Om du inte har särskild orsak, använd alltid LUN 0."
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:158
msgid ""
"If RaSCSI was unable to detect the media type associated with the image, "
"you get to choose the type from the dropdown."
msgstr ""
"Om RaSCSI inte känner igen filbildstypen kan du välja en "
"enhetstyp från rullgardinsmenyn."
#: src/templates/index.html:166
msgid "Size"
msgstr "Storlek"
#: src/templates/index.html:167 src/templates/index.html:321
msgid "Parameters and Actions"
msgstr "Parametrar och handlingar"
#: src/templates/index.html:183
msgid "Properties File"
msgstr "Egenskapsfil"
#: src/templates/index.html:203 src/templates/index.html:217
msgid "Unzip"
msgstr "Packa upp"
#: src/templates/index.html:203 src/templates/index.html:217
msgid "Unzipping a single file..."
msgstr "Packar upp en fil..."
#: src/templates/index.html:232 src/templates/index.html:411
#: src/templates/index.html:569
msgid "MB"
msgstr "MB"
#: src/templates/index.html:238
msgid "Attached!"
msgstr "Ansluten!"
#: src/templates/index.html:245
msgid "Unzip All"
msgstr "Packa upp allt"
#: src/templates/index.html:245
msgid "Unzipping all files..."
msgstr "Packar upp alla filer..."
#: src/templates/index.html:267
msgid "Select media type"
msgstr "Välj filbildstyp"
#: src/templates/index.html:281
#, python-format
msgid "Enter new file name for: %(file_name)s"
msgstr "Ange ett nytt filnamn åt %(file_name)s"
#: src/templates/index.html:284
msgid "Rename"
msgstr "Döp om"
#: src/templates/index.html:286
#, python-format
msgid "Delete file: %(file_name)s?"
msgstr "Radera filen %(file_name)s?"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:301
msgid "Attach Peripheral Device"
msgstr "Anslut tillbehör"
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:304
#, python-format
msgid ""
"<a href=\"%(url1)s\">DaynaPORT SCSI/Link</a> and <a "
"href=\"%(url2)s\">X68000 Host Bridge</a> are network devices."
msgstr ""
"<a href=\"%(url1)s\">DaynaPORT SCSI/Link</a> och <a "
"href=\"%(url2)s\">X68000-värdbryggan</a> är nätverksenheter."
#: src/templates/index.html:307
msgid ""
"If you have a DHCP setup, choose only the interface you have configured "
"the bridge with. You can ignore the inet field when attaching."
msgstr ""
"Om du använder DHCP, välj endast nätverskgränssnittet som bryggan är "
"konfigurerad med. Du kan ignorera inet-fältet."
#: src/templates/index.html:308
#, python-format
msgid ""
"Configure the network bridge by running easyinstall.sh, or follow the <a "
"href=\"%(url)s\">manual steps in the wiki</a>."
msgstr ""
"Konfigurera nätverksbryggan med hjälp av easyinstall.sh, eller följ "
"instruktionerna i <a href=\"%(url)s\">wikin</a>."
2022-01-30 17:45:01 +00:00
#: src/templates/index.html:310
msgid ""
"The <tt>rascsi_bridge</tt> network bridge is active and ready to be used "
"by an emulated network adapter!"
msgstr ""
"Nätverksbryggan <tt>rascsi_bridge</tt> är påslagen och kan användas av "
"det emulerade gränssnittet!"
#: src/templates/index.html:314
#, python-format
msgid ""
"The Printer and Host Services device are currently supported on "
"compatible Atari systems, and require <a href=\"%(url)s\">driver "
"software</a> to be installed on the host system."
msgstr ""
"Skrivaren och värdtjänsterna kräver att <a href=\"%(url)s\">drivrutiner</a>"
" installeras först."
#: src/templates/index.html:320
msgid "Peripheral"
msgstr "Tillbehör"
#: src/templates/index.html:347 src/templates/index.html:494
msgid "SCSI ID:"
msgstr "SCSI-id:"
#: src/templates/index.html:364
#, python-format
msgid "Macproxy is running at %(ip_addr)s (default port 5000)"
msgstr "Macproxy är tillgängligt på %(ip_addr)s (vanligtvis port 5000)"
#: src/templates/index.html:366
#, python-format
msgid ""
"Install <a href=\"%(url)s\">Macproxy</a> to browse the Web with any "
"vintage browser. It's not just for Macs!"
msgstr ""
"Installera <a href=\"%(url)s\">Macproxy</a> för att surfa på nätet med gamla "
"webbläsare. Den är inte bara till för Macar!"
#: src/templates/index.html:372
msgid "Upload File"
msgstr "Ladda up fil"
#: src/templates/index.html:375
#, python-format
msgid ""
"Uploads file to <tt>%(directory)s</tt>. The largest file size accepted is"
" %(max_file_size)s MB."
msgstr ""
"Ladda upp fil till <tt>%(directory)s</tt>. Den största tillåtna "
"filstorleken är %(max_file_size)s MB."
#: src/templates/index.html:376
msgid ""
"For unrecognized file types, try renaming hard drive images to '.hds', "
"CD-ROM images to '.iso', and removable drive images to '.hdr' before "
"uploading."
msgstr ""
"Om RaSCSI inte känner igen en filtyp kan du försöka döpa om "
"hårddiskbildfiler till '.hds', cd-bildfiler till '.iso', och utmatbara "
"bildfiler till '.hdr' innan du laddar upp dem."
#: src/templates/index.html:377
#, python-format
msgid "Recognized file types: %(valid_file_suffix)s"
msgstr "Kända filtyper: %(valid_file_suffix)s"
#: src/templates/index.html:397
msgid "Drop files here to upload"
msgstr "Släpp filer här för att ladda upp"
#: src/templates/index.html:398
msgid "Your browser does not support drag'n'drop file uploads."
msgstr "Din webbläsare stöder ej filuppladdning via dra och släpp."
#: src/templates/index.html:399
msgid ""
"Please use the fallback form below to upload your files like in the olden"
" days."
msgstr ""
"Använd reservformuläret nedan för att ladda upp dina filer på gammaldags "
"vis."
#: src/templates/index.html:400
msgid "File is too big: {{filesize}}MB. Max filesize: {{maxFilesize}}MB."
msgstr ""
"Filen är för stor: {{filesize}}MB. Största möjliga storlek: "
"{{maxFilesize}}MB."
#: src/templates/index.html:401
msgid "You can't upload files of this type."
msgstr "Du kan ej ladda upp filer av den här typen."
#: src/templates/index.html:402
msgid "Server responded with code: {{statusCode}}"
msgstr "Servern svarade med kod: {{statusCode}}"
#: src/templates/index.html:403
msgid "Cancel upload"
msgstr "Avbryt uppladdning"
#: src/templates/index.html:404
msgid "Upload canceled."
msgstr "Uppladdningen avbröts."
#: src/templates/index.html:405
msgid "Are you sure you want to cancel this upload?"
msgstr "Är du säker på att du vill avbryta uppladdningen?"
#: src/templates/index.html:406
msgid "Remove file"
msgstr "Radera fil"
#: src/templates/index.html:407
msgid "You can not upload any more files."
msgstr "Du kan inte ladda upp några fler filer."
#: src/templates/index.html:409
msgid "TB"
msgstr "TB"
#: src/templates/index.html:410
msgid "GB"
msgstr "GB"
#: src/templates/index.html:412
msgid "KB"
msgstr "KB"
#: src/templates/index.html:413
msgid "b"
msgstr "b"
#: src/templates/index.html:422
msgid "Download File to Images"
msgstr "Ladda ner fil till skivbildskatalogen"
#: src/templates/index.html:425
#, python-format
msgid "Given a URL, download that file to the <tt>%(directory)s</tt> directory."
2022-01-30 17:45:01 +00:00
msgstr ""
"Ta en webbadress och ladda ner en fil till katalogen "
"<tt>%(directory)s</tt>"
#: src/templates/index.html:433 src/templates/index.html:459
#: src/templates/index.html:503
msgid "URL:"
msgstr "Webbadress:"
#: src/templates/index.html:434 src/templates/index.html:460
#: src/templates/index.html:504
msgid "URL"
msgstr "Webbadress"
#: src/templates/index.html:435 src/templates/index.html:461
msgid "Download"
msgstr "Ladda ner"
#: src/templates/index.html:435
msgid "Downloading File to Images..."
msgstr "Laddar ner filen till skivbildskatalogen..."
#: src/templates/index.html:445
msgid "Download File to AppleShare"
msgstr "Ladda ner fil till AppleShare"
#: src/templates/index.html:448
#, python-format
msgid ""
"Given a URL, download that file to the <tt>%(directory)s</tt> directory "
"and share it over AFP."
msgstr ""
2022-01-30 17:45:01 +00:00
"Ta en webbadress och ladda ner en fil till katalogen "
"<tt>%(directory)s</tt> och fildela den över AFP."
#: src/templates/index.html:449
msgid "Manage the files you download here through AppleShare on your vintage Mac."
msgstr "Hantera dessa filer via AppleShare på din gamla Mac."
#: src/templates/index.html:450
#, python-format
msgid ""
"Requires <a href=\"%(url)s\">Netatalk</a> to be installed and configured "
"correctly for your network."
msgstr ""
"Kräver att <a href=\"%(url)s\">Netatalk</a> är installerat och inställt "
"på lämpligt vis för ditt nätverk."
#: src/templates/index.html:461
msgid "Downloading File to AppleShare..."
msgstr "Laddar ner fil till AppleShare..."
#: src/templates/index.html:468
msgid "The AppleShare server is running. No active connections."
msgstr "AppleShare-servern är aktiv. Inga klienter är anslutna."
#: src/templates/index.html:470
#, python-format
msgid "%(value)d active AFP connection"
msgstr "%(value)d aktiv AFP-klient"
#: src/templates/index.html:472
#, python-format
msgid "%(value)d active AFP connections"
msgstr "%(value)d aktiva AFP-klienter"
#: src/templates/index.html:475
#, python-format
msgid ""
"Install <a href=\"%(url)s\">Netatalk</a> to use the AppleShare File "
"Server."
msgstr ""
"Installera <a href=\"%(url)s\">Netatalk</a> för att använda "
"AppleShare-fildelning."
#: src/templates/index.html:482
msgid "Download File and Create CD-ROM image"
msgstr "Ladda ner fil och skapa en cd-bildfil"
#: src/templates/index.html:485
msgid ""
"Create an ISO file system CD-ROM image with the downloaded file, and "
"mount it on the given SCSI ID."
msgstr ""
"Skapar en cd-bildfil med ISO-filsystem som innehåller den nedladdade "
"filen. Sedan ansluts den till det angivna SCSI-id:t."
#: src/templates/index.html:486
msgid "HFS is for Mac OS, Joliet for Windows, and Rock Ridge for POSIX."
msgstr "HFS är för Mac OS, Joliet för Windows, samt Rock Ridge för POSIX."
#: src/templates/index.html:487
#, python-format
msgid "On Mac OS, a <a href=\"%(url)s\">compatible CD-ROM driver</a> is required."
msgstr "På Mac OS krävs <a href=\"%(url)s\">kompatibla cd-drivrutiner</a>."
#: src/templates/index.html:488
msgid ""
"If the downloaded file is a zip archive, we will attempt to unzip it and "
"store the resulting files."
msgstr ""
"Om den nedladdade filen är en zipfil så försöker vi packa up den och "
"spara de uppackade filerna på cd-bildfilen."
#: src/templates/index.html:505 src/templates/index.html:550
msgid "Type:"
msgstr "Typ:"
#: src/templates/index.html:526
msgid "Download and Mount CD-ROM image"
msgstr "Ladda ner och mata in cd-bildfil"
#: src/templates/index.html:526
msgid "Downloading File and generating CD-ROM image..."
msgstr "Laddar ner fil och tillverkar cd-bildfil..."
#: src/templates/index.html:536
msgid "Create Empty Disk Image File"
msgstr "Skapa en tom skivbilsdfil"
#: src/templates/index.html:539
msgid "The Generic image type is recommended for most computer platforms."
msgstr "Det allmänna formatet är rekommederad för de flesta datorsystem."
#: src/templates/index.html:540
msgid ""
"APPLE GENUINE (.hda) and NEC GENUINE (.hdn) image types will make RaSCSI "
"behave as a particular drive type that are recognized by Mac and PC98 "
"systems, respectively."
msgstr ""
"Bildfilsformaten APPLE GENUINE (.hda) samt NEC GENUINE (.hdn) gör så att "
"RaSCSI beter sig som en typ av hårddisk som Macar och PC98-datorer känner"
" igen."
#: src/templates/index.html:541
msgid ""
"SASI images should only be used on the original Sharp X68000, or other "
"legacy systems that utilize this pre-SCSI standard."
msgstr ""
"Bildfilsformatet SASI bör endast användas med tidiga Sharp "
"X68000-modeller, eller andra riktigt gamla system som använder denna "
"föregångare till SCSI."
#: src/templates/index.html:548
msgid "File Name:"
msgstr "Filnamn:"
#: src/templates/index.html:549
msgid "File Name"
msgstr "Filnamn"
#: src/templates/index.html:553
msgid "SCSI Hard Disk image (Generic) [.hds]"
msgstr "SCSI-hårddisk (allmän) [.hds]"
#: src/templates/index.html:556
msgid "SCSI Hard Disk image (APPLE GENUINE) [.hda]"
msgstr "SCSI-hårddisk (APPLE GENUINE) [.hda]"
#: src/templates/index.html:559
msgid "SCSI Hard Disk image (NEC GENUINE) [.hdn]"
msgstr "SCSI-hårddisk (NEC GENUINE) [.hdn]"
#: src/templates/index.html:562
msgid "SCSI Removable Media Disk image (Generic) [.hdr]"
msgstr "SCSI utmatbar skiva (allmän) [.hdr]"
#: src/templates/index.html:565
msgid "SASI Hard Disk image (Legacy) [.hdf]"
msgstr "SASI-hårddisk (föråldrad) [.hdf]"
#: src/templates/index.html:568
msgid "Size:"
msgstr "Storlek:"
#: src/templates/index.html:580
msgid "Create Named Drive"
msgstr "Skapa benämnd skiva"
#: src/templates/index.html:583
msgid ""
"Create pairs of images and properties files from a list of real-life "
"drives."
msgstr ""
"Skapar ett par av skivbilds- och egenskapsfiler från en lista av verkliga"
" enheter."
#: src/templates/index.html:584
msgid ""
"This will make RaSCSI use certain vendor strings and block sizes that may"
" improve compatibility with certain systems."
msgstr ""
"På så vis kommer RaSCSI använda vissa tillverkarattribut och "
"blockstorlekar som kan hjälpa till med kompatibilitet."
#: src/templates/index.html:587
msgid "Create a named disk image that mimics real-life drives"
msgstr "Skapa en benämnd skivbildfil som låstas vara en riktig enhet"
#: src/templates/index.html:593
msgid "Logging"
msgstr "Loggar"
#: src/templates/index.html:596
msgid "Fetch a certain number of lines of system logs with the given scope."
msgstr "Skaffar ett visst antal loggar för en viss systemprocess."
#: src/templates/index.html:603
msgid "Log Lines:"
msgstr "Antal loggar:"
#: src/templates/index.html:605
msgid "Scope:"
msgstr "Process:"
#: src/templates/index.html:608
msgid "All logs"
msgstr "Alla loggar"
#: src/templates/index.html:623
msgid "Show Logs"
msgstr "Skaffa loggar"
#: src/templates/index.html:633
msgid "Server Log Level"
msgstr "Serverns loggnivå"
#: src/templates/index.html:636
msgid "Change the log level of the RaSCSI backend process."
msgstr "Byt loggnivån för RaSCSI-servern"
#: src/templates/index.html:637
msgid "The current dropdown selection indicates the active log level."
msgstr "Det nuvarande valet i rullgardinsmenyn påvisar aktiv loggnivå."
#: src/templates/index.html:644
msgid "Log Level:"
msgstr "Loggnivå:"
#: src/templates/index.html:652
msgid "Set Log Level"
msgstr "Byt loggnivå"
#: src/templates/index.html:662
msgid "Language"
msgstr "Språk"
#: src/templates/index.html:665
msgid "Change the Web Interface language."
msgstr "Byt webbgränssnittets språk."
#: src/templates/index.html:672
msgid "Language:"
msgstr "Språk:"
#: src/templates/index.html:680
msgid "Change Language"
msgstr "Byt språk"
#: src/templates/index.html:690
msgid "Raspberry Pi Operations"
msgstr "Raspberry Pi-kommandon"
#: src/templates/index.html:693
msgid "Reboot or shut down the Raspberry Pi that RaSCSI is running on."
msgstr "Starta om eller stäng av Raspberry Pi-systemet som RaSCSI körs på."
#: src/templates/index.html:694
msgid ""
"IMPORTANT: Always shut down the Pi before turning off the power. Failing "
"to do so may lead to data loss."
msgstr ""
2022-01-30 17:45:01 +00:00
"VIKTIGT: Stäng alltid av Pi-systemet innan du kopplar ur strömmen. På så "
"vis undviker du risken att förlora data."
#: src/templates/index.html:700
msgid "Reboot the Raspberry Pi?"
msgstr "Vill du starta om din Raspberry Pi?"
#: src/templates/index.html:700
msgid "Rebooting the Raspberry Pi..."
msgstr "Startar om Raspberry Pi..."
#: src/templates/index.html:701
msgid "Reboot Raspberry Pi"
msgstr "Starta om Raspberry Pi"
#: src/templates/index.html:705
msgid "Shut down the Raspberry Pi?"
msgstr "Vill du stänga av din Raspberry Pi?"
#: src/templates/index.html:705
msgid "Shutting down the Raspberry Pi..."
msgstr "Stänger av Raspberry Pi..."
#: src/templates/index.html:706
msgid "Shut Down Raspberry Pi"
msgstr "Stäng av Raspberry Pi"