diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-03-31 23:52:18 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-03-31 23:52:18 +0000 |
commit | c52cb871fe3bd10e1ef615fb4395a1d68527b4a2 (patch) | |
tree | 1e9d69eb39de4bed5cd8048aba08a052500cd399 /po/sv | |
parent | e3d2221918d163f50e4b1998a5598410d5dedea5 (diff) | |
download | installation-guide-c52cb871fe3bd10e1ef615fb4395a1d68527b4a2.zip |
Rename disable_dhcp into disable_autoconfig, the former is now deprecated.
Diffstat (limited to 'po/sv')
-rw-r--r-- | po/sv/boot-installer.po | 8 | ||||
-rw-r--r-- | po/sv/preseed.po | 4 | ||||
-rw-r--r-- | po/sv/using-d-i.po | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/po/sv/boot-installer.po b/po/sv/boot-installer.po index a0830df88..5c5703c87 100644 --- a/po/sv/boot-installer.po +++ b/po/sv/boot-installer.po @@ -3353,8 +3353,8 @@ msgstr "" #. Tag: term #: boot-installer.xml:2313 boot-installer.xml:2546 #, no-c-format -msgid "netcfg/disable_dhcp" -msgstr "netcfg/disable_dhcp" +msgid "netcfg/disable_autoconfig" +msgstr "netcfg/disable_autoconfig" #. Tag: para #: boot-installer.xml:2314 @@ -3376,12 +3376,12 @@ msgstr "" msgid "" "If you have a DHCP server on your local network, but want to avoid it " "because e.g. it gives wrong answers, you can use the parameter " -"<userinput>netcfg/disable_dhcp=true</userinput> to prevent configuring the " +"<userinput>netcfg/disable_autoconfig=true</userinput> to prevent configuring the " "network with DHCP and to enter the information manually." msgstr "" "Om du har en DHCP-server på ditt lokala nätverk men du vill undvika den på " "grund av att den, exempelvis ger fel svar, kan du använda parametern " -"<userinput>netcfg/disable_dhcp=true</userinput> för att förhindra att " +"<userinput>netcfg/disable_autoconfig=true</userinput> för att förhindra att " "nätverket konfigureras med DHCP och att informationen matas in manuellt." #. Tag: term diff --git a/po/sv/preseed.po b/po/sv/preseed.po index 57d95bed9..e14a46ac5 100644 --- a/po/sv/preseed.po +++ b/po/sv/preseed.po @@ -1651,7 +1651,7 @@ msgstr "Följande debconf-variabler är relevanta för nätverkskonfiguration." #| "# If you prefer to configure the network manually, uncomment this line " #| "and\n" #| "# the static network configuration below.\n" -#| "#d-i netcfg/disable_dhcp boolean true\n" +#| "#d-i netcfg/disable_autoconfig boolean true\n" #| "\n" #| "# If you want the preconfiguration file to work on systems both with and\n" #| "# without a dhcp server, uncomment these lines and the static network\n" @@ -1773,7 +1773,7 @@ msgstr "" "\n" "# Om du vill konfigurera nätverket manuellt, kommentera bort den här raden\n" "# och den statiska nätverkskonfigurationen nedan.\n" -"#d-i netcfg/disable_dhcp boolean true\n" +"#d-i netcfg/disable_autoconfig boolean true\n" "\n" "# Om du vill att förkonfigurationsfilen ska fungera på system både med och " "utan \n" diff --git a/po/sv/using-d-i.po b/po/sv/using-d-i.po index 22b7bf86e..06244edfd 100644 --- a/po/sv/using-d-i.po +++ b/po/sv/using-d-i.po @@ -87,14 +87,14 @@ msgid "" "Some of the defaults that the installer uses can be influenced by passing " "boot arguments when &d-i; is started. If, for example, you wish to force " "static network configuration (DHCP is used by default if available), you " -"could add the boot parameter <userinput>netcfg/disable_dhcp=true</" +"could add the boot parameter <userinput>netcfg/disable_autoconfig=true</" "userinput>. See <xref linkend=\"installer-args\"/> for available options." msgstr "" "Några av de förvalda värden som installationsprogrammet använder kan ges " "genom att skicka med uppstartsargument när &d-i; startas. Om, till exempel " "du önskar att tvinga fram statisk nätverkskonfiguration (DHCP används som " "standard om tillgänglig) kan du lägga till uppstartsparametern " -"<userinput>netcfg/disable_dhcp=true</userinput>. Se <xref linkend=" +"<userinput>netcfg/disable_autoconfig=true</userinput>. Se <xref linkend=" "\"installer-args\"/> för tillgängliga flaggor." #. Tag: para |