diff options
Diffstat (limited to 'po/tl/random-bits.po')
-rw-r--r-- | po/tl/random-bits.po | 181 |
1 files changed, 92 insertions, 89 deletions
diff --git a/po/tl/random-bits.po b/po/tl/random-bits.po index ad463c282..eeb110f0a 100644 --- a/po/tl/random-bits.po +++ b/po/tl/random-bits.po @@ -5,7 +5,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: 2013-02-03 09:08+0000\n" +"POT-Creation-Date: 2013-04-01 21:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1148,25 +1148,30 @@ msgid "" "Setting the third line of the file <filename>/etc/adjtime</filename> to " "<quote>UTC</quote> or <quote>LOCAL</quote> determines whether the system " "will interpret the hardware clock as being set to UTC respective local time. " -"The following commands allow you to set that and choose your timezone." +"The following command allows you to set that. <informalexample><screen>\n" +"# editor /etc/adjtime\n" +"</screen></informalexample> Here is a sample: <informalexample><screen>\n" +"0.0 0 0.0\n" +"0\n" +"UTC\n" +"</screen></informalexample> The following command allows you to choose your " +"timezone." msgstr "" #. Tag: screen -#: random-bits.xml:646 +#: random-bits.xml:652 #, no-c-format -msgid "" -"# editor /etc/adjtime\n" -"# dpkg-reconfigure tzdata" +msgid "# dpkg-reconfigure tzdata" msgstr "" #. Tag: title -#: random-bits.xml:652 +#: random-bits.xml:658 #, no-c-format msgid "Configure Networking" msgstr "" #. Tag: para -#: random-bits.xml:653 +#: random-bits.xml:659 #, no-c-format msgid "" "To configure networking, edit <filename>/etc/network/interfaces</filename>, " @@ -1230,13 +1235,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:694 +#: random-bits.xml:700 #, no-c-format msgid "Configure Apt" msgstr "" #. Tag: para -#: random-bits.xml:695 +#: random-bits.xml:701 #, no-c-format msgid "" "Debootstrap will have created a very basic <filename>/etc/apt/sources.list</" @@ -1252,13 +1257,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:711 +#: random-bits.xml:717 #, no-c-format msgid "Configure Locales and Keyboard" msgstr "" #. Tag: para -#: random-bits.xml:712 +#: random-bits.xml:718 #, no-c-format msgid "" "To configure your locale settings to use a language other than English, " @@ -1271,7 +1276,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:722 +#: random-bits.xml:728 #, no-c-format msgid "" "# aptitude install console-setup\n" @@ -1279,7 +1284,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:724 +#: random-bits.xml:730 #, no-c-format msgid "" "Note that the keyboard cannot be set while in the chroot, but will be " @@ -1287,13 +1292,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:734 +#: random-bits.xml:740 #, no-c-format msgid "Install a Kernel" msgstr "" #. Tag: para -#: random-bits.xml:735 +#: random-bits.xml:741 #, no-c-format msgid "" "If you intend to boot this system, you probably want a &arch-kernel; kernel " @@ -1301,33 +1306,31 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:740 +#: random-bits.xml:746 #, no-c-format msgid "# apt-cache search &kernelpackage;" msgstr "" #. Tag: para -#: random-bits.xml:742 +#: random-bits.xml:748 #, no-c-format msgid "Then install the kernel package of your choice using its package name." msgstr "" #. Tag: screen -#: random-bits.xml:746 +#: random-bits.xml:752 #, no-c-format -msgid "" -"# aptitude install &kernelpackage;-<replaceable>arch-etc</" -"replaceable>" +msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>" msgstr "" #. Tag: title -#: random-bits.xml:752 +#: random-bits.xml:758 #, no-c-format msgid "Set up the Boot Loader" msgstr "" #. Tag: para -#: random-bits.xml:753 +#: random-bits.xml:759 #, no-c-format msgid "" "To make your &debian-gnu; system bootable, set up your boot loader to load " @@ -1337,7 +1340,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:760 +#: random-bits.xml:766 #, no-c-format msgid "" "Check <userinput>info grub</userinput> <phrase arch=\"x86\">or " @@ -1352,7 +1355,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:772 +#: random-bits.xml:778 #, no-c-format msgid "" "Installing and setting up <classname>grub2</classname> is as easy as: " @@ -1367,7 +1370,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:782 +#: random-bits.xml:788 #, no-c-format msgid "" "Note that this assumes that a <filename>/dev/hda</filename> device file has " @@ -1376,13 +1379,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:788 +#: random-bits.xml:794 #, no-c-format msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:" msgstr "" #. Tag: screen -#: random-bits.xml:792 +#: random-bits.xml:798 #, no-c-format msgid "" "boot=/dev/<replaceable>hda6</replaceable>\n" @@ -1396,7 +1399,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:794 +#: random-bits.xml:800 #, no-c-format msgid "" "Check <userinput>man yaboot.conf</userinput> for instructions on setting up " @@ -1408,7 +1411,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:804 +#: random-bits.xml:810 #, no-c-format msgid "" "Here is a basic <filename>/etc/yaboot.conf</filename> as an example: " @@ -1426,13 +1429,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:817 +#: random-bits.xml:823 #, no-c-format msgid "Remote access: Installing SSH and setting a password" msgstr "" #. Tag: para -#: random-bits.xml:818 +#: random-bits.xml:824 #, no-c-format msgid "" "In case you can login to the system via console, you can skip this section. " @@ -1441,7 +1444,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:824 +#: random-bits.xml:830 #, no-c-format msgid "" "# aptitude install ssh\n" @@ -1449,13 +1452,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:829 +#: random-bits.xml:835 #, no-c-format msgid "Finishing touches" msgstr "" #. Tag: para -#: random-bits.xml:830 +#: random-bits.xml:836 #, no-c-format msgid "" "As mentioned earlier, the installed system will be very basic. If you would " @@ -1468,7 +1471,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:841 +#: random-bits.xml:847 #, no-c-format msgid "" "After the installation there will be a lot of downloaded packages in " @@ -1477,19 +1480,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:847 +#: random-bits.xml:853 #, no-c-format msgid "# aptitude clean" msgstr "" #. Tag: title -#: random-bits.xml:858 +#: random-bits.xml:864 #, no-c-format msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)" msgstr "" #. Tag: para -#: random-bits.xml:860 +#: random-bits.xml:866 #, no-c-format msgid "" "This section explains how to install &debian-gnu; on a computer without an " @@ -1500,7 +1503,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:868 +#: random-bits.xml:874 #, no-c-format msgid "" "In the example in this appendix we will set up a PLIP connection using a " @@ -1511,7 +1514,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:876 +#: random-bits.xml:882 #, no-c-format msgid "" "The PLIP connection set up during the installation will also be available " @@ -1520,7 +1523,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:881 +#: random-bits.xml:887 #, no-c-format msgid "" "Before you start, you will need to check the BIOS configuration (IO base " @@ -1530,13 +1533,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:891 +#: random-bits.xml:897 #, no-c-format msgid "Requirements" msgstr "" #. Tag: para -#: random-bits.xml:894 +#: random-bits.xml:900 #, no-c-format msgid "" "A target computer, called <emphasis>target</emphasis>, where &debian; will " @@ -1544,13 +1547,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:900 +#: random-bits.xml:906 #, no-c-format msgid "System installation media; see <xref linkend=\"installation-media\"/>." msgstr "" #. Tag: para -#: random-bits.xml:905 +#: random-bits.xml:911 #, no-c-format msgid "" "Another computer connected to the Internet, called <emphasis>source</" @@ -1558,7 +1561,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:911 +#: random-bits.xml:917 #, no-c-format msgid "" "A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;" @@ -1567,13 +1570,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:923 +#: random-bits.xml:929 #, no-c-format msgid "Setting up source" msgstr "" #. Tag: para -#: random-bits.xml:924 +#: random-bits.xml:930 #, no-c-format msgid "" "The following shell script is a simple example of how to configure the " @@ -1581,7 +1584,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:929 +#: random-bits.xml:935 #, no-c-format msgid "" "#!/bin/sh\n" @@ -1605,13 +1608,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:935 +#: random-bits.xml:941 #, no-c-format msgid "Installing target" msgstr "" #. Tag: para -#: random-bits.xml:936 +#: random-bits.xml:942 #, no-c-format msgid "" "Boot the installation media. The installation needs to be run in expert " @@ -1627,13 +1630,13 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:955 +#: random-bits.xml:961 #, no-c-format msgid "Load installer components from CD" msgstr "" #. Tag: para -#: random-bits.xml:957 +#: random-bits.xml:963 #, no-c-format msgid "" "Select the <userinput>plip-modules</userinput> option from the list; this " @@ -1641,13 +1644,13 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:965 +#: random-bits.xml:971 #, no-c-format msgid "Detect network hardware" msgstr "" #. Tag: para -#: random-bits.xml:970 +#: random-bits.xml:976 #, no-c-format msgid "" "If target <emphasis>does</emphasis> have a network card, a list of driver " @@ -1657,7 +1660,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:979 +#: random-bits.xml:985 #, no-c-format msgid "" "Because no network card was detected/selected earlier, the installer will " @@ -1666,26 +1669,26 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:991 +#: random-bits.xml:997 #, no-c-format msgid "Configure the network" msgstr "" #. Tag: para -#: random-bits.xml:994 +#: random-bits.xml:1000 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "" #. Tag: para -#: random-bits.xml:999 +#: random-bits.xml:1005 #, no-c-format msgid "" "IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>" msgstr "" #. Tag: para -#: random-bits.xml:1004 +#: random-bits.xml:1010 #, no-c-format msgid "" "Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></" @@ -1693,7 +1696,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1010 +#: random-bits.xml:1016 #, no-c-format msgid "" "Name server addresses: you can enter the same addresses used on source (see " @@ -1701,13 +1704,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:1029 +#: random-bits.xml:1035 #, no-c-format msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)" msgstr "" #. Tag: para -#: random-bits.xml:1031 +#: random-bits.xml:1037 #, no-c-format msgid "" "In some countries PPP over Ethernet (PPPoE) is a common protocol for " @@ -1718,7 +1721,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1039 +#: random-bits.xml:1045 #, no-c-format msgid "" "The PPPoE connection set up during the installation will also be available " @@ -1727,7 +1730,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1044 +#: random-bits.xml:1050 #, no-c-format msgid "" "To have the option of setting up and using PPPoE during the installation, " @@ -1737,7 +1740,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1051 +#: random-bits.xml:1057 #, no-c-format msgid "" "Installing over PPPoE is mostly the same as any other installation. The " @@ -1745,7 +1748,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1059 +#: random-bits.xml:1065 #, no-c-format msgid "" "Boot the installer with the boot parameter <userinput>modules=ppp-udeb</" @@ -1756,7 +1759,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1074 +#: random-bits.xml:1080 #, no-c-format msgid "" "Follow the regular initial steps of the installation (language, country and " @@ -1769,7 +1772,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1093 +#: random-bits.xml:1099 #, no-c-format msgid "" "The next step is the detection of network hardware, in order to identify any " @@ -1777,7 +1780,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1099 +#: random-bits.xml:1105 #, no-c-format msgid "" "After this the actual setup of PPPoE is started. The installer will probe " @@ -1786,7 +1789,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1105 +#: random-bits.xml:1111 #, no-c-format msgid "" "It is possible that the concentrator will not to be found at the first " @@ -1797,7 +1800,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1114 +#: random-bits.xml:1120 #, no-c-format msgid "" "After a concentrator is found, the user will be prompted to type the login " @@ -1805,7 +1808,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1120 +#: random-bits.xml:1126 #, no-c-format msgid "" "At this point the installer will use the provided information to establish " @@ -1818,13 +1821,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:1140 +#: random-bits.xml:1146 #, no-c-format msgid "The Graphical Installer" msgstr "" #. Tag: para -#: random-bits.xml:1141 +#: random-bits.xml:1147 #, no-c-format msgid "" "The graphical version of the installer is only available for a limited " @@ -1834,7 +1837,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1149 +#: random-bits.xml:1155 #, no-c-format msgid "" "Although the functionality is identical, the graphical installer still has a " @@ -1846,7 +1849,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1158 +#: random-bits.xml:1164 #, no-c-format msgid "" "The graphical installer is available with all CD images and with the hd-" @@ -1860,7 +1863,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1169 +#: random-bits.xml:1175 #, no-c-format msgid "" "There is also a graphical installer image that can be netbooted. And there " @@ -1872,7 +1875,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1182 +#: random-bits.xml:1188 #, no-c-format msgid "" "For &arch-title;, currently only an experimental <quote>mini</quote> ISO " @@ -1884,7 +1887,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1196 +#: random-bits.xml:1202 #, no-c-format msgid "" "Just as with the regular installer it is possible to add boot parameters " @@ -1892,7 +1895,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1202 +#: random-bits.xml:1208 #, no-c-format msgid "" "The graphical installer requires significantly more memory to run than the " @@ -1902,7 +1905,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1209 +#: random-bits.xml:1215 #, no-c-format msgid "" "If the amount of memory in your system is below &minimum-memory;, the " @@ -1912,13 +1915,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:1219 +#: random-bits.xml:1225 #, no-c-format msgid "Using the graphical installer" msgstr "" #. Tag: para -#: random-bits.xml:1220 +#: random-bits.xml:1226 #, no-c-format msgid "" "As already mentioned, the graphical installer basically works the same as " @@ -1927,7 +1930,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1226 +#: random-bits.xml:1232 #, no-c-format msgid "" "If you prefer using the keyboard over the mouse, there are two things you " @@ -1940,7 +1943,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1236 +#: random-bits.xml:1242 #, no-c-format msgid "" "If a dialog offers additional help information, a <guibutton>Help</" @@ -1949,7 +1952,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:1242 +#: random-bits.xml:1248 #, no-c-format msgid "" "To switch to another console, you will also need to use the <keycap>Ctrl</" |