summaryrefslogtreecommitdiff
path: root/po/da/random-bits.po
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2016-04-08 20:28:59 +0000
committerHolger Wansing <linux@wansing-online.de>2016-04-08 20:28:59 +0000
commit710c11bc433ae3de3117d7d32c2e5a0ee816a42d (patch)
treef1684a838cad702974bec35ef9fc59a2696589e6 /po/da/random-bits.po
parent15c9c6ed18245658feec10d504e98acb9eb4c6f7 (diff)
downloadinstallation-guide-710c11bc433ae3de3117d7d32c2e5a0ee816a42d.zip
Refresh po|pot files after changings in en
Diffstat (limited to 'po/da/random-bits.po')
-rw-r--r--po/da/random-bits.po50
1 files changed, 31 insertions, 19 deletions
diff --git a/po/da/random-bits.po b/po/da/random-bits.po
index 2f8aeae3d..f97ba0b1d 100644
--- a/po/da/random-bits.po
+++ b/po/da/random-bits.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2015-04-15 20:29+0000\n"
+"POT-Creation-Date: 2016-04-08 20:25+0000\n"
"PO-Revision-Date: 2015-03-21 11:40+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1000,9 +1000,14 @@ msgstr ""
#. Tag: screen
#: random-bits.xml:528
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# apt-get install makedev\n"
+#| "# mount none /proc -t proc\n"
+#| "# cd /dev\n"
+#| "# MAKEDEV generic"
msgid ""
-"# apt-get install makedev\n"
+"# apt install makedev\n"
"# mount none /proc -t proc\n"
"# cd /dev\n"
"# MAKEDEV generic"
@@ -1218,7 +1223,7 @@ msgid ""
"\n"
"deb http://security.debian.org/ &releasename;/updates main\n"
"deb-src http://security.debian.org/ &releasename;/updates main\n"
-"</screen></informalexample> Make sure to run <userinput>aptitude update</"
+"</screen></informalexample> Make sure to run <userinput>apt update</"
"userinput> after you have made changes to the sources list."
msgstr ""
@@ -1236,16 +1241,19 @@ msgid ""
"install the <classname>locales</classname> support package and configure it. "
"Currently the use of UTF-8 locales is recommended. "
"<informalexample><screen>\n"
-"# aptitude install locales\n"
+"# apt install locales\n"
"# dpkg-reconfigure locales\n"
"</screen></informalexample> To configure your keyboard (if needed):"
msgstr ""
#. Tag: screen
#: random-bits.xml:681
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# aptitude install console-setup\n"
+#| "# dpkg-reconfigure keyboard-configuration"
msgid ""
-"# aptitude install console-setup\n"
+"# apt install console-setup\n"
"# dpkg-reconfigure keyboard-configuration"
msgstr ""
"# aptitude install console-setup\n"
@@ -1277,8 +1285,9 @@ msgstr ""
#. Tag: screen
#: random-bits.xml:699
-#, no-c-format
-msgid "# apt-cache search &kernelpackage;"
+#, fuzzy, no-c-format
+#| msgid "# apt-cache search &kernelpackage;"
+msgid "# apt search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
@@ -1289,8 +1298,10 @@ msgstr "Installer så kernepakken efter dit valg via dets pakkenavn."
#. Tag: screen
#: random-bits.xml:705
-#, no-c-format
-msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
+msgid "# apt install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
#. Tag: title
@@ -1305,8 +1316,8 @@ msgstr "Opsætning af opstartsindlæseren"
msgid ""
"To make your &debian-gnu; system bootable, set up your boot loader to load "
"the installed kernel with your new root partition. Note that "
-"<command>debootstrap</command> does not install a boot loader, though you "
-"can use <command>aptitude</command> inside your &debian; chroot to do so."
+"<command>debootstrap</command> does not install a boot loader, but you can "
+"use <command>apt</command> inside your &debian; chroot to do so."
msgstr ""
#. Tag: para
@@ -1330,7 +1341,7 @@ msgstr ""
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
"<informalexample><screen>\n"
-"# aptitude install grub-pc\n"
+"# apt install grub-pc\n"
"# grub-install /dev/<replaceable>sda</replaceable>\n"
"# update-grub\n"
"</screen></informalexample> The second command will install <command>grub2</"
@@ -1423,7 +1434,7 @@ msgid ""
"In case you can login to the system via console, you can skip this section. "
"If the system should be accessible via the network later on, you need to "
"install SSH and set up access. <informalexample><screen>\n"
-"# aptitude install ssh\n"
+"# apt install ssh\n"
"</screen></informalexample> Root login with password is disabled by default, "
"so setting up access can be done by setting a password and re-enable root "
"login with password: <informalexample><screen>\n"
@@ -1467,8 +1478,8 @@ msgid ""
"install all packages with <quote>standard</quote> priority: "
"<informalexample><screen>\n"
"# tasksel install standard\n"
-"</screen></informalexample> Of course, you can also just use "
-"<command>aptitude</command> to install packages individually."
+"</screen></informalexample> Of course, you can also just use <command>apt</"
+"command> to install packages individually."
msgstr ""
#. Tag: para
@@ -1482,8 +1493,9 @@ msgstr ""
#. Tag: screen
#: random-bits.xml:824
-#, no-c-format
-msgid "# aptitude clean"
+#, fuzzy, no-c-format
+#| msgid "# aptitude clean"
+msgid "# apt clean"
msgstr "# aptitude clean"
#. Tag: title