diff options
70 files changed, 4881 insertions, 4956 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index b1c12e9d3..9689943a6 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -158,7 +158,8 @@ to first switch tasksel to that DE using the following command, e.g: <!-- Number of current Debian developers --> <!-- Can be found for example on the english version of vote.debian.org (use last vote) --> -<!ENTITY num-of-debian-developers "1062"> +<!-- Update: let's use a roughly approximated value like "1000"; we're not forced to use the exact value here. --> +<!ENTITY num-of-debian-developers "1000"> <!-- Number of current Debian maillists (see http://lists.debian.org/completeindex.html) --> diff --git a/debian/changelog b/debian/changelog index d18f67e44..3374c751e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,9 +13,12 @@ installation-guide (20180604) UNRELEASED; urgency=medium * Improve/update documention regarding booting from USB storage. Closes: #756859 * Add a warning about the use of LVM partition types. Closes: #776313 + * Reorganize chapter about "Further reading" and merge with "New to Unix" + chapter. Closes: #864037 + * Update of "What is Debian" chapter. Closes: #864039 [ Frans Spiesschaert ] - * Keep Dutch translation up-to-date + * Dutch translation update -- Samuel Thibault <sthibault@debian.org> Thu, 07 Jun 2018 12:09:44 +0300 diff --git a/en/post-install/further-reading.xml b/en/post-install/further-reading.xml index 8e69688ee..bae0634b2 100644 --- a/en/post-install/further-reading.xml +++ b/en/post-install/further-reading.xml @@ -4,23 +4,6 @@ <sect1 id="further-reading"><title>Further Reading and Information</title> <para> -If you need information about a particular program, you should first -try <userinput>man <replaceable>program</replaceable></userinput>, or -<userinput>info <replaceable>program</replaceable></userinput>. - -</para><para> - -There is lots of useful documentation in -<filename>/usr/share/doc</filename> as well. In particular, -<filename>/usr/share/doc/HOWTO</filename> and -<filename>/usr/share/doc/FAQ</filename> contain lots of interesting -information. To submit bugs, look at -<filename>/usr/share/doc/debian/bug*</filename>. To read about -&debian;-specific issues for particular programs, look at -<filename>/usr/share/doc/(package name)/README.Debian</filename>. - -</para><para> - The <ulink url="http://www.debian.org/">Debian web site</ulink> contains a large quantity of documentation about &debian;. In @@ -37,6 +20,23 @@ Mail List Subscription</ulink> page. Last, but not least, the <ulink url="http://lists.debian.org/">Debian Mailing List Archives</ulink> contain a wealth of information on &debian;. +</para><para> + +If you need information about a particular program, you should first +try <userinput>man <replaceable>program</replaceable></userinput>, or +<userinput>info <replaceable>program</replaceable></userinput>. + +</para><para> + +There is lots of useful documentation in +<filename>/usr/share/doc</filename> as well. In particular, +<filename>/usr/share/doc/HOWTO</filename> and +<filename>/usr/share/doc/FAQ</filename> contain lots of interesting +information. To submit bugs, look at +<filename>/usr/share/doc/debian/bug*</filename>. To read about +&debian;-specific issues for particular programs, look at +<filename>/usr/share/doc/(package name)/README.Debian</filename>. + </para><para arch="linux-any"> A general source of information on GNU/Linux is the @@ -44,6 +44,19 @@ A general source of information on GNU/Linux is the There you will find the HOWTOs and pointers to other very valuable information on parts of a GNU/Linux system. -</para> +</para><para arch="linux-any"> +Linux is an implementation of Unix. The +<ulink url="&url-ldp;">Linux Documentation Project (LDP)</ulink> +collects a number of HOWTOs and online books +relating to Linux. + +</para><para arch="linux-any"> + +If you are new to Unix, you probably should go out and buy some books +and do some reading. +This <ulink url="&url-unix-faq;">list of Unix FAQs</ulink> contains a +number of UseNet documents which provide a nice historical reference. + +</para> </sect1> diff --git a/en/post-install/new-to-unix.xml b/en/post-install/new-to-unix.xml deleted file mode 100644 index f85182353..000000000 --- a/en/post-install/new-to-unix.xml +++ /dev/null @@ -1,29 +0,0 @@ -<!-- retain these comments for translator revision tracking --> -<!-- $Id$ --> - - - <sect1 id="unix-intro"> - <title>If You Are New to Unix</title> -<para> - -If you are new to Unix, you probably should go out and buy some books -and do some reading. A lot of valuable information can also be found -in the <ulink url="&url-debian-reference;">Debian Reference</ulink>. -This <ulink url="&url-unix-faq;">list of Unix FAQs</ulink> contains a -number of UseNet documents which provide a nice historical reference. - -</para><para arch="linux-any"> - -Linux is an implementation of Unix. The -<ulink url="&url-ldp;">Linux Documentation Project (LDP)</ulink> -collects a number of HOWTOs and online books -relating to Linux. Most of these documents can be installed locally; -just install the <classname>doc-linux-html</classname> package (HTML -versions) or the <classname>doc-linux-text</classname> package (ASCII -versions), then look in <filename>/usr/share/doc/HOWTO</filename>. -International versions of the LDP HOWTOs are also available as &debian; -packages. - -</para> - - </sect1> diff --git a/en/post-install/post-install.xml b/en/post-install/post-install.xml index 68da25de8..01b7d59e9 100644 --- a/en/post-install/post-install.xml +++ b/en/post-install/post-install.xml @@ -5,7 +5,6 @@ <title>Next Steps and Where to Go From Here</title> &shutdown.xml; -&new-to-unix.xml; &orientation.xml; &further-reading.xml; &mail-setup.xml; diff --git a/en/welcome/what-is-debian.xml b/en/welcome/what-is-debian.xml index 5ff808781..886d1b84a 100644 --- a/en/welcome/what-is-debian.xml +++ b/en/welcome/what-is-debian.xml @@ -75,16 +75,6 @@ community. Some examples include: <listitem><para> The -<ulink url="&url-lsb-org;">Linux Standard Base</ulink> -(LSB) is a project aimed at standardizing the basic GNU/Linux system, -which will enable third-party software and hardware developers to -easily design programs and device drivers for Linux-in-general, rather -than for a specific GNU/Linux distribution. - -</para></listitem> -<listitem><para> - -The <ulink url="&url-fhs-home;">Filesystem Hierarchy Standard</ulink> (FHS) is an effort to standardize the layout of the Linux file system. The FHS will allow software developers to concentrate diff --git a/eu/welcome/what-is-debian.xml b/eu/welcome/what-is-debian.xml index f134fe484..1281ef6bc 100644 --- a/eu/welcome/what-is-debian.xml +++ b/eu/welcome/what-is-debian.xml @@ -73,16 +73,6 @@ Adibide batzuk emen. <itemizedlist> <listitem><para> -<ulink url="&url-lsb-org;">Linux Oinarri esnatdarra (Linux Standard Base)</ulink> -(LSB) GNU/Linux sistema estanandar egiteko proiektua da, honek -beste software eta hardaware garatzaileei beraien garapenak linuxen -orokorrean eta Debian GNU/Linux-en zehazkiago behar bezala funtzionatzeko -laguntzen die. - - -</para></listitem> -<listitem><para> - <ulink url="&url-fhs-home;">Fitxategi sistema Jerarkia Estandarra</ulink> (FHS) Linux fitxategi sistemara estandarizatzeko ahhalegin bat da. Honek software garatzaileei bere garapenean paketea beste Debian diff --git a/po/ca/post-install.po b/po/ca/post-install.po index 4a6a2684b..570e937db 100644 --- a/po/ca/post-install.po +++ b/po/ca/post-install.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-06-17 06:01+0200\n" "Last-Translator: Guillem Jover <guillem@debian.org>\n" "Language-Team: \n" @@ -87,57 +87,13 @@ msgstr "" "command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Si sou nous a Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Si sou nou a Unix, probablement hauríeu de comprar alguns llibres i llegir " -"una mica. Es pot trobar informació molt útil a la <ulink url=\"&url-debian-" -"reference;\">Guia de referència de Debian</ulink>. La <ulink url=\"&url-unix-" -"faq;\">llista de PMF de Unix</ulink>, que conté alguns documents de UseNet, " -"és una bona referència històrica." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux és una implementació de Unix. El <ulink url=\"&url-ldp;\">Projecte de " -"documentació de Linux (LDP)</ulink> recull alguns COM ES FA («HOW TO») i " -"llibres relacionats amb Linux. La major part d'aquests documents es poden " -"instal·lar localment; simplement instal·leu el paquet <classname>doc-linux-" -"html</classname> (versions en format HTML) o el paquet <classname>doc-linux-" -"text</classname> (versions ASCII), i aleshores mireu <filename>/usr/share/" -"doc/HOWTO</filename>. Les versions internacionals dels COM ES FA de LDP " -"també estan disponibles com a paquets de &debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Orientar-vos a &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -155,13 +111,13 @@ msgstr "" "sistema per als més apressats." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "El sistema de paquets de &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -195,7 +151,7 @@ msgstr "" "l'<command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -220,13 +176,13 @@ msgstr "" "estàndard." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Programari addicional disponible per a &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -243,13 +199,13 @@ msgstr "" "for &debian;'s Stable Release</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Gestió de versions de les aplicacions" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -261,13 +217,13 @@ msgstr "" "la pàgina del manual de «update-alternatives»." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Gestió de tasques amb «cron»" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -285,7 +241,7 @@ msgstr "" "filename>, i executades per ordre alfabètic." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -301,7 +257,7 @@ msgstr "" "permet definir el compte d'usuari amb què s'executarà la tasca." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -315,44 +271,13 @@ msgstr "" "cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Lectura i informació addicional" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"Si necessiteu informació sobre algun programa en concret, en primer lloc " -"intenteu fer <userinput>man <replaceable>programa</replaceable></userinput>, " -"o bé <userinput>info <replaceable>programa</replaceable></userinput>." - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"També hi ha molta documentació útil a <filename>/usr/share/doc</filename>. " -"En concret, <filename>/usr/share/doc/HOWTO</filename> i <filename>/usr/share/" -"doc/FAQ</filename> contenen informació d'interès general. Per enviar " -"informes d'errors, mireu <filename>/usr/share/doc/debian/bug*</filename>. Si " -"voleu saber més sobre les característiques específiques dels programes a " -"&debian;, consulteu <filename>/usr/share/doc/(nom del paquet)/README.Debian</" -"filename>." - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -382,7 +307,38 @@ msgstr "" "ulink> contenen informació molt valuosa sobre &debian;." #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"Si necessiteu informació sobre algun programa en concret, en primer lloc " +"intenteu fer <userinput>man <replaceable>programa</replaceable></userinput>, " +"o bé <userinput>info <replaceable>programa</replaceable></userinput>." + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"També hi ha molta documentació útil a <filename>/usr/share/doc</filename>. " +"En concret, <filename>/usr/share/doc/HOWTO</filename> i <filename>/usr/share/" +"doc/FAQ</filename> contenen informació d'interès general. Per enviar " +"informes d'errors, mireu <filename>/usr/share/doc/debian/bug*</filename>. Si " +"voleu saber més sobre les característiques específiques dels programes a " +"&debian;, consulteu <filename>/usr/share/doc/(nom del paquet)/README.Debian</" +"filename>." + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -395,14 +351,44 @@ msgstr "" "trobareu els COM ES FA i enllaços a d'altres llocs amb informació sobre les " "diferents parts d'un sistema GNU/Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Si sou nou a Unix, probablement hauríeu de comprar alguns llibres i llegir " +"una mica. Es pot trobar informació molt útil a la <ulink url=\"&url-debian-" +"reference;\">Guia de referència de Debian</ulink>. La <ulink url=\"&url-unix-" +"faq;\">llista de PMF de Unix</ulink>, que conté alguns documents de UseNet, " +"és una bona referència històrica." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Configuració del vostre sistema per utilitzar el correu electrònic" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -416,7 +402,7 @@ msgstr "" "més bàsiques en aquesta secció." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -437,7 +423,7 @@ msgstr "" "d'entrada de l'usuari." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -449,7 +435,7 @@ msgstr "" "tractament diferent d'aquestes funcions pels diferents tipus de correu." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -464,7 +450,7 @@ msgstr "" "<command>procmail</command> com a MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -498,13 +484,13 @@ msgstr "" "tradicionals." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Configuració predeterminada del correu electrònic" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -525,7 +511,7 @@ msgstr "" "potència) o de canvis." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -554,7 +540,7 @@ msgstr "" "</footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -566,13 +552,13 @@ msgstr "" "Els correus es poden llegir utilitzant el <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Enviar correus fora del sistema" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -584,7 +570,7 @@ msgstr "" "d'altres." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -597,7 +583,7 @@ msgstr "" "correu s'envia i es rep correctament." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -614,7 +600,7 @@ msgstr "" "envie i reba el correu (el com fer-ho està fora de l'abast d'aquest manual)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -630,7 +616,7 @@ msgstr "" "utilitzar l'<classname>exim4</classname> per enviar els informes d'error." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -645,13 +631,13 @@ msgstr "" "utilitzar per enviar informes d'error." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Configuració de l'agent de transport de correu Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -665,13 +651,13 @@ msgstr "" "reemplaçar-lo per qualsevol MTA/MDA alternatiu.</para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -683,7 +669,7 @@ msgstr "" "l'opció predeterminada." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -693,13 +679,13 @@ msgstr "" "el que més s'aprope a les vostres necessitats." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "lloc d'internet" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -713,13 +699,13 @@ msgstr "" "dominis pels quals acceptar o reenviar correu." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "correu enviat a través de l'smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -737,7 +723,7 @@ msgstr "" "l'smarthost amb programes del tipus fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -750,13 +736,13 @@ msgstr "" "vostra xarxa." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "enviament a través de l'smarthost; no hi ha correu local" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -769,25 +755,25 @@ msgstr "" "encara es gestionarà." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "només enviament local" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Aquesta és l'opció que està configurada per defecte al vostre sistema." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "no el configures ara mateix" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -801,7 +787,7 @@ msgstr "" "perdent alguns missatges importants de les utilitats del vostre sistema." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -822,7 +808,7 @@ msgstr "" "documentació addicional." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -843,13 +829,13 @@ msgstr "" "filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Compilar un nou nucli" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -858,7 +844,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -868,13 +854,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Restauració d'un sistema amb errors" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -894,7 +880,7 @@ msgstr "" "el mode de rescat us pot ser útil." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -918,7 +904,7 @@ msgstr "" "reparació del sistema." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -934,7 +920,7 @@ msgstr "" "dispositius RAID i LVM i les creades directament als discs." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -952,7 +938,7 @@ msgstr "" "phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -971,7 +957,7 @@ msgstr "" "<filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -979,7 +965,7 @@ msgstr "" "reiniciarà." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -990,6 +976,29 @@ msgstr "" "difícil, i que aquest manual no pretén endinsar-se en totes les possibles " "causes o solucions. Si teniu problemes, consulteu un expert." +#~ msgid "If You Are New to Unix" +#~ msgstr "Si sou nous a Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux és una implementació de Unix. El <ulink url=\"&url-ldp;\">Projecte " +#~ "de documentació de Linux (LDP)</ulink> recull alguns COM ES FA («HOW TO») " +#~ "i llibres relacionats amb Linux. La major part d'aquests documents es " +#~ "poden instal·lar localment; simplement instal·leu el paquet " +#~ "<classname>doc-linux-html</classname> (versions en format HTML) o el " +#~ "paquet <classname>doc-linux-text</classname> (versions ASCII), i " +#~ "aleshores mireu <filename>/usr/share/doc/HOWTO</filename>. Les versions " +#~ "internacionals dels COM ES FA de LDP també estan disponibles com a " +#~ "paquets de &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/ca/welcome.po b/po/ca/welcome.po index c6095d6fe..75fe6ce0f 100644 --- a/po/ca/welcome.po +++ b/po/ca/welcome.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-06-17 05:54+0200\n" "Last-Translator: Guillem Jover <guillem@debian.org>\n" "Language-Team: \n" @@ -162,22 +162,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"La <ulink url=\"&url-lsb-org;\">Base Estàndard del Linux</ulink> és un " -"projecte enfocat a estandarditzar el sistema bàsic GNU/Linux, que permetrà " -"als desenvolupadors de programari i maquinari de terceres parts dissenyar " -"fàcilment programes i controladors de dispositius per a Linux en general, en " -"comptes de fer-ho per a una distribució específica de GNU/Linux." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -192,7 +176,7 @@ msgstr "" "GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -203,7 +187,7 @@ msgstr "" "joves." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -213,13 +197,13 @@ msgstr "" "debian-faq;\">PMF de Debian</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Què és GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -229,7 +213,7 @@ msgstr "" "interactuar amb el vostre ordinador i executar altres programes." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -255,7 +239,7 @@ msgstr "" "a anomenar <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -274,7 +258,7 @@ msgstr "" "cobren per fer-ho." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -287,7 +271,7 @@ msgstr "" "GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -305,7 +289,7 @@ msgstr "" "programes o fer edicions sofisticades de documents en diferents formats)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -320,7 +304,7 @@ msgstr "" "possible." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -337,7 +321,7 @@ msgstr "" "ulink>, de Linux International." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -355,7 +339,7 @@ msgstr "" "faq;\">PMF de la llista de correu del nucli Linux</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -372,7 +356,7 @@ msgstr "" "l'intèrpret d'ordres o en l'escriptori com quelcom que poden canviar." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -389,13 +373,13 @@ msgstr "" "domèstics i de negocis." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Què és &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -421,7 +405,7 @@ msgstr "" "seguiment d'errors permet que aquests es localitzin i depurin ràpidament." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -436,7 +420,7 @@ msgstr "" "qualitat." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -450,7 +434,7 @@ msgstr "" "característiques al Linux que actualment són quotidianes." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -464,7 +448,7 @@ msgstr "" "actualitzar sense necessitar la reinstal·lació completa." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -478,7 +462,7 @@ msgstr "" "tasques complexes com generar i mantenir un sistema operatiu complet." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -499,7 +483,7 @@ msgstr "" "que té." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -521,7 +505,7 @@ msgstr "" "d'Internet." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -541,13 +525,13 @@ msgstr "" "llistes de correu de Debian</ulink> i emplenar el formulari que hi trobareu." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Què és &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -555,7 +539,7 @@ msgstr "" "&debian; GNU/kFreeBSD és un sistema &debian; GNU amb el nucli kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -566,7 +550,7 @@ msgstr "" "arquitectures." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -577,7 +561,7 @@ msgstr "" "en aquesta varietat." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -589,13 +573,13 @@ msgstr "" "correu <email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Què és &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -606,7 +590,7 @@ msgstr "" "s'executen sobre del micronucli GNU Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -620,7 +604,7 @@ msgstr "" "adaptacions a d'altres arquitectures." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -631,7 +615,7 @@ msgstr "" "aquesta varietat." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -643,13 +627,13 @@ msgstr "" "correu <email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Obtenció de &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -666,7 +650,7 @@ msgstr "" "propera." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -679,13 +663,13 @@ msgstr "" "instal·lació." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Obtenció de l'última versió d'aquest document" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -702,13 +686,13 @@ msgstr "" "manual d'instal·lació</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Organització d'aquest document" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -722,7 +706,7 @@ msgstr "" "coneixements generals sobre com funciona el maquinari de l'ordinador." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -737,7 +721,7 @@ msgstr "" "d'aquest document." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -751,7 +735,7 @@ msgstr "" "d'aquest document que s'hi corresponen:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -761,7 +745,7 @@ msgstr "" "sistema d'instal·lació a <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -776,7 +760,7 @@ msgstr "" "hi les particions que utilitzarà &debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -786,7 +770,7 @@ msgstr "" "necessaris per al vostre mètode d'instal·lació." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -802,7 +786,7 @@ msgstr "" "en aquest pas." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -825,7 +809,7 @@ msgstr "" "sistema &debian;)." #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -834,7 +818,7 @@ msgstr "" "Arrenqueu el nou sistema base instal·lat, a <xref linkend=\"boot-new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -846,7 +830,7 @@ msgstr "" "sobre Unix i &debian; i com reemplaçar el vostre nucli." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -856,13 +840,13 @@ msgstr "" "a <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "La vostra documentació d'ajuda és benvinguda" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -876,7 +860,7 @@ msgstr "" "arquitectures i idiomes pels quals està disponible el document." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -892,13 +876,13 @@ msgstr "" "problema no s'hagi notificat prèviament)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Sobre els drets d'autoria i les llicències del programari" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -923,7 +907,7 @@ msgstr "" "directament &debian; al basar-se en <emphasis>programari lliure</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -943,7 +927,7 @@ msgstr "" "sinó que també en pot distribuir el resultant dels canvis." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -965,7 +949,7 @@ msgstr "" "PMF</ulink> als <quote>Arxius d'FTP de Debian</quote>." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -993,7 +977,7 @@ msgstr "" "aquests programes estarà disponible al sistema &debian;." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -1009,7 +993,7 @@ msgstr "" "replaceable>/copyright</filename> un cop estigui instal·lat." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1022,7 +1006,7 @@ msgstr "" "lliure de Debian</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1040,3 +1024,17 @@ msgstr "" "la possibilitat de modificar-lo per adaptar-lo a les vostres necessitats " "— i gaudir dels beneficis dels canvis fets per d'altres que han " "ampliat el programari a la seva manera." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "La <ulink url=\"&url-lsb-org;\">Base Estàndard del Linux</ulink> és un " +#~ "projecte enfocat a estandarditzar el sistema bàsic GNU/Linux, que " +#~ "permetrà als desenvolupadors de programari i maquinari de terceres parts " +#~ "dissenyar fàcilment programes i controladors de dispositius per a Linux " +#~ "en general, en comptes de fer-ho per a una distribució específica de GNU/" +#~ "Linux." diff --git a/po/da/post-install.po b/po/da/post-install.po index 409b77552..63c2115ac 100644 --- a/po/da/post-install.po +++ b/po/da/post-install.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-02-04 10:40+0100\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -94,57 +94,13 @@ msgstr "" "command> eller <command>systemctl poweroff</command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Hvis du er ny til Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Hvis du er ny i brugen af Unix, så bør du gå ud og købe nogle bøger og læse " -"lidt om det. En masse værdifuld information kan også findes i <ulink url=" -"\"&url-debian-reference;\">Debian Reference</ulink>. Denne <ulink url=\"&url-" -"unix-faq;\">liste over Unix OSS'er</ulink> indeholder et antal af UseNet-" -"dokumenter, som tilbyder en god historisk reference." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux er en implementering af Unix. <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> indsmaler et antal manualer og " -"internetbøger med relevans for Linux. De fleste af disse dokumenter kan " -"installeres lokalt; bare installer pakken <classname>doc-linux-html</" -"classname> (HTML-versioner) eller pakken <classname>doc-linux-text</" -"classname> (ASCII-versioner), og kig så i <filename>/usr/share/doc/HOWTO</" -"filename>. Internationale versioner af LDP-manualserne er også tilgængelige " -"som pakker i &debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Et kig mod &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -162,13 +118,13 @@ msgstr "" "over systemet." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "&debian;-pakkesystemet" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -201,7 +157,7 @@ msgstr "" "<command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -225,13 +181,13 @@ msgstr "" "standardversioner." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Yderligere programmer tilgængelige for &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -248,13 +204,13 @@ msgstr "" "Stable Release</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Håndtering af programversion" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -266,13 +222,13 @@ msgstr "" "update-alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Håndtering af cronjob" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -290,7 +246,7 @@ msgstr "" "serialiserer dem." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -307,7 +263,7 @@ msgstr "" "fastsætte brugerkontoen hvorunder cornjobbet afvikles." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -321,13 +277,42 @@ msgstr "" "Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Yderligere læsning og information" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"<ulink url=\"http://www.debian.org/\">Debians hjemmeside</ulink> indeholder " +"en stor mængde dokumentation om &debian;. Vigtist er <ulink url=\"http://www." +"debian.org/doc/FAQ/\">Debian GNU/Linux OSS</ulink> og <ulink url=\"http://" +"www.debian.org/doc/user-manuals#quick-reference\">Debianreferencen</ulink>. " +"Et indeks med yderligere &debian;-dokumentation er tilgængelig fra <ulink " +"url=\"http://www.debian.org/doc/ddp\">Debians dokumentationsprojekt</ulink>. " +"&debian;s fællesskab er selvunderstøttende; for at abonnere på en eller " +"flere af Debians postlister, se siden for <ulink url=\"http://www.debian.org/" +"MailingLists/subscribe\"> Postlisteabonnement</ulink>. Sidste, men ikke " +"mindst, indeholder <ulink url=\"http://lists.debian.org/\">Debians " +"postlistearkiv</ulink> en rigdom af information om &debian;." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -339,7 +324,7 @@ msgstr "" "<userinput>info <replaceable>program</replaceable></userinput>." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -358,36 +343,7 @@ msgstr "" "Debian</filename>." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"<ulink url=\"http://www.debian.org/\">Debians hjemmeside</ulink> indeholder " -"en stor mængde dokumentation om &debian;. Vigtist er <ulink url=\"http://www." -"debian.org/doc/FAQ/\">Debian GNU/Linux OSS</ulink> og <ulink url=\"http://" -"www.debian.org/doc/user-manuals#quick-reference\">Debianreferencen</ulink>. " -"Et indeks med yderligere &debian;-dokumentation er tilgængelig fra <ulink " -"url=\"http://www.debian.org/doc/ddp\">Debians dokumentationsprojekt</ulink>. " -"&debian;s fællesskab er selvunderstøttende; for at abonnere på en eller " -"flere af Debians postlister, se siden for <ulink url=\"http://www.debian.org/" -"MailingLists/subscribe\"> Postlisteabonnement</ulink>. Sidste, men ikke " -"mindst, indeholder <ulink url=\"http://lists.debian.org/\">Debians " -"postlistearkiv</ulink> en rigdom af information om &debian;." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -400,14 +356,44 @@ msgstr "" "manualer og referencer til anden meget værdifuld information om dele af et " "GNU/Linux-system." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Hvis du er ny i brugen af Unix, så bør du gå ud og købe nogle bøger og læse " +"lidt om det. En masse værdifuld information kan også findes i <ulink url=" +"\"&url-debian-reference;\">Debian Reference</ulink>. Denne <ulink url=\"&url-" +"unix-faq;\">liste over Unix OSS'er</ulink> indeholder et antal af UseNet-" +"dokumenter, som tilbyder en god historisk reference." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Opsætning af dit system så du kan bruge e-post" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -421,7 +407,7 @@ msgstr "" "afsnit." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -441,7 +427,7 @@ msgstr "" "af indgående post til brugerens indboks." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -453,7 +439,7 @@ msgstr "" "programmer til at håndtere disse funktioner for forskellige typer af post." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -468,7 +454,7 @@ msgstr "" "MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -501,13 +487,13 @@ msgstr "" "Linuxværktøjer." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Standard e-postkonfiguration" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -527,7 +513,7 @@ msgstr "" "systemadministratoren om (potentielle) problemer eller ændringer." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -555,7 +541,7 @@ msgstr "" "selvfølgelig blive leveret til root-kontoen. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -567,13 +553,13 @@ msgstr "" "læses via <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Sende e-post udenfor systemet" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -585,7 +571,7 @@ msgstr "" "modtage post fra andre." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -598,7 +584,7 @@ msgstr "" "modtages korrekt." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -614,7 +600,7 @@ msgstr "" "til at sende og modtage e-post (hvordan er uden for denne manuals område)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -630,7 +616,7 @@ msgstr "" "classname> til at indsende fejlrapporter." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -645,13 +631,13 @@ msgstr "" "fejlrapporter." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Konfiguration af Exim4-posttransportagenten" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -665,13 +651,13 @@ msgstr "" "alternativ MTA/MDA. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -683,7 +669,7 @@ msgstr "" "standardindstillingen." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -693,13 +679,13 @@ msgstr "" "som er tættest på dine behov." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "internetside" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -713,13 +699,13 @@ msgstr "" "domæner hvorfra du accepterer eller videresender post." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "post sendt af smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -737,7 +723,7 @@ msgstr "" "fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -749,13 +735,13 @@ msgstr "" "firmas server eller et andet sytsem på dit eget netværk." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "post sendt af smarthost; ingen lokal post" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -768,25 +754,25 @@ msgstr "" "stadig blive håndteret." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "kun lokal levering" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Dette er valget dit system er konfigureret til som standard." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "ingen konfiguration på dette tidspunkt" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -800,7 +786,7 @@ msgstr "" "måske nogle vigtige beskeder fra dine systemredskaber." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -821,7 +807,7 @@ msgstr "" "dokumentation kan findes." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -840,13 +826,13 @@ msgstr "" "muligt ved at tilføje et punkt i <filename>/etc/email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Kompilering af en ny kerne" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -855,7 +841,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -865,13 +851,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Gendannelse af et ødelagt system" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -890,7 +876,7 @@ msgstr "" "dette formål." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -916,7 +902,7 @@ msgstr "" "system." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -932,7 +918,7 @@ msgstr "" "direkte på diske." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -950,7 +936,7 @@ msgstr "" "userinput>. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -969,13 +955,13 @@ msgstr "" "filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "I begge tilfælde, efter du afslutter skallen, vil systemet genstarte." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -986,6 +972,28 @@ msgstr "" "manual forsøger ikke at dække alle de problemstillinger, der kan gå galt " "eller hvordan de skal rettes. Hvis du har problemer, så spørg en ekspert." +#~ msgid "If You Are New to Unix" +#~ msgstr "Hvis du er ny til Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux er en implementering af Unix. <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> indsmaler et antal manualer og " +#~ "internetbøger med relevans for Linux. De fleste af disse dokumenter kan " +#~ "installeres lokalt; bare installer pakken <classname>doc-linux-html</" +#~ "classname> (HTML-versioner) eller pakken <classname>doc-linux-text</" +#~ "classname> (ASCII-versioner), og kig så i <filename>/usr/share/doc/HOWTO</" +#~ "filename>. Internationale versioner af LDP-manualserne er også " +#~ "tilgængelige som pakker i &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/da/welcome.po b/po/da/welcome.po index 8a824b2c4..52cc4b339 100644 --- a/po/da/welcome.po +++ b/po/da/welcome.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: installation-guide welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2014-10-06 09:40+0100\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -154,21 +154,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) er et projekt " -"rettet mod standardisering af det grundlæggende GNU/Linux-system, som gør, " -"at tredjeparts program- og udstyrsudviklere nemt kan designe programmer og " -"enhedsdriver for Linux generelt, fremfor en specifik GNU/Linux-distribution." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -182,7 +167,7 @@ msgstr "" "installeret i forskellige GNU/Linux-distributioner." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -192,7 +177,7 @@ msgstr "" "mål er at gøre Debian attraktiv selv for unge brugere." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -202,13 +187,13 @@ msgstr "" "\">Debian OSS</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Hvad er GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -218,7 +203,7 @@ msgstr "" "din computer og køre andre programmer." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -244,7 +229,7 @@ msgstr "" "<quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -262,7 +247,7 @@ msgstr "" "Linux. Meget af dets udvikling udføres af frivillige uden betaling." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -275,7 +260,7 @@ msgstr "" # Osäker på "arcane" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -294,7 +279,7 @@ msgstr "" "dokumentformater)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -308,7 +293,7 @@ msgstr "" "Linux mulig." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -324,7 +309,7 @@ msgstr "" "url=\"&url-linux-history;\">Linux' historie</ulink>." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -341,7 +326,7 @@ msgstr "" "\"&url-linux-kernel-list-faq;\">Linux-kernens postliste for OSS</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -357,7 +342,7 @@ msgstr "" "kommandolinjen eller skrivebordet er noget de kan ændre." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -373,13 +358,13 @@ msgstr "" "forretningsbrugere." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Hvad er &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -405,7 +390,7 @@ msgstr "" "og rettes hurtigt." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -419,7 +404,7 @@ msgstr "" "videnskabelige arbejdsstationer på netværksservere i den høje ende." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -433,7 +418,7 @@ msgstr "" "Linux, som nu er almindelige." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -447,7 +432,7 @@ msgstr "" "krævede en ny installation." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -461,7 +446,7 @@ msgstr "" "og vedligeholdelse af komplette operativsystemer." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -482,7 +467,7 @@ msgstr "" "afhængigheder de opfylder." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -503,7 +488,7 @@ msgstr "" "automatisk over internettet." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -523,20 +508,20 @@ msgstr "" "formularen du finder der." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Hvad er &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "&debian; GNU/kFreeBSD er et &debian; GNU-system med kernen kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -546,7 +531,7 @@ msgstr "" "arkitekturerne, selvom om porte til andre arkitekturer er mulig." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -556,7 +541,7 @@ msgstr "" "nogle informationer om Linux-systemet ikke for dette system." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -568,13 +553,13 @@ msgstr "" "<email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Hvad er &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -584,7 +569,7 @@ msgstr "" "opsætning af servere som kører ovenpå mikrokernen GNU Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -598,7 +583,7 @@ msgstr "" "mere stabilt." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -608,7 +593,7 @@ msgstr "" "informationer om Linux-systemet ikke for dette system." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -620,13 +605,13 @@ msgstr "" "org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Hent &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -643,7 +628,7 @@ msgstr "" "den nærmeste." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -655,13 +640,13 @@ msgstr "" "opgraderinger når installationen er færdig, såfremt det behøves." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Hent den seneste version af dette dokument" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -678,13 +663,13 @@ msgstr "" "ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Organisering af det her dokument" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -698,7 +683,7 @@ msgstr "" "udstyret i din computer fungerer." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -712,7 +697,7 @@ msgstr "" "opmuntrer til at ekspertbrugere hopper rundt i dokumentet." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -726,7 +711,7 @@ msgstr "" "trin:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -736,7 +721,7 @@ msgstr "" "<xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -751,7 +736,7 @@ msgstr "" "&debian; kan anvende." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -761,7 +746,7 @@ msgstr "" "installationsfiler for din installationsmetode." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -777,7 +762,7 @@ msgstr "" "trin." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -799,7 +784,7 @@ msgstr "" "linkend=\"partitioning\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -808,7 +793,7 @@ msgstr "" "Start dit nyinstallerede grundsystem op fra <xref linkend=\"boot-new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -820,7 +805,7 @@ msgstr "" "information om Unix og &debian; og hvordan du erstatter din kerne." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -830,13 +815,13 @@ msgstr "" "kan ses i <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Hjælp til dokumentationen er velkommen" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -850,7 +835,7 @@ msgstr "" "forskellige arkitekturer og sprog, som det her dokument er tilgængligt for." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -866,13 +851,13 @@ msgstr "" "problemet allerede er indrapporteret)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Om ophavsret og programlicenser" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -897,7 +882,7 @@ msgstr "" "programmer</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -917,7 +902,7 @@ msgstr "" "ændre programmerne samt også må distribuere resultatet af deres arbejde." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -939,7 +924,7 @@ msgstr "" "layouttet og indeholdet af arkiverne." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -967,7 +952,7 @@ msgstr "" "programmer tilgængelig i &debian;-systemet." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -983,7 +968,7 @@ msgstr "" "filename>." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -996,7 +981,7 @@ msgstr "" "ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1013,3 +998,16 @@ msgstr "" "programmet er egnet til et bestemt formål. Da programmet er frit, kan du dog " "ændre det, så det passer til dine behov — og udnytte fordelene ved de " "programændringer som andre har foretaget af programmet." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) er et " +#~ "projekt rettet mod standardisering af det grundlæggende GNU/Linux-system, " +#~ "som gør, at tredjeparts program- og udstyrsudviklere nemt kan designe " +#~ "programmer og enhedsdriver for Linux generelt, fremfor en specifik GNU/" +#~ "Linux-distribution." diff --git a/po/de/install-methods.po b/po/de/install-methods.po index d1493f0a5..8bf3be211 100644 --- a/po/de/install-methods.po +++ b/po/de/install-methods.po @@ -1,12 +1,12 @@ # Translation of the Debian installation-guide to German. # -# Holger Wansing <linux@wansing-online.de>, 2006 - 2017. +# Holger Wansing <linux@wansing-online.de>, 2006 - 2018. msgid "" msgstr "" "Project-Id-Version: d-i-manual_install-methods\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-07-14 21:52+0200\n" +"PO-Revision-Date: 2018-08-31 14:59+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #. Tag: title #: install-methods.xml:5 @@ -74,9 +74,12 @@ msgid "" "connectivity during the installation to download the remaining files or " "additional CDs." msgstr "" -"Da CDs verglichen mit den heutigen Standards eine eher limitierte Kapazität " -"haben, können nicht alle grafischen Arbeitsplatz-Umgebungen mit lediglich " -"der ersten CD installiert werden; bei einigen Arbeitsplatz-Umgebungen " +"Da CDs verglichen mit den heutigen Standards eine eher eingeschränkte" +" Kapazität " +"haben, können nicht alle grafischen Arbeitsplatz-Umgebungen unter" +" ausschließlicher " +"Verwendung der ersten CD installiert werden; bei einigen" +" Arbeitsplatz-Umgebungen " "erfordert eine CD-Installation zum Laden weiterer Daten entweder eine " "Netzwerkverbindung oder Sie benötigen zusätzliche CDs." @@ -91,6 +94,13 @@ msgid "" "\"https://cdimage-search.debian.org/\">https://cdimage-search.debian.org/</" "ulink>." msgstr "" +"Bedenken Sie auch: wenn die CDs/DVDs, die Sie verwenden, einige besondere" +" Pakete nicht enthalten, die Sie benötigen, können Sie diese auch nach" +" Abschluß der Installation aus dem laufenden neuen Debian-System heraus" +" nachinstallieren. Falls Sie wissen möchten, auf welcher CD/DVD sich ein" +" spezielles Paket befindet, besuchen Sie <ulink url=" +"\"https://cdimage-search.debian.org/\">https://cdimage-search.debian.org/</" +"ulink>." #. Tag: para #: install-methods.xml:46 @@ -855,19 +865,7 @@ msgstr "" #. Tag: para #: install-methods.xml:555 -#, fuzzy, no-c-format -#| msgid "" -#| "The CD or DVD image you choose should be written directly to the USB " -#| "stick, overwriting its current contents. For example, when using an " -#| "existing GNU/Linux system, the CD or DVD image file can be written to a " -#| "USB stick as follows, after having made sure that the stick is unmounted: " -#| "<informalexample><screen>\n" -#| "<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /" -#| "dev/<replaceable>sdX</replaceable></userinput>\n" -#| "<prompt>#</prompt> <userinput>sync</userinput>\n" -#| "</screen></informalexample> The <ulink url=\"http://sf.net/projects/" -#| "win32diskimager/\"> win32diskimager</ulink> utility can be used under " -#| "other operating systems to copy the image." +#, no-c-format msgid "" "The CD or DVD image you choose should be written directly to the USB stick, " "overwriting its current contents. For example, when using an existing GNU/" @@ -889,9 +887,9 @@ msgstr "" "<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /dev/" "<replaceable>sdX</replaceable></userinput>\n" "<prompt>#</prompt> <userinput>sync</userinput>\n" -"</screen></informalexample> Auf anderen Betriebssystemen kann das <ulink url=" -"\"http://sf.net/projects/win32diskimager/\"> win32diskimager</ulink>-" -"Programm verwendet werden, um das Image auf den Stick zu kopieren." +"</screen></informalexample> Informationen dazu, wie Sie dies auf anderen " +"Betriebssystemen erledigen, finden Sie in der <ulink " +"url=\"&url-debian-cd-faq-write-usb;\">Debian CD FAQ</ulink>." #. Tag: para #: install-methods.xml:567 @@ -2545,3 +2543,4 @@ msgstr "" "Eine vollständige Dokumentation über das Voreinstellen inklusive einer " "funktionsfähigen Beispieldatei, die Sie sich anpassen können, finden Sie im " "<xref linkend=\"appendix-preseed\"/>." + diff --git a/po/de/installation-howto.po b/po/de/installation-howto.po index 59411148a..02e6f2d2b 100644 --- a/po/de/installation-howto.po +++ b/po/de/installation-howto.po @@ -1,12 +1,12 @@ # Translation of the Debian installation-guide to German. # -# Holger Wansing <linux@wansing-online.de>, 2006 - 2017. +# Holger Wansing <linux@wansing-online.de>, 2006 - 2018. msgid "" msgstr "" "Project-Id-Version: d-i-manual_installation-howto\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-07-14 21:54+0200\n" +"PO-Revision-Date: 2018-08-31 15:11+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #. Tag: title #: installation-howto.xml:5 @@ -252,7 +252,7 @@ msgid "" "example a USB keychain can make a handy &debian; install medium that you can " "take with you anywhere." msgstr "" -"Es ist ebenfalls möglich, von austauschbaren USB-Speichern zu installieren. " +"Es ist ebenfalls möglich, von USB-Speichermedien zu installieren. " "Zum Beispiel kann ein USB-Schlüsselanhänger ein handliches &debian;-" "Installationsmedium sein, das man leicht überall mit hinnehmen kann." @@ -267,7 +267,7 @@ msgid "" "boot both from CD and from USB drives." msgstr "" "Der einfachste Weg, um den USB-Memory-Stick für die Installation " -"vorzubereiten ist, irgendein Debian-CD- oder -DVD-Image herunterzuladen, " +"vorzubereiten, ist, irgendein Debian-CD- oder -DVD-Image herunterzuladen, " "dass auf den Stick passt, und es direkt auf den Memory-Stick zu schreiben. " "Hierdurch wird natürlich alles andere auf dem Stick gelöscht! Dies " "funktioniert deshalb, weil die Debian-Images »isohybrid«-Images sind, die " @@ -307,17 +307,13 @@ msgid "" msgstr "" "Es gibt andere, flexiblere Wege, um einen Memory-Stick für die Nutzung des " "&debian;-Installers einzurichten und es ist auch möglich, es mit kleineren " -"Speicher-Sticks hinzubekommen. Details finden Sie im <xref linkend=\"boot-" +"Speicher-Sticks hinzubekommen. Details hierzu finden Sie im <xref" +" linkend=\"boot-" "usb-files\"/>." #. Tag: para #: installation-howto.xml:162 -#, fuzzy, no-c-format -#| msgid "" -#| "Some BIOSes can boot USB storage directly, and some cannot. You may need " -#| "to configure your BIOS to boot from a <quote>removable drive</quote> or " -#| "even a <quote>USB-ZIP</quote> to get it to boot from the USB device. For " -#| "helpful hints and details, see <xref linkend=\"usb-boot-x86\"/>." +#, no-c-format msgid "" "Some BIOSes can boot USB storage directly, and some cannot. You may need to " "configure your BIOS to enable <quote>USB legacy support</quote>. The boot " @@ -325,12 +321,12 @@ msgid "" "<quote>USB-HDD</quote> to get it to boot from the USB device. For helpful " "hints and details, see <xref linkend=\"usb-boot-x86\"/>." msgstr "" -"Bei einigen Systemen kann das BIOS direkt vom USB-Speicher starten, bei " -"anderen nicht. Eventuell müssen Sie das BIOS konfigurieren, von einem " -"<quote>removable drive</quote> (Wechseldatenträger) oder sogar von einem " -"<quote>USB-ZIP</quote> zu booten, um zu erreichen, dass es den Speicher-" -"Stick als Boot-Medium nutzt. Hilfreiche Tipps und Details gibt es im <xref " -"linkend=\"usb-boot-x86\"/>." +"Bei einigen Systemen kann das BIOS direkt vom USB-Speichermedium booten, bei " +"anderen nicht. Eventuell müssen Sie im BIOS noch <quote>USB legacy support<" +"/quote> aktivieren. Im Menü für die Geräte, von denen gebootet werden kann " +"(engl. boot device selection) sollte <quote>removable drive</quote> oder " +"<quote>USB-HDD</quote> erscheinen, um von USB booten zu können. Hilfreiche " +"Hinweise und Details finden Sie in <xref linkend=\"usb-boot-x86\"/>." #. Tag: para #: installation-howto.xml:170 @@ -718,3 +714,4 @@ msgstr "" "Wir hoffen, dass Ihre &debian;-Installation angenehm verlief und dass Sie " "&debian; nützlich finden. Vielleicht möchten Sie noch <xref linkend=\"post-" "install\"/> lesen." + diff --git a/po/de/post-install.po b/po/de/post-install.po index 66124e5c9..955187910 100644 --- a/po/de/post-install.po +++ b/po/de/post-install.po @@ -1,12 +1,12 @@ # Translation of the Debian installation-guide to German. # -# Holger Wansing <linux@wansing-online.de>, 2006 - 2017. +# Holger Wansing <linux@wansing-online.de>, 2006 - 2018. msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-07-14 21:55+0200\n" +"POT-Creation-Date: 2018-08-31 17:40+0000\n" +"PO-Revision-Date: 2018-08-31 19:43+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #. Tag: title #: post-install.xml:5 @@ -86,57 +86,13 @@ msgstr "" "command> oder <command>systemctl poweroff</command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Wenn Sie neu sind bei Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Wenn Sie neu sind bei Unix, sollten Sie sich vielleicht ein paar Bücher " -"kaufen und lesen. In der <ulink url=\"&url-debian-reference;\">Debian-" -"Referenz</ulink> finden Sie viele nützliche Informationen und diese <ulink " -"url=\"&url-unix-faq;\">Liste von Unix-FAQs</ulink> enthält eine Vielzahl von " -"UseNet-Dokumenten, die eine hübsche historische Referenz darstellen." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux ist eine Implementation von Unix. Das <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> vereint viele HowTos und Online-Bücher " -"über Linux. Die meisten dieser Dokumente können lokal installiert werden; " -"installieren Sie einfach das Paket <classname>doc-linux-html</classname> " -"(Dokumentation als HTML-Version) oder <classname>doc-linux-text</classname> " -"(als ASCII-Version) und schauen Sie dann unter <filename>/usr/share/doc/" -"HOWTO</filename>. Internationale Versionen der LDP-HowTos sind ebenso als " -"&debian;-Pakete verfügbar." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Sich in &debian; orientieren" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -154,13 +110,13 @@ msgstr "" "sondern nur einen kurzen Einblick geben für alle, die es eilig haben." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Das &debian;-Paketsystem" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -195,14 +151,8 @@ msgstr "" "<command>aptitude</command> auf <quote>hold</quote> setzen." #. Tag: para -#: post-install.xml:145 -#, fuzzy, no-c-format -#| msgid "" -#| "One of the best installation methods is apt. You can use the command line " -#| "version of <command>apt</command> or full-screen text version " -#| "<application>aptitude</application>. Note apt will also let you merge " -#| "main, contrib, and non-free so you can have export-restricted packages as " -#| "well as standard versions." +#: post-install.xml:114 +#, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " "version of <command>apt</command> as well as tools like " @@ -213,20 +163,23 @@ msgid "" "packages from &debian-gnu; at the same time." msgstr "" "APT ist eine der besten Installationsmethoden. Sie können die " -"Kommandozeilenversion <command>apt</command> benutzen oder die Vollbild-" -"Textversion <application>aptitude</application>. Beachten Sie, dass apt es " -"Ihnen gestattet, <quote>main</quote>, <quote>contrib</quote> und <quote>non-" -"free</quote> zu mischen, so dass Sie sowohl export-eingeschränkte Pakete als " -"auch Standardpakete gleichzeitig nutzen können." +"Kommandozeilenversion <command>apt</command> benutzen, die Vollbild-" +"Textversion <application>aptitude</application> oder auch grafische " +"Programme wie <application>synaptic</application> (was letztlich alles nur " +"andere Bedienoberflächen für <command>apt</command> sind). Beachten Sie, " +"dass apt es Ihnen gestattet, <quote>main</quote>, <quote>contrib</quote> und " +"<quote>non-free</quote> zu mischen, so dass Sie sowohl eingeschränkte Pakete " +"(die streng gesehen nicht Teil von &debian; sind) als auch Standardpakete " +"gleichzeitig nutzen können." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Zusätzliche Software, die für &debian; verfügbar ist" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -244,13 +197,13 @@ msgstr "" "Release</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Programmversions-Verwaltung" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -262,13 +215,13 @@ msgstr "" "installiert haben, lesen Sie die Handbuchseite von update-alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Cron-Job-Management (zeitgesteuerte Aufgaben)" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -286,7 +239,7 @@ msgstr "" "und in alphabetischer Reihenfolge abgearbeitet, also alle nacheinander." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -303,7 +256,7 @@ msgstr "" "den Benutzerzugang festzulegen, unter dem der Job ausgeführt wird." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -317,45 +270,13 @@ msgstr "" "Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Wo Sie weiter lesen sollten – zusätzliche Informationen" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"Wenn Sie Informationen über ein bestimmtes Programm benötigen, sollten Sie " -"als erstes <userinput>man <replaceable>Programm</replaceable></userinput> " -"oder <userinput>info <replaceable>Programm</replaceable></userinput> " -"ausprobieren." - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"Es gibt auch sehr viel nützliche Dokumentation in <filename>/usr/share/doc</" -"filename>. Insbesondere <filename>/usr/share/doc/HOWTO</filename> und " -"<filename>/usr/share/doc/FAQ</filename> enthalten viele interessante " -"Informationen. Um Fehler in &debian; zu melden, schauen Sie in <filename>/" -"usr/share/doc/debian/bug*</filename>. &debian;-spezifische Themen für " -"spezielle Programme werden in den <filename>/usr/share/doc/(paketname)/" -"README.Debian</filename>-Dateien behandelt." - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -386,7 +307,39 @@ msgstr "" "Fülle an Informationen über &debian; beinhalten." #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"Wenn Sie Informationen über ein bestimmtes Programm benötigen, sollten Sie " +"als erstes <userinput>man <replaceable>Programm</replaceable></userinput> " +"oder <userinput>info <replaceable>Programm</replaceable></userinput> " +"ausprobieren." + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"Es gibt auch sehr viel nützliche Dokumentation in <filename>/usr/share/doc</" +"filename>. Insbesondere <filename>/usr/share/doc/HOWTO</filename> und " +"<filename>/usr/share/doc/FAQ</filename> enthalten viele interessante " +"Informationen. Um Fehler in &debian; zu melden, schauen Sie in <filename>/" +"usr/share/doc/debian/bug*</filename>. &debian;-spezifische Themen für " +"spezielle Programme werden in den <filename>/usr/share/doc/(paketname)/" +"README.Debian</filename>-Dateien behandelt." + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -399,14 +352,40 @@ msgstr "" "Dort finden Sie HowTos und Verweise auf weitere sehr nützliche Informationen " "über Teile des GNU/Linux-Systems." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" +"Linux ist eine Implementation von Unix. Das <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> vereint viele HowTos und Online-Bücher " +"über Linux." + +#. Tag: para +#: post-install.xml:236 +#, no-c-format +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Wenn Sie neu sind bei Unix, sollten Sie sich vielleicht ein paar Bücher " +"kaufen und lesen. Diese <ulink " +"url=\"&url-unix-faq;\">Liste von Unix-FAQs</ulink> enthält eine Vielzahl von " +"UseNet-Dokumenten und stellt somit eine hübsche historische Referenz dar." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Das System zur E-Mail-Nutzung einrichten" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -420,7 +399,7 @@ msgstr "" "werden wir versuchen, in diesem Kapitel die Grundlagen zu behandeln." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -440,7 +419,7 @@ msgstr "" "ankommende Mails in die Postfächer der Benutzer einsortiert." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -453,7 +432,7 @@ msgstr "" "unterschiedlichen Programmen ausgeführt werden." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -468,7 +447,7 @@ msgstr "" "verwendet." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -486,13 +465,13 @@ msgstr "" "Werkzeugen verwendet werden – und dies wird auch oft gemacht." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Standard-E-Mail-Konfiguration" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -513,7 +492,7 @@ msgstr "" "von (potentiellen) Problemen oder Veränderungen zu berichten." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -542,7 +521,7 @@ msgstr "" "an root geschickt. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -554,13 +533,13 @@ msgstr "" "Sie können mit <command>mutt</command> gelesen werden." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "E-Mails nach außerhalb verschicken" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -572,7 +551,7 @@ msgstr "" "außerhalb oder zum Empfangen von außerhalb." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -585,7 +564,7 @@ msgstr "" "werden können." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -603,7 +582,7 @@ msgstr "" "dieses Handbuchs)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -620,7 +599,7 @@ msgstr "" "verwenden kann." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -635,13 +614,13 @@ msgstr "" "gefragt." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Den Mail-Transport-Agent Exim4 konfigurieren" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -655,13 +634,13 @@ msgstr "" "durch einen anderen MTA/MDA ersetzen. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -673,7 +652,7 @@ msgstr "" "sicher sind, wählen Sie die Standardeinstellung." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -683,13 +662,13 @@ msgstr "" "eines, das Ihren Bedürfnissen am ehesten entspricht." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "Internet-Seite" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -704,13 +683,13 @@ msgstr "" "möchten." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "Mail-Versand über einen Smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -728,7 +707,7 @@ msgstr "" "Programmen wie fetchmail vom Smarthost abholen müssen." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -742,13 +721,13 @@ msgstr "" "Netzwerk." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "Mail-Versand über einen Smarthost; keine lokale Mail-Zustellung" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -761,25 +740,25 @@ msgstr "" "selbst (z.B. für den Systemadministrator) werden trotzdem verarbeitet." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "Nur lokale Mail-Zustellung" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Dies ist die Standard-Mail-Konfiguration für Ihr System." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "Keine Konfiguration zu diesem Zeitpunkt" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -794,7 +773,7 @@ msgstr "" "verpassen." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -815,7 +794,7 @@ msgstr "" "finden." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -837,22 +816,25 @@ msgstr "" "filename> hinzufügen." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Einen neuen Kernel kompilieren" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " "necessary since the default kernel shipped with &debian; handles almost all " "configurations." msgstr "" +"Warum sollte jemand einen neuen Kernel kompilieren wollen? Dies ist " +"höchstwahrscheinlich nicht mehr nötig, da der Standard-Kernel in &debian; " +"nahezu alle Konfigurationen unterstützt." #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -860,15 +842,19 @@ msgid "" "For more information read the <ulink url=\"&url-kernel-handbook;\">Debian " "Linux Kernel Handbook</ulink>." msgstr "" +"Falls Sie jedoch trotzdem einen eigenen Kernel erzeugen möchten: dies ist " +"natürlich problemlos möglich. Wir empfehlen dazu die Verwendung des " +"<quote>make deb-pkg</quote>-Targets. Nähere Informationen hierzu finden Sie " +"im <ulink url=\"&url-kernel-handbook;\">Debian Linux Kernel Handbook</ulink>." #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Ein kaputtes System reparieren" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -888,7 +874,7 @@ msgstr "" "der Rettungsmodus könnte dazu nützlich sein." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -913,7 +899,7 @@ msgstr "" "dass Sie das System reparieren können." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -930,7 +916,7 @@ msgstr "" "Platten angelegt wurden, auswählen." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -948,7 +934,7 @@ msgstr "" "'(hd0)'</userinput> eingeben, um dies zu erledigen. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -967,14 +953,14 @@ msgstr "" "<filename>/target</filename>-Verzeichnis eingebunden." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" "In jedem Fall wird der Rechner neu starten, sobald Sie die Shell schließen." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -986,6 +972,28 @@ msgstr "" "laufen kann zu behandeln, oder zu beschreiben, wie Sie die Fehler beheben. " "Wenn Sie Probleme haben, ziehen Sie einen Experten zu Rate." +#~ msgid "If You Are New to Unix" +#~ msgstr "Wenn Sie neu sind bei Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux ist eine Implementation von Unix. Das <ulink url=\"&url-ldp;" +#~ "\">Linux Documentation Project (LDP)</ulink> vereint viele HowTos und " +#~ "Online-Bücher über Linux. Die meisten dieser Dokumente können lokal " +#~ "installiert werden; installieren Sie einfach das Paket <classname>doc-" +#~ "linux-html</classname> (Dokumentation als HTML-Version) oder " +#~ "<classname>doc-linux-text</classname> (als ASCII-Version) und schauen Sie " +#~ "dann unter <filename>/usr/share/doc/HOWTO</filename>. Internationale " +#~ "Versionen der LDP-HowTos sind ebenso als &debian;-Pakete verfügbar." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/de/preparing.po b/po/de/preparing.po index f20016f41..85f389658 100644 --- a/po/de/preparing.po +++ b/po/de/preparing.po @@ -1,12 +1,12 @@ # Translation of the Debian installation-guide to German. # -# Holger Wansing <linux@wansing-online.de>, 2006 - 2017. +# Holger Wansing <linux@wansing-online.de>, 2006 - 2018. msgid "" msgstr "" "Project-Id-Version: d-i-manual_preparing\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-09-24 11:20+0100\n" +"PO-Revision-Date: 2018-08-31 16:05+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\n" @@ -1845,20 +1845,7 @@ msgstr "" #. Tag: para #: preparing.xml:1174 -#, fuzzy, no-c-format -#| msgid "" -#| "Unfortunately some computers contain buggy BIOS versions. Booting &d-i; " -#| "from a USB stick might not work even if there is an appropriate option in " -#| "the BIOS setup menu and the stick is selected as the primary boot device. " -#| "On some of these systems using a USB stick as boot medium is impossible; " -#| "others can be tricked into booting from the stick by changing the device " -#| "type in the BIOS setup from the default <quote>USB harddisk</quote> or " -#| "<quote>USB stick</quote> to <quote>USB ZIP</quote> or <quote>USB CDROM</" -#| "quote>. <phrase condition=\"isohybrid-supported\"> In particular if you " -#| "use an isohybrid CD/DVD image on a USB stick (see <xref linkend=\"usb-" -#| "copy-isohybrid\"/>), changing the device type to <quote>USB CDROM</quote> " -#| "helps on some BIOSes which will not boot from a USB stick in USB harddisk " -#| "mode.</phrase>" +#, no-c-format msgid "" "Unfortunately some computers contain buggy BIOS versions. Booting &d-i; from " "a USB stick might not work even if there is an appropriate option in the " @@ -1884,8 +1871,11 @@ msgstr "" "condition=\"isohybrid-supported\">Speziell wenn Sie ein isohybrid-CD-/DVD-" "Image auf einem USB-Stick verwenden (siehe <xref linkend=\"usb-copy-isohybrid" "\"/>), kann das Ändern des Gerätetyps nach <quote>USB CDROM</quote> bei " -"einigen BIOS helfen, die von einem USB-Stick im <quote>USB harddisk</quote>-" -"Modus nicht booten würden.</phrase>" +"einigen BIOS-Versionen helfen, die von einem USB-Stick im <quote>USB" +" harddisk</quote>-" +"Modus nicht booten würden.</phrase> Sie müssen eventuell Ihre" +" BIOS-Konfiguration " +"noch anpassen, um <quote>USB legacy support</quote> zu aktivieren." #. Tag: para #: preparing.xml:1190 @@ -3257,3 +3247,4 @@ msgstr "" "unter MacOS die Bildschirmeinstellungen so einzustellen, dass 256 Farben " "verwendet werden statt Tausende (<quote>Thousands</quote>) oder Millionen " "(<quote>Millions</quote>)." + diff --git a/po/de/using-d-i.po b/po/de/using-d-i.po index 6760265ce..90c0f432d 100644 --- a/po/de/using-d-i.po +++ b/po/de/using-d-i.po @@ -1,12 +1,12 @@ # Translation of the Debian installation-guide to German. # -# Holger Wansing <linux@wansing-online.de>, 2006 - 2017, 2018. +# Holger Wansing <linux@wansing-online.de>, 2006 - 2018. msgid "" msgstr "" "Project-Id-Version: d-i-manual_using-d-i\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2018-07-17 20:35+0100\n" +"PO-Revision-Date: 2018-08-31 16:15+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\n" @@ -3260,6 +3260,21 @@ msgid "" "something different (like an encrypted volume). You need to remove such " "disks from the system, before performing a new LVM setup!" msgstr "" +"Bitte unbedingt beachten: durch eine neue LVM-Einrichtung werden alle Daten" +" auf all denjenigen " +"Partitionen gelöscht, die mit einem LVM-Typ-Code markiert sind. Wenn Sie also" +" bereits " +"ein LVM auf einigen Ihrer Festplatten haben, und Debian zusätzlich auf diesem" +" Rechner " +"installieren möchten, wird das alte (bereits vorhandene) LVM gelöscht! Das" +" gleiche gilt für " +"Partitionen, die (aus welchem Grund auch immer) fälschlicherweise mit einem" +" LVM-Typ-Code " +"markiert sind, aber irgendwelche anderen Daten enthalten (wie z.B. ein" +" verschlüsseltes Volume). " +"Sie müssen daher solche Festplatten aus dem System entfernen, bevor Sie eine" +" neue " +"LVM-Einrichtung starten!" #. Tag: para #: using-d-i.xml:1873 @@ -6065,3 +6080,4 @@ msgstr "" "aktuellem Stand gehalten, außer Sie installieren das passende Firmware-Paket " "(falls es ein solches gibt) von Hand nach, wenn die &debian;-Installation " "abgeschlossen ist." + diff --git a/po/de/welcome.po b/po/de/welcome.po index b3e6a3a29..c590a679f 100644 --- a/po/de/welcome.po +++ b/po/de/welcome.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 17:40+0000\n" "PO-Revision-Date: 2017-07-14 21:59+0200\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -160,22 +160,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"Die <ulink url=\"&url-lsb-org;\">Linux Standard Base (LSB)</ulink> ist ein " -"Projekt mit dem Ziel, die Basis des GNU/Linux-Systems zu standardisieren, " -"was Software- und Hardware-Entwicklern ermöglicht, auf einfache Weise " -"Programme und Gerätetreiber für Linux allgemein zu schreiben anstatt nur für " -"eine spezielle GNU/Linux-Distribution." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -190,7 +174,7 @@ msgstr "" "wird." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -201,7 +185,7 @@ msgstr "" "zu bieten hat." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -211,13 +195,13 @@ msgstr "" "debian-faq;\">Debian FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Was ist GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -228,7 +212,7 @@ msgstr "" "zu lassen." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -255,7 +239,7 @@ msgstr "" "von vielen Leuten kurz einfach <quote>Linux</quote> genannt werden." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -274,7 +258,7 @@ msgstr "" "Freiwilligen geleistet." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -286,7 +270,7 @@ msgstr "" "eines freien, Unix-ähnlichen Betriebssystems namens GNU startete." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -305,7 +289,7 @@ msgstr "" "einer Reihe von Dokumentformaten) zu bewältigen." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -319,7 +303,7 @@ msgstr "" "sondern auch die Philosophie und die Community, die Linux ermöglicht haben." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -336,7 +320,7 @@ msgstr "" "von Linux International." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -354,7 +338,7 @@ msgstr "" "list-faq;\">FAQ zur Mailingliste</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -371,7 +355,7 @@ msgstr "" "austauschbar sind." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -387,13 +371,13 @@ msgstr "" "Businessanwendern immer beliebter." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Was ist &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -421,7 +405,7 @@ msgstr "" "schnell gefunden und behoben werden." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -436,7 +420,7 @@ msgstr "" "wissenschaftliche Desktop-Arbeitsplätze bis hin zu High-End-Netzwerkservern." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -450,7 +434,7 @@ msgstr "" "in Linux eingeführt, die mittlerweile Standard sind." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -464,7 +448,7 @@ msgstr "" "System-Upgrade (Betriebssystemhochrüstung) keine Neuinstallation erforderte." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -478,7 +462,7 @@ msgstr "" "Aufgaben wie dem Erstellen und Pflegen eines ganzen Betriebssystems." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -500,7 +484,7 @@ msgstr "" "diese enthält." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -524,7 +508,7 @@ msgstr "" "Internet heruntergeladen und installiert werden." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -545,13 +529,13 @@ msgstr "" "Formulars." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Was ist &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -559,7 +543,7 @@ msgstr "" "&debian; GNU/kFreeBSD ist ein &debian;/GNU-System mit dem kFreeBSD-Kernel." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -570,7 +554,7 @@ msgstr "" "sind." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -580,7 +564,7 @@ msgstr "" "könnten einige Informationen für Linux-Systeme hierfür unzutreffend sein." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -592,13 +576,13 @@ msgstr "" "auf der <email>debian-bsd@lists.debian.org</email>-Mailingliste." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Was ist &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -608,7 +592,7 @@ msgstr "" "Satz von Servern, die auf dem GNU Mach-Microkernel laufen." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -622,7 +606,7 @@ msgstr "" "sobald das System stabiler wird." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -632,7 +616,7 @@ msgstr "" "könnten einige Informationen für Linux-Systeme hierfür unzutreffend sein." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -644,13 +628,13 @@ msgstr "" "<email>debian-hurd@lists.debian.org</email>-Mailingliste." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Woher bekomme ich &debian;?" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -666,7 +650,7 @@ msgstr "" "können Sie leicht den Server finden, der Ihrem Standort am nächsten ist." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -679,13 +663,13 @@ msgstr "" "durchgeführt werden können." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Die neueste Version dieses Dokuments erhalten" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -702,13 +686,13 @@ msgstr "" "Installationshandbuchs</ulink> verfügbar." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Aufbau dieses Dokuments" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -722,7 +706,7 @@ msgstr "" "haben, wie die Hardware in Ihrem Computer funktioniert." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -737,7 +721,7 @@ msgstr "" "überspringen." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -751,7 +735,7 @@ msgstr "" "Schritten entsprechen:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -762,7 +746,7 @@ msgstr "" "beschrieben." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -777,7 +761,7 @@ msgstr "" "&debian; bereitstellen, der neu partitioniert werden kann." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -787,7 +771,7 @@ msgstr "" "für Ihre Installationsmethode notwendigen Dateien beschaffen." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -799,7 +783,7 @@ msgstr "" "behandelt, falls Sie mit diesem Schritt Probleme haben." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -822,7 +806,7 @@ msgstr "" "&debian;-System werden in <xref linkend=\"partitioning\"/> gegeben.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -832,7 +816,7 @@ msgstr "" "\"boot-new\"/> beschrieben." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -845,7 +829,7 @@ msgstr "" "können." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -855,13 +839,13 @@ msgstr "" "Sie schließlich im <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Ihre Hilfe ist willkommen" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -875,7 +859,7 @@ msgstr "" "Architekturen und Sprachen, für die dieses Dokument verfügbar ist." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -892,13 +876,13 @@ msgstr "" "zuerst, ob das Problem eventuell bereits berichtet wurde)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Über Copyrights und Software-Lizenzen" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -925,7 +909,7 @@ msgstr "" "basiert." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -945,7 +929,7 @@ msgstr "" "verändern sowie auch die Ergebnisse seiner Arbeit verbreiten darf." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -969,7 +953,7 @@ msgstr "" "dieser Archive." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -998,7 +982,7 @@ msgstr "" "verfügbar." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -1014,7 +998,7 @@ msgstr "" "copyright </filename> finden, wenn das Paket installiert ist." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1028,7 +1012,7 @@ msgstr "" "ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1047,3 +1031,16 @@ msgstr "" "frei ist, wird Ihnen gestattet, sie Ihren Bedürfnissen anzupassen – " "und die Vorteile der Änderungen auszunutzen, welche andere durchgeführt " "haben, die die Software auf dieselbe Art verändert haben." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "Die <ulink url=\"&url-lsb-org;\">Linux Standard Base (LSB)</ulink> ist " +#~ "ein Projekt mit dem Ziel, die Basis des GNU/Linux-Systems zu " +#~ "standardisieren, was Software- und Hardware-Entwicklern ermöglicht, auf " +#~ "einfache Weise Programme und Gerätetreiber für Linux allgemein zu " +#~ "schreiben anstatt nur für eine spezielle GNU/Linux-Distribution." diff --git a/po/el/post-install.po b/po/el/post-install.po index d66c6304d..4633051e1 100644 --- a/po/el/post-install.po +++ b/po/el/post-install.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:34+0200\n" "Last-Translator: galaxico <galaxico@quad-nrg.net>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -95,58 +95,13 @@ msgstr "" "επανεκκινήσετε το σύστημα." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Αν είσαστε καινούριος στο Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Αν είσαστε καινούριος στο Unix, ίσως να θέλατε να βγείτε έξω και να " -"αγοράσετε μερικά βιβλία! Πολλές πολύτιμες πληροφορίες μπορούν να βρεθούν " -"επίσης στο <ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. " -"Ακόμα εδώ <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " -"περιέχονται ένας αριθμός από κείμενα στο UseNet που δίνουν μια καλή ιστορική " -"αναφορά." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"To Linux είναι μια υλοποίηση του Unix. Το project <ulink url=\"&url-ldp;" -"\">Linux Documentation Project (LDP)</ulink> συλλέγει έναν αριθμό από HOWTOs " -"και δικτυκά βιβλία που σχετίζονται με το Linux. Τα περισσότερα από τα " -"κείμενα αυτά μπορούν να εγκατασταθούν τοπικά. Απλά εγκαταστήστε το πακέτο " -"<classname>doc-linux-html</classname> (σε μορφή HTML) ή το πακέτο " -"<classname>doc-linux-text</classname> package (σε μορφή ASCII), και μετά " -"κοιτάξτε στον κατάλογο <filename>/usr/share/doc/HOWTO</filename>. Διεθνείς " -"εκδόσεις των HOWTOs του LDP είναι επίσης διαθέσιμες σαν πακέτα του &debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Προσανατολιστείτε στο &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -165,13 +120,13 @@ msgstr "" "πολύ βιαστικούς." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Το σύστημα πακέτων του &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -207,7 +162,7 @@ msgstr "" "<command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -233,13 +188,13 @@ msgstr "" "υπόκεινται σε περιορισμούς στην εξαγωγή τους σε ορισμένες χώρες." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Επιπρόσθετο Λογισμικό Διαθέσιμο για το &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -256,13 +211,13 @@ msgstr "" "\">The Software Available for &debian;'s Stable Release</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Διαχείριση των εκδόσεων των Εφαρμογών" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -274,13 +229,13 @@ msgstr "" "συμβουλευτείτε τη σελίδα χρήσης του update-alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Διαχείριση Περιοδικών εργασιών" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -299,7 +254,7 @@ msgstr "" "σειρά που έτσι τις σειριοποιεί." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -317,7 +272,7 @@ msgstr "" "εργασία." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -331,13 +286,43 @@ msgstr "" "το <filename>/usr/share/doc/cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Παραπέρα Διάβασμα και Πληροφορίες" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"Ο <ulink url=\"http://www.debian.org/\">δικτυακός τόπος του Debian </ulink> " +"περιέχει εκτενή τεκμηρίωση για το Debian. Δείτε ιδιαίτερα το <ulink url=" +"\"http://www.debian.org/doc/FAQ/\">Debian FAQ</ulink> και το <ulink url=" +"\"http://www.debian.org/doc/user-manuals#quick-reference\">Debian Reference</" +"ulink>. Ένας κατάλογος με περισσότερη ακόμα τεκμηρίωση για το Debian " +"διατίθεται στο <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. Η κοινότητα του &debian; είναι αυτο-" +"υποστηριζόμενη. Για να γραφτείτε σε μια ή περισσότερες από τις ηλεκτρονικές " +"λίστες του Debian δείτε τη σελίδα <ulink url=\"http://www.debian.org/" +"MailingLists/subscribe\"> Mail List Subscription</ulink>. Τέλος, αλλά εξίσου " +"σημαντικά, το <ulink url=\"http://lists.debian.org/\">Debian Mailing List " +"Archives</ulink> περιέχει πλήθος πληροφοριών για το Debian." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -350,7 +335,7 @@ msgstr "" "<userinput>info <replaceable>program</replaceable></userinput>." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -369,37 +354,7 @@ msgstr "" "<filename>/usr/share/doc/(\"όνομα πακέτου\")/README.Debian</filename>." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"Ο <ulink url=\"http://www.debian.org/\">δικτυακός τόπος του Debian </ulink> " -"περιέχει εκτενή τεκμηρίωση για το Debian. Δείτε ιδιαίτερα το <ulink url=" -"\"http://www.debian.org/doc/FAQ/\">Debian FAQ</ulink> και το <ulink url=" -"\"http://www.debian.org/doc/user-manuals#quick-reference\">Debian Reference</" -"ulink>. Ένας κατάλογος με περισσότερη ακόμα τεκμηρίωση για το Debian " -"διατίθεται στο <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. Η κοινότητα του &debian; είναι αυτο-" -"υποστηριζόμενη. Για να γραφτείτε σε μια ή περισσότερες από τις ηλεκτρονικές " -"λίστες του Debian δείτε τη σελίδα <ulink url=\"http://www.debian.org/" -"MailingLists/subscribe\"> Mail List Subscription</ulink>. Τέλος, αλλά εξίσου " -"σημαντικά, το <ulink url=\"http://lists.debian.org/\">Debian Mailing List " -"Archives</ulink> περιέχει πλήθος πληροφοριών για το Debian." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -411,14 +366,45 @@ msgstr "" "www.tldp.org/\">Linux Documentation Project</ulink>. Εκεί θα βρείτε τα HOWTO " "και δείκτες σε άλλες πολύτιμες πληροφορίες για ένα σύστημα GNU/Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Αν είσαστε καινούριος στο Unix, ίσως να θέλατε να βγείτε έξω και να " +"αγοράσετε μερικά βιβλία! Πολλές πολύτιμες πληροφορίες μπορούν να βρεθούν " +"επίσης στο <ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. " +"Ακόμα εδώ <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"περιέχονται ένας αριθμός από κείμενα στο UseNet που δίνουν μια καλή ιστορική " +"αναφορά." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Ρύθμιση του συστήματός σας για την χρήση E-Mail" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -433,7 +419,7 @@ msgstr "" "αυτήν την ενότητα τα βασικά στοιχεία." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -455,7 +441,7 @@ msgstr "" "χρήστη." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -468,7 +454,7 @@ msgstr "" "προγράμματα για διαφορετικούς τύπους αλληλογραφίας." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -483,7 +469,7 @@ msgstr "" "MTA και το <command>procmail</command> σαν MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -517,13 +503,13 @@ msgstr "" "χρησιμοποιούνται — σε συνδυασμό με τα παραδοσιακά εργαλεία του Linux." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Προκαθορισμένη διαμόρφωση E-mail" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -545,7 +531,7 @@ msgstr "" "σχετικά με (πιθανά) προβλήματα ή αλλαγές." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -575,7 +561,7 @@ msgstr "" "footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -588,13 +574,13 @@ msgstr "" "command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Αποστολή αλληλογραφίας εκτός συστήματος" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -606,7 +592,7 @@ msgstr "" "αποστολή ή τη λήψη αλληλογραφίας από τρίτους." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -619,7 +605,7 @@ msgstr "" "να ληφθεί σωστά." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -638,7 +624,7 @@ msgstr "" "παρόντος εγχειριδίου)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -655,7 +641,7 @@ msgstr "" "για την υποβολή τέτοιων αναφορών." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -671,13 +657,13 @@ msgstr "" "σφαλμάτων." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Ρύθμιση του MTA Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -691,13 +677,13 @@ msgstr "" "και να το αντικαταστήσετε με ένα άλλο ΜΤΑ/MDA.</para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -709,7 +695,7 @@ msgstr "" "διαλέξτε την προκαθορισμένη επιλογή." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -719,13 +705,13 @@ msgstr "" "αλληλογραφία. Επιλέξτε αυτό που πλησιάζει περισσότερο στις ανάγκες σας." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "Διαδικτυακός τόπος" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -740,13 +726,13 @@ msgstr "" "μεταβιβάζετε αλληλογραφία." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "αλληλογραφία που αποστέλλεται μέσω smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -765,7 +751,7 @@ msgstr "" "smarthost με προγράμματα όπως το fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -778,14 +764,14 @@ msgstr "" "αλληλογραφίας ή ακόμα και ένα άλλο σύστημα στο δικό σας δίκτυο." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "" "αλληλογραφία που αποστέλλεται από τον smarthost; όχι τοπική αλληλογραφία" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -798,25 +784,25 @@ msgstr "" "στο ίδιο το σύστημα (πχ. αλληλογραφία για τον διαχειριστή του συστήματος)." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "Μόνο τοπική παράδοση" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Αυτή είναι η επιλογή της προκαθορισμένης ρύθμισης του συστήματός σας." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "όχι ρύθμιση αυτή τη φορά" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -831,7 +817,7 @@ msgstr "" "συστήματός σας." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -851,7 +837,7 @@ msgstr "" "λεπτομέρειες σχετικά με την ρύθμιση του <classname>exim4</classname>." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -874,13 +860,13 @@ msgstr "" "filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Χτίσιμο ενός καινούριου πυρήνα" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -889,7 +875,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -899,13 +885,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Ανακτώντας ένα Προβληματικό σύστημα" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -925,7 +911,7 @@ msgstr "" "\"διάσωσης\" μπορεί να φανεί χρήσιμη σε αυτό." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, fuzzy, no-c-format #| msgid "" #| "To access rescue mode, type <userinput>rescue</userinput> at the " @@ -960,7 +946,7 @@ msgstr "" "συστήματος." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -976,7 +962,7 @@ msgstr "" "και LVM καθώς κι αυτές που έχουν δημιουργηθεί κατευθείαν στους δίσκους." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -995,7 +981,7 @@ msgstr "" "'(hd0)'</userinput>.</phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -1014,7 +1000,7 @@ msgstr "" "επιλέξατε θα προσαρτηθεί στον κατάλογο <filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -1022,7 +1008,7 @@ msgstr "" "επανεκκινήσει." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -1034,6 +1020,29 @@ msgstr "" "λεπτομέρειες που μπορεί να έχουν πάει λάθος ή στο πώς να τις διορθώσετε. Αν " "έχετε προβλήματα, συμβουλευτείτε έναν ειδικό." +#~ msgid "If You Are New to Unix" +#~ msgstr "Αν είσαστε καινούριος στο Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "To Linux είναι μια υλοποίηση του Unix. Το project <ulink url=\"&url-ldp;" +#~ "\">Linux Documentation Project (LDP)</ulink> συλλέγει έναν αριθμό από " +#~ "HOWTOs και δικτυκά βιβλία που σχετίζονται με το Linux. Τα περισσότερα από " +#~ "τα κείμενα αυτά μπορούν να εγκατασταθούν τοπικά. Απλά εγκαταστήστε το " +#~ "πακέτο <classname>doc-linux-html</classname> (σε μορφή HTML) ή το πακέτο " +#~ "<classname>doc-linux-text</classname> package (σε μορφή ASCII), και μετά " +#~ "κοιτάξτε στον κατάλογο <filename>/usr/share/doc/HOWTO</filename>. " +#~ "Διεθνείς εκδόσεις των HOWTOs του LDP είναι επίσης διαθέσιμες σαν πακέτα " +#~ "του &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/el/welcome.po b/po/el/welcome.po index 63cda361f..853f903d3 100644 --- a/po/el/welcome.po +++ b/po/el/welcome.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-28 00:28+0300\n" "Last-Translator: \n" "Language-Team: Greek <kde-i18n-doc@kde.org>\n" @@ -165,22 +165,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"Το <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink>(LSB) είναι ένα " -"σχέδιο με στόχο την προτυποποίηση του βασικού συστήματος GNU/Linux,που θα " -"δώσει τη δυνατότητα σε τρίτους προγραμματιστές λογισμικού ή hardware να " -"σχεδιάζουν εύκολα προγράμματα και συσκευές για το Linux γενικά, παρά για μια " -"συγκεκριμένη διανομή GNU/Linux." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -195,7 +179,7 @@ msgstr "" "διανομές GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -206,7 +190,7 @@ msgstr "" "στους νεαρότερους χρήστες μας." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -216,13 +200,13 @@ msgstr "" "debian-faq;\">Debian FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Τι είναι το GNU/Linux;" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -233,7 +217,7 @@ msgstr "" "προγράμματα." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -260,7 +244,7 @@ msgstr "" "πολλοί άνθρωποι αναφέρονται συνήθως σαν <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -279,7 +263,7 @@ msgstr "" "εθελοντές." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -292,7 +276,7 @@ msgstr "" "GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -311,7 +295,7 @@ msgstr "" "ή η εξεζητημένη επεξεργασία για μια ποικιλία τύπων κειμένων)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -326,7 +310,7 @@ msgstr "" "έκανε εφικτή την ύπαρξη του." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -343,7 +327,7 @@ msgstr "" "Page</ulink>." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -362,7 +346,7 @@ msgstr "" "list FAQ</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -379,7 +363,7 @@ msgstr "" "μπορούν να αλλάξουν." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -396,13 +380,13 @@ msgstr "" "των χρηστών στο σπίτι και τις επιχειρήσεις." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Τι είναι το Debian GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -429,7 +413,7 @@ msgstr "" "σφαλμάτων εγγυάται ότι τα προβλήματα βρίσκονται και διορθώνονται γρήγορα." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -444,7 +428,7 @@ msgstr "" "high-end δικτυακούς servers." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -458,7 +442,7 @@ msgstr "" "πολλά γνωρίσματα που τώρα αποτελούν κοινό τόπο." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -472,7 +456,7 @@ msgstr "" "να απαιτεί επανεγκατάσταση." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -487,7 +471,7 @@ msgstr "" "λειτουργικού συστήματος." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -508,7 +492,7 @@ msgstr "" "φτιάξει μόνος σας και τις εξαρτήσεις που ικανοποιούν." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -529,7 +513,7 @@ msgstr "" "κατέβουν και να εγκατασταθούν αυτόματα από το Διαδίκτυο." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -550,13 +534,13 @@ msgstr "" "Debian </ulink> και η συμπλήρωση της αίτησης που θα βρείτε εκεί." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Τι είναι το &debian; GNU/kFreeBSD;" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -565,7 +549,7 @@ msgstr "" "kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -576,7 +560,7 @@ msgstr "" "αρχιτεκτονικές." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -587,7 +571,7 @@ msgstr "" "να μην εφαρμόζονται σε αυτό." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -599,13 +583,13 @@ msgstr "" "και τη λίστα αλληλογραφίας <email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Τι είναι το &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -616,7 +600,7 @@ msgstr "" "Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -630,7 +614,7 @@ msgstr "" "από τη στιγμή που σστο σύστημα γίνει πιο σταθερό." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -641,7 +625,7 @@ msgstr "" "μην εφαρμόζονται σε αυτό." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -653,13 +637,13 @@ msgstr "" "αλληλογραφίας <email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Αποκτώντας το &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -675,7 +659,7 @@ msgstr "" "περιέχει ένα πλήρες σύνολο των επίσημων καθρεφτών του &debian;." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -688,13 +672,13 @@ msgstr "" "εγκατάστασης." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Αποκτώντας την νεώτερη έκδοση αυτού του κειμένου" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -711,13 +695,13 @@ msgstr "" "Εγχειριδίου Εγκατάστασης</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Οργάνωση αυτού του κειμένου" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -732,7 +716,7 @@ msgstr "" "στον υπολογιστή σας." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -746,7 +730,7 @@ msgstr "" "Ενθαρρύνουμε τους έμπειρους χρήστες να ρίξουν μια ματιά στο κείμενο." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -760,7 +744,7 @@ msgstr "" "με κάθε βήμα:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -770,7 +754,7 @@ msgstr "" "συστήματος εγκατάστασης, στο <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -785,7 +769,7 @@ msgstr "" "&debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -795,7 +779,7 @@ msgstr "" "τη μέθοδο εγκατάστασης που θέλετε." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -811,7 +795,7 @@ msgstr "" "αυτό το βήμα." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -834,7 +818,7 @@ msgstr "" "σας, δίνεται στο κεφάλαιο <xref linkend=\"partitioning\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -844,7 +828,7 @@ msgstr "" "linkend=\"boot-new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -857,7 +841,7 @@ msgstr "" "αντικαταστήσετε τον πυρήνα σας." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -867,13 +851,13 @@ msgstr "" "αυτό μπορείτε να βρείτε στο <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Η Βοήθειά σας στην συγγραφή τεκμηρίωσης είναι Ευπρόσδεκτη" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -888,7 +872,7 @@ msgstr "" "το κείμενο αυτό." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -905,13 +889,13 @@ msgstr "" "πρόβλημα έχει ήδη αναφερθεί)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Σχετικά με τα Πνευματικά Δικαιώματα και τις Άδειες Χρήσης" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -938,7 +922,7 @@ msgstr "" "λογισμικό</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -960,7 +944,7 @@ msgstr "" "αποτελέσματα της δουλειάς του." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -982,7 +966,7 @@ msgstr "" "σχετικά με τη διάταξη και τα περιεχόμενα των αρχειοθηκών." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -1011,7 +995,7 @@ msgstr "" "footnote> όλων αυτών των προγραμμάτων είναι διαθέσιμος στο σύστημα &debian;." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -1028,7 +1012,7 @@ msgstr "" "εγκατάσταση του πακέτου αυτού στο σύστημά σας." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1041,7 +1025,7 @@ msgstr "" "Guidelines</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1060,3 +1044,16 @@ msgstr "" "ελεύθερο, έχετε την δύναμη να το τροποποιήσετε ώστε να ταιριάξει στις " "ανάγκες σας — και να χαρείτε τα πλεονεκτήματα από τις αλλάγές που " "έχουν κάνει άλλοι επεκτείνοντας έτσι το λογισμικό κατά αυτόν τον τρόπο." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "Το <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink>(LSB) είναι " +#~ "ένα σχέδιο με στόχο την προτυποποίηση του βασικού συστήματος GNU/Linux," +#~ "που θα δώσει τη δυνατότητα σε τρίτους προγραμματιστές λογισμικού ή " +#~ "hardware να σχεδιάζουν εύκολα προγράμματα και συσκευές για το Linux " +#~ "γενικά, παρά για μια συγκεκριμένη διανομή GNU/Linux." diff --git a/po/es/post-install.po b/po/es/post-install.po index d7b4b970d..791a72215 100644 --- a/po/es/post-install.po +++ b/po/es/post-install.po @@ -35,7 +35,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:35+0200\n" "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -117,57 +117,13 @@ msgstr "" "reiniciar el sistema" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Si es nuevo en Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Si es nuevo en Unix, probablemente debería salir, comprar algunos libros y " -"leer un poco. Puede encontrar mucha información útil en la <ulink url=\"&url-" -"debian-reference;\">Referencia Debian</ulink>. Podrá encontrar documentos de " -"UseNet en esta <ulink url=\"&url-unix-faq;\">lista de PUFs de Unix</ulink> " -"que le pueden servir como una buena referencia histórica." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux es una implementación de Unix. El <ulink url=\"&url-ldp;\"> Proyecto " -"de documentación de Linux (LDP)</ulink> recopila un buen número de CÓMOs así " -"como libros en línea relacionados con Linux. Puede instalar La mayoría de " -"estos documentos localmente; sólo tiene que instalar el paquete " -"<classname>doc-linux-html</classname> (versiones en HTML) o el paquete " -"<classname>doc-linux-text</classname> (versiones ASCII), y consultar " -"<filename>/usr/doc/HOWTO</filename>. Las versiones internacionales de los " -"CÓMOs de LDP también están disponibles como paquetes &debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Orientación sobre &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -185,13 +141,13 @@ msgstr "" "resumen sobre el sistema para aquellos con prisa." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Sistema de paquetes de &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -225,7 +181,7 @@ msgstr "" "quote> (<quote>retenido</quote>, N. del T.) en <command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -250,13 +206,13 @@ msgstr "" "estándares." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Software adicional disponible para &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -273,13 +229,13 @@ msgstr "" "&debian;'s Stable Release</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Gestión de versión de las aplicaciones" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -291,13 +247,13 @@ msgstr "" "página de manual de «update-alternatives»." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Gestión de tareas de cron" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -316,7 +272,7 @@ msgstr "" "procesamiento." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -333,7 +289,7 @@ msgstr "" "usuario bajo el cual se ejecuta la tarea." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -347,45 +303,13 @@ msgstr "" "share/doc/cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Siguientes pasos y cómo continuar" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"Primero debe intentar usar <userinput>man <replaceable>programa</" -"replaceable></userinput> o <userinput>info <replaceable>programa</" -"replaceable></userinput> si necesita información sobre un programa en " -"particular" - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"También encontrará mucha documentación útil en <filename>/usr/share/doc</" -"filename>. Específicamente en <filename>/usr/share/doc/HOWTO</filename> y " -"<filename>/usr/share/doc/FAQ</filename>, donde podrá leer mucha información " -"interesante. Para enviar informes de fallos, vea en <filename>/usr/share/doc/" -"debian/bug*</filename>. Consulte <filename>/usr/share/doc/(nombre de " -"paquete)/README.Debian</filename> si desea saber más sobre la información " -"específica a &debian; que pueda ofrecerse para un programa en particular." - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -416,7 +340,39 @@ msgstr "" "\">archivos de las listas de correo de Debian</ulink>." #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"Primero debe intentar usar <userinput>man <replaceable>programa</" +"replaceable></userinput> o <userinput>info <replaceable>programa</" +"replaceable></userinput> si necesita información sobre un programa en " +"particular" + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"También encontrará mucha documentación útil en <filename>/usr/share/doc</" +"filename>. Específicamente en <filename>/usr/share/doc/HOWTO</filename> y " +"<filename>/usr/share/doc/FAQ</filename>, donde podrá leer mucha información " +"interesante. Para enviar informes de fallos, vea en <filename>/usr/share/doc/" +"debian/bug*</filename>. Consulte <filename>/usr/share/doc/(nombre de " +"paquete)/README.Debian</filename> si desea saber más sobre la información " +"específica a &debian; que pueda ofrecerse para un programa en particular." + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -429,14 +385,44 @@ msgstr "" "CÓMOs y enlaces a otras valiosas fuentes de información sobre partes del " "sistema GNU/Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Si es nuevo en Unix, probablemente debería salir, comprar algunos libros y " +"leer un poco. Puede encontrar mucha información útil en la <ulink url=\"&url-" +"debian-reference;\">Referencia Debian</ulink>. Podrá encontrar documentos de " +"UseNet en esta <ulink url=\"&url-unix-faq;\">lista de PUFs de Unix</ulink> " +"que le pueden servir como una buena referencia histórica." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Configurar su sistema para utilizar el correo electrónico" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -451,7 +437,7 @@ msgstr "" "de correo en esta sección." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -473,7 +459,7 @@ msgstr "" "encarga de transferir el correo entrante al buzón del usuario." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -486,7 +472,7 @@ msgstr "" "de correo." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -501,7 +487,7 @@ msgstr "" "MTA y con <command>procmail</command> como MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -535,13 +521,13 @@ msgstr "" "tradicionales." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Configuración de correo electrónico por omisión" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -563,7 +549,7 @@ msgstr "" "cambios que se han producido." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -591,7 +577,7 @@ msgstr "" "propia cuenta de root. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -603,13 +589,13 @@ msgstr "" "correos electrónicos se pueden leer con <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Enviar correo electrónico fuera del sistema" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -621,7 +607,7 @@ msgstr "" "sistema, no para enviar correo a otros ni para recibir correos de otros." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -634,7 +620,7 @@ msgstr "" "correo puede enviarse y recibirse correctamente." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -652,7 +638,7 @@ msgstr "" "cómo hacerlo se sale del ámbito de este manual)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -669,7 +655,7 @@ msgstr "" "los informes de error." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -684,13 +670,13 @@ msgstr "" "debe utilizar para enviar informes de error." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Configurar su agente de transporte de correo" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -704,13 +690,13 @@ msgstr "" "reemplazarlo por un MTA/MDA alternativo. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -722,7 +708,7 @@ msgstr "" "opción marcada por omisión si no está seguro de qué es mejor." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -732,13 +718,13 @@ msgstr "" "aquél que se parezca más a sus necesidades:" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "equipo en Internet" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -752,13 +738,13 @@ msgstr "" "lista de dominios para los que acepta o reenvía correo." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "se envía el correo a través de una pasarela" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -777,7 +763,7 @@ msgstr "" "<command>fetchmail</command>." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -790,13 +776,13 @@ msgstr "" "correo interno de su empresa o incluso otro sistema en su misma red." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "se envía el correo a través de una pasarela, no hay correo local" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -809,25 +795,25 @@ msgstr "" "ejemplo, el del administrador del sistema)." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "solamente entrega local" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Esta es la opción que se configura por omisión en su sistema." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "sin configuración de momento" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -841,7 +827,7 @@ msgstr "" "enviados por correo de las herramientas del sistema." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -862,7 +848,7 @@ msgstr "" "documentación adicional." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -883,13 +869,13 @@ msgstr "" "entrada en su fichero <filename>/etc/email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Compilar un nuevo núcleo" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -898,7 +884,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -908,13 +894,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Recuperar un sistema roto" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -933,7 +919,7 @@ msgstr "" "poder trabajar para arreglarlo y el modo de rescate puede ser útil para esto." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, fuzzy, no-c-format #| msgid "" #| "To access rescue mode, type <userinput>rescue</userinput> at the " @@ -968,7 +954,7 @@ msgstr "" "el sistema." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -984,7 +970,7 @@ msgstr "" "dispositivos RAID o LVM así como las creadas directamente en los discos." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -1002,7 +988,7 @@ msgstr "" "'(hd0)'</userinput> para hacerlo. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -1022,7 +1008,7 @@ msgstr "" "directorio <filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -1030,7 +1016,7 @@ msgstr "" "intérprete de órdenes." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -1041,6 +1027,29 @@ msgstr "" "intentará detallar todas las cosas que pueden ir mal y cómo arreglarlas. Si " "tiene algún problema, consulte con un experto." +#~ msgid "If You Are New to Unix" +#~ msgstr "Si es nuevo en Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux es una implementación de Unix. El <ulink url=\"&url-ldp;\"> " +#~ "Proyecto de documentación de Linux (LDP)</ulink> recopila un buen número " +#~ "de CÓMOs así como libros en línea relacionados con Linux. Puede instalar " +#~ "La mayoría de estos documentos localmente; sólo tiene que instalar el " +#~ "paquete <classname>doc-linux-html</classname> (versiones en HTML) o el " +#~ "paquete <classname>doc-linux-text</classname> (versiones ASCII), y " +#~ "consultar <filename>/usr/doc/HOWTO</filename>. Las versiones " +#~ "internacionales de los CÓMOs de LDP también están disponibles como " +#~ "paquetes &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/es/welcome.po b/po/es/welcome.po index 0960a7dcf..85d5b3e7a 100644 --- a/po/es/welcome.po +++ b/po/es/welcome.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2014-12-03 00:50+0100\n" "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -189,23 +189,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"El <ulink url=\"http://www.linuxbase.org/\">Linux Standard Base</ulink> " -"(LSB). El LSB es un proyecto que pretende estandarizar el sistema básico de " -"GNU/Linux, lo que permitiría a terceros desarrolladores de software y " -"hardware desarrollar fácilmente programas y controladores de dispositivos " -"para Linux en general, más que para una distribución de GNU/Linux en " -"particular." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -220,7 +203,7 @@ msgstr "" "distribuciones de GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -231,7 +214,7 @@ msgstr "" "que ofrecer a nuestros usuarios más jóvenes." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -241,13 +224,13 @@ msgstr "" "debian.org/doc/FAQ/\">PUF de Debian</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "¿Qué es GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -257,7 +240,7 @@ msgstr "" "interactuar con su ordenador y ejecutar otros programas." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -284,7 +267,7 @@ msgstr "" "quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -303,7 +286,7 @@ msgstr "" "altruista." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -316,7 +299,7 @@ msgstr "" "de tipo Unix, llamado GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -335,7 +318,7 @@ msgstr "" "documento)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -349,7 +332,7 @@ msgstr "" "y comunidad que hizo que Linux fuera posible." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -366,7 +349,7 @@ msgstr "" "historia de Linux</ulink> en Linux Internacional." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -387,7 +370,7 @@ msgstr "" "de correo «linux-kernel»</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -404,7 +387,7 @@ msgstr "" "línea de órdenes o el entorno de escritorio." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -421,13 +404,13 @@ msgstr "" "usuarios domésticos y en empresas." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "¿Qué es &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -454,7 +437,7 @@ msgstr "" "problemas se encuentren y resuelvan rápidamente." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -469,7 +452,7 @@ msgstr "" "de alto rendimiento." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -483,7 +466,7 @@ msgstr "" "que ahora son comunes." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -497,7 +480,7 @@ msgstr "" "actualizarse sin necesidad de una reinstalación." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -511,7 +494,7 @@ msgstr "" "todo un sistema operativo." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -532,7 +515,7 @@ msgstr "" "dependencias cumplen." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -553,7 +536,7 @@ msgstr "" "través de Internet." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -573,13 +556,13 @@ msgstr "" "correo de Debian</ulink> y rellenar el formulario que allí encontrará." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "¿Qué es &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -587,7 +570,7 @@ msgstr "" "&debian; GNU/kFreeBSD es un sistema &debian; GNU con el núcleo kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -598,7 +581,7 @@ msgstr "" "posible." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -608,7 +591,7 @@ msgstr "" "parte de la información sobre sistemas Linux no es válida." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -620,13 +603,13 @@ msgstr "" "la lista de correo <email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "¿Qué es &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -636,7 +619,7 @@ msgstr "" "conjunto de servidores ejecutándose sobre un micronúcleo GNU Mach. " #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -650,7 +633,7 @@ msgstr "" "una vez que el sistema sea más estable." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -660,7 +643,7 @@ msgstr "" "parte de la información sobre sistemas Linux no es válida." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -672,13 +655,13 @@ msgstr "" "<email>debian-hurd@lists.debian.org</email> lista de correo." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Obtener &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -695,7 +678,7 @@ msgstr "" "encontrará la lista completa de los servidores de réplica disponibles." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -708,13 +691,13 @@ msgstr "" "terminado la instalación." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Obtener la última versión de este documento" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -730,13 +713,13 @@ msgstr "" "<ulink url=\"&url-install-manual;\">páginas oficiales del manual</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Estructura de este documento" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -750,7 +733,7 @@ msgstr "" "conocimiento general de cómo funciona el hardware de su ordenador." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -765,7 +748,7 @@ msgstr "" "documento." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -779,7 +762,7 @@ msgstr "" "secciones de este documento relacionadas con cada uno de éstos:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -789,7 +772,7 @@ msgstr "" "instalación, según el <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -804,7 +787,7 @@ msgstr "" "particionable en su disco duro para instalar &debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -814,7 +797,7 @@ msgstr "" "instalación necesarios para el método de instalación escogido." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -830,7 +813,7 @@ msgstr "" "depurar fallos en caso de que tenga problemas en este paso." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -854,7 +837,7 @@ msgstr "" "&debian;)." #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -864,7 +847,7 @@ msgstr "" "\"boot-new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -876,7 +859,7 @@ msgstr "" "y &debian;, además de cómo reemplazar el núcleo de su sistema." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -886,13 +869,13 @@ msgstr "" "contribuir en él en el <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Su ayuda con la documentación es bienvenida" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -907,7 +890,7 @@ msgstr "" "documento." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -923,13 +906,13 @@ msgstr "" "compruebe si ya se informó del problema)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Sobre copyrights y licencias de software" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -953,7 +936,7 @@ msgstr "" "basado en <emphasis>software libre</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -973,7 +956,7 @@ msgstr "" "resultados de su propio trabajo." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -996,7 +979,7 @@ msgstr "" "contenido de los ficheros." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -1025,7 +1008,7 @@ msgstr "" "disponible en el sistema &debian;." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -1040,7 +1023,7 @@ msgstr "" "<replaceable>nombre-paquete</replaceable>/copyright </filename>." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1053,7 +1036,7 @@ msgstr "" "libre de Debian (DFSG)</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1072,3 +1055,17 @@ msgstr "" "animamos a modificar ese software para satisfacer sus necesidades — y " "para gozar de las ventajas de los cambios realizados por otros, que de esta " "manera han extendido el software." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "El <ulink url=\"http://www.linuxbase.org/\">Linux Standard Base</ulink> " +#~ "(LSB). El LSB es un proyecto que pretende estandarizar el sistema básico " +#~ "de GNU/Linux, lo que permitiría a terceros desarrolladores de software y " +#~ "hardware desarrollar fácilmente programas y controladores de dispositivos " +#~ "para Linux en general, más que para una distribución de GNU/Linux en " +#~ "particular." diff --git a/po/fi/post-install.po b/po/fi/post-install.po index b697473ab..7b7835075 100644 --- a/po/fi/post-install.po +++ b/po/fi/post-install.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian Installation guide post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:37+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -83,58 +83,13 @@ msgstr "" "uudelleenkäynnistys tehdään komennolla <command>reboot</command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Uusille Unix-käyttäjille" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Uuden Unix-käyttäjän lienee parasta hankkia kirjoja ja lukea niitä. " -"Arvokasta tietoa on paljon myös teoksessa <ulink url=\"&url-debian-reference;" -"\">Debian Reference</ulink>. Osoitteesta <ulink url=\"&url-unix-faq;\">list " -"of Unix FAQs</ulink> löytyy useita UseNetin kirjoituksia, ne ovat myös hieno " -"näkymä historiaan." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux on eräs Unix-toteutus. Osoitteessa <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> on koottuna useita HOWTO-ohjeita ja " -"netistä saatavilla olevia kirjoja Linuxista. Useimmat näistä teoksista voi " -"asentaa omaan koneeseensa; asennetaan <classname>doc-linux-html</classname> -" -"paketti (HTML versiot) tai <classname>doc-linux-text</classname> -paketti " -"(tekstiversiot), ohjeet tulevat hakemistoon <filename>/usr/share/doc/HOWTO</" -"filename>. LDP:n HOWTO-ohjeita on saatavilla myös &debian;-paketteina eri " -"kielillä. Suomenkielinen <ulink url=\"http://linux.fi/\">Linux.fi-wiki</" -"ulink> kokoaa paljon ohjeita, myös aloittelijalle sopivia." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Asennoidu oikein &debian;iin" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -151,13 +106,13 @@ msgstr "" "vaan olla hyvin tiivis katsaus hyvin kiireisille lukijoille." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "&debian;in paketointijärjestelmä" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -191,7 +146,7 @@ msgstr "" "<command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -215,13 +170,13 @@ msgstr "" "olevat paketitkin ovat saatavilla. " #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -232,13 +187,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Vaihtoehtoja sovelluksille" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -250,13 +205,13 @@ msgstr "" "tarjolla on useita. Kannattaa lukea man-sivu komennolle update-alteranatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Tehtävien ajastettu suoritus" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -275,7 +230,7 @@ msgstr "" "aakkosjärjestyksessä yksi kerrallaan." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -292,7 +247,7 @@ msgstr "" "ajastettu tehtävä suoritetaan." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -306,13 +261,42 @@ msgstr "" "cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Lisää lukemista ja lisätietoja" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"<ulink url=\"http://www.debian.org/\">Debianin www-sivustolla</ulink> on " +"paljon tietoa Debianista. Katso erityisesti <ulink url=\"http://www.debian." +"org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> ja <ulink url=\"http://www." +"debian.org/doc/user-manuals#quick-reference\">Debian Reference</ulink>. " +"Debianin muiden ohjeiden hakemisto on <ulink url=\"http://www.debian.org/doc/" +"ddp\">Debian Documentation Project</ulink>. &debian;-yhteisö tekee " +"talkootyötä; Debianin postituslistoille liitytään <ulink url=\"http://www." +"debian.org/MailingLists/subscribe\">Postilistoille liittyminen</ulink> -" +"sivulla. Viimeisenä mutten vähäisimpänä <ulink url=\"http://lists.debian.org/" +"\">Debianin postituslistojen arkistot</ulink> sisältää suuren määrän " +"&debian;-tietoa." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -324,7 +308,7 @@ msgstr "" "<replaceable>ohjelma</replaceable></userinput>." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -343,36 +327,7 @@ msgstr "" "doc/(paketin nimi)/README.Debian</filename>." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"<ulink url=\"http://www.debian.org/\">Debianin www-sivustolla</ulink> on " -"paljon tietoa Debianista. Katso erityisesti <ulink url=\"http://www.debian." -"org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> ja <ulink url=\"http://www." -"debian.org/doc/user-manuals#quick-reference\">Debian Reference</ulink>. " -"Debianin muiden ohjeiden hakemisto on <ulink url=\"http://www.debian.org/doc/" -"ddp\">Debian Documentation Project</ulink>. &debian;-yhteisö tekee " -"talkootyötä; Debianin postituslistoille liitytään <ulink url=\"http://www." -"debian.org/MailingLists/subscribe\">Postilistoille liittyminen</ulink> -" -"sivulla. Viimeisenä mutten vähäisimpänä <ulink url=\"http://lists.debian.org/" -"\">Debianin postituslistojen arkistot</ulink> sisältää suuren määrän " -"&debian;-tietoa." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -384,14 +339,44 @@ msgstr "" "\">Linux Documentation Project</ulink>. Saatavilla on HOWTO-ohjeita ja " "viitteitä muuhun hyvin arvokkaaseen tietoon GNU/Linux-järjestelmän osista." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Uuden Unix-käyttäjän lienee parasta hankkia kirjoja ja lukea niitä. " +"Arvokasta tietoa on paljon myös teoksessa <ulink url=\"&url-debian-reference;" +"\">Debian Reference</ulink>. Osoitteesta <ulink url=\"&url-unix-faq;\">list " +"of Unix FAQs</ulink> löytyy useita UseNetin kirjoituksia, ne ovat myös hieno " +"näkymä historiaan." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Järjestelmän asetukset sähköpostin käyttöönottoon" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -405,7 +390,7 @@ msgstr "" "perusasiat." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -425,7 +410,7 @@ msgstr "" "sähköpostilaatikkoon." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -438,7 +423,7 @@ msgstr "" "tyypin mukaan." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -453,7 +438,7 @@ msgstr "" "command>in MDA:na." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -485,13 +470,13 @@ msgstr "" "usein käytetäänkin — yhdessä perinteistä Linux-työkalujen kanssa." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Sähköpostin oletusasetukset" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, fuzzy, no-c-format #| msgid "" #| "Even if you are planning to use a graphical mail program, it is important " @@ -520,7 +505,7 @@ msgstr "" "(mahdollisista) pulmista tai muutoksista." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -548,7 +533,7 @@ msgstr "" "root-tunnukselle.</para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -560,13 +545,13 @@ msgstr "" "voi lukea komennolla <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Sähköpostien lähetys ulkomaailmaan" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -578,7 +563,7 @@ msgstr "" "koneen ulkopuolele tai vastaanottamaan sähköpostia muualta." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -591,7 +576,7 @@ msgstr "" "toimii oikein." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -609,7 +594,7 @@ msgstr "" "ohjeessa ei neuvota miten se tehdään)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -626,7 +611,7 @@ msgstr "" "lähettämiseen." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -641,13 +626,13 @@ msgstr "" "vikailmoitusten lähettämiseen." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Exim4 Mail Transport Agentin asetukset" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -661,13 +646,13 @@ msgstr "" "classname>:n ja korvata sen jollain muulla MTA/MDA:lla. </para></footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -678,7 +663,7 @@ msgstr "" "pieniin tiedostoihin. Jos olet epävarma, valitse oletusarvo." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -688,13 +673,13 @@ msgstr "" "lähinnä tarpeitasi vastaava." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "Internetiin kytketty kone" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -708,13 +693,13 @@ msgstr "" "vastaanotetaan tai välitetään." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "lähetys smarthostin kautta" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -732,7 +717,7 @@ msgstr "" "ohjelmalla." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -745,13 +730,13 @@ msgstr "" "kone omassa verkossasi." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "lähetys smarthostin kautta; ei paikallista sähköpostia" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -763,25 +748,25 @@ msgstr "" "koneen sisällä (esim. järjestelmän ylläpitäjälle) kuitenkin käsitellään." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "vain paikallinen sähköpostien toimitus" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Tämä on järjestelmän oletusasetus." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "ei tehdä asetuksia nyt" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -795,7 +780,7 @@ msgstr "" "järjestelmän lähettämiä tärkeitä viestejä." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -815,7 +800,7 @@ msgstr "" "asetusten teosta ja selittää mistä löytyy lisätietoja." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -836,13 +821,13 @@ msgstr "" "email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Uuden ytimen kääntäminen" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -851,7 +836,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -861,13 +846,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Hajonneen järjestelmän korjaaminen" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -885,7 +870,7 @@ msgstr "" "ja pelastustila voi olla siihen omiaan." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, fuzzy, no-c-format #| msgid "" #| "To access rescue mode, type <userinput>rescue</userinput> at the " @@ -918,7 +903,7 @@ msgstr "" "olevan käytettävissä kun järjestelmää korjataan." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -933,7 +918,7 @@ msgstr "" "LVM-laitteille että suoraan levylle tehtyjä osioita." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -951,7 +936,7 @@ msgstr "" "'(hd0)'</userinput>. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -970,7 +955,7 @@ msgstr "" "<filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -978,7 +963,7 @@ msgstr "" "poistutaan." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -989,6 +974,30 @@ msgstr "" "vaikeaa, eikä tämä ohje yritä kertoa kaikkia mahdollisia vikoja eikä niiden " "korjaamista. Jos pulmia ilmenee, pyydä asiantuntija-apua." +#~ msgid "If You Are New to Unix" +#~ msgstr "Uusille Unix-käyttäjille" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux on eräs Unix-toteutus. Osoitteessa <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> on koottuna useita HOWTO-ohjeita ja " +#~ "netistä saatavilla olevia kirjoja Linuxista. Useimmat näistä teoksista " +#~ "voi asentaa omaan koneeseensa; asennetaan <classname>doc-linux-html</" +#~ "classname> -paketti (HTML versiot) tai <classname>doc-linux-text</" +#~ "classname> -paketti (tekstiversiot), ohjeet tulevat hakemistoon " +#~ "<filename>/usr/share/doc/HOWTO</filename>. LDP:n HOWTO-ohjeita on " +#~ "saatavilla myös &debian;-paketteina eri kielillä. Suomenkielinen <ulink " +#~ "url=\"http://linux.fi/\">Linux.fi-wiki</ulink> kokoaa paljon ohjeita, " +#~ "myös aloittelijalle sopivia." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/fi/welcome.po b/po/fi/welcome.po index 719af6eb8..5652c10cb 100644 --- a/po/fi/welcome.po +++ b/po/fi/welcome.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Installation Guide welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2010-05-11 08:46+0300\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -156,22 +156,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> -projektin " -"tavoitteena on GNU/Linux-järjestelmän perustan standardoiminen, jotta " -"kolmannen osapuolen ohjelmisto- ja laitesuunnittelijat voisivat helpommin " -"tehdä ohjelmia ja laiteajureita kaikille Linuxeille eikä vain tietylle GNU/" -"Linux-jakelulle." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -185,7 +169,7 @@ msgstr "" "GNU/Linux-jakeluissa." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -195,7 +179,7 @@ msgstr "" "projekti varmistamaan Debianilla olevan tarjottavaa nuorimmille käyttäjille." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -205,13 +189,13 @@ msgstr "" "usein kysytyistä kysymyksistä</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Mitä GNU/Linux on?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -221,7 +205,7 @@ msgstr "" "muiden ohjelmien käynnistämiseen." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -247,7 +231,7 @@ msgstr "" "nimeä <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -265,7 +249,7 @@ msgstr "" "tekevät vapaaehtoiset palkatta." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -277,7 +261,7 @@ msgstr "" "vapaan Unixin kaltaisen käyttöjärjestelmän kehittämisen nimeltään GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -296,7 +280,7 @@ msgstr "" "tiedostomuodoissa)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -310,7 +294,7 @@ msgstr "" "mahdollistivat Linuxin." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -327,7 +311,7 @@ msgstr "" "ulink> -sivulta." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, fuzzy, no-c-format #| msgid "" #| "Linus Torvalds continues to coordinate the work of several hundred " @@ -351,7 +335,7 @@ msgstr "" "kernel-list-faq;\">linux-kernel mailing list FAQ</ulink>. " #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -366,7 +350,7 @@ msgstr "" "jotka eivät ole tottuneet pitämään komentotulkkia tai työpöytää valinnaisina." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -381,13 +365,13 @@ msgstr "" "Viime aikoina Linux on lisännyt suosiotaan myös koti- ja yrityskäytössä." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Mitä on &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -414,7 +398,7 @@ msgstr "" "vikojen nopean löytymisen ja korjaamisen." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -428,7 +412,7 @@ msgstr "" "verkkopalvelimiin." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -441,7 +425,7 @@ msgstr "" "käyttäjien keskuudessa." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -455,7 +439,7 @@ msgstr "" "asentamatta uudelleen." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -469,7 +453,7 @@ msgstr "" "toteuttaminen ja ylläpito." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -489,7 +473,7 @@ msgstr "" "ja niiden toteuttamista riippuvuuksista." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -510,7 +494,7 @@ msgstr "" "tietoturvapäivitykset voidaan noutaa ja asentaa automaattisesti Internetistä." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -529,20 +513,20 @@ msgstr "" "liittyminen</ulink> -sivulla täyttämällä lomake." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Mikä on &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, fuzzy, no-c-format #| msgid "" #| "Debian GNU/Hurd is a Debian GNU system that replaces the Linux monolithic " @@ -563,7 +547,7 @@ msgstr "" "järjestelmä saadaan vakaammaksi." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -571,7 +555,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, fuzzy, no-c-format #| msgid "" #| "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -587,13 +571,13 @@ msgstr "" "hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Mikä on &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -601,7 +585,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -615,7 +599,7 @@ msgstr "" "vakaammaksi." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -623,7 +607,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -635,13 +619,13 @@ msgstr "" "hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "&debian;in hankkiminen" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -657,7 +641,7 @@ msgstr "" "peilikopiot, joista on helppo valita lähin." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -669,13 +653,13 @@ msgstr "" "jälkeen jos tarvetta on." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Tämän ohjeen uusimman version hankkiminen" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -691,13 +675,13 @@ msgstr "" "\">virallisilta asennusohjeen sivuilta</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Tämän ohjeen rakenne" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -711,7 +695,7 @@ msgstr "" "tietokoneensa laitteiden toiminnasta." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -725,7 +709,7 @@ msgstr "" "selailla ohjeesta kiinnostavia kohtia." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -738,7 +722,7 @@ msgstr "" "asennuksen vaiheet ja tämän ohjeen vastaavat luvut:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -748,7 +732,7 @@ msgstr "" "\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -762,7 +746,7 @@ msgstr "" "järjestettävä tilaa &debian;in tarvitsemille levyosioille." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -772,7 +756,7 @@ msgstr "" "asennustavan tarvitsemat asennustiedostot." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -787,7 +771,7 @@ msgstr "" "vianetsintää jos tässä vaiheessa vaikkapa pulmia ilmenisi." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, fuzzy, no-c-format #| msgid "" #| "Perform the actual installation according to <xref linkend=\"d-i-intro\"/" @@ -817,7 +801,7 @@ msgstr "" "\"partitioning\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -827,7 +811,7 @@ msgstr "" "\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -839,7 +823,7 @@ msgstr "" "ista ja miten ydin vaihdetaan." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -849,13 +833,13 @@ msgstr "" "ja osallistumisesta ohjeen kirjoittamiseen." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Apu ohjeen kirjoittamiseen on tervetullutta" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -869,7 +853,7 @@ msgstr "" "arkkitehtuureista ja kielistä, joille tämä ohje on saatavilla. " #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -885,13 +869,13 @@ msgstr "" "<classname>installation-guide</classname>)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Tekijänoikeuksista ja ohjelmistojen käyttöehdoista" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -916,7 +900,7 @@ msgstr "" "ohjelmista</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, fuzzy, no-c-format #| msgid "" #| "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -943,7 +927,7 @@ msgstr "" "myös jakaa muuttamaansa ohjelmaa." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, fuzzy, no-c-format #| msgid "" #| "The &debian; project, as a pragmatic concession to its users, does make " @@ -973,7 +957,7 @@ msgstr "" "archives</quote> lisätietoja asennuspalvelimen rakenteesta ja sisällöstä." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -1001,7 +985,7 @@ msgstr "" "quote>. </para> </footnote> on saatavilla &debian;-järjestelmässä." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -1016,7 +1000,7 @@ msgstr "" "<replaceable>paketin-nimi</replaceable>/copyright </filename>." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1028,7 +1012,7 @@ msgstr "" "\">Debianin vapaiden ohjelmistojen ohjeistosta (DFSG)</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1045,3 +1029,16 @@ msgstr "" "soveltuvuudesta mihinkään tiettyyn tarkoitukseen. Koska ohjelmisto on vapaa " "on käyttäjällä kuitenkin mahdollisuus muokata ohjelmistoa tarpeisiinsa " "— ja nauttia muiden käyttäjien tekemistä parannuksista." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> -projektin " +#~ "tavoitteena on GNU/Linux-järjestelmän perustan standardoiminen, jotta " +#~ "kolmannen osapuolen ohjelmisto- ja laitesuunnittelijat voisivat helpommin " +#~ "tehdä ohjelmia ja laiteajureita kaikille Linuxeille eikä vain tietylle " +#~ "GNU/Linux-jakelulle." diff --git a/po/fr/boot-installer.po b/po/fr/boot-installer.po index 56adb83f7..20abcf259 100644 --- a/po/fr/boot-installer.po +++ b/po/fr/boot-installer.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-07-07 09:56+0000\n" -"PO-Revision-Date: 2018-04-07 16:56+0100\n" +"PO-Revision-Date: 2018-08-25 18:26+0100\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -3405,19 +3405,7 @@ msgstr "Modes d'installation Expert, Rescue et Automated" #. Tag: para #: boot-installer.xml:2359 -#, fuzzy, no-c-format -#| msgid "" -#| "Expert, Rescue, and Automated installation choices are also available " -#| "with accessibility support. To access them, one has to first enter the " -#| "<quote>Advanced options</quote> submenu from the boot menu by typing " -#| "<userinput>a</userinput>. When using a BIOS system (the boot menu will " -#| "have beeped only once), this has to be followed by &enterkey;. Then, to " -#| "enable speech synthesis, <userinput>s</userinput> can optionally be " -#| "pressed (followed again by &enterkey; when using a BIOS system). From " -#| "there, various shortcuts can be used: <userinput>x</userinput> for expert " -#| "installation, <userinput>r</userinput> for rescue mode, or <userinput>a</" -#| "userinput> for automated installation. When using a BIOS system, they " -#| "must be followed by &enterkey;." +#, no-c-format msgid "" "Expert, Rescue, and Automated installation choices are also available with " "accessibility support. To access them, one has to first enter the " @@ -3437,14 +3425,15 @@ msgstr "" "accéder, il faut d'abord choisir le sous-menu <quote>Advanced options</" "quote> du menu d'amorçage en saisissant <userinput>a</userinput>. Dans le " "cas d'un système sous BIOS (le menu d'amorçage n'aura émis qu'un seul bip), " -"il faut aussi appuyer sur la touche &enterkey;. Ensuite, en appuyant sur la " -"touche <userinput>s</userinput> (suivie de &enterkey; sur les systèmes sous " -"BIOS), la synthèse vocale est activée. À partir de ce moment, plusieurs " -"raccourcis peuvent être utilisés : <userinput>x</userinput> pour une " -"installation en mode expert, <userinput>r</userinput> pour le mode de " -"récupération, et <userinput>a</userinput> pour l'installation automatisée. " -"Si un système sous BIOS est utilisé, chaque raccourci doit être suivi de la " -"touche &enterkey;." +"il faut aussi appuyer sur la touche &enterkey; ; avec un système UEFI (le " +"menu d'amorçage aura émis deux bips) cela n'est pas nécessaire. Ensuite, en " +"appuyant sur la touche <userinput>s</userinput> (suivie de &enterkey; sur " +"les systèmes sous BIOS mais pas sous UEFI), la synthèse vocale est activée. " +"À partir de ce moment, plusieurs raccourcis peuvent être utilisés : " +"<userinput>x</userinput> pour une installation en mode expert, <userinput>r</" +"userinput> pour le mode de récupération, et <userinput>a</userinput> pour " +"l'installation automatisée. Si un système sous BIOS est utilisé, chaque " +"raccourci doit être suivi de la touche &enterkey;." #. Tag: para #: boot-installer.xml:2374 diff --git a/po/fr/hardware.po b/po/fr/hardware.po index a52a2af32..2a51eb9eb 100644 --- a/po/fr/hardware.po +++ b/po/fr/hardware.po @@ -3691,7 +3691,7 @@ msgstr "" #, fuzzy #~| msgid "MIPS Malta (32 bit)" #~ msgid "MIPS Malta" -#~ msgstr "MIPS Malta (32 bits)" +#~ msgstr "MIPS Malta" #~ msgid "" #~ "&debian; on &arch-title; supports the following platforms: <itemizedlist> " diff --git a/po/fr/install-methods.po b/po/fr/install-methods.po index 84fd1fced..d97f87f8a 100644 --- a/po/fr/install-methods.po +++ b/po/fr/install-methods.po @@ -1,13 +1,13 @@ # French translation of the Debian Installer Manual # Philippe Batailler - ?-2013 # -# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017. +# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: install-methods\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-10-31 17:55+0100\n" +"PO-Revision-Date: 2018-08-25 18:22+0100\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -88,6 +88,12 @@ msgid "" "\"https://cdimage-search.debian.org/\">https://cdimage-search.debian.org/</" "ulink>." msgstr "" +"De plus, gardez à l'esprit que si le jeu de CD/DVD que vous utilisez ne " +"contient pas certains paquets, vous pourrez toujours les installer après, " +"depuis votre nouveau système Debian fraichement installé. Si vous cherchez " +"sur quel CD ou DVD se trouve un paquet, vous pouvez utiliser <ulink url=" +"\"https://cdimage-search.debian.org/\">https://cdimage-search.debian.org/</" +"ulink>." #. Tag: para #: install-methods.xml:46 @@ -847,19 +853,7 @@ msgstr "" #. Tag: para #: install-methods.xml:555 -#, fuzzy, no-c-format -#| msgid "" -#| "The CD or DVD image you choose should be written directly to the USB " -#| "stick, overwriting its current contents. For example, when using an " -#| "existing GNU/Linux system, the CD or DVD image file can be written to a " -#| "USB stick as follows, after having made sure that the stick is unmounted: " -#| "<informalexample><screen>\n" -#| "<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /" -#| "dev/<replaceable>sdX</replaceable></userinput>\n" -#| "<prompt>#</prompt> <userinput>sync</userinput>\n" -#| "</screen></informalexample> The <ulink url=\"http://sf.net/projects/" -#| "win32diskimager/\"> win32diskimager</ulink> utility can be used under " -#| "other operating systems to copy the image." +#, no-c-format msgid "" "The CD or DVD image you choose should be written directly to the USB stick, " "overwriting its current contents. For example, when using an existing GNU/" @@ -880,9 +874,9 @@ msgstr "" "<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /dev/" "<replaceable>sdX</replaceable></userinput>\n" "<prompt>#</prompt> <userinput>sync</userinput>\n" -"</screen></informalexample> L'utilitaire <ulink url=\"http://sf.net/projects/" -"win32diskimager/\">win32diskimager</ulink> peut être utilisé pour copier " -"l'image avec d'autres systèmes d'exploitation." +"</screen></informalexample> Des informations sur la méthode à utiliser avec " +"d'autres systèmes d'exploitation sont disponibles à la page de <ulink url=" +"\"&url-debian-cd-faq-write-usb;\">la FAQ de Debian CD</ulink>." #. Tag: para #: install-methods.xml:567 diff --git a/po/fr/installation-howto.po b/po/fr/installation-howto.po index f68c5f0be..c637d62a7 100644 --- a/po/fr/installation-howto.po +++ b/po/fr/installation-howto.po @@ -1,13 +1,13 @@ # French translation of the Debian Installer Manual # Philippe Batailler - ?-2013 # -# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017. +# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: installation-howto\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-10-15 18:26+0100\n" +"PO-Revision-Date: 2018-08-25 18:25+0100\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -303,12 +303,7 @@ msgstr "" #. Tag: para #: installation-howto.xml:162 -#, fuzzy, no-c-format -#| msgid "" -#| "Some BIOSes can boot USB storage directly, and some cannot. You may need " -#| "to configure your BIOS to boot from a <quote>removable drive</quote> or " -#| "even a <quote>USB-ZIP</quote> to get it to boot from the USB device. For " -#| "helpful hints and details, see <xref linkend=\"usb-boot-x86\"/>." +#, no-c-format msgid "" "Some BIOSes can boot USB storage directly, and some cannot. You may need to " "configure your BIOS to enable <quote>USB legacy support</quote>. The boot " @@ -317,8 +312,10 @@ msgid "" "hints and details, see <xref linkend=\"usb-boot-x86\"/>." msgstr "" "Certains BIOS peuvent lancer directement des périphériques USB, d'autres " -"non. Il vous faudra configurer le BIOS et permettre l'amorçage d'un " -"<quote>disque amovible</quote> ou d'un <quote>USB-ZIP</quote>. Pour des " +"non. Il vous faudra peut être configurer le BIOS pour activer le <quote>USB " +"legacy support</quote> (prise en charge de l'USB traditionnel). Le menu de " +"sélection du périphérique d'amorçage devrait présenter un <quote>removable " +"drive</quote> (disque amovible) ou un <quote>USB-HDD</quote>. Pour des " "précisions, voyez la <xref linkend=\"usb-boot-x86\"/>." #. Tag: para diff --git a/po/fr/post-install.po b/po/fr/post-install.po index e717a5931..226dda1d1 100644 --- a/po/fr/post-install.po +++ b/po/fr/post-install.po @@ -1,13 +1,13 @@ # French translation of the Debian Installer Manual # Philippe Batailler - ?-2013 # -# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017. +# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-10-15 18:24+0100\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" +"PO-Revision-Date: 2018-09-06 19:32+0100\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -85,66 +85,13 @@ msgstr "" "command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Si vous débutez sous Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Si vous ne connaissez pas Unix, vous devrez sans doute acheter et lire " -"quelques livres sur le sujet. Vous trouverez de bonnes informations dans la " -"<ulink url=\"&url-debian-reference;\">Référence Debian</ulink>. La <ulink " -"url=\"&url-unix-faq;\">liste des FAQ Unix</ulink> référence beaucoup de " -"documents UseNet à valeur historique. La <ulink url=\"ftp://rtfm.mit.edu/pub/" -"usenet/news.answers/unix-faq/faq/\">Foire Aux Questions UNIX</ulink> " -"contient un certain nombre de références à des livres et à des groupes de " -"discussion Usenet qui pourront vous aider. Vous pouvez également regarder la " -"<ulink url=\"http://www.camelcity.com/~noel/usenet/cuuf-FAQ.htm\"> User-" -"Friendly Unix FAQ</ulink>." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux est une implémentation d'Unix. Le <ulink url=\"&url-ldp;\">projet de " -"documentation Linux (LDP)</ulink> rassemble un certain nombre de " -"<emphasis>HOWTO</emphasis> et de livres en ligne relatifs à Linux. La " -"plupart de ces documents peuvent être installés sur votre machine ; il " -"suffit d'installer le paquet <classname>doc-linux-fr-html</classname>, et de " -"consulter les documentations disponibles dans le répertoire <filename>/usr/" -"share/doc/HOWTO/fr-html</filename>. La version originale en anglais des " -"HOWTO du LDP est également disponible dans les paquets <classname>doc-linux-" -"html</classname> (documentation au format HTML) et <classname>doc-linux-" -"text</classname> (documentation au format ASCII), et s'installe dans " -"<filename>/usr/share/doc/HOWTO</filename>. D'autres versions traduites des " -"HOWTO du LDP sont également disponibles sous forme de paquets &debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "S'orienter dans &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -162,13 +109,13 @@ msgstr "" "mais un rapide coup d'œil sur le système, pour les gens pressés." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Le système des paquets" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -202,14 +149,8 @@ msgstr "" "conserver (hold)</quote> avec l'application <command>aptitude</command>." #. Tag: para -#: post-install.xml:145 -#, fuzzy, no-c-format -#| msgid "" -#| "One of the best installation methods is apt. You can use the command line " -#| "version of <command>apt</command> or full-screen text version " -#| "<application>aptitude</application>. Note apt will also let you merge " -#| "main, contrib, and non-free so you can have export-restricted packages as " -#| "well as standard versions." +#: post-install.xml:114 +#, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " "version of <command>apt</command> as well as tools like " @@ -220,20 +161,22 @@ msgid "" "packages from &debian-gnu; at the same time." msgstr "" "L'une des meilleures méthodes d'installation est la méthode apt. Vous pouvez " -"utiliser la version ligne de commande <command>apt</command>, ou bien la " -"version plein écran <application>aptitude</application>. Notez qu'apt permet " -"de fusionner plusieurs sources pour les paquets : main, contrib et non-" -"free ; ainsi vous avez accès aussi bien aux paquets soumis à des " -"restrictions d'export qu'aux versions standard." +"utiliser la version en ligne de commande <command>apt</command>, ou bien des " +"outils comme <application>aptitude</application> ou <application>synaptic</" +"application> (qui sont des interfaces graphiques à <command>apt</command>). " +"Notez qu'apt permet de fusionner plusieurs sources pour les paquets : main, " +"contrib et non-free ; ainsi vous pouvez installer des paquets soumis à des " +"restrictions (n'appartenant pas à &debian; au sens strict) en même temps que " +"des paquets de &debian-gnu;." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Autres logiciels disponibles" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -250,13 +193,13 @@ msgstr "" "\">Les logiciels disponibles pour la distribution stable de &debian;</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Gestion des versions des applications" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -268,13 +211,13 @@ msgstr "" "la page de manuel de update-alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Gestion des tâches récurrentes" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -294,7 +237,7 @@ msgstr "" "par ordre alphabétique." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -311,7 +254,7 @@ msgstr "" "l'action sera exécutée." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -325,13 +268,43 @@ msgstr "" "doc/cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Pour aller plus loin" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"Le <ulink url=\"http://www.debian.org/\">site web Debian</ulink> contient " +"beaucoup de documentation sur &debian;. Vous pouvez consulter en particulier " +"la <ulink url=\"http://www.debian.org/doc/FAQ/\">FAQ Debian</ulink> et la " +"<ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Référence Debian</ulink>. Le <ulink url=\"http://www.debian.org/doc/ddp" +"\">Projet de documentation sur Debian</ulink> répertorie d'autres documents " +"sur Debian. Les membres de la communauté &debian; s'entraident ; pour " +"vous abonner à une ou plusieurs listes de diffusion &debian;, voyez la page " +"d' <ulink url=\"http://www.debian.org/MailingLists/subscribe\">abonnement " +"aux listes de diffusion</ulink>. Enfin les <ulink url=\"http://lists.debian." +"org/\">archives des listes de diffusion</ulink> sont une mine d'informations " +"sur &debian;." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -344,7 +317,7 @@ msgstr "" "userinput>." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -363,37 +336,7 @@ msgstr "" "<filename>/usr/share/doc/(nom du paquet)/README.Debian</filename>." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"Le <ulink url=\"http://www.debian.org/\">site web Debian</ulink> contient " -"beaucoup de documentation sur &debian;. Vous pouvez consulter en particulier " -"la <ulink url=\"http://www.debian.org/doc/FAQ/\">FAQ Debian</ulink> et la " -"<ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Référence Debian</ulink>. Le <ulink url=\"http://www.debian.org/doc/ddp" -"\">Projet de documentation sur Debian</ulink> répertorie d'autres documents " -"sur Debian. Les membres de la communauté &debian; s'entraident ; pour " -"vous abonner à une ou plusieurs listes de diffusion &debian;, voyez la page " -"d' <ulink url=\"http://www.debian.org/MailingLists/subscribe\">abonnement " -"aux listes de diffusion</ulink>. Enfin les <ulink url=\"http://lists.debian." -"org/\">archives des listes de diffusion</ulink> sont une mine d'informations " -"sur &debian;." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -406,14 +349,45 @@ msgstr "" "trouverez des guides et des liens vers d'autres informations sur le système " "GNU/Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" +"Linux est une implémentation d'Unix. Le <ulink url=\"&url-ldp;\">projet de " +"documentation Linux (LDP)</ulink> rassemble un certain nombre de " +"<emphasis>HOWTO</emphasis> et de livres en ligne relatifs à Linux." + +#. Tag: para +#: post-install.xml:236 +#, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Si vous ne connaissez pas Unix, vous devrez sans doute acheter et lire " +"quelques livres sur le sujet. La <ulink url=\"&url-unix-faq;\">liste des FAQ " +"Unix</ulink> référence beaucoup de documents UseNet à valeur historique." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Configurer le courrier électronique" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -427,7 +401,7 @@ msgstr "" "principaux éléments." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -448,7 +422,7 @@ msgstr "" "programme qui distribue le courrier dans les boîtes des utilisateurs." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -461,7 +435,7 @@ msgstr "" "courrier." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -476,7 +450,7 @@ msgstr "" "MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -494,13 +468,13 @@ msgstr "" "programmes traditionnels de &debian-gnu;." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Configuration par défaut" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -520,7 +494,7 @@ msgstr "" "du système." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -549,7 +523,7 @@ msgstr "" "footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -561,13 +535,13 @@ msgstr "" "Les courriels peuvent être lus avec <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Envoyer des courriels vers l'extérieur" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -579,7 +553,7 @@ msgstr "" "l'extérieur ni d'en recevoir de l'extérieur." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -592,7 +566,7 @@ msgstr "" "la réception de courrier sont corrects." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -608,7 +582,7 @@ msgstr "" "pour envoyer et recevoir les messages." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -623,7 +597,7 @@ msgstr "" "&debian;, s'attend à trouver <classname>exim4</classname>." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -638,13 +612,13 @@ msgstr "" "rapports de bogues." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Configuration de Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -658,13 +632,13 @@ msgstr "" "par un autre MTA/MDA. </para> </footnote> :" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -676,7 +650,7 @@ msgstr "" "cas de doute, choisissez l'option par défaut." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -686,13 +660,13 @@ msgstr "" "paraît le plus conforme à vos besoins." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "site internet" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -706,14 +680,14 @@ msgstr "" "domaines dont vous acceptez ou pour lesquels vous relayez les courriels." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "" "courrier envoyé par une machine relais (<emphasis>smarthost</emphasis>)" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -730,7 +704,7 @@ msgstr "" "courriels sur cette machine avec des programmes comme fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -743,13 +717,13 @@ msgstr "" "bien même un autre système sur votre réseau." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "courrier envoyé par une machine relais ; pas de courrier local" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -761,25 +735,25 @@ msgstr "" "l'administrateur, sont toujours gérés." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "distribution locale seulement" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "C'est l'option par défaut." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "pas de configuration pour le moment" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -793,7 +767,7 @@ msgstr "" "importants venant des utilitaires du système ne vous parviendront pas." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -814,7 +788,7 @@ msgstr "" "d'informations." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -834,22 +808,25 @@ msgstr "" "ajoutant une entrée dans <filename>/etc/email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Compiler un nouveau noyau" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " "necessary since the default kernel shipped with &debian; handles almost all " "configurations." msgstr "" +"Pourquoi compiler un nouveau noyau ? Cela est très probabement inutile car " +"le noyau par défaut fourni dans &debian; prend en charge la quasi totalité " +"des configurations." #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -857,15 +834,20 @@ msgid "" "For more information read the <ulink url=\"&url-kernel-handbook;\">Debian " "Linux Kernel Handbook</ulink>." msgstr "" +"Si vous souhaitez tout de même compiler votre propre noyau, cela est " +"possible et nous vous recommandons alors l'utilisation de la cible " +"<quote>make deb-pkg</quote>. Pour plus d'informations, veuillez consulter le " +"<ulink url=\"&url-kernel-handbook;\">Manuel du noyau Linux pour Debian</" +"ulink> (Debian Linux Kernel Handbook, en anglais)." #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Réparer un système cassé" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -884,7 +866,7 @@ msgstr "" "problème. Le mode de secours peut vous aider." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -910,7 +892,7 @@ msgstr "" "réparez le système." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -926,7 +908,7 @@ msgstr "" "RAID ou LVM que celles créées directement sur des disques." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -944,7 +926,7 @@ msgstr "" "lancer la commande <userinput>grub-install '(hd0)'</userinput>. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -962,7 +944,7 @@ msgstr "" "sélectionné sera monté sur le répertoire <filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -970,7 +952,7 @@ msgstr "" "sera relancé." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -981,6 +963,33 @@ msgstr "" "recenser tous les problèmes possibles ni à les corriger. Si vous avez des " "problèmes, consultez un expert." +#~ msgid "If You Are New to Unix" +#~ msgstr "Si vous débutez sous Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux est une implémentation d'Unix. Le <ulink url=\"&url-ldp;\">projet " +#~ "de documentation Linux (LDP)</ulink> rassemble un certain nombre de " +#~ "<emphasis>HOWTO</emphasis> et de livres en ligne relatifs à Linux. La " +#~ "plupart de ces documents peuvent être installés sur votre machine ; " +#~ "il suffit d'installer le paquet <classname>doc-linux-fr-html</classname>, " +#~ "et de consulter les documentations disponibles dans le répertoire " +#~ "<filename>/usr/share/doc/HOWTO/fr-html</filename>. La version originale " +#~ "en anglais des HOWTO du LDP est également disponible dans les paquets " +#~ "<classname>doc-linux-html</classname> (documentation au format HTML) et " +#~ "<classname>doc-linux-text</classname> (documentation au format ASCII), et " +#~ "s'installe dans <filename>/usr/share/doc/HOWTO</filename>. D'autres " +#~ "versions traduites des HOWTO du LDP sont également disponibles sous forme " +#~ "de paquets &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/fr/preparing.po b/po/fr/preparing.po index 84b40edb1..bf6db349e 100644 --- a/po/fr/preparing.po +++ b/po/fr/preparing.po @@ -1,13 +1,13 @@ # French translation of the Debian Installer Manual # Philippe Batailler - ?-2013 # -# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016. +# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2018. msgid "" msgstr "" "Project-Id-Version: preparing\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2016-12-27 17:19+0100\n" +"PO-Revision-Date: 2018-08-25 18:26+0100\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #. Tag: title #: preparing.xml:5 @@ -1792,20 +1792,7 @@ msgstr "" #. Tag: para #: preparing.xml:1174 -#, fuzzy, no-c-format -#| msgid "" -#| "Unfortunately some computers contain buggy BIOS versions. Booting &d-i; " -#| "from a USB stick might not work even if there is an appropriate option in " -#| "the BIOS setup menu and the stick is selected as the primary boot device. " -#| "On some of these systems using a USB stick as boot medium is impossible; " -#| "others can be tricked into booting from the stick by changing the device " -#| "type in the BIOS setup from the default <quote>USB harddisk</quote> or " -#| "<quote>USB stick</quote> to <quote>USB ZIP</quote> or <quote>USB CDROM</" -#| "quote>. <phrase condition=\"isohybrid-supported\"> In particular if you " -#| "use an isohybrid CD/DVD image on a USB stick (see <xref linkend=\"usb-" -#| "copy-isohybrid\"/>), changing the device type to <quote>USB CDROM</quote> " -#| "helps on some BIOSes which will not boot from a USB stick in USB harddisk " -#| "mode.</phrase>" +#, no-c-format msgid "" "Unfortunately some computers contain buggy BIOS versions. Booting &d-i; from " "a USB stick might not work even if there is an appropriate option in the " @@ -1831,7 +1818,9 @@ msgstr "" "quote>) de CD/DVD sur une clé USB (voyez la <xref linkend=\"usb-copy-" "isohybrid\"/>), modifier le type de périphérique en <quote>USB CDROM</quote> " "peut servir pour les BIOS qui ne permettent pas l'amorçage sur une clé en " -"mode <quote>USB harddisk</quote>. </phrase>" +"mode <quote>USB harddisk</quote>. </phrase> Vous devrez peut être configurer " +"votre BIOS pour activer le <quote>USB legacy support</quote> (prise en " +"charge de l'USB traditionnel)." #. Tag: para #: preparing.xml:1190 diff --git a/po/fr/using-d-i.po b/po/fr/using-d-i.po index 129c34bd0..abc6abfb4 100644 --- a/po/fr/using-d-i.po +++ b/po/fr/using-d-i.po @@ -1,13 +1,13 @@ # French translation of the Debian Installer Manual # Philippe Batailler - ?-2013 # -# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017. +# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: using-d-i\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-12-27 17:51+0100\n" +"PO-Revision-Date: 2018-08-24 21:01+0100\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -3165,6 +3165,14 @@ msgid "" "something different (like an encrypted volume). You need to remove such " "disks from the system, before performing a new LVM setup!" msgstr "" +"Soyez prudents : la nouvelle configuration de LVM effacera toutes les " +"données sur toutes les partitions marquées du type LVM. Donc si vous avez " +"déjà une configuration LVM sur certains de vos disques, et que vous voulez " +"installer Debian en plus sur cette machine, l'ancienne configuration " +"(l'existante) sera supprimée. Il en va de même pour les partitions qui sont " +"(pour quelque raison que ce soit) marquées du type LVM mais qui contiennent " +"autre chose (un volume chiffré par exemple). Vous devrez débrancher ces " +"disques du système avant de commencer une nouvelle configuration de LVM." #. Tag: para #: using-d-i.xml:1873 diff --git a/po/fr/welcome.po b/po/fr/welcome.po index 7d5b0f1cb..2b9f48008 100644 --- a/po/fr/welcome.po +++ b/po/fr/welcome.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-07-11 22:28+0200\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -160,22 +160,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"Le <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) est un " -"projet dont le but est de standardiser le système GNU/Linux de base. Les " -"concepteurs de matériels et de logiciels pourront ainsi plus facilement " -"concevoir des applications et des pilotes de périphériques pour un système " -"Linux générique plutôt que pour une distribution particulière ;" - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -190,7 +174,7 @@ msgstr "" "Linux ;" #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -201,7 +185,7 @@ msgstr "" "utilisateurs les plus jeunes." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -211,13 +195,13 @@ msgstr "" "debian-faq;\">FAQ Debian</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Qu'est-ce que GNU/Linux ?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -227,7 +211,7 @@ msgstr "" "qui permet d'agir sur la machine et de lancer d'autres programmes." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -254,7 +238,7 @@ msgstr "" "utiliser le terme <quote>GNU/Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -272,7 +256,7 @@ msgstr "" "est fait par des volontaires non payés." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -285,7 +269,7 @@ msgstr "" "GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -303,7 +287,7 @@ msgstr "" "programmes, éditer de façon sophistiquée dans un grand nombre de formats)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -317,7 +301,7 @@ msgstr "" "philosophie et la communauté qui ont rendu Linux possible." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -334,7 +318,7 @@ msgstr "" "Linux International." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -352,7 +336,7 @@ msgstr "" "de la liste de diffusion de linux-kernel</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -369,7 +353,7 @@ msgstr "" "commandes ou leur interface graphique." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -386,13 +370,13 @@ msgstr "" "en entreprise ou chez eux." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Qu'est-ce que &debian; GNU/Linux ?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -419,7 +403,7 @@ msgstr "" "sont détectés et résolus très rapidement." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -433,7 +417,7 @@ msgstr "" "de travail scientifique ou un serveur réseau." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -447,7 +431,7 @@ msgstr "" "qui sont maintenant des standards sous Linux." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -461,7 +445,7 @@ msgstr "" "pouvait mettre à jour sans avoir besoin d'une réinstallation." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -475,7 +459,7 @@ msgstr "" "système d'exploitation complet." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -496,7 +480,7 @@ msgstr "" "quelles dépendances ils nécessitent." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -517,7 +501,7 @@ msgstr "" "automatiquement les corrections concernant la sécurité." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -537,13 +521,13 @@ msgstr "" "Debian</ulink> et de compléter le formulaire qui s'y trouve." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Qu'est-ce que &debian; GNU/kFreeBSD ?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -551,7 +535,7 @@ msgstr "" "&debian; GNU/kFreeBSD est un système &debian; GNU avec le noyau kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -562,7 +546,7 @@ msgstr "" "sont possibles." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -572,7 +556,7 @@ msgstr "" "certaines informations concernant Linux ne conviennent plus." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -585,13 +569,13 @@ msgstr "" "informations." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Qu'est-ce que &debian; GNU/Hurd ?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -601,7 +585,7 @@ msgstr "" "GNU — un ensemble de serveurs tournant au-dessus d'un micro-noyau Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -615,7 +599,7 @@ msgstr "" "architectures seront faits dès que le système sera plus stable." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -625,7 +609,7 @@ msgstr "" "concernant les systèmes Linux ne s'appliquent pas." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -637,13 +621,13 @@ msgstr "" "diffusion <email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Comment obtenir &debian; ?" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -659,7 +643,7 @@ msgstr "" "miroirs Debian</ulink> répertorie tous les miroirs officiels &debian;." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -671,13 +655,13 @@ msgstr "" "puissiez faire ces mises à jour une fois le système installé." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Comment obtenir la plus récente version de ce document ?" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -693,13 +677,13 @@ msgstr "" "officielles du manuel d'installation</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Organisation de ce document" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -713,7 +697,7 @@ msgstr "" "compréhension élémentaire du fonctionnement de son matériel." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -728,7 +712,7 @@ msgstr "" "expérimentés à naviguer dans ce document." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -741,7 +725,7 @@ msgstr "" "&debian-gnu;, et les sections de ce document qui s'y rapportent :" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -752,7 +736,7 @@ msgstr "" "\"hardware-req\"/> ;" #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -766,7 +750,7 @@ msgstr "" "vous aurez besoin de partitionner votre disque dur ;" #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -776,7 +760,7 @@ msgstr "" "nécessaires pour la méthode d'installation que vous avez choisie ;" #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -788,7 +772,7 @@ msgstr "" "en cas de problèmes lors du démarrage ;" #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -811,7 +795,7 @@ msgstr "" "&debian; sont donnés dans l'<xref linkend=\"partitioning\"/>." #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -821,7 +805,7 @@ msgstr "" "linkend=\"boot-new\"/> ;" #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -833,7 +817,7 @@ msgstr "" "d'informations sur Unix et &debian; et comment remplacer votre noyau." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -843,13 +827,13 @@ msgstr "" "contribuer dans l'<xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Toute aide est la bienvenue" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -863,7 +847,7 @@ msgstr "" "langues pour lesquelles ce document est disponible." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -880,13 +864,13 @@ msgstr "" "problème ne soit pas déjà connu)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "À propos des copyrights et des licences des logiciels" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -910,7 +894,7 @@ msgstr "" "en effet fondée sur le <emphasis>logiciel libre</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -930,7 +914,7 @@ msgstr "" "un programme, mais qu'on peut aussi distribuer le résultat de ce travail." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -952,7 +936,7 @@ msgstr "" "plus d'informations sur l'organisation et le contenu des archives." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -981,7 +965,7 @@ msgstr "" "dans le système &debian;." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -996,7 +980,7 @@ msgstr "" "paquet</replaceable>/copyright</filename> une fois le paquet installé." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1009,7 +993,7 @@ msgstr "" "Debian</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1027,3 +1011,17 @@ msgstr "" "Cependant, puisque ce logiciel est libre, vous pouvez le modifier autant que " "vous le désirez — et vous pouvez ainsi profiter du travail de ceux qui " "ont amélioré le logiciel." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "Le <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) est un " +#~ "projet dont le but est de standardiser le système GNU/Linux de base. Les " +#~ "concepteurs de matériels et de logiciels pourront ainsi plus facilement " +#~ "concevoir des applications et des pilotes de périphériques pour un " +#~ "système Linux générique plutôt que pour une distribution " +#~ "particulière ;" diff --git a/po/hu/post-install.po b/po/hu/post-install.po index b6dbb129f..b40be1df1 100644 --- a/po/hu/post-install.po +++ b/po/hu/post-install.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:38+0200\n" "Last-Translator: SZERVÁC Attila <sas@321.hu>\n" "Language-Team: Hungarian <debian-l10n-hungarian@lists.debian>\n" @@ -87,55 +87,13 @@ msgstr "" "<command>reboot</command> parancs újraindít." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Ha új vagy a Unixban" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Ha még nem ismered a unixos alapokat, hasznos lehet belenézni pár könyvbe. " -"Sok nagyon hasznos információ megtalálható a <ulink url=\"&url-debian-" -"reference;\">Debian Reference</ulink> leírásban. A <ulink url=\"&url-unix-" -"faq;\">Unix FAQ-lista</ulink> jó néhány UseNet dokumentumra hivatkozik." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"A GNU/Linux alapjaiban egy Unix-szerű rendszer. A <ulink url=\"&url-ldp;" -"\">Linux Dokumentációs Projekt (LDP)</ulink> számos HOGYAN és könyv " -"gyűjteménye. Ezek többsége a &debian; rendszerben helyileg is telepíthető; " -"egyszerűen telepítsd a <classname>doc-linux-html</classname> csomagot (HTML " -"verzió) vagy a <classname>doc-linux-text</classname> csomagot (ASCII " -"verzió), és megtalálod a <filename>/usr/share/doc/HOWTO</filename> " -"könyvtárban." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Hangolódj a &debian; rendszerre" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -152,13 +110,13 @@ msgstr "" "a rendszerhez kötődő legsürgősebb ismeretekre." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "A &debian; csomagkezelő rendszer" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -191,7 +149,7 @@ msgstr "" "<command>aptitude</command> paranccsal indítható felület segítségével." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -216,13 +174,13 @@ msgstr "" "éppúgy lesznek, mint standard verziójúak." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "További elérhető szoftverek a &debian; számára" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -239,13 +197,13 @@ msgstr "" "szoftverek</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Alkalmazás verzió kezelés" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -257,13 +215,13 @@ msgstr "" "alternatives kézikönyv oldalát." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Cron feladatok kezelése" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -281,7 +239,7 @@ msgstr "" "rendben futtatja." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -297,7 +255,7 @@ msgstr "" "feltételeket." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -310,13 +268,42 @@ msgstr "" "és a <filename>/usr/share/doc/cron/README.Debian</filename> fájlban." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "További olvasnivalók és információk" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"A <ulink url=\"http://www.debian.org/\">Debian weblap</ulink> sok " +"dokumentációt tartalmaz a &debian; rendszerről. Lásd például a <ulink url=" +"\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux GYIK</ulink> és <ulink " +"url=\"http://www.debian.org/doc/user-manuals#quick-reference\">Debian " +"Referencia</ulink> leírást. Több &debian; dokumentáció listája a <ulink url=" +"\"http://www.debian.org/doc/ddp\">Debian Dokumentációs Projekt</ulink> " +"címén. A &debian; egy támogatói közösség is, 1 vagy több Debian listára " +"iratkozáshoz lásd a <ulink url=\"http://www.debian.org/MailingLists/subscribe" +"\"> Levelező lista feliratkozás</ulink> oldalt. Végül, de nem utolsó sorban " +"a <ulink url=\"http://lists.debian.org/\">Debian levelező lista archívumok</" +"ulink> a &debian; információinak egy aranybányája." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -329,7 +316,7 @@ msgstr "" "userinput> parancsot." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -347,36 +334,7 @@ msgstr "" "doc/(csomag név)/README.Debian</filename> fájlt." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"A <ulink url=\"http://www.debian.org/\">Debian weblap</ulink> sok " -"dokumentációt tartalmaz a &debian; rendszerről. Lásd például a <ulink url=" -"\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux GYIK</ulink> és <ulink " -"url=\"http://www.debian.org/doc/user-manuals#quick-reference\">Debian " -"Referencia</ulink> leírást. Több &debian; dokumentáció listája a <ulink url=" -"\"http://www.debian.org/doc/ddp\">Debian Dokumentációs Projekt</ulink> " -"címén. A &debian; egy támogatói közösség is, 1 vagy több Debian listára " -"iratkozáshoz lásd a <ulink url=\"http://www.debian.org/MailingLists/subscribe" -"\"> Levelező lista feliratkozás</ulink> oldalt. Végül, de nem utolsó sorban " -"a <ulink url=\"http://lists.debian.org/\">Debian levelező lista archívumok</" -"ulink> a &debian; információinak egy aranybányája." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -389,14 +347,43 @@ msgstr "" "rendszerről szóló HOGYAN leírásokat és más nagyon hasznos adatokra mutató " "hivatkozásokat találsz." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Ha még nem ismered a unixos alapokat, hasznos lehet belenézni pár könyvbe. " +"Sok nagyon hasznos információ megtalálható a <ulink url=\"&url-debian-" +"reference;\">Debian Reference</ulink> leírásban. A <ulink url=\"&url-unix-" +"faq;\">Unix FAQ-lista</ulink> jó néhány UseNet dokumentumra hivatkozik." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Az email beállítása" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -409,7 +396,7 @@ msgstr "" "számára fontos, megpróbáljuk bemutatni a legfontosabb alapokat." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -428,7 +415,7 @@ msgstr "" "felhasználó levelesládájába teszi." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -439,7 +426,7 @@ msgstr "" "típusú levelekre különböző programok is végezhetik e funkciókat." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -453,7 +440,7 @@ msgstr "" "<command>procmail</command> MDA programokkal társul." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -485,13 +472,13 @@ msgstr "" "eszközökkel." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Alap email beállítás" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -510,7 +497,7 @@ msgstr "" "rendszergazdának (esetleges) gondokról vagy változásokról." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -535,7 +522,7 @@ msgstr "" "természetesen a rendszergazda kapja meg. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -547,13 +534,13 @@ msgstr "" "levelek olvashatók a <command>mutt</command> programmal." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Email küldése kifelé" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -564,7 +551,7 @@ msgstr "" "kezelésre van beállítva, külső levelezésre nem." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -576,7 +563,7 @@ msgstr "" "hogy a levelek rendesen küldhetők és fogadhatók." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -593,7 +580,7 @@ msgstr "" "kézikönyvnek nem célja)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -609,7 +596,7 @@ msgstr "" "jelentéseket." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -622,13 +609,13 @@ msgstr "" "quote> a helyi MTA elérhetőségére. Ekkor rákérdez a külső SMTP kiszolgálóra." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Exim4 MTA beállítása" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -642,13 +629,13 @@ msgstr "" "váltható. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -660,7 +647,7 @@ msgstr "" "választani." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -670,13 +657,13 @@ msgstr "" "szerint leginkább megfelelőt." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "internet site" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -690,13 +677,13 @@ msgstr "" "melyekről elfogadsz leveleket, vagy melyek számára továbbítod őket." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "levél küldése smarthost segítségével" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -714,7 +701,7 @@ msgstr "" "fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -726,13 +713,13 @@ msgstr "" "céges levelező szerver is lehet vagy egy másik gép a hálózatodon." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "levél küldés smarthost útján, nincs helyi levél" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -744,25 +731,25 @@ msgstr "" "(például a rendszergazda számára) kezelése megmarad." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "csak helyi kézbesítés" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "E lehetőségre van a rendszer alapértelmezetten beállítva." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "beállítás elhalasztása" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -776,7 +763,7 @@ msgstr "" "fontos üzeneteit." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -795,7 +782,7 @@ msgstr "" "beállításáról és további dokumentációkra mutat." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -814,13 +801,13 @@ msgstr "" "email-addresses</filename> fájlban történhet." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Új rendszermag (kernel) fordítása" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -829,7 +816,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -839,13 +826,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Egy sérült rendszer helyreállítása" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -863,7 +850,7 @@ msgstr "" "és erre kiválóan alkalmas lesz például a telepítő mentési módja." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, fuzzy, no-c-format #| msgid "" #| "To access rescue mode, type <userinput>rescue</userinput> at the " @@ -895,7 +882,7 @@ msgstr "" "javításhoz használni tudd őket." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -909,7 +896,7 @@ msgstr "" "kiválasztanod." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -925,7 +912,7 @@ msgstr "" "kiadhatod a <userinput>grub-install '(hd0)'</userinput> parancsot. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -942,13 +929,13 @@ msgstr "" "fájlrendszert a <filename>/target</filename> könyvtárba csatolja." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "A héjból való kilépés újraindít." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -959,6 +946,27 @@ msgstr "" "e leírás nem szólhat az összes lehetséges részletről. Ha kérdésed van, " "bátran kérd a közösség segítségét!" +#~ msgid "If You Are New to Unix" +#~ msgstr "Ha új vagy a Unixban" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "A GNU/Linux alapjaiban egy Unix-szerű rendszer. A <ulink url=\"&url-ldp;" +#~ "\">Linux Dokumentációs Projekt (LDP)</ulink> számos HOGYAN és könyv " +#~ "gyűjteménye. Ezek többsége a &debian; rendszerben helyileg is " +#~ "telepíthető; egyszerűen telepítsd a <classname>doc-linux-html</classname> " +#~ "csomagot (HTML verzió) vagy a <classname>doc-linux-text</classname> " +#~ "csomagot (ASCII verzió), és megtalálod a <filename>/usr/share/doc/HOWTO</" +#~ "filename> könyvtárban." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/hu/welcome.po b/po/hu/welcome.po index c4807abe5..a5027e402 100644 --- a/po/hu/welcome.po +++ b/po/hu/welcome.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2014-01-25 21:22+0000\n" "Last-Translator: SZERVÁC Attila <sas@321.hu>\n" "Language-Team: Hungarian <debian-l10n-hungarian@lists.debian>\n" @@ -155,22 +155,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"A <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) egy az alap " -"GNU/Linux rendszert szabványosító projekt, mely a külső szoftver- és " -"hardverfejlesztők számára könnyebbé teszi a programok és eszközmeghajtók " -"tervezését általában a Linuxra és nem csak egy bizonyos GNU/Linux " -"terjesztésre." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -184,7 +168,7 @@ msgstr "" "hogyan települ majd a csomag a különböző GNU/Linux terjesztéseken." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -194,7 +178,7 @@ msgstr "" "biztosítja, hogy a Debian a legfiatalabb felhasználóinkat is szolgálja." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -204,13 +188,13 @@ msgstr "" "\">Debian GYIK</ulink> oldalon találsz." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Mi a GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -220,7 +204,7 @@ msgstr "" "biztosítja a számítógéppel való kapcsolattartást és más programok futtatását." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -246,7 +230,7 @@ msgstr "" "<quote>Linux</quote>-ként emlegetnek." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -264,7 +248,7 @@ msgstr "" "önkéntesek végzik." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -277,7 +261,7 @@ msgstr "" "adta." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -296,7 +280,7 @@ msgstr "" "szerkesztése)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -310,7 +294,7 @@ msgstr "" "megteremtette, amely a GNU/Linux létrejöttéhez vezetett." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -333,7 +317,7 @@ msgstr "" # Tag: para # #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, fuzzy, no-c-format #| msgid "" #| "Linus Torvalds continues to coordinate the work of several hundred " @@ -358,7 +342,7 @@ msgstr "" "ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -374,7 +358,7 @@ msgstr "" "úgy, mint amelyek tetszés szerint kiválaszthatók." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -389,13 +373,13 @@ msgstr "" "pedig már az otthoni és üzleti felhasználók között is egyre népszerűbb." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Mi a &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -421,7 +405,7 @@ msgstr "" "együttese biztosítja a hibák gyors feltárását és javítását." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -435,7 +419,7 @@ msgstr "" "ütőképes tudományos munkaállomás, vagy felső-kategóriás hálózati kiszolgáló." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -449,7 +433,7 @@ msgstr "" "újdonsággal szolgált, melyek ma már általánosak." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -463,7 +447,7 @@ msgstr "" "frissíthető." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -477,7 +461,7 @@ msgstr "" "teljes operációs rendszer építése és karbantartása." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -496,7 +480,7 @@ msgstr "" "függőség-kezelésére is képes." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -516,7 +500,7 @@ msgstr "" "automatikusan letöltésre és telepítésre kerülhetnek." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -535,13 +519,13 @@ msgstr "" "oldal</ulink> meglátogatásával és az ott található űrlap kitöltésével adódik." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Mi az a Debian GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -549,7 +533,7 @@ msgstr "" "A &debian; GNU/kFreeBSD egy &debian; GNU rendszer, kFreeBDS rendszermaggal." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -559,7 +543,7 @@ msgstr "" "folyik, de más architektúrákra való portolásra is van lehetőség." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -569,7 +553,7 @@ msgstr "" "Linux rendszerekre vonatkozó információk némelyike nem érvényes rá." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -581,13 +565,13 @@ msgstr "" "debian.org</email> listát." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Mi az a &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -598,7 +582,7 @@ msgstr "" "készlet váltja." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -611,7 +595,7 @@ msgstr "" "rendszer stabillá válásával más architektúrákon is elérhető lesz." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -621,7 +605,7 @@ msgstr "" "Linux rendszerekre vonatkozó információk némelyike nem érvényes rá." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -633,13 +617,13 @@ msgstr "" "email> listát." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "A &debian; beszerzése" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -655,7 +639,7 @@ msgstr "" "legközelebbit." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -667,13 +651,13 @@ msgstr "" "frissítések elvégezhetőek legyenek." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "E dokumentum legújabb változata" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -689,13 +673,13 @@ msgstr "" "vannak." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "E dokumentum felépítése" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -709,7 +693,7 @@ msgstr "" "összetevők a számítógépben." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -723,7 +707,7 @@ msgstr "" "szemezgessenek a dokumentumból." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -736,7 +720,7 @@ msgstr "" "melyeket az egyes fejezetek rendre követnek:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -746,7 +730,7 @@ msgstr "" "követelményeinek, melyek itt találhatóak: <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -760,7 +744,7 @@ msgstr "" "particionálható hely a merevlemezen a &debian; használatához." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -770,7 +754,7 @@ msgstr "" "telepítési módokhoz szükséges telepítő fájlokat." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -785,7 +769,7 @@ msgstr "" "eljárásokat is leír, ha gondok adódnának e lépéssel." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -807,7 +791,7 @@ msgstr "" "találhatóak háttérinformációk.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -817,7 +801,7 @@ msgstr "" "írja le." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -829,7 +813,7 @@ msgstr "" "illetve arról, hogyan válts kernelt." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -839,13 +823,13 @@ msgstr "" "találsz információkat, valamint arról, hogyan járulhatsz hozzá." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Dokumentációs segítséged köszönjük!" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -859,7 +843,7 @@ msgstr "" "architektúráról és nyelvről, amelyeken ez a dokumentum elérhető." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -875,13 +859,13 @@ msgstr "" "bejelentve)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "A Szerzői jogról és a Szoftver licencekről" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -905,7 +889,7 @@ msgstr "" "Neked, mivel ez egy <emphasis>szabad szoftver</emphasis> alapú rendszer." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -926,7 +910,7 @@ msgstr "" "átalakíthatod a szoftvert, de ennek eredményét tovább is terjesztheted." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -948,7 +932,7 @@ msgstr "" "\">Debian GYIK</ulink> <quote>A Debian FTP archívumok</quote> részét." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -975,7 +959,7 @@ msgstr "" "footnote> az összes ilyen programhoz elérhető a &debian; rendszerben." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -990,7 +974,7 @@ msgstr "" "copyright </filename> fájlban találod." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1003,7 +987,7 @@ msgstr "" "dokumentumban leled." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1020,3 +1004,16 @@ msgstr "" "bizonyos célú felhasználásra. Fontos tényező, hogy mivel a szoftver szabad, " "módosíthatod azt igényeid szerint — és magad is élvezed annak hasznát, " "hogy mások már tovább is fejlesztették a szoftvert ilyen módon." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "A <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) egy az " +#~ "alap GNU/Linux rendszert szabványosító projekt, mely a külső szoftver- és " +#~ "hardverfejlesztők számára könnyebbé teszi a programok és eszközmeghajtók " +#~ "tervezését általában a Linuxra és nem csak egy bizonyos GNU/Linux " +#~ "terjesztésre." diff --git a/po/it/post-install.po b/po/it/post-install.po index 8893fbcf0..60eef8a95 100644 --- a/po/it/post-install.po +++ b/po/it/post-install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2018-08-15 10:31+0200\n" "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -85,58 +85,13 @@ msgstr "" "command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Se non si conosce Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Se non si ha familiarità con Unix probabilmente si dovrà uscire per comprare " -"e leggere qualche libro. Molte informazioni possono essere trovate anche " -"nella <ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. Questo " -"<ulink url=\"&url-unix-faq;\">elenco di FAQ su Unix</ulink> contiene " -"parecchi documenti UseNet di valore storico." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux è una realizzazione di Unix. Il <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> raccoglie parecchi HOWTO e libri online " -"tutti riguardanti Linux. La maggior parte di questi documenti può essere " -"installata in locale; è sufficiente installare il pacchetto <classname>doc-" -"linux-html</classname> (la versione in formato HTML) o il pacchetto " -"<classname>doc-linux-text</classname> (la versione in formato ASCII) e poi " -"cercare i documenti in <filename>/usr/share/doc/HOWTO</filename>. Anche le " -"versioni internazionali degli HOWTO del LDP sono disponibili come pacchetti " -"&debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Orientarsi in &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -154,13 +109,13 @@ msgstr "" "i frettolosi." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Sistema di gestione dei pacchetti &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -194,7 +149,7 @@ msgstr "" "pacchetti tramite <command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " @@ -214,13 +169,13 @@ msgstr "" "pacchetti di &debian-gnu; allo stesso tempo." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Gestione delle versioni alternative di una applicazione" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -234,13 +189,13 @@ msgstr "" "la pagina man di update-alternatives." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Altri programmi disponibili per &debian;" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -255,13 +210,13 @@ msgstr "" "\">The Software Available for &debian;'s Stable Release</ulink>." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Gestione dei job di cron" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -280,7 +235,7 @@ msgstr "" "alfabetico in modo da serializzarli." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -297,7 +252,7 @@ msgstr "" "utente con cui viene eseguito il job di cron." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -311,45 +266,13 @@ msgstr "" "e <filename>/usr/share/doc/cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Ulteriori letture e informazioni" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"Se sono necessarie delle informazioni su un particolare programma si " -"dovrebbe prima provare con <userinput>man <replaceable>programma</" -"replaceable></userinput> oppure con <userinput>info <replaceable>programma</" -"replaceable></userinput>." - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"Molta documentazione è disponibile in <filename>/usr/share/doc</filename>. " -"In particolare <filename>/usr/share/doc/HOWTO</filename> e <filename>/usr/" -"share/doc/FAQ</filename> contengono molte informazioni interessanti. Per " -"segnalare dei bug si consulti <filename>/usr/share/doc/debian/bug*</" -"filename>. Per conoscere le peculiarità di un programma specifiche per " -"&debian; si consulti <filename>/usr/share/doc/(nome pacchetto)/README." -"Debian</filename>." - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -380,7 +303,39 @@ msgstr "" "di informazioni su &debian;." #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"Se sono necessarie delle informazioni su un particolare programma si " +"dovrebbe prima provare con <userinput>man <replaceable>programma</" +"replaceable></userinput> oppure con <userinput>info <replaceable>programma</" +"replaceable></userinput>." + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"Molta documentazione è disponibile in <filename>/usr/share/doc</filename>. " +"In particolare <filename>/usr/share/doc/HOWTO</filename> e <filename>/usr/" +"share/doc/FAQ</filename> contengono molte informazioni interessanti. Per " +"segnalare dei bug si consulti <filename>/usr/share/doc/debian/bug*</" +"filename>. Per conoscere le peculiarità di un programma specifiche per " +"&debian; si consulti <filename>/usr/share/doc/(nome pacchetto)/README." +"Debian</filename>." + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -393,14 +348,44 @@ msgstr "" "riferimenti ad altre informazioni molto preziose sulle parti di un sistema " "GNU/Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Se non si ha familiarità con Unix probabilmente si dovrà uscire per comprare " +"e leggere qualche libro. Molte informazioni possono essere trovate anche " +"nella <ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. Questo " +"<ulink url=\"&url-unix-faq;\">elenco di FAQ su Unix</ulink> contiene " +"parecchi documenti UseNet di valore storico." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Configurazione del sistema per la posta elettronica" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -414,7 +399,7 @@ msgstr "" "questa sezione sono spiegati i concetti di base." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -434,7 +419,7 @@ msgstr "" "consegna della posta in arrivo nelle caselle degli utenti." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -447,7 +432,7 @@ msgstr "" "tipologia di posta." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -462,7 +447,7 @@ msgstr "" "MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -480,13 +465,13 @@ msgstr "" "tradizionali strumenti Linux." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Configurazione predefinita della posta elettronica" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -507,7 +492,7 @@ msgstr "" "o modifiche." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -535,7 +520,7 @@ msgstr "" "la posta viene consegnata direttamente all'account root. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -547,13 +532,13 @@ msgstr "" "lette con <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Invio di email all'esterno del sistema" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -565,7 +550,7 @@ msgstr "" "della posta verso e da altri sistemi." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -578,7 +563,7 @@ msgstr "" "sicuri che la posta sia inviata e ricevuta correttamente." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -595,7 +580,7 @@ msgstr "" "email (questa configurazione non rientra nello scopo di questa guida)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -612,7 +597,7 @@ msgstr "" "spedizione della segnalazione." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -627,13 +612,13 @@ msgstr "" "segnalazioni di bug." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Configurazione del MTA (Mail Transport Agent) Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -647,13 +632,13 @@ msgstr "" "installare al suo posto altri MTA/MDA. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -664,7 +649,7 @@ msgstr "" "configurazione in più file. In caso di dubbi usare la risposta predefinita." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -674,13 +659,13 @@ msgstr "" "tipo di configurazione che meglio rispecchia le proprie esigenze." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "sito internet" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -694,13 +679,13 @@ msgstr "" "elenco di domini per i quali possa essere accettata o inoltrata la posta." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "posta inviata tramite uno smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -718,7 +703,7 @@ msgstr "" "scaricare la posta dallo smarthost tramite programmi come fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -731,13 +716,13 @@ msgstr "" "propria rete." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "posta inviata tramite uno smarthost; niente posta locale" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -749,25 +734,25 @@ msgstr "" "(cioè quella per l'amministratore) viene comunque gestita." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "solo consegna locale" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Questa è la configurazione predefinita del proprio sistema." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "nessuna configurazione per il momento" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -782,7 +767,7 @@ msgstr "" "di sistema." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -803,7 +788,7 @@ msgstr "" "trovare altra documentazione." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -824,13 +809,13 @@ msgstr "" "filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Compilazione di un nuovo kernel" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -842,7 +827,7 @@ msgstr "" "configurazioni." #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -856,13 +841,13 @@ msgstr "" "Handbook</ulink>." #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Recupero di un sistema danneggiato" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -882,7 +867,7 @@ msgstr "" "utile la modalità di ripristino." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -907,7 +892,7 @@ msgstr "" "di riparare il sistema." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -923,7 +908,7 @@ msgstr "" "quelle create direttamente sui dischi." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -941,7 +926,7 @@ msgstr "" "phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -960,7 +945,7 @@ msgstr "" "sulla directory <filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -968,7 +953,7 @@ msgstr "" "automaticamente." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -979,6 +964,29 @@ msgstr "" "questo manuale non analizza tutti i particolari che si possono danneggiare e " "come ripristinarli. Se non si sa cosa fare si consulti un esperto." +#~ msgid "If You Are New to Unix" +#~ msgstr "Se non si conosce Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux è una realizzazione di Unix. Il <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> raccoglie parecchi HOWTO e libri " +#~ "online tutti riguardanti Linux. La maggior parte di questi documenti può " +#~ "essere installata in locale; è sufficiente installare il pacchetto " +#~ "<classname>doc-linux-html</classname> (la versione in formato HTML) o il " +#~ "pacchetto <classname>doc-linux-text</classname> (la versione in formato " +#~ "ASCII) e poi cercare i documenti in <filename>/usr/share/doc/HOWTO</" +#~ "filename>. Anche le versioni internazionali degli HOWTO del LDP sono " +#~ "disponibili come pacchetti &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/it/welcome.po b/po/it/welcome.po index fe406501c..fbf28e666 100644 --- a/po/it/welcome.po +++ b/po/it/welcome.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-07-26 20:59+0200\n" "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -158,22 +158,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"Il <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) è un " -"progetto il cui scopo è quello di standardizzare il sistema base GNU/Linux, " -"che dovrà permettere a sviluppatori software e hardware di terze parti di " -"progettare facilmente programmi e device driver per Linux in generale, " -"piuttosto che per una specifica distribuzione GNU/Linux." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -187,7 +171,7 @@ msgstr "" "pacchetto sarà installato sulle diverse distribuzioni GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -198,7 +182,7 @@ msgstr "" "agli utenti più piccoli." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -208,13 +192,13 @@ msgstr "" "debian-faq;\">Debian FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Cosa è GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -224,7 +208,7 @@ msgstr "" "interagire con il proprio computer ed eseguire altri programmi." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -250,7 +234,7 @@ msgstr "" "persone fanno riferimento distrattamente con <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -268,7 +252,7 @@ msgstr "" "Molto del suo sviluppo è fatto da volontari non pagati." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -280,7 +264,7 @@ msgstr "" "di un sistema operativo libero simile a Unix chiamato GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -298,7 +282,7 @@ msgstr "" "sofisticato in una varietà di formati)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -312,7 +296,7 @@ msgstr "" "comunità che ha reso possibile Linux." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -329,7 +313,7 @@ msgstr "" "Linux International." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -347,7 +331,7 @@ msgstr "" "della mailing list linux-kernel</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -363,7 +347,7 @@ msgstr "" "riga di comando o al desktop come qualcosa che si possa cambiare." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -379,13 +363,13 @@ msgstr "" "popolare anche tra gli utenti che usano il PC a casa e in ufficio." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Cosa è &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -412,7 +396,7 @@ msgstr "" "siano sistemati velocemente." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -426,7 +410,7 @@ msgstr "" "workstation scientifiche ai server di rete di alto livello." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -440,7 +424,7 @@ msgstr "" "ormai sono comuni." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -454,7 +438,7 @@ msgstr "" "aggiornata senza richiedere la reinstallazione." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -468,7 +452,7 @@ msgstr "" "costruire e manutenere un sistema operativo completo." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -489,7 +473,7 @@ msgstr "" "sono compilati autonomamente e che dipendenze devono soddisfare." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -511,7 +495,7 @@ msgstr "" "installate da Internet." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -531,13 +515,13 @@ msgstr "" "Debian</ulink> e riempire il modulo che vi troverete." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Cosa è &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -545,7 +529,7 @@ msgstr "" "&debian; GNU/kFreeBSD è un sistema &debian; GNU con kFreeBSD come kernel." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -555,7 +539,7 @@ msgstr "" "i386 e amd64 anche se sono possibili i port verso altre architetture." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -565,7 +549,7 @@ msgstr "" "informazioni specifiche di Linux non sono valide per kFreeBSD." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -577,13 +561,13 @@ msgstr "" "la mailing list <email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Cosa è &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -593,7 +577,7 @@ msgstr "" "server che girano sopra al microkernel GNU Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -607,7 +591,7 @@ msgstr "" "più stabile." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -617,7 +601,7 @@ msgstr "" "informazioni specifiche di Linux non sono valide per Hurd." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -629,13 +613,13 @@ msgstr "" "list <email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Procurarsi &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -652,7 +636,7 @@ msgstr "" "trovare facilmente quello più vicino." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -665,13 +649,13 @@ msgstr "" "terminata." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Versione più recente di questa guida" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -688,13 +672,13 @@ msgstr "" "installazione</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Organizzazione della guida" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -708,7 +692,7 @@ msgstr "" "funzioni l'hardware all'interno di un computer." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -723,7 +707,7 @@ msgstr "" "un'occhiata al documento." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -737,7 +721,7 @@ msgstr "" "documento che corrispondono a ciascuna fase:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -747,7 +731,7 @@ msgstr "" "sistema d'installazione in <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -761,7 +745,7 @@ msgstr "" "uno spazio partizionabile da destinare a &debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -771,7 +755,7 @@ msgstr "" "il metodo d'installazione scelto." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -783,7 +767,7 @@ msgstr "" "dei problemi nel caso accadano degli imprevisti durante questa fase." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -806,7 +790,7 @@ msgstr "" "\"partitioning\"/>)." #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -816,7 +800,7 @@ msgstr "" "\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -828,7 +812,7 @@ msgstr "" "informazioni su Unix e Debian e su come cambiare il kernel." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -838,13 +822,13 @@ msgstr "" "essere trovate nell'<xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Miglioramenti a questo manuale" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -858,7 +842,7 @@ msgstr "" "le architetture e di tutte le lingue in cui questo documento è disponibile." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -874,13 +858,13 @@ msgstr "" "stesso problema non sia già stato segnalato)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Copyright e licenze software" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -905,7 +889,7 @@ msgstr "" "direttamente dal fatto che &debian; è <emphasis>software libero</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -925,7 +909,7 @@ msgstr "" "può distribuire il risultato del proprio lavoro alla stessa maniera." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -948,7 +932,7 @@ msgstr "" "archivi." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -977,7 +961,7 @@ msgstr "" "programmi è disponibile nel sistema &debian;." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -994,7 +978,7 @@ msgstr "" "installato sul sistema." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1007,7 +991,7 @@ msgstr "" "Guidelines</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1025,3 +1009,16 @@ msgstr "" "che il software è libero, si è autorizzati a modificare questo software per " "soddisfare le proprie esigenze — e per godere dei benefici dei " "cambiamenti fatti da altri che hanno esteso il software in questa maniera." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "Il <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) è un " +#~ "progetto il cui scopo è quello di standardizzare il sistema base GNU/" +#~ "Linux, che dovrà permettere a sviluppatori software e hardware di terze " +#~ "parti di progettare facilmente programmi e device driver per Linux in " +#~ "generale, piuttosto che per una specifica distribuzione GNU/Linux." diff --git a/po/ja/post-install.po b/po/ja/post-install.po index acd43b738..75a020135 100644 --- a/po/ja/post-install.po +++ b/po/ja/post-install.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-02-03 05:39+0900\n" "Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -79,57 +79,13 @@ msgstr "" "提供しています。" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Unix を初めてお使いになる方へ" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Unix を初めてお使いになる方は、出かけて何冊か本を買い、少し読んでみるとよいで" -"しょう。さらに多くの価値ある情報が <ulink url=\"&url-debian-reference;" -"\">Debian Reference</ulink> で見つけられます。この <ulink url=\"&url-unix-" -"faq;\">Unix FAQ のリスト</ulink>には、素晴らしい歴史的な参考文献を提供する " -"UseNet ドキュメントがたくさん紹介されています。" - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux は Unix の実装の一つです。<ulink url=\"&url-ldp;\">Linux Documentation " -"Project (LDP)</ulink> では Linux に関するたくさんの HOWTO やオンラインの書籍" -"をまとめています。これらの文書の多くは手元のコンピュータにインストールするこ" -"ともできます。<classname>doc-linux-html</classname> パッケージ (HTML 版) か " -"<classname>doc-linux-text</classname> パッケージ (テキスト版) をインストール" -"してから、<filename>/usr/share/doc/HOWTO</filename> ディレクトリを覗いてみて" -"ください。また各国語版の LDP HOWTO も &debian; のパッケージとしてご利用いただ" -"けます。" - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "&debian; に慣れる" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -147,13 +103,13 @@ msgstr "" "だけのものです。" #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "&debian; パッケージングシステム" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -189,7 +145,7 @@ msgstr "" "いう操作を行います。" #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -212,13 +168,13 @@ msgstr "" "non-free をまとめて処理できますし、輸出制限パッケージも同様に扱えます。" #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "&debian; で利用できる追加ソフトウェア" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -234,13 +190,13 @@ msgstr "" "&debian;'s Stable Release</ulink> ページにあります。" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "アプリケーションのバージョン管理" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -252,13 +208,13 @@ msgstr "" "ページをご覧ください。" #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "cron ジョブ管理" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -275,7 +231,7 @@ msgstr "" "ト順に実行されます。" #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -291,7 +247,7 @@ msgstr "" "なフィールドがあります。" #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -304,43 +260,13 @@ msgstr "" "<filename>/usr/share/doc/cron/README.Debian</filename> をご覧ください。" #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "さらなる文書や情報" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"もし、特定のプログラムに関する情報が必要ならば、まずは <userinput>man " -"<replaceable>プログラム名</replaceable></userinput>や <userinput>info " -"<replaceable>プログラム名</replaceable></userinput>を実行してみてください。" - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"<filename>/usr/share/doc</filename> にも有用な文書がたくさんあります。特に、" -"<filename>/usr/share/doc/HOWTO</filename> や <filename>/usr/share/doc/FAQ</" -"filename> には興味深い情報がいくつもあります。バグを報告するには <filename>/" -"usr/share/doc/debian/bug*</filename> をご覧ください。特定のプログラムについ" -"て &debian; 固有の問題を読むためには <filename>/usr/share/doc/(パッケージ名)/" -"README.Debian</filename> をご覧ください。" - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -370,7 +296,37 @@ msgstr "" "ulink>には &debian; に関する豊富な情報が含まれています。" #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"もし、特定のプログラムに関する情報が必要ならば、まずは <userinput>man " +"<replaceable>プログラム名</replaceable></userinput>や <userinput>info " +"<replaceable>プログラム名</replaceable></userinput>を実行してみてください。" + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"<filename>/usr/share/doc</filename> にも有用な文書がたくさんあります。特に、" +"<filename>/usr/share/doc/HOWTO</filename> や <filename>/usr/share/doc/FAQ</" +"filename> には興味深い情報がいくつもあります。バグを報告するには <filename>/" +"usr/share/doc/debian/bug*</filename> をご覧ください。特定のプログラムについ" +"て &debian; 固有の問題を読むためには <filename>/usr/share/doc/(パッケージ名)/" +"README.Debian</filename> をご覧ください。" + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -382,14 +338,44 @@ msgstr "" "\">Linux Documentation Project</ulink> です。そこで、GNU/Linux システムの部分" "について、他の非常に価値ある情報のための HOWTO やポインタを得られるでしょう。" +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Unix を初めてお使いになる方は、出かけて何冊か本を買い、少し読んでみるとよいで" +"しょう。さらに多くの価値ある情報が <ulink url=\"&url-debian-reference;" +"\">Debian Reference</ulink> で見つけられます。この <ulink url=\"&url-unix-" +"faq;\">Unix FAQ のリスト</ulink>には、素晴らしい歴史的な参考文献を提供する " +"UseNet ドキュメントがたくさん紹介されています。" + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "電子メールを使用するためのシステム設定" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -403,7 +389,7 @@ msgstr "" "本節では、基本的なことのみ説明します。" #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -422,7 +408,7 @@ msgstr "" "理をする <firstterm>Mail Delivery Agent</firstterm> (MDA) があります。" #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -434,7 +420,7 @@ msgstr "" "らの機能を処理する異なるプログラムを使用することもできます。" #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -449,7 +435,7 @@ msgstr "" "組み合わせてよく使用されます。" #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -468,13 +454,13 @@ msgstr "" "れます。" #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "デフォルトの電子メール設定" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -494,7 +480,7 @@ msgstr "" "るからです。" #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -521,7 +507,7 @@ msgstr "" "身に配送されます。</para> </footnote>。" #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -533,13 +519,13 @@ msgstr "" "す。メールは <command>mutt</command> を使って読むことができます。" #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "システムの外に電子メールを送る" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -551,7 +537,7 @@ msgstr "" "メールを受け取ったりするようには設定されません。" #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -563,7 +549,7 @@ msgstr "" "きることは、テストして確かめるようにしてください。" #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -580,7 +566,7 @@ msgstr "" "ません)。" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -596,7 +582,7 @@ msgstr "" "<classname>exim4</classname> が使用可能であることが期待されます。" #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -610,13 +596,13 @@ msgstr "" "告の提出に使用する SMTP サーバを尋ねられるでしょう。" #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Exim4 Mail Transport Agent の設定" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -630,13 +616,13 @@ msgstr "" "す。</para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -648,7 +634,7 @@ msgstr "" "ください。" #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -658,13 +644,13 @@ msgstr "" "に最も近いものを一つ選択してください。" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "インターネットサイト" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -677,13 +663,13 @@ msgstr "" "ような、いくつかの基本的な質問をされるでしょう。" #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "スマートホストでメール送信" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -701,7 +687,7 @@ msgstr "" "とを意味します。" #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -713,13 +699,13 @@ msgstr "" "た自身のネットワーク上の別のシステムとすることもできます。" #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "スマートホストでメール送信; ローカルメールなし" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -731,25 +717,25 @@ msgstr "" "ば、システム管理者のため) のメールは処理されます。" #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "ローカル配信のみ" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "システムがデフォルトで設定されるオプションです。" #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "今は設定しない" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -763,7 +749,7 @@ msgstr "" "ジも逃してしまうかもしれません。" #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -783,7 +769,7 @@ msgstr "" "つかるかなどの説明があります。" #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -803,13 +789,13 @@ msgstr "" "で可能です。" #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "新しいカーネルのコンパイル" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -818,7 +804,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -828,13 +814,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "起動しなくなってしまったシステムの回復" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -853,7 +839,7 @@ msgstr "" "ます。" #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -877,7 +863,7 @@ msgstr "" "ることを確認するために、ハードウェア検出機能を利用します。" #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -893,7 +879,7 @@ msgstr "" "も選択できます。" #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -910,7 +896,7 @@ msgstr "" "'(hd0)'</userinput> と入力してください。</phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -928,13 +914,13 @@ msgstr "" "filename> ディレクトリにマウントされます。" #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "いずれの場合でも、シェルを抜けた後にシステムが再起動します。" #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -946,6 +932,28 @@ msgstr "" "ではないということに注意してください。もし問題があれば、専門家に相談してくだ" "さい。" +#~ msgid "If You Are New to Unix" +#~ msgstr "Unix を初めてお使いになる方へ" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux は Unix の実装の一つです。<ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> では Linux に関するたくさんの HOWTO や" +#~ "オンラインの書籍をまとめています。これらの文書の多くは手元のコンピュータに" +#~ "インストールすることもできます。<classname>doc-linux-html</classname> パッ" +#~ "ケージ (HTML 版) か <classname>doc-linux-text</classname> パッケージ (テキ" +#~ "スト版) をインストールしてから、<filename>/usr/share/doc/HOWTO</filename> " +#~ "ディレクトリを覗いてみてください。また各国語版の LDP HOWTO も &debian; の" +#~ "パッケージとしてご利用いただけます。" + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/ja/welcome.po b/po/ja/welcome.po index af3b8d9bf..804335a7d 100644 --- a/po/ja/welcome.po +++ b/po/ja/welcome.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2012-11-11 00:25+0900\n" "Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -151,22 +151,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) は、基本的な " -"GNU/Linux システムを標準化し、サードパーティのソフトウェア・ハードウェア開発" -"者が (特定の GNU/Linux ディストリビューションではなく) 一般的に Linux 向けに" -"プログラムやデバイスドライバを簡単に設計することができるようにすることを目的" -"としたプロジェクトです。" - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -180,7 +164,7 @@ msgstr "" "に努力を集中することができます。" #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -190,7 +174,7 @@ msgstr "" "供できるようなものにするための内部プロジェクトです。" #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -200,13 +184,13 @@ msgstr "" "ulink> を参照して下さい。" #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "GNU/Linux とは?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -216,7 +200,7 @@ msgstr "" "ラムを実行させる一連のプログラム) です。" #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -241,7 +225,7 @@ msgstr "" "ぶシステムのことを、私たちは<quote>GNU/Linux</quote>と呼ぶようにしています。" #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -259,7 +243,7 @@ msgstr "" "ンティアによって行われます。" #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -271,7 +255,7 @@ msgstr "" "開発を始めたときに始まりました。" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -288,7 +272,7 @@ msgstr "" "フォーマットの高度な編集といった作業までを可能にします。" #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -301,7 +285,7 @@ msgstr "" "トウェア財団と、Linux を可能にしたコミュニティーです。" #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -317,7 +301,7 @@ msgstr "" "\">Linux 史のページ</ulink> 参照して下さい。" #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -334,7 +318,7 @@ msgstr "" "kernel メーリングリスト FAQ</ulink> で読むことができます。" #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -350,7 +334,7 @@ msgstr "" "ティングシステムのユーザを当惑させています。" #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -365,13 +349,13 @@ msgstr "" "Linuxは、ホーム・ビジネスユーザにも人気が出始めました。" #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "&debian; GNU/Linux とは?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -397,7 +381,7 @@ msgstr "" "ムとあいまって、問題がすぐに発見・解決されることを保証しています。" #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -411,7 +395,7 @@ msgstr "" "ンストールが可能です。" #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -424,7 +408,7 @@ msgstr "" "在 Linux が普通に持っている多くの特徴を導入しました。" #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -438,7 +422,7 @@ msgstr "" "た。" #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -452,7 +436,7 @@ msgstr "" "なっています。" #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -471,7 +455,7 @@ msgstr "" "ルしたソフトウェアについて、その依存関係を設定することもできます。" #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -492,7 +476,7 @@ msgstr "" "す。" #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -512,13 +496,13 @@ msgstr "" "す。" #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "&debian; GNU/kFreeBSD とは?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -527,7 +511,7 @@ msgstr "" "す。" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -537,7 +521,7 @@ msgstr "" "発されていますが、その他のアーキテクチャにも移植される可能性があります。" #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -547,7 +531,7 @@ msgstr "" "を適用できない場合もあることに注意してください。" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -559,13 +543,13 @@ msgstr "" "メーリングリストを参照して下さい。" #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "&debian; GNU/Hurd とは?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -575,7 +559,7 @@ msgstr "" "バ) を用いた &debian; GNU システムです。" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -588,7 +572,7 @@ msgstr "" "定してくれば、他のアーキテクチャにも移植される予定です。" #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -598,7 +582,7 @@ msgstr "" "きない場合もあることに注意してください。" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -610,13 +594,13 @@ msgstr "" "ストを参照して下さい。" #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "&debian; の入手" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -632,7 +616,7 @@ msgstr "" "べて載っていますので、もっとも近いサイトを簡単に探すことができます。" #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -644,13 +628,13 @@ msgstr "" "しまえば、必要に応じてこのようなアップグレードを行えるようになります。" #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "このドキュメントの最新版の入手" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -666,13 +650,13 @@ msgstr "" "</ulink> からも利用できます。" #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "この文書の構成" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -685,7 +669,7 @@ msgstr "" "いますが、なるべく専門的な知識がなくてもお読みいただけるよう心がけています。" #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -699,7 +683,7 @@ msgstr "" "をかいつまんでお読みになることをお勧めします。" #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -712,7 +696,7 @@ msgstr "" "関連するこの文書の各節は以下の通りになっています。" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -722,7 +706,7 @@ msgstr "" "システム要件を満たしているかどうかを調べます。" #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -736,7 +720,7 @@ msgstr "" "ションを作るための空き領域を作っておく必要があるかもしれません。" #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -746,7 +730,7 @@ msgstr "" "ンストールファイルを入手します。" #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -758,7 +742,7 @@ msgstr "" "します。" #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -779,7 +763,7 @@ msgstr "" "<xref linkend=\"partitioning\"/> で背景を説明しています)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -789,7 +773,7 @@ msgstr "" "ます。" #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -801,7 +785,7 @@ msgstr "" "えの方法を説明します。" #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -811,13 +795,13 @@ msgstr "" "方法が載っています。" #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "文書への支援のお願い" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -830,7 +814,7 @@ msgstr "" "文書の各アーキテクチャ向けの版や各言語版があります。" #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -846,13 +830,13 @@ msgstr "" "歓迎します。" #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "著作権およびソフトウェアライセンスについて" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -875,7 +859,7 @@ msgstr "" "&debian; は<emphasis>フリーソフトウェア</emphasis>に基づいているからです。" #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -895,7 +879,7 @@ msgstr "" "しています。" #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -916,7 +900,7 @@ msgstr "" "<quote>Debian FTP アーカイブ</quote>の節をご覧ください。" #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -943,7 +927,7 @@ msgstr "" "ご覧ください。</para> </footnote>をすべて収録しています。" #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -958,7 +942,7 @@ msgstr "" "replaceable>/copyright </filename>ファイルを探せば見つけることができます。" #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -970,7 +954,7 @@ msgstr "" "\"&url-dfsg;\">Debian フリーソフトウェアガイドライン</ulink>をご覧ください。" #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -987,3 +971,16 @@ msgstr "" "れていません。しかし、ソフトウェアがフリーであるゆえに、ユーザには必要に応じ" "てソフトウェアを修正する権限が与えられます。また、このようにしてソフトウェア" "の拡張が誰かによってなされれば、その利益も享受できます。" + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) は、基本的" +#~ "な GNU/Linux システムを標準化し、サードパーティのソフトウェア・ハードウェ" +#~ "ア開発者が (特定の GNU/Linux ディストリビューションではなく) 一般的に " +#~ "Linux 向けにプログラムやデバイスドライバを簡単に設計することができるように" +#~ "することを目的としたプロジェクトです。" diff --git a/po/ko/post-install.po b/po/ko/post-install.po index 1940d2c0d..3de9bbf0e 100644 --- a/po/ko/post-install.po +++ b/po/ko/post-install.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install.xml\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 14:57+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2018-08-03 23:01+0800\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n" @@ -85,55 +85,13 @@ msgstr "" "poweroff</command> 명령어를 쓸 수 있습니다." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "유닉스를 처음 접한다면" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"유닉스를 처음 접한다면, 책을 사서 읽어 보는 게 좋을 수도 있습니다. 또 여러가" -"지 좋은 정보가 <ulink url=\"&url-debian-reference;\">Debian Reference</ulink>" -"에 있습니다. <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink>에는 기억" -"에 남을 만한 훌륭한 참고자료로 여러가지 유즈넷 문서 목록이 들어 있습니다." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux는 Unix의 구현 중 하나입니다. <ulink url=\"&url-ldp;\">Linux " -"Documentation Project(LDP)</ulink>에서 Linux에 관한 많은 HOWTO와 온라인 서적" -"을 정리합니다. 이 문서 대부분은 컴퓨터에 직접 설치할 수도 있습니다. " -"<classname>doc-linux-html</classname> 패키지(HTML 버전) 아니면 " -"<classname>doc-linux-text</classname> 패키지(ASCII 버전)를 설치 후 " -"<filename>/usr/share/doc/HOWTO</filename> 파일을 읽어보십시오. 여러가지 언어" -"의 LDP HOWTO도 &debian; 패키지로 이용하실 수 있습니다." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "&debian;에 익숙해지기" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -150,13 +108,13 @@ msgstr "" "개요만 설명합니다." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "&debian; 패키지 시스템" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -190,7 +148,7 @@ msgstr "" "다." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " @@ -210,13 +168,13 @@ msgstr "" "다." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "&debian;용 추가 소프트웨어" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -231,13 +189,13 @@ msgstr "" "Software Available for &debian;'s Stable Release</ulink> 페이지에 있습니다." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "프로그램 버전 관리" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -249,13 +207,13 @@ msgstr "" "를 읽어 보십시오." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "CRON 작업 관리" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -272,7 +230,7 @@ msgstr "" "filename>에서 실행하고, 알파벳 순서로 하나씩 실행합니다." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -287,7 +245,7 @@ msgstr "" "니다. 이 파일에는 CRON 작업을 실행할 사용자를 지정하는 필드가 따로 있습니다." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -301,43 +259,13 @@ msgstr "" "고하십시오." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "그 외의 읽을 거리 및 정보" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"특정 프로그램에 대한 정보를 보려면, <userinput>man <replaceable>프로그램</" -"replaceable></userinput> 명령을 실행해 보시고, 아니면 <userinput>info " -"<replaceable>프로그램</replaceable></userinput> 명령을 실행해 보십시오." - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"<filename>/usr/share/doc</filename>에 유용한 문서가 많이 있습니다. 특히, " -"<filename>/usr/share/doc/HOWTO</filename>과 <filename>/usr/share/doc/FAQ</" -"filename>에 흥미로운 정보가 많이 있습니다. 버그를 보고하려면 <filename>/usr/" -"share/doc/debian/bug*</filename>을 참조하십시오. 특정 프로그램에 대한 " -"&debian; 특정 문제에 대해 읽으려면 <filename>/usr/share/doc/(패키지)/README." -"Debian</filename>을 참조하십시오." - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -366,7 +294,37 @@ msgstr "" "은 정보가 포함되어 있습니다." #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"특정 프로그램에 대한 정보를 보려면, <userinput>man <replaceable>프로그램</" +"replaceable></userinput> 명령을 실행해 보시고, 아니면 <userinput>info " +"<replaceable>프로그램</replaceable></userinput> 명령을 실행해 보십시오." + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"<filename>/usr/share/doc</filename>에 유용한 문서가 많이 있습니다. 특히, " +"<filename>/usr/share/doc/HOWTO</filename>과 <filename>/usr/share/doc/FAQ</" +"filename>에 흥미로운 정보가 많이 있습니다. 버그를 보고하려면 <filename>/usr/" +"share/doc/debian/bug*</filename>을 참조하십시오. 특정 프로그램에 대한 " +"&debian; 특정 문제에 대해 읽으려면 <filename>/usr/share/doc/(패키지)/README." +"Debian</filename>을 참조하십시오." + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -378,14 +336,43 @@ msgstr "" "Documentation Project</ulink>에 보면 있습니다. 여기에 GNU/리눅스 시스템에 관" "한 하우투 및 다른 훌륭한 정보가 들어 있는 링크가 있습니다." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"유닉스를 처음 접한다면, 책을 사서 읽어 보는 게 좋을 수도 있습니다. 또 여러가" +"지 좋은 정보가 <ulink url=\"&url-debian-reference;\">Debian Reference</ulink>" +"에 있습니다. <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink>에는 기억" +"에 남을 만한 훌륭한 참고자료로 여러가지 유즈넷 문서 목록이 들어 있습니다." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "시스템에 전자메일 준비하기" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -398,7 +385,7 @@ msgstr "" "었는지가 중요합니다. &debian; 유틸리티에서 기본적인 사항을 설명합니다." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -417,7 +404,7 @@ msgstr "" "firstterm>(MDA)가 있습니다." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -429,7 +416,7 @@ msgstr "" "당할 수도 있습니다." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -444,7 +431,7 @@ msgstr "" "씁니다." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -461,13 +448,13 @@ msgstr "" "만, 기존의 Linux 도구와 —함께 사용할 수— 있습니다." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "기본 전자메일 설정" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -487,7 +474,7 @@ msgstr "" "다." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -513,7 +500,7 @@ msgstr "" "footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -525,13 +512,13 @@ msgstr "" "<command>mutt</command>로 읽을 수 있습니다." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "시스템 외부에 전자메일 보내기" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -543,7 +530,7 @@ msgstr "" "않습니다." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -555,7 +542,7 @@ msgstr "" "오." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -571,7 +558,7 @@ msgstr "" "설정 방법은 이 안내서의 범위를 벗어납니다.)" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -587,7 +574,7 @@ msgstr "" "습니다." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -601,13 +588,13 @@ msgstr "" "를 보낼 때 사용할 SMTP 서버를 입력할 수 있습니다." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Exim4 MTA 설정하기" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -621,13 +608,13 @@ msgstr "" "footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -638,7 +625,7 @@ msgstr "" "봅니다. 잘 모르겠으면 기본 옵션을 선택하십시오." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -648,13 +635,13 @@ msgstr "" "에 가장 가까운 시나리오를 선택하십시오." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "인터넷 사이트" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -667,13 +654,13 @@ msgstr "" "물어봅니다." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "스마트호스트가 메일 보내기" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -690,7 +677,7 @@ msgstr "" "로 가져올 수도 있습니다." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -703,13 +690,13 @@ msgstr "" "습니다." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "스마트호스트가 메일을 보내고, 로컬 메일 없음" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -721,25 +708,25 @@ msgstr "" "리합니다." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "로컬 배달" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "시스템이 기본값으로 이렇게 설정되어 있습니다." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "지금 설정 안함" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -753,7 +740,7 @@ msgstr "" "있습니다." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -773,7 +760,7 @@ msgstr "" "는 지 쓰여 있습니다." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -791,13 +778,13 @@ msgstr "" "에 한 줄 추가하면 전자메일 주소를 바꿀 수 있습니다." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "새 커널 컴파일하기" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -809,7 +796,7 @@ msgstr "" "다." #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -822,13 +809,13 @@ msgstr "" "kernel-handbook;\">Debian Linux Kernel Handbook</ulink>을 읽어 보십시오." #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "손상된 시스템 복구하기" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -846,7 +833,7 @@ msgstr "" "게 좋습니다." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -869,7 +856,7 @@ msgstr "" "니다." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -883,7 +870,7 @@ msgstr "" "크에 있는 파티션은 물론 RAID나 LVM장치에 있는 파티션을 선택할 수도 있습니다." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -899,7 +886,7 @@ msgstr "" "경우 <userinput>grub-install '(hd0)'</userinput>와 입력하십시오.</phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -916,13 +903,13 @@ msgstr "" "트되어 있습니다." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "어떤 경우이든, 쉘을 빠져나가면 시스템이 다시 시작합니다." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -933,6 +920,27 @@ msgstr "" "무언가 망가졌을 때 그걸 어떻게 고치는 지에 대한 모든 사항을 설명하지 않습니" "다. 문제에 부딪힌 경우, 전문가에게 문의하십시오." +#~ msgid "If You Are New to Unix" +#~ msgstr "유닉스를 처음 접한다면" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux는 Unix의 구현 중 하나입니다. <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project(LDP)</ulink>에서 Linux에 관한 많은 HOWTO와 온라인 서" +#~ "적을 정리합니다. 이 문서 대부분은 컴퓨터에 직접 설치할 수도 있습니다. " +#~ "<classname>doc-linux-html</classname> 패키지(HTML 버전) 아니면 " +#~ "<classname>doc-linux-text</classname> 패키지(ASCII 버전)를 설치 후 " +#~ "<filename>/usr/share/doc/HOWTO</filename> 파일을 읽어보십시오. 여러가지 언" +#~ "어의 LDP HOWTO도 &debian; 패키지로 이용하실 수 있습니다." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/ko/welcome.po b/po/ko/welcome.po index 91cb3e312..f1b65d642 100644 --- a/po/ko/welcome.po +++ b/po/ko/welcome.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome.xml\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2018-07-26 15:07+0800\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n" @@ -158,21 +158,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) 프로젝트는 기" -"본적인 GNU/리눅스 시스템을 표준화하는 프로젝트로, 써드파티 소프트웨어와 하드" -"웨어 개발자가 특정 GNU/리눅스 배포판용이 아니라 일반적인 리눅스에 대한 프로그" -"램과 디바이스 드라이버를 쉽게 설계할 수 있도록 정한 것입니다." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -185,7 +170,7 @@ msgstr "" "프트웨어 개발자가 프로그램 설계에만 전념할 수 있도록 만드는 프로젝트입니다." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -196,7 +181,7 @@ msgstr "" "트입니다." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -206,13 +191,13 @@ msgstr "" "ulink>를 참고하십시오." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "GNU/리눅스란?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -222,7 +207,7 @@ msgstr "" "을 이용해 컴퓨터를 사용하고 다른 프로그램을 실행하기도 합니다." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -247,7 +232,7 @@ msgstr "" "으로 사용합니다." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -265,7 +250,7 @@ msgstr "" "의 상당 부분을 개발했습니다." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -277,7 +262,7 @@ msgstr "" "운영체제의 개발을 시작하면서 그 이름을 GNU라고 했습니다." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -294,7 +279,7 @@ msgstr "" "르기까지 다양한 작업을 할 수 있습니다." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -308,7 +293,7 @@ msgstr "" "어 냈습니다." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -325,7 +310,7 @@ msgstr "" "History Page)</ulink>를 참고하십시오." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -342,7 +327,7 @@ msgstr "" "메일링 리스트 FAQ</ulink>에서 찾아 보십시오." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -358,7 +343,7 @@ msgstr "" "다." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -373,13 +358,13 @@ msgstr "" "게도 퍼져 나가고 있습니다." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "&debian; GNU/리눅스란?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -403,7 +388,7 @@ msgstr "" "게 찾아내고 수정할 수 있습니다." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -416,7 +401,7 @@ msgstr "" "테이션, 고성능 네트워크 서버까지 다양한 역할을 할 수 있습니다." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -429,7 +414,7 @@ msgstr "" "은 리눅스에 일반적인 기능이 된 많은 기능을 새로 도입하는 데 앞장 서 왔습니다." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -442,7 +427,7 @@ msgstr "" "그레이드할 수 있는 최초의 배포판입니다." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -455,7 +440,7 @@ msgstr "" "마나 잘 진행되는지를 보여주는되어 있습니다." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -473,7 +458,7 @@ msgstr "" "종속성을 설정할 수 있습니다." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -492,7 +477,7 @@ msgstr "" "인터넷을 통해 보안 패치는 자동으로 다운로드하고 설치할 수 있습니다." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -511,13 +496,13 @@ msgstr "" "</ulink>를 방문, 양식을 기입하면 됩니다." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "&debian; GNU/kFreeBSD란?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -525,7 +510,7 @@ msgstr "" "&debian; GNU/kFreeBSD은 kFreeBSD 커널을 사용하는 &debian; GNU 시스템입니다." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -535,7 +520,7 @@ msgstr "" "키텍처에도 포팅 가능성이 있습니다." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -545,7 +530,7 @@ msgstr "" "리눅스 시스템에서 일부 정보는 사용자에게 적용되지 않을 수도 있습니다." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -557,13 +542,13 @@ msgstr "" "org</email> 메일링 리스트를 참조하십시오." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "&debian; GNU/Hurd란?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -573,7 +558,7 @@ msgstr "" "널 위에서 실행되는 서버의 집합입니다." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -586,7 +571,7 @@ msgstr "" "면 다른 아키텍처에 넣을 예정입니다." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -596,7 +581,7 @@ msgstr "" "정보는 적용되지 않을 수도 있습니다." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -608,13 +593,13 @@ msgstr "" "리스트를 참조하십시오." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "&debian; 받기" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -630,7 +615,7 @@ msgstr "" "를 쉽게 찾을 수 있습니다." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -642,13 +627,13 @@ msgstr "" "드를 수행할 수 있습니다." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "이 문서의 최신 버전 구하는 법" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -663,13 +648,13 @@ msgstr "" "manual;\">공식 데비안 설치 안내서 페이지</ulink>에서도 구할 수 있습니다." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "이 문서의 구성" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -682,7 +667,7 @@ msgstr "" "게 동작하는지 일반적인 지식이 있다고 가정합니다." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -696,7 +681,7 @@ msgstr "" # &debian-gnu; => 데비안 GNU/리눅스, 조사 구분에 주의 #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -709,7 +694,7 @@ msgstr "" "았습니다:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -719,7 +704,7 @@ msgstr "" "항을 만족하는 지 판단합니다." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -732,7 +717,7 @@ msgstr "" "드 디스크에 &debian; 파티션을 만들기 위한 공간을 만들어야 할 수도 있습니다." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -742,7 +727,7 @@ msgstr "" "일을 구합니다." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -754,7 +739,7 @@ msgstr "" "설명합니다." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -774,7 +759,7 @@ msgstr "" ">에서 설명합니다.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -783,7 +768,7 @@ msgstr "" "<xref linkend=\"boot-new\"/>에서, 새로 설치한 베이스 시스템으로 부팅합니다." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -794,7 +779,7 @@ msgstr "" "서는 Unix와 &debian; 정보를 찾는 방법과 커널의 변경 방법을 설명합니다." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -804,13 +789,13 @@ msgstr "" "\"administrivia\"/>에 있습니다." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "문서에 도움을 주실 분은 언제든지 환영합니다" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -824,7 +809,7 @@ msgstr "" "니다." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -840,13 +825,13 @@ msgstr "" "미 보고한 문제인지 먼저 확인하십시오.)" #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "저작권 및 소프트웨어 라이선스 정보" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -869,7 +854,7 @@ msgstr "" "다." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -888,7 +873,7 @@ msgstr "" "그렇게 바꾼 결과물도 배포할 수 있습니다." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -908,7 +893,7 @@ msgstr "" "카이브</quote> 부분을 참조하십시오." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -935,7 +920,7 @@ msgstr "" "para> </footnote>를 수록하고 있습니다." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -950,7 +935,7 @@ msgstr "" "copyright</filename> 파일을 찾으면 찾을 수 있습니다." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -962,7 +947,7 @@ msgstr "" "\"> Debian 무료 소프트웨어 지침 </ulink>를 참조하십시오." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -979,3 +964,15 @@ msgstr "" "습니다. 하지만 소프트웨어가 자유소프트웨어이므로, 여러분에 목적에 맞게 소프트" "웨어를 수정하는 권리는 여러분에 있습니다. 또한 이런 방법으로 다른 사람이 소프" "트웨어를 확장하여 생긴 변화로 얻은 이익을 누릴 권리도 여러분에게 있습니다." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) 프로젝트는 " +#~ "기본적인 GNU/리눅스 시스템을 표준화하는 프로젝트로, 써드파티 소프트웨어와 " +#~ "하드웨어 개발자가 특정 GNU/리눅스 배포판용이 아니라 일반적인 리눅스에 대" +#~ "한 프로그램과 디바이스 드라이버를 쉽게 설계할 수 있도록 정한 것입니다." diff --git a/po/nl/boot-installer.po b/po/nl/boot-installer.po index 483990b4f..b28cc0c2e 100644 --- a/po/nl/boot-installer.po +++ b/po/nl/boot-installer.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: d-i-manual/boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-07-07 09:56+0000\n" -"PO-Revision-Date: 2018-05-10 22:00+0200\n" +"PO-Revision-Date: 2018-08-24 23:37+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" "Language: nl\n" @@ -3490,19 +3490,7 @@ msgstr "Expertmodus, reparatiemodus, geautomatiseerde installatie" #. Tag: para #: boot-installer.xml:2359 -#, fuzzy, no-c-format -#| msgid "" -#| "Expert, Rescue, and Automated installation choices are also available " -#| "with accessibility support. To access them, one has to first enter the " -#| "<quote>Advanced options</quote> submenu from the boot menu by typing " -#| "<userinput>a</userinput>. When using a BIOS system (the boot menu will " -#| "have beeped only once), this has to be followed by &enterkey;. Then, to " -#| "enable speech synthesis, <userinput>s</userinput> can optionally be " -#| "pressed (followed again by &enterkey; when using a BIOS system). From " -#| "there, various shortcuts can be used: <userinput>x</userinput> for expert " -#| "installation, <userinput>r</userinput> for rescue mode, or <userinput>a</" -#| "userinput> for automated installation. When using a BIOS system, they " -#| "must be followed by &enterkey;." +#, no-c-format msgid "" "Expert, Rescue, and Automated installation choices are also available with " "accessibility support. To access them, one has to first enter the " @@ -3522,14 +3510,15 @@ msgstr "" "uitgevoerd worden. Om ze te gebruiken moet men eerst naar het submenu " "<quote>Advanced options</quote> van het opstartmenu gaan door <userinput>a</" "userinput> te typen. Op een BIOS-systeem (het opstartmenu heeft dan slechts " -"één bieptoon gegeven) moet u daarna op &enterkey; drukken. Indien u dat " -"wilt, kunt u dan spraaksynthese activeren door op <userinput>s</userinput> " -"te drukken (opnieuw gevolgd door &enterkey; als u een BIOS-systeem " -"gebruikt). Vanaf dan kunnen verschillende sneltoetsen gebruikt worden: " -"<userinput>x</userinput> voor een installatie in expertmodus, <userinput>r</" -"userinput> voor de reparatiemodus en <userinput>a</userinput> voor een " -"geautomatiseerde installatie. Op een BIOS-systeem moet u daarna telkens op " -"&enterkey; drukken." +"één bieptoon gegeven) moet u daarna op &enterkey; drukken. Bij UEFI-systemen " +"(het opstartmenu heeft twee bieptonen gegeven) dient u dit niet te doen. Om " +"nadien eventueel spraaksynthese te activeren moet u op <userinput>s</" +"userinput> drukken (opnieuw gevolgd door &enterkey; op een BIOS-systeem maar " +"niet op een UEFI-systeem). Vanaf dan kunnen verschillende sneltoetsen " +"gebruikt worden: <userinput>x</userinput> voor een installatie in " +"expertmodus, <userinput>r</userinput> voor de reparatiemodus en " +"<userinput>a</userinput> voor een geautomatiseerde installatie. Op een BIOS-" +"systeem moet u daarna telkens op &enterkey; drukken." #. Tag: para #: boot-installer.xml:2374 diff --git a/po/nl/install-methods.po b/po/nl/install-methods.po index a057c0c13..395349354 100644 --- a/po/nl/install-methods.po +++ b/po/nl/install-methods.po @@ -1,12 +1,12 @@ # Dutch translation of d-i-manual_install-methods. -# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017. +# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: d-i-manual_install-methods\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-10-27 20:44+0200\n" +"PO-Revision-Date: 2018-08-25 16:38+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" "Language: nl\n" @@ -89,6 +89,12 @@ msgid "" "\"https://cdimage-search.debian.org/\">https://cdimage-search.debian.org/</" "ulink>." msgstr "" +"Onthoud dat indien sommige pakketten die u nodig heeft, niet op de door u " +"gebruikte CD's/DVD's staan, u deze pakketten altijd achteraf kunt " +"installeren vanop uw operationeel nieuw Debian-systeem (na het beëindigen " +"van de installatie). Indien u wilt weten op welke CD/DVD een specifiek " +"pakket te vinden is, ga dan naar <ulink url=\"https://cdimage-search.debian." +"org/\">https://cdimage-search.debian.org/</ulink>." #. Tag: para #: install-methods.xml:46 @@ -858,19 +864,7 @@ msgstr "" #. Tag: para #: install-methods.xml:555 -#, fuzzy, no-c-format -#| msgid "" -#| "The CD or DVD image you choose should be written directly to the USB " -#| "stick, overwriting its current contents. For example, when using an " -#| "existing GNU/Linux system, the CD or DVD image file can be written to a " -#| "USB stick as follows, after having made sure that the stick is unmounted: " -#| "<informalexample><screen>\n" -#| "<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /" -#| "dev/<replaceable>sdX</replaceable></userinput>\n" -#| "<prompt>#</prompt> <userinput>sync</userinput>\n" -#| "</screen></informalexample> The <ulink url=\"http://sf.net/projects/" -#| "win32diskimager/\"> win32diskimager</ulink> utility can be used under " -#| "other operating systems to copy the image." +#, no-c-format msgid "" "The CD or DVD image you choose should be written directly to the USB stick, " "overwriting its current contents. For example, when using an existing GNU/" @@ -893,9 +887,9 @@ msgstr "" "<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /dev/" "<replaceable>sdX</replaceable></userinput>\n" "<prompt>#</prompt> <userinput>sync</userinput>\n" -"</screen></informalexample> Het hulpprogramma <ulink url=\"http://sf.net/" -"projects/win32diskimager/\"> win32diskimager</ulink> kan onder andere " -"besturingssystemen gebruikt worden om het image te kopiëren." +"</screen></informalexample> Informatie over hoe dit op andere " +"besturingssystemen moet gebeuren, is te vinden in de <ulink url=\"&url-" +"debian-cd-faq-write-usb;\">Debian CD FAQ</ulink>." #. Tag: para #: install-methods.xml:567 diff --git a/po/nl/installation-howto.po b/po/nl/installation-howto.po index da0084e1f..da62ea8a1 100644 --- a/po/nl/installation-howto.po +++ b/po/nl/installation-howto.po @@ -1,12 +1,12 @@ # Dutch translation of d-i-manual_installation-howto. -# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017. +# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: d-i-manual_installation-howto\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-10-27 20:32+0200\n" +"PO-Revision-Date: 2018-08-25 20:22+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" "Language: nl\n" @@ -312,12 +312,7 @@ msgstr "" #. Tag: para #: installation-howto.xml:162 -#, fuzzy, no-c-format -#| msgid "" -#| "Some BIOSes can boot USB storage directly, and some cannot. You may need " -#| "to configure your BIOS to boot from a <quote>removable drive</quote> or " -#| "even a <quote>USB-ZIP</quote> to get it to boot from the USB device. For " -#| "helpful hints and details, see <xref linkend=\"usb-boot-x86\"/>." +#, no-c-format msgid "" "Some BIOSes can boot USB storage directly, and some cannot. You may need to " "configure your BIOS to enable <quote>USB legacy support</quote>. The boot " @@ -326,11 +321,12 @@ msgid "" "hints and details, see <xref linkend=\"usb-boot-x86\"/>." msgstr "" "Sommige BIOS'en kunnen rechtstreeks opstarten van een USB-opslagmedium, " -"andere zijn daar niet toe in staat. Mogelijk moet u uw BIOS instellen om op " -"te starten van een <quote>removable drive</quote> (verwijderbare schijf) of " -"misschien zelfs van een <quote>USB-ZIP</quote> om het te laten opstarten " -"vanaf het USB-apparaat. Raadpleeg voor nuttige tips en meer informatie <xref " -"linkend=\"usb-boot-x86\"/>." +"andere zijn daar niet toe in staat. Mogelijk moet u uw BIOS configureren om " +"<quote>USB legacy support</quote> (ondersteuning voor oudere USB) in te " +"schakelen. In het keuzemenu voor het opstartapparaat zou u <quote>removable " +"drive</quote> (verwijderbare schijf) of <quote>USB-HDD</quote> moeten vinden " +"om te kunnen opstarten vanaf het USB-apparaat. Raadpleeg voor nuttige tips " +"en meer informatie <xref linkend=\"usb-boot-x86\"/>." #. Tag: para #: installation-howto.xml:170 diff --git a/po/nl/post-install.po b/po/nl/post-install.po index edb3ef35f..0d5ff1589 100644 --- a/po/nl/post-install.po +++ b/po/nl/post-install.po @@ -1,12 +1,12 @@ # Dutch translation of d-i-manual_post-install. -# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017. +# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-10-27 22:33+0200\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" +"PO-Revision-Date: 2018-08-25 20:42+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" "Language: nl\n" @@ -86,59 +86,13 @@ msgstr "" "poweroff</command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Indien u niet vertrouwd bent met Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Indien u niet vertrouwd bent met Unix, doet u er wellicht goed aan enkele " -"boeken te gaan kopen en er wat in te lezen. Heel wat waardevolle informatie " -"is ook te vinden in de <ulink url=\"&url-debian-reference;\">Debian " -"Referentiehandleiding</ulink>. Deze lijst met <ulink url=\"&url-unix-faq;" -"\">Unix FAQ's</ulink> bevat een aantal UseNet-documenten die een mooi " -"historisch overzicht bieden." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux is een implementatie van Unix. Het <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> verzamelt een aantal HOWTO's en online " -"boeken die betrekking hebben op Linux. De meeste van die documenten kunnen " -"ook lokaal op de computer geïnstalleerd worden. Daarvoor moet u gewoon het " -"pakket <classname>doc-linux-html</classname> (de html-versie) of het " -"pakket<classname>doc-linux-text</classname> package (de ASCII-versie) " -"installeren. U vindt de documenten nadien onder <filename>/usr/share/doc/" -"HOWTO</filename>. Ook vertaalde versies van de LDP HOWTO's zijn als &debian; " -"pakket beschikbaar." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Zich mentaal instellen op &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -157,13 +111,13 @@ msgstr "" "behoeve van wie erg gehaast is." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Het pakketbeheersysteem van &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -199,14 +153,8 @@ msgstr "" "<quote>hold</quote> te plaatsen)." #. Tag: para -#: post-install.xml:145 -#, fuzzy, no-c-format -#| msgid "" -#| "One of the best installation methods is apt. You can use the command line " -#| "version of <command>apt</command> or full-screen text version " -#| "<application>aptitude</application>. Note apt will also let you merge " -#| "main, contrib, and non-free so you can have export-restricted packages as " -#| "well as standard versions." +#: post-install.xml:114 +#, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " "version of <command>apt</command> as well as tools like " @@ -216,22 +164,23 @@ msgid "" "restricted packages (strictly speaking not belonging to &debian;) as well as " "packages from &debian-gnu; at the same time." msgstr "" -"Een van de beste methodes voor het installeren van pakketten is apt. U kunt " -"de commandoregelversie van <command>apt</command> gebruiken of de " -"schermvullende tekstgeoriënteerde versie <application>aptitude</" -"application>. Merk op dat apt u toelaat de pakketbronnen main, contrib en " -"non-free te combineren, waardoor u zowel pakketten kunt gebruiken waarvoor " -"in de USA exportbeperkingen gelden, als de standaardversies van die " -"pakketten." +"Een van de beste installatiemethodes is apt. U kunt de commandoregelversie " +"van <command>apt</command> gebruiken of gereedschap zoals " +"<application>aptitude</application> of <application>synaptic</application> " +"(die alleen maar grafische frontends zijn voor <command>apt</command>). Merk " +"op dat apt u toelaat de pakketbronnen main, contrib en non-free te " +"combineren, zodat u tegelijk pakketten met verspreidingsbeperkingen (die " +"strikt genomen niet tot &debian; behoren) als pakketten van &debian-gnu; " +"kunt gebruiken." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Extra software die voor &debian; beschikbaar is" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -249,13 +198,13 @@ msgstr "" "software die voor de stabiele uitgave van Debian beschikbaar is)." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Het versiebeheer van toepassingssoftware" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -267,13 +216,13 @@ msgstr "" "uw systeem, lees dan de man-pagina van update-alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Het beheer van cron-taken" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -292,7 +241,7 @@ msgstr "" "elkaar in alfabetische volgorde uitgevoerd." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -309,7 +258,7 @@ msgstr "" "onder welke gebruikersaccount de taak uitgevoerd wordt." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -324,45 +273,13 @@ msgstr "" "Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Aanvullende lectuur en informatie" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"Indien u informatie nodig heeft over een specifiek programma, moet u eerst " -"proberen die op te vragen met behulp van het commando <userinput>man " -"<replaceable>programma</replaceable></userinput> of <userinput>info " -"<replaceable>programna</replaceable></userinput>." - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"Daarnaast vindt u heel wat nuttige documentatie in <filename>/usr/share/doc</" -"filename>. In het bijzonder in <filename>/usr/share/doc/HOWTO</filename> en " -"<filename>/usr/share/doc/FAQ</filename> is heel wat interessante informatie " -"te vinden. Raadpleeg met betrekking tot het indienen van een bugrapport " -"<filename>/usr/share/doc/debian/bug*</filename>. Bent u op zoek naar " -"&debian;-specifieke informatie in verband met een specifiek programma, " -"raadpleeg dan <filename>/usr/share/doc/(pakketnaam)/README.Debian</filename>." - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -393,7 +310,39 @@ msgstr "" "&debian; bevatten." #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"Indien u informatie nodig heeft over een specifiek programma, moet u eerst " +"proberen die op te vragen met behulp van het commando <userinput>man " +"<replaceable>programma</replaceable></userinput> of <userinput>info " +"<replaceable>programna</replaceable></userinput>." + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"Daarnaast vindt u heel wat nuttige documentatie in <filename>/usr/share/doc</" +"filename>. In het bijzonder in <filename>/usr/share/doc/HOWTO</filename> en " +"<filename>/usr/share/doc/FAQ</filename> is heel wat interessante informatie " +"te vinden. Raadpleeg met betrekking tot het indienen van een bugrapport " +"<filename>/usr/share/doc/debian/bug*</filename>. Bent u op zoek naar " +"&debian;-specifieke informatie in verband met een specifiek programma, " +"raadpleeg dan <filename>/usr/share/doc/(pakketnaam)/README.Debian</filename>." + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -406,14 +355,45 @@ msgstr "" "en verwijzingen naar andere zeer waardevolle informatie over de onderdelen " "van een GNU/Linux systeem." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Indien u niet vertrouwd bent met Unix, doet u er wellicht goed aan enkele " +"boeken te gaan kopen en er wat in te lezen. Heel wat waardevolle informatie " +"is ook te vinden in de <ulink url=\"&url-debian-reference;\">Debian " +"Referentiehandleiding</ulink>. Deze lijst met <ulink url=\"&url-unix-faq;" +"\">Unix FAQ's</ulink> bevat een aantal UseNet-documenten die een mooi " +"historisch overzicht bieden." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Uw systeem instellen voor het gebruik van e-mail" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -428,7 +408,7 @@ msgstr "" "onderdeel de basisbeginselen ervan trachten te bespreken." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -451,7 +431,7 @@ msgstr "" "gebruiker." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -464,7 +444,7 @@ msgstr "" "verschillende soorten e-mail." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -479,7 +459,7 @@ msgstr "" "command> als MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -498,13 +478,13 @@ msgstr "" "geval —." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Een standaard e-mailconfiguratie" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -526,7 +506,7 @@ msgstr "" "systeem." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -556,7 +536,7 @@ msgstr "" "afgeleverd worden bij de root-account zelf. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -569,13 +549,13 @@ msgstr "" "<command>mutt</command> gelezen worden." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "E-mails versturen buiten het systeem" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -588,7 +568,7 @@ msgstr "" "andere systemen." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -601,7 +581,7 @@ msgstr "" "mail wel degelijk correct verstuurd en ontvangen kan worden." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -619,7 +599,7 @@ msgstr "" "valt buiten het bestek van deze handleiding)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -636,7 +616,7 @@ msgstr "" "versturen van een bugrapport." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -651,13 +631,13 @@ msgstr "" "SMTP-server gebruikt moet worden voor het insturen van een bugrapport." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "De Exim4 Mail Transport Agent configureren" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -671,13 +651,13 @@ msgstr "" "door een andere MTA/MDA. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -689,7 +669,7 @@ msgstr "" "twijfel de voorgestelde optie." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -700,13 +680,13 @@ msgstr "" "behoeften." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "internet-site" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -720,13 +700,13 @@ msgstr "" "een lijst van domeinen waarvoor u e-mail aanvaardt of doorzendt." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "e-mail verzenden via smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -745,7 +725,7 @@ msgstr "" "fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -758,13 +738,13 @@ msgstr "" "of mogelijk zelfs een ander systeem binnen uw eigen netwerk." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "e-mail verzenden via smarthost; geen lokale e-mail" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -776,25 +756,25 @@ msgstr "" "op het systeem zelf (bijv. voor de systeembeheerder) wordt wel verwerkt." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "alleen lokale e-mail" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Standaard wordt uw systeem op deze optie ingesteld." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "nu niet configureren" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -809,7 +789,7 @@ msgstr "" "hulpprogramma's op het systeem misloopt." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -830,7 +810,7 @@ msgstr "" "vermeldt ook waar u aanvullende documentatie kunt vinden." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -852,22 +832,25 @@ msgstr "" "addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Een nieuwe kernel compileren" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " "necessary since the default kernel shipped with &debian; handles almost all " "configurations." msgstr "" +"Waarom zou iemand een nieuwe kernel willen compileren? Dit is " +"hoogstwaarschijnlijk niet noodzakelijk, aangezien de standaardkernel die " +"door &debian; geleverd wordt, bijna met alle configuraties overweg kan." #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -875,15 +858,19 @@ msgid "" "For more information read the <ulink url=\"&url-kernel-handbook;\">Debian " "Linux Kernel Handbook</ulink>." msgstr "" +"Indien u toch uw eigen kernel wilt compileren, is dit uiteraard mogelijk en " +"raden we aan het target <quote>make deb-pkg</quote> te gebruiken. Lees voor " +"bijkomende informatie het <ulink url=\"&url-kernel-handbook;\">Debian Linux " +"Kernel Handbook</ulink>." #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Een defect systeem herstellen" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -904,7 +891,7 @@ msgstr "" "zijn." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -930,7 +917,7 @@ msgstr "" "gebruik kunt maken van uw schijven, netwerkapparatuur enzovoort." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -947,7 +934,7 @@ msgstr "" "gecreëerd werden." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -966,7 +953,7 @@ msgstr "" "phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -986,7 +973,7 @@ msgstr "" "aangekoppeld worden op de map <filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -994,7 +981,7 @@ msgstr "" "verlaten." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -1006,6 +993,29 @@ msgstr "" "kunt repareren. Raadpleeg een expert als u met problemen geconfronteerd " "wordt." +#~ msgid "If You Are New to Unix" +#~ msgstr "Indien u niet vertrouwd bent met Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux is een implementatie van Unix. Het <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> verzamelt een aantal HOWTO's en " +#~ "online boeken die betrekking hebben op Linux. De meeste van die " +#~ "documenten kunnen ook lokaal op de computer geïnstalleerd worden. " +#~ "Daarvoor moet u gewoon het pakket <classname>doc-linux-html</classname> " +#~ "(de html-versie) of het pakket<classname>doc-linux-text</classname> " +#~ "package (de ASCII-versie) installeren. U vindt de documenten nadien onder " +#~ "<filename>/usr/share/doc/HOWTO</filename>. Ook vertaalde versies van de " +#~ "LDP HOWTO's zijn als &debian; pakket beschikbaar." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/nl/preparing.po b/po/nl/preparing.po index 18739164c..93fa1928f 100644 --- a/po/nl/preparing.po +++ b/po/nl/preparing.po @@ -1,12 +1,12 @@ # Dutch translation of d-i-manual_preparing. -# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017. +# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: d-i-manual_preparing\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2017-02-09 16:54+0100\n" +"PO-Revision-Date: 2018-08-25 20:47+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" "Language: nl\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 2.91.7\n" #. Tag: title #: preparing.xml:5 @@ -1872,20 +1872,7 @@ msgstr "" #. Tag: para #: preparing.xml:1174 -#, fuzzy, no-c-format -#| msgid "" -#| "Unfortunately some computers contain buggy BIOS versions. Booting &d-i; " -#| "from a USB stick might not work even if there is an appropriate option in " -#| "the BIOS setup menu and the stick is selected as the primary boot device. " -#| "On some of these systems using a USB stick as boot medium is impossible; " -#| "others can be tricked into booting from the stick by changing the device " -#| "type in the BIOS setup from the default <quote>USB harddisk</quote> or " -#| "<quote>USB stick</quote> to <quote>USB ZIP</quote> or <quote>USB CDROM</" -#| "quote>. <phrase condition=\"isohybrid-supported\"> In particular if you " -#| "use an isohybrid CD/DVD image on a USB stick (see <xref linkend=\"usb-" -#| "copy-isohybrid\"/>), changing the device type to <quote>USB CDROM</quote> " -#| "helps on some BIOSes which will not boot from a USB stick in USB harddisk " -#| "mode.</phrase>" +#, no-c-format msgid "" "Unfortunately some computers contain buggy BIOS versions. Booting &d-i; from " "a USB stick might not work even if there is an appropriate option in the " @@ -1913,7 +1900,9 @@ msgstr "" "CD/DVD-image gebruikt op een USB-stick (zie <xref linkend=\"usb-copy-" "isohybrid\"/>), kan het bij sommige BIOS'en die er niet in slagen om in USB-" "hardeschijfmodus op te starten van een USB-stick, helpen het apparaattype te " -"veranderen naar <quote>USB CDROM</quote>.</phrase>" +"veranderen naar <quote>USB CDROM</quote>.</phrase>. Mogelijk moet u uw BIOS " +"configureren om <quote>USB legacy support</quote> (ondersteuning voor oudere " +"USB) in te schakelen." #. Tag: para #: preparing.xml:1190 diff --git a/po/nl/using-d-i.po b/po/nl/using-d-i.po index fe04cb494..c1869b087 100644 --- a/po/nl/using-d-i.po +++ b/po/nl/using-d-i.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: d-i-manual/using-d-i\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2018-08-03 23:21+0000\n" -"PO-Revision-Date: 2018-05-10 22:31+0200\n" +"PO-Revision-Date: 2018-08-25 21:02+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" "Language: nl\n" @@ -3281,6 +3281,15 @@ msgid "" "something different (like an encrypted volume). You need to remove such " "disks from the system, before performing a new LVM setup!" msgstr "" +"Waarschuwing: de nieuwe LVM-installatie zal alle gegevens vernietigen op " +"alle partities die gemarkeerd zijn met een code van het type LVM. Dus, " +"indien u op sommige van uw harde schijven reeds een LVM heeft en op die " +"machine ook nog Debian wilt installeren, zal de oude (bestaande) LVM gewist " +"worden! Hetzelfde geldt voor partities die (om welke reden ook) ten onrechte " +"gemarkeerd zijn met een code van het type LVM, maar iets anders bevatten " +"(zoals een versleuteld opslagmedium). U dient dergelijke schijven te " +"verwijderen uit het systeem vooraleer u een nieuwe installatie van LVM " +"uitvoert!" #. Tag: para #: using-d-i.xml:1873 diff --git a/po/nl/welcome.po b/po/nl/welcome.po index b508e3bb8..35e9deb3e 100644 --- a/po/nl/welcome.po +++ b/po/nl/welcome.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-10-27 22:49+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -164,23 +164,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"De <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is een " -"project dat erop gericht is het basissysteem van GNU/Linux te " -"standaardiseren, wat het voor externe software- en hardware-ontwikkelaars " -"makkelijker zal maken om programma's en stuurprogramma's voor apparaten te " -"ontwerpen voor Linux-in-zijn-geheel, in plaats van voor een specifieke GNU/" -"Linux-distributie." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -195,7 +178,7 @@ msgstr "" "verschillende GNU/Linux-distributies geïnstalleerd zal worden." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -206,7 +189,7 @@ msgstr "" "jongste gebruikers." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -216,13 +199,13 @@ msgstr "" "\"&url-debian-faq;\">Debian FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Wat is GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -232,7 +215,7 @@ msgstr "" "om te gaan met uw computer en er andere programma's op uit te voeren." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -259,7 +242,7 @@ msgstr "" "systemen die veel mensen achteloos <quote>Linux</quote> noemen." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -278,7 +261,7 @@ msgstr "" "onbetaalde vrijwilligers." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -290,7 +273,7 @@ msgstr "" "ontwikkeling van een vrij Unix-achtig besturingssysteem dat GNU genoemd werd." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -310,7 +293,7 @@ msgstr "" "bestandsformaten)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -325,7 +308,7 @@ msgstr "" "Linux mogelijk maakten." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -342,7 +325,7 @@ msgstr "" "ulink> (de geschiedenis van Linux) van Linux International." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -361,7 +344,7 @@ msgstr "" "Linuxkernel)." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -379,7 +362,7 @@ msgstr "" "kan gewijzigd worden." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -395,13 +378,13 @@ msgstr "" "computergebruik thuis en op het werk." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Wat is &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -429,7 +412,7 @@ msgstr "" "problemen snel ontdekt en gerepareerd worden." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -444,7 +427,7 @@ msgstr "" "hoogwaardige netwerkservers." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -458,7 +441,7 @@ msgstr "" "functionaliteit aan die nu gemeengoed is in Linux." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -472,7 +455,7 @@ msgstr "" "kon worden zonder dat ze opnieuw geïnstalleerd moest worden." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -486,7 +469,7 @@ msgstr "" "taken als het bouwen en onderhouden van een volledig besturingssysteem." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -508,7 +491,7 @@ msgstr "" "vereisten die ze vervult / de afhankelijkheden waaraan ze tegemoetkomt." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -530,7 +513,7 @@ msgstr "" "gedownload en geïnstalleerd worden." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -551,13 +534,13 @@ msgstr "" "mailinglijsten van Debian</ulink>." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Wat is &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -565,7 +548,7 @@ msgstr "" "&debian; GNU/kFreeBSD is een &debian; GNU-systeem met de kFreeBSD-kernel." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -576,7 +559,7 @@ msgstr "" "maken ervan voor andere architecturen mogelijk is." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -586,7 +569,7 @@ msgstr "" "informatie over Linuxsystemen er niet op van toepassing kan zijn." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -598,13 +581,13 @@ msgstr "" "mailinglijst <email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Wat is &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -614,7 +597,7 @@ msgstr "" "geheel van servers die bovenop de GNU Mach microkernel functioneren." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -629,7 +612,7 @@ msgstr "" "geworden is." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -639,7 +622,7 @@ msgstr "" "informatie over Linuxsystemen er niet op van toepassing kan zijn." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -651,13 +634,13 @@ msgstr "" "<email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "&debian; verkrijgen" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -674,7 +657,7 @@ msgstr "" "spiegelservers, zodat u gemakkelijk de dichtstbijzijnde kunt vinden." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -687,13 +670,13 @@ msgstr "" "uitvoeren." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "De meest recente versie van dit document verkrijgen" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -710,13 +693,13 @@ msgstr "" "manual;\">officiële pagina van de Installatiehandleiding</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "De opbouw van dit document" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -730,7 +713,7 @@ msgstr "" "begrip heeft over de wijze waarop de hardware in uw computer functioneert." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -745,7 +728,7 @@ msgstr "" "in dit document." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -759,7 +742,7 @@ msgstr "" "overeenkomstige secties van dit document:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -769,7 +752,7 @@ msgstr "" "installatiesysteem te kunnen gebruiken in <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -785,7 +768,7 @@ msgstr "" "moet vrijmaken ten behoeve van &debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -795,7 +778,7 @@ msgstr "" "die u voor uw installatiemethode nodig heeft." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -808,7 +791,7 @@ msgstr "" "kunnen stellen." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -832,7 +815,7 @@ msgstr "" "systeem vindt u in <xref linkend=\"partitioning\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -842,7 +825,7 @@ msgstr "" "new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -854,7 +837,7 @@ msgstr "" "&debian; kunt vinden en hoe u een kernel kunt vervangen." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -864,13 +847,13 @@ msgstr "" "meehelpen, vinden in <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Wij verwelkomen uw bijdrage aan documentatie" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -884,7 +867,7 @@ msgstr "" "architecturen en talen waarvoor dit document beschikbaar is." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -900,13 +883,13 @@ msgstr "" "maar kijk vooraf na of het probleem niet reeds gemeld werd)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Over copyright en softwarelicenties" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -932,7 +915,7 @@ msgstr "" "dat het <emphasis>vrije software</emphasis> is." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -953,7 +936,7 @@ msgstr "" "verspreiden." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -976,7 +959,7 @@ msgstr "" "de inhoud van de archieven." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -1005,7 +988,7 @@ msgstr "" "pakketbeheersysteem van Debian</quote>. </para> </footnote>" #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -1022,7 +1005,7 @@ msgstr "" "installatie van het pakket." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1036,7 +1019,7 @@ msgstr "" "raadplegen." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1055,3 +1038,17 @@ msgstr "" "recht om die software aan te passen aan uw behoeften — en mee te " "genieten van de voordelen van op die manier door anderen aan de software " "aangebrachte wijzigingen en toevoegingen." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "De <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is een " +#~ "project dat erop gericht is het basissysteem van GNU/Linux te " +#~ "standaardiseren, wat het voor externe software- en hardware-ontwikkelaars " +#~ "makkelijker zal maken om programma's en stuurprogramma's voor apparaten " +#~ "te ontwerpen voor Linux-in-zijn-geheel, in plaats van voor een specifieke " +#~ "GNU/Linux-distributie." diff --git a/po/nn/post-install.po b/po/nn/post-install.po index afb572a47..ea1a383b8 100644 --- a/po/nn/post-install.po +++ b/po/nn/post-install.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2016-04-08 20:25+0000\n" "Last-Translator: NAME <EMAIL@ADDRESS>\n" "Language-Team: Norwegian nynorsk <LL@li.org>\n" @@ -59,44 +59,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -108,13 +77,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -134,7 +103,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " @@ -147,13 +116,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -164,13 +133,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -179,13 +148,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -197,7 +166,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -208,7 +177,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -218,13 +187,31 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -233,7 +220,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -245,41 +232,42 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:235 +#: post-install.xml:222 #, no-c-format msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." +"A general source of information on GNU/Linux is the <ulink url=\"http://www." +"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " +"HOWTOs and pointers to other very valuable information on parts of a GNU/" +"Linux system." msgstr "" #. Tag: para -#: post-install.xml:253 +#: post-install.xml:229 #, no-c-format msgid "" -"A general source of information on GNU/Linux is the <ulink url=\"http://www." -"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " -"HOWTOs and pointers to other very valuable information on parts of a GNU/" -"Linux system." +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, no-c-format +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." msgstr "" #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -289,7 +277,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -302,7 +290,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -311,7 +299,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -321,7 +309,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -333,13 +321,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -352,7 +340,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -369,7 +357,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -378,13 +366,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -393,7 +381,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -402,7 +390,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -413,7 +401,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -424,7 +412,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -434,13 +422,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -450,13 +438,13 @@ msgid "" msgstr "" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -465,7 +453,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -473,13 +461,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -489,13 +477,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -507,7 +495,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -516,13 +504,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -531,25 +519,25 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "" #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -559,7 +547,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -572,7 +560,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -585,13 +573,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -600,7 +588,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -610,13 +598,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -628,7 +616,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -643,7 +631,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -654,7 +642,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -666,7 +654,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -678,13 +666,13 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " diff --git a/po/nn/welcome.po b/po/nn/welcome.po index f946a4821..b5b254fe2 100644 --- a/po/nn/welcome.po +++ b/po/nn/welcome.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2014-01-29 10:50+0000\n" "Last-Translator: NAME <EMAIL@ADDRESS>\n" "Language-Team: Norwegian nynorsk <LL@li.org>\n" @@ -116,17 +116,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -135,7 +124,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -143,7 +132,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -151,13 +140,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -165,7 +154,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -181,7 +170,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -193,7 +182,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -202,7 +191,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -214,7 +203,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -224,7 +213,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -235,7 +224,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -247,7 +236,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -258,7 +247,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -269,13 +258,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -291,7 +280,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -301,7 +290,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -311,7 +300,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -321,7 +310,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -331,7 +320,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -344,7 +333,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -357,7 +346,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -370,20 +359,20 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -391,7 +380,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -399,7 +388,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -408,13 +397,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -422,7 +411,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -432,7 +421,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -440,7 +429,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -449,13 +438,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -466,7 +455,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -475,13 +464,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -492,13 +481,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -508,7 +497,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -518,7 +507,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -528,7 +517,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -536,7 +525,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -546,7 +535,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -554,7 +543,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -563,7 +552,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -577,7 +566,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -585,7 +574,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -594,7 +583,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -602,13 +591,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -618,7 +607,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -629,13 +618,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -650,7 +639,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -663,7 +652,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -677,7 +666,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -694,7 +683,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -705,7 +694,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -714,7 +703,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " diff --git a/po/pot/post-install.pot b/po/pot/post-install.pot index 146e5b4ac..d897dd9e6 100644 --- a/po/pot/post-install.pot +++ b/po/pot/post-install.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+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" @@ -59,44 +59,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -108,13 +77,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -134,7 +103,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " @@ -147,13 +116,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -164,13 +133,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -179,13 +148,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -197,7 +166,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -208,7 +177,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -218,13 +187,31 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -233,7 +220,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -245,41 +232,42 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:235 +#: post-install.xml:222 #, no-c-format msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." +"A general source of information on GNU/Linux is the <ulink url=\"http://www." +"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " +"HOWTOs and pointers to other very valuable information on parts of a GNU/" +"Linux system." msgstr "" #. Tag: para -#: post-install.xml:253 +#: post-install.xml:229 #, no-c-format msgid "" -"A general source of information on GNU/Linux is the <ulink url=\"http://www." -"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " -"HOWTOs and pointers to other very valuable information on parts of a GNU/" -"Linux system." +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, no-c-format +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." msgstr "" #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -289,7 +277,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -302,7 +290,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -311,7 +299,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -321,7 +309,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -333,13 +321,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -352,7 +340,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -369,7 +357,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -378,13 +366,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -393,7 +381,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -402,7 +390,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -413,7 +401,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -424,7 +412,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -434,13 +422,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -450,13 +438,13 @@ msgid "" msgstr "" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -465,7 +453,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -473,13 +461,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -489,13 +477,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -507,7 +495,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -516,13 +504,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -531,25 +519,25 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "" #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -559,7 +547,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -572,7 +560,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -585,13 +573,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -600,7 +588,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -610,13 +598,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -628,7 +616,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -643,7 +631,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -654,7 +642,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -666,7 +654,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -678,13 +666,13 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " diff --git a/po/pot/welcome.pot b/po/pot/welcome.pot index ea3af29eb..126f97e19 100644 --- a/po/pot/welcome.pot +++ b/po/pot/welcome.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+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" @@ -116,17 +116,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -135,7 +124,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -143,7 +132,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -151,13 +140,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -165,7 +154,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -181,7 +170,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -193,7 +182,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -202,7 +191,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -214,7 +203,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -224,7 +213,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -235,7 +224,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -247,7 +236,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -258,7 +247,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -269,13 +258,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -291,7 +280,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -301,7 +290,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -311,7 +300,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -321,7 +310,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -331,7 +320,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -344,7 +333,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -357,7 +346,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -370,20 +359,20 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -391,7 +380,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -399,7 +388,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -408,13 +397,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -422,7 +411,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -432,7 +421,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -440,7 +429,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -449,13 +438,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -466,7 +455,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -475,13 +464,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -492,13 +481,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -508,7 +497,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -518,7 +507,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -528,7 +517,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -536,7 +525,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -546,7 +535,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -554,7 +543,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -563,7 +552,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -577,7 +566,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -585,7 +574,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -594,7 +583,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -602,13 +591,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -618,7 +607,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -629,13 +618,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -650,7 +639,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -663,7 +652,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -677,7 +666,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -694,7 +683,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -705,7 +694,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -714,7 +703,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " diff --git a/po/pt/post-install.po b/po/pt/post-install.po index 730df539e..0bd9f3829 100644 --- a/po/pt/post-install.po +++ b/po/pt/post-install.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-08-04 18:12+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -84,58 +84,13 @@ msgstr "" "<command>systemctl reboot</command> ou <command>systemctl poweroff</command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Se Você é Novo em Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Se você é novo em Unix, você provavelmente deve sair e comprar alguns livros " -"e fazer algumas leituras. Muita informação valiosa pode também ser " -"encontrada em <ulink url=\"&url-debian-reference;\">Debian Reference</" -"ulink>. Esta <ulink url=\"&url-unix-faq;\">lista de FAQs de Unix</ulink> " -"contém um número de documentos da UseNet que disponibilizam boas referências " -"históricas." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"O Linux é uma implementação de Unix. O <ulink url=\"&url-ldp;\"> Projecto de " -"Documentação de Linux (LDP)</ulink> junta inúmeros HOWTOs e livros online " -"relacionados com Linux. A maioria destes documentos pode ser instalada " -"localmente; basta que instale o pacote <classname>doc-linux-html</classname> " -"(versão HTML) ou o pacote <classname>doc-linux-text</classname> (versão " -"ASCII), e depois procure em <filename>/usr/share/doc/HOWTO</filename>. " -"Versões internacionais dos HOWTOs LDP também estão disponíveis como pacotes " -"&debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Oriente-se Para &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -153,13 +108,13 @@ msgstr "" "sistema, para os muito apressados." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Sistema de Pacotes &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -193,7 +148,7 @@ msgstr "" "<command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -217,13 +172,13 @@ msgstr "" "restrições de exportação assim como versões padrão." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Software Adicional Disponível para &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -240,13 +195,13 @@ msgstr "" "de &debian;</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Aplicação de Gestão de Versões" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -258,13 +213,13 @@ msgstr "" "página do manual update-alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Gestão dos Cron Jobs" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -282,7 +237,7 @@ msgstr "" "crontab</filename>, e correrão por ordem alfabética o que os serializa." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -299,7 +254,7 @@ msgstr "" "qual corre o cron job." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -313,13 +268,43 @@ msgstr "" "Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Leitura e Informação Adicional" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"O <ulink url=\"http://www.debian.org/\">website Debian</ulink> contém uma " +"grande quantidade de documentação acerca de Debian. Veja em particular o " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian FAQ</ulink> e a <ulink " +"url=\"http://www.debian.org/doc/user-manuals#quick-reference\">Referência " +"Debian</ulink>. Está disponível um índice com mais documentação Debian a " +"partir do <ulink url=\"http://www.debian.org/doc/ddp\">Debian Documentation " +"Project</ulink>. A comunidade Debian é auto-suportada; para subscrever uma " +"ou mais mailing lists Debian, veja a página <ulink url=\"http://www.debian." +"org/MailingLists/subscribe\"> Mail List Subscription</ulink>. E por último, " +"mas não menos importante, <ulink url=\"http://lists.debian.org/\">os " +"arquivos das Mailing Lists Debian</ulink> contêm informação rica acerca de " +"Debian." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -332,7 +317,7 @@ msgstr "" "userinput>." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -351,37 +336,7 @@ msgstr "" "share/doc/(package name)/README.Debian</filename>." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"O <ulink url=\"http://www.debian.org/\">website Debian</ulink> contém uma " -"grande quantidade de documentação acerca de Debian. Veja em particular o " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian FAQ</ulink> e a <ulink " -"url=\"http://www.debian.org/doc/user-manuals#quick-reference\">Referência " -"Debian</ulink>. Está disponível um índice com mais documentação Debian a " -"partir do <ulink url=\"http://www.debian.org/doc/ddp\">Debian Documentation " -"Project</ulink>. A comunidade Debian é auto-suportada; para subscrever uma " -"ou mais mailing lists Debian, veja a página <ulink url=\"http://www.debian." -"org/MailingLists/subscribe\"> Mail List Subscription</ulink>. E por último, " -"mas não menos importante, <ulink url=\"http://lists.debian.org/\">os " -"arquivos das Mailing Lists Debian</ulink> contêm informação rica acerca de " -"Debian." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -394,14 +349,45 @@ msgstr "" "e caminhos para outras informações valiosas sobre partes de um sistema GNU/" "Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Se você é novo em Unix, você provavelmente deve sair e comprar alguns livros " +"e fazer algumas leituras. Muita informação valiosa pode também ser " +"encontrada em <ulink url=\"&url-debian-reference;\">Debian Reference</" +"ulink>. Esta <ulink url=\"&url-unix-faq;\">lista de FAQs de Unix</ulink> " +"contém um número de documentos da UseNet que disponibilizam boas referências " +"históricas." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Configurar o Seu Sistema Para Utilizar E-Mail" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -415,7 +401,7 @@ msgstr "" "nesta secção." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -435,7 +421,7 @@ msgstr "" "do mail que chega á caixa de correio do utilizador." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -448,7 +434,7 @@ msgstr "" "mail." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -463,7 +449,7 @@ msgstr "" "<command>procmail</command> como MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -481,13 +467,13 @@ msgstr "" "combinação com as ferramentas tradicionais de Linux." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Configuração Predefinida de E-Mail" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -508,7 +494,7 @@ msgstr "" "(potenciais) problemas ou alterações." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -536,7 +522,7 @@ msgstr "" "mail irá, claro, ser entregue para a própria conta root. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -548,13 +534,13 @@ msgstr "" "podem ser lidos utilizando o <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Enviar E-Mails Para Fora do Sistema" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -566,7 +552,7 @@ msgstr "" "para outros nem para receber mail de outros." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -579,7 +565,7 @@ msgstr "" "recebido." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -596,7 +582,7 @@ msgstr "" "do âmbito deste manual)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -612,7 +598,7 @@ msgstr "" "<classname>exim4</classname> para submeter relatos de bugs." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -627,13 +613,13 @@ msgstr "" "ser utilizado para submeter relatórios de bugs." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Configurando o Mail Transport Agent Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -647,13 +633,13 @@ msgstr "" "MTA/MDA alternativo. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -665,7 +651,7 @@ msgstr "" "escolha a opção por omissão." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -675,13 +661,13 @@ msgstr "" "mais se aproxima das suas necessidades." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "site de internet" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -695,13 +681,13 @@ msgstr "" "domínios para os quais deseja aceitar e encaminhar o correio." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "correio enviado por smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -719,7 +705,7 @@ msgstr "" "smarthost com programas como o fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -731,13 +717,13 @@ msgstr "" "servidor de mail de uma empresa, ou mesmo outro sistema na sua rede." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "mail enviado pelo smarthost; sem mail local" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -750,25 +736,25 @@ msgstr "" "tratado." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "distribuição local apenas" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Esta é a opção, por omissão, com a qual o seu sistema é configurado." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "sem configuração neste momento" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -783,7 +769,7 @@ msgstr "" "sistema." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -804,7 +790,7 @@ msgstr "" "documentação adicional." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -824,13 +810,13 @@ msgstr "" "acrescentando uma entrada em <filename>/etc/email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Compilando um Novo Kernel" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -839,7 +825,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -849,13 +835,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Recuperar um Sistema Estragado" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -875,7 +861,7 @@ msgstr "" "isso." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -900,7 +886,7 @@ msgstr "" "por aí fora estão disponíveis para si enquanto você repara o seu sistema." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -916,7 +902,7 @@ msgstr "" "dispositivos RAID e LVM assim como as criadas directamente nos discos." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -934,7 +920,7 @@ msgstr "" "<userinput>grub-install '(hd0)'</userinput> para o fazer. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -953,14 +939,14 @@ msgstr "" "será montado no directório <filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" "Em qualquer dos casos, após você sair da shell, o sistema irá reiniciar." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -971,6 +957,28 @@ msgstr "" "manual não tenta desenvolver todas as coisas que possam ter corrido mal e " "como as corrigir. Se você tiver problemas, consulte um especialista." +#~ msgid "If You Are New to Unix" +#~ msgstr "Se Você é Novo em Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "O Linux é uma implementação de Unix. O <ulink url=\"&url-ldp;\"> Projecto " +#~ "de Documentação de Linux (LDP)</ulink> junta inúmeros HOWTOs e livros " +#~ "online relacionados com Linux. A maioria destes documentos pode ser " +#~ "instalada localmente; basta que instale o pacote <classname>doc-linux-" +#~ "html</classname> (versão HTML) ou o pacote <classname>doc-linux-text</" +#~ "classname> (versão ASCII), e depois procure em <filename>/usr/share/doc/" +#~ "HOWTO</filename>. Versões internacionais dos HOWTOs LDP também estão " +#~ "disponíveis como pacotes &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/pt/welcome.po b/po/pt/welcome.po index 587ff3c15..a46064a3c 100644 --- a/po/pt/welcome.po +++ b/po/pt/welcome.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-07-03 22:01+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -159,22 +159,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"A <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) é um " -"projecto orientado para a padronização do sistema básico GNU/Linux, a qual " -"permite a outros criadores de software e de hardware facilmente desenhar " -"programas e controladores de dispositivos para Linux-em-geral, em vez de o " -"fazerem para uma distribuição específica de GNU/Linux." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -188,7 +172,7 @@ msgstr "" "instalado nas diferentes distribuições de GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -199,7 +183,7 @@ msgstr "" "utilizadores mais novos." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -209,13 +193,13 @@ msgstr "" "faq;\">Debian FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "O que é GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -225,7 +209,7 @@ msgstr "" "com o seu computador e correr outros programas." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -251,7 +235,7 @@ msgstr "" "que muitas pessoas vulgarmente chamam de <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -269,7 +253,7 @@ msgstr "" "Linux. Muito do seu desenvolvimento é feito por voluntários não pagos." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -281,7 +265,7 @@ msgstr "" "desenvolvimento de um sistema operativo livre, ao estilo Unix, chamado GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -300,7 +284,7 @@ msgstr "" "documentos)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -314,7 +298,7 @@ msgstr "" "filosofia e a comunidade que tornaram GNU/Linux possível." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -330,7 +314,7 @@ msgstr "" "\"&url-linux-history;\">Linux History Page</ulink> da Linux International." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -348,7 +332,7 @@ msgstr "" "mailing list FAQ</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -365,7 +349,7 @@ msgstr "" "ambiente de trabalho em algo que possam substituir." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -381,13 +365,13 @@ msgstr "" "entre os utilizadores domésticos e empresariais." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "O que é &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -414,7 +398,7 @@ msgstr "" "rapidamente." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -429,7 +413,7 @@ msgstr "" "rede de elevada gama." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -443,7 +427,7 @@ msgstr "" "funcionalidade a Linux que agora são lugar-comum." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -457,7 +441,7 @@ msgstr "" "recente sem necessitar de reinstalação." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -471,7 +455,7 @@ msgstr "" "construir e manter um sistema operativo completo." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -492,7 +476,7 @@ msgstr "" "você e que dependências satisfaz." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -513,7 +497,7 @@ msgstr "" "ser obtidas e instaladas automaticamente a partir da Internet." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -533,20 +517,20 @@ msgstr "" "formulário que vai lá encontrar." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "O que é &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "&debian; GNU/kFreeBSD é um sistema &debian; GNU com o kernel kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -557,7 +541,7 @@ msgstr "" "arquitecturas. " #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -567,7 +551,7 @@ msgstr "" "alguma informação acerca do sistema Linux poderá não ser aplicável." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -579,13 +563,13 @@ msgstr "" "<email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "O que é &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -595,7 +579,7 @@ msgstr "" "conjunto de servidores que correm sobre o microkernel GNU Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -609,7 +593,7 @@ msgstr "" "será feita após o sistema se tornar mais estável." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -619,7 +603,7 @@ msgstr "" "alguma informação acerca do sistema Linux poderá não ser aplicável." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -631,13 +615,13 @@ msgstr "" "org</email> que é a mailing list correspondente." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Obter &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -654,7 +638,7 @@ msgstr "" "mais próximo de si." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -667,13 +651,13 @@ msgstr "" "instalação estar completa." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Obter a Versão Mais Recente Deste Documento" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -690,13 +674,13 @@ msgstr "" "\">páginas do Manual de Instalação oficial</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Organização Deste Documento" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -711,7 +695,7 @@ msgstr "" "computador." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -726,7 +710,7 @@ msgstr "" "a dar uma vista de olhos neste documento." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -740,7 +724,7 @@ msgstr "" "relacionadas com cada etapa:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -750,7 +734,7 @@ msgstr "" "instalação, no <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -765,7 +749,7 @@ msgstr "" "utilizado por &debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -775,7 +759,7 @@ msgstr "" "necessários para o seu método da instalação." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -787,7 +771,7 @@ msgstr "" "resolução de problemas no caso de encontrar problemas com esta etapa." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -810,7 +794,7 @@ msgstr "" "\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -820,7 +804,7 @@ msgstr "" "linkend=\"boot-new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -832,7 +816,7 @@ msgstr "" "informações acerca de &debian; e de Unix, e como substituir o seu kernel." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -842,13 +826,13 @@ msgstr "" "pode ser encontrada no <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "A Sua Ajuda na Documentação é Bem-vinda" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -863,7 +847,7 @@ msgstr "" "este documento." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -879,13 +863,13 @@ msgstr "" "primeiro se o erro já foi relatado)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Acerca de Direitos de Cópia e Licenças de Software" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -910,7 +894,7 @@ msgstr "" "<emphasis>software livre</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -930,7 +914,7 @@ msgstr "" "modificar o software, mas também distribuir os resultados do seu trabalho." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -952,7 +936,7 @@ msgstr "" "disposição e conteúdo dos arquivos." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -980,7 +964,7 @@ msgstr "" "esses programas estão disponíveis no sistema &debian;." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -997,7 +981,7 @@ msgstr "" "seu sistema." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1010,7 +994,7 @@ msgstr "" "Guidelines</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1029,6 +1013,19 @@ msgstr "" "às suas necessidades — e para gozar dos benefícios das alterações " "feitas por outros que estenderam o software dessa forma." +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "A <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) é um " +#~ "projecto orientado para a padronização do sistema básico GNU/Linux, a " +#~ "qual permite a outros criadores de software e de hardware facilmente " +#~ "desenhar programas e controladores de dispositivos para Linux-em-geral, " +#~ "em vez de o fazerem para uma distribuição específica de GNU/Linux." + #~ msgid "Install additional software in <xref linkend=\"install-packages\"/>." #~ msgstr "" #~ "Instalar software adicional com a <xref linkend=\"install-packages\"/>." diff --git a/po/ro/post-install.po b/po/ro/post-install.po index e166b1b49..b8f3aaf88 100644 --- a/po/ro/post-install.po +++ b/po/ro/post-install.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2016-04-08 20:25+0000\n" "Last-Translator: NAME <EMAIL@ADDRESS>\n" "Language-Team: Romanian <LL@li.org>\n" @@ -59,44 +59,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -108,13 +77,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -134,7 +103,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " @@ -147,13 +116,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -164,13 +133,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -179,13 +148,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -197,7 +166,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -208,7 +177,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -218,13 +187,31 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -233,7 +220,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -245,41 +232,42 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:235 +#: post-install.xml:222 #, no-c-format msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." +"A general source of information on GNU/Linux is the <ulink url=\"http://www." +"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " +"HOWTOs and pointers to other very valuable information on parts of a GNU/" +"Linux system." msgstr "" #. Tag: para -#: post-install.xml:253 +#: post-install.xml:229 #, no-c-format msgid "" -"A general source of information on GNU/Linux is the <ulink url=\"http://www." -"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " -"HOWTOs and pointers to other very valuable information on parts of a GNU/" -"Linux system." +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, no-c-format +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." msgstr "" #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -289,7 +277,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -302,7 +290,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -311,7 +299,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -321,7 +309,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -333,13 +321,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -352,7 +340,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -369,7 +357,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -378,13 +366,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -393,7 +381,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -402,7 +390,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -413,7 +401,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -424,7 +412,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -434,13 +422,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -450,13 +438,13 @@ msgid "" msgstr "" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -465,7 +453,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -473,13 +461,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -489,13 +477,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -507,7 +495,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -516,13 +504,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -531,25 +519,25 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "" #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -559,7 +547,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -572,7 +560,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -585,13 +573,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -600,7 +588,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -610,13 +598,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -628,7 +616,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -643,7 +631,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -654,7 +642,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -666,7 +654,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -678,13 +666,13 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " diff --git a/po/ro/welcome.po b/po/ro/welcome.po index acdc16ae9..1c78c05bd 100644 --- a/po/ro/welcome.po +++ b/po/ro/welcome.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2006-08-20 14:57+0300\n" "Last-Translator: Eddy Petrişor <eddy.petrisor@gmail.com>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -163,22 +163,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) este un " -"proiect direcţionat spre standardizarea sistemului de bază GNU/Linux, lucru " -"care va putea permite terţilor dzvoltatori de software and hardware să " -"proiecteze cu uşurinţă programe şi driver-e pentru dispozitive pentru Linux-" -"în-general, în loc să o facă pentru o distribuţie specifică GNU/Linux." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -193,7 +177,7 @@ msgstr "" "distribuţii GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -205,7 +189,7 @@ msgstr "" # RO: FAQ=? #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -215,13 +199,13 @@ msgstr "" "\"&url-debian-faq;\">Debian FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Ce este GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -231,7 +215,7 @@ msgstr "" "interacţionaţi cu calculatorul şi să rulaţi alte programe." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -258,7 +242,7 @@ msgstr "" "neglijent <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -277,7 +261,7 @@ msgstr "" "neplătiţi." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, fuzzy, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -289,7 +273,7 @@ msgstr "" "dezvoltarea unui sistem de operare liber asemănător Unix-ului, numit GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, fuzzy, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -307,7 +291,7 @@ msgstr "" "editările complicate într-o varietate de formate de documente)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -321,7 +305,7 @@ msgstr "" "comunitatea care a făcut să Linux să fie posibil." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -338,7 +322,7 @@ msgstr "" "ulink> scrisă de Linux International." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, fuzzy, no-c-format #| msgid "" #| "Linus Torvalds continues to coordinate the work of several hundred " @@ -365,7 +349,7 @@ msgstr "" "faq;\">cu întrebări frecvente despre lista linux-kernel</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -383,7 +367,7 @@ msgstr "" # RO: ajutoooor: crash!??! în glosar e pană #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -400,13 +384,13 @@ msgstr "" "casnici şi cei din mediul de afaceri." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Ce este &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -432,7 +416,7 @@ msgstr "" "asigură ca problemele să fie găsite şi reparate repede." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -446,7 +430,7 @@ msgstr "" "staţii de lucru ştiinţific până la servere profesionale." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -460,7 +444,7 @@ msgstr "" "asemenea, multe facilităţi în Linux care, în prezent, sunt foarte comune." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -474,7 +458,7 @@ msgstr "" "la o nouă versiune lansată, fără a fi nevoie să fie reinstalată." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -488,7 +472,7 @@ msgstr "" "construirea şi mentenanţa unui sistem de operare complet." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -509,7 +493,7 @@ msgstr "" "dvs. şi dependenţle pe care le satisface." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -529,7 +513,7 @@ msgstr "" "pachetele corectate pot fi descărcate şi instalate automat prin Internet." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -550,20 +534,20 @@ msgstr "" "ulink> şi de a completa formularul pe care-l veţi găsi acolo." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Ce este Debian GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, fuzzy, no-c-format #| msgid "" #| "Debian GNU/Hurd is a Debian GNU system that replaces the Linux monolithic " @@ -584,7 +568,7 @@ msgstr "" "sistemul devine mai stabil." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -592,7 +576,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, fuzzy, no-c-format #| msgid "" #| "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -608,13 +592,13 @@ msgstr "" "<email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Ce este &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -622,7 +606,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, fuzzy, no-c-format #| msgid "" #| "Debian GNU/Hurd is a Debian GNU system that replaces the Linux monolithic " @@ -645,7 +629,7 @@ msgstr "" "sistemul devine mai stabil." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -653,7 +637,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -665,13 +649,13 @@ msgstr "" "<email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Cum obţineţi &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -689,7 +673,7 @@ msgstr "" "apropiată." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -701,13 +685,13 @@ msgstr "" "faceţi actualizările, la terminarea instalării, dacă este nevoie." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Cum obţineţi cea mai recentă versiune a acestui document" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -724,13 +708,13 @@ msgstr "" "oficiale ale Manualilui de instalare</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Organizarea acestui document" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -745,7 +729,7 @@ msgstr "" "calculatorul dvs." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -759,7 +743,7 @@ msgstr "" "utlizatorii exprimentaţi să răsfoiască în voie acest document." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -773,7 +757,7 @@ msgstr "" "sunt corelate cu fiecare dintre paşi:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -783,7 +767,7 @@ msgstr "" "folosi sistemul de instalare, în <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -798,7 +782,7 @@ msgstr "" "folosit de &debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -808,7 +792,7 @@ msgstr "" "instalării, conform cu metoda dvs. de instalare." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -823,7 +807,7 @@ msgstr "" "proceduri de depanare, în caz că aveţi probleme cu acestă configuraţie." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, fuzzy, no-c-format #| msgid "" #| "Perform the actual installation according to <xref linkend=\"d-i-intro\"/" @@ -854,7 +838,7 @@ msgstr "" "dvs. &debian; sunt prezente în <xref linkend=\"partitioning\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -864,7 +848,7 @@ msgstr "" "new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -876,7 +860,7 @@ msgstr "" "informaţii legate de Unix şi de &debian;, şi cum să înlocuiţi nucleul." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -886,13 +870,13 @@ msgstr "" "fi găsite în <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Ajutorul dumneavoastră la documentaţie este bine-venit" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -906,7 +890,7 @@ msgstr "" "arhitecturi şi limbi pentru care acest document este disponibil." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -923,13 +907,13 @@ msgstr "" "deja). " #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Despre drepturi de autor şi licenţe de software" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -954,7 +938,7 @@ msgstr "" "bazat pe <emphasis>software liber</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, fuzzy, no-c-format #| msgid "" #| "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -982,7 +966,7 @@ msgstr "" "dar şi că oricine are voie să distribuie rezultatele muncii proprii." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, fuzzy, no-c-format #| msgid "" #| "The &debian; project, as a pragmatic concession to its users, does make " @@ -1013,7 +997,7 @@ msgstr "" "mai multe informaţii legate de aranjamentul şi conţinutul arhivelor." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -1042,7 +1026,7 @@ msgstr "" "sistemul &debian; este disponibil." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -1058,7 +1042,7 @@ msgstr "" "copyright </filename>, odată ce aţi instalat un pachete în sistemul dvs." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1071,7 +1055,7 @@ msgstr "" "pentru software liber</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1089,3 +1073,17 @@ msgstr "" "din moment ce software-ul e liber, puteţi să-l modificaţi atfel încât să fie " "potrivit pentru propriile dvs. nevoi — şi să vă bucuraţi de " "schimbările făcute de alţii care au extins software-ul în acest mod." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) este un " +#~ "proiect direcţionat spre standardizarea sistemului de bază GNU/Linux, " +#~ "lucru care va putea permite terţilor dzvoltatori de software and hardware " +#~ "să proiecteze cu uşurinţă programe şi driver-e pentru dispozitive pentru " +#~ "Linux-în-general, în loc să o facă pentru o distribuţie specifică GNU/" +#~ "Linux." diff --git a/po/ru/post-install.po b/po/ru/post-install.po index 630856608..e9903d5d1 100644 --- a/po/ru/post-install.po +++ b/po/ru/post-install.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:42+0200\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -88,56 +88,13 @@ msgstr "" "команду <command>reboot</command>." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Если вы новичок в Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Если вы новичок в Unix, то, вероятно, вам стоит купить несколько книг и что-" -"нибудь почитать. Много полезной информации можно найти в <ulink url=\"&url-" -"debian-reference;\">справочнике по Debian</ulink>. В <ulink url=\"&url-unix-" -"faq;\">списке Unix FAQs</ulink> содержатся ссылки на некоторые интересные " -"документы UseNet." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux — это одна из реализаций Unix. <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> собирает различные HOWTO и электронные " -"книги, посвящённые Linux. Большинство из этих документов можно получить " -"просто установив пакет <classname>doc-linux-html</classname> (HTML версия) " -"или пакет <classname>doc-linux-text</classname> (ASCII версия), а затем " -"перейти в каталог <filename>/usr/share/doc/HOWTO</filename>. Переводы LDP " -"HOWTO также доступны в виде пакетов &debian;." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Самостоятельное ориентирование в &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -155,13 +112,13 @@ msgstr "" "занятых людей." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Система управления пакетами &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -195,7 +152,7 @@ msgstr "" "command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -219,13 +176,13 @@ msgstr "" "устанавливать имеющие экспортные ограничения пакеты вместе с обычными." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Дополнительное программное обеспечение для &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -241,13 +198,13 @@ msgstr "" "\">The Software Available for &debian;'s Stable Release</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Управление версиями приложений" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -259,13 +216,13 @@ msgstr "" "прочитайте страницу руководства к update-alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Управление заданиями cron" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -283,7 +240,7 @@ msgstr "" "запускаются в алфавитном порядке." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -300,7 +257,7 @@ msgstr "" "пользователя, от которого будет выполняться задание cron." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -314,13 +271,42 @@ msgstr "" "Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Что почитать" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"<ulink url=\"http://www.debian.org/\">Веб-сайт Debian</ulink> содержит " +"огромное количество документации по &debian;. В частности, посмотрите <ulink " +"url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> и <ulink " +"url=\"http://www.debian.org/doc/user-manuals#quick-reference\">Справочник по " +"Debian</ulink>. Каталог документации Debian находится по адресу<ulink url=" +"\"http://www.debian.org/doc/ddp\">Проект Документации Debian</ulink>. Можно " +"обратиться с вопросом к сообществу &debian; подписавшись на один или более " +"списков рассылки Debian <ulink url=\"http://www.debian.org/MailingLists/" +"subscribe\">Подписка на списки рассылки</ulink>. Также, не последнее место " +"занимают <ulink url=\"http://lists.debian.org/\">Архивы списков рассылки " +"Debian</ulink>, содержащие ценную информацию о &debian;." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -333,7 +319,7 @@ msgstr "" "replaceable></userinput>." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -352,36 +338,7 @@ msgstr "" "README.Debian</filename>." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"<ulink url=\"http://www.debian.org/\">Веб-сайт Debian</ulink> содержит " -"огромное количество документации по &debian;. В частности, посмотрите <ulink " -"url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> и <ulink " -"url=\"http://www.debian.org/doc/user-manuals#quick-reference\">Справочник по " -"Debian</ulink>. Каталог документации Debian находится по адресу<ulink url=" -"\"http://www.debian.org/doc/ddp\">Проект Документации Debian</ulink>. Можно " -"обратиться с вопросом к сообществу &debian; подписавшись на один или более " -"списков рассылки Debian <ulink url=\"http://www.debian.org/MailingLists/" -"subscribe\">Подписка на списки рассылки</ulink>. Также, не последнее место " -"занимают <ulink url=\"http://lists.debian.org/\">Архивы списков рассылки " -"Debian</ulink>, содержащие ценную информацию о &debian;." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -394,14 +351,44 @@ msgstr "" "ссылки на другие превосходные источники информации на компоненты системы GNU/" "Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Если вы новичок в Unix, то, вероятно, вам стоит купить несколько книг и что-" +"нибудь почитать. Много полезной информации можно найти в <ulink url=\"&url-" +"debian-reference;\">справочнике по Debian</ulink>. В <ulink url=\"&url-unix-" +"faq;\">списке Unix FAQs</ulink> содержатся ссылки на некоторые интересные " +"документы UseNet." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Настройка почты" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -415,7 +402,7 @@ msgstr "" "мы попытаемся описать основные моменты настройки." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -435,7 +422,7 @@ msgstr "" "— отвечает за доставку входящей почты в почтовый ящик пользователя." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -447,7 +434,7 @@ msgstr "" "виды почты обрабатывались разными программами." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -462,7 +449,7 @@ msgstr "" "<command>procmail</command> в качестве MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -495,13 +482,13 @@ msgstr "" "утилитами Linux." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Почтовая конфигурация по умолчанию" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -522,7 +509,7 @@ msgstr "" "(потенциальных) проблемах или изменениях." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -551,7 +538,7 @@ msgstr "" "учётной записи root. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -563,13 +550,13 @@ msgstr "" "помощью <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Отправка почты из системы" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -581,7 +568,7 @@ msgstr "" "почту от других систем." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -593,7 +580,7 @@ msgstr "" "настройки. Обязательно протестируйте приём и отправку почтовых сообщений." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -610,7 +597,7 @@ msgstr "" "руководстве)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -626,7 +613,7 @@ msgstr "" "<classname>exim4</classname>." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -641,13 +628,13 @@ msgstr "" "отправки сообщений об ошибках." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Настройка агента пересылки почты Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -661,13 +648,13 @@ msgstr "" "MTA/MDA. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -679,7 +666,7 @@ msgstr "" "выберите установку по умолчанию." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -689,13 +676,13 @@ msgstr "" "который подходит вам больше всего." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "интернет-сайт" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -709,13 +696,13 @@ msgstr "" "которых вы принимаете или передаёте почту." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "отправка почты через компьютер-шлюз (smarthost)" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -733,7 +720,7 @@ msgstr "" "программ типа fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -746,13 +733,13 @@ msgstr "" "компании или другая система в вашей сети." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "отправка почты через smarthost; локальная почта отсутствует" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -764,25 +751,25 @@ msgstr "" "(например, для системного администратора) всё равно будет обработана." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "доставка только локальной почты" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Настроено в системе по умолчанию." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "в данный момент конфигурация отсутствует" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -796,7 +783,7 @@ msgstr "" "пропустить некоторые важные сообщения от ваших системных утилит." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -816,7 +803,7 @@ msgstr "" "<classname>exim4</classname> и указано где найти дополнительную документацию." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -837,13 +824,13 @@ msgstr "" "<filename>/etc/email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Сборка нового ядра" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -852,7 +839,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -862,13 +849,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Восстановление неработающей системы" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -886,7 +873,7 @@ msgstr "" "исправить, и режим восстановления может помочь в этом." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, fuzzy, no-c-format #| msgid "" #| "To access rescue mode, type <userinput>rescue</userinput> at the " @@ -919,7 +906,7 @@ msgstr "" "устройства, и они будут доступны во время восстановления системы." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -935,7 +922,7 @@ msgstr "" "LVM." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -952,7 +939,7 @@ msgstr "" "диска, введите команду <userinput>grub-install '(hd0)'</userinput>. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -971,7 +958,7 @@ msgstr "" "смонтирована в каталог <filename>/target</filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -979,7 +966,7 @@ msgstr "" "перезагружена." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -991,6 +978,27 @@ msgstr "" "случаи, которые могут произойти и способы их решения. Если у вас есть " "проблемы — обратитесь к профессионалам." +#~ msgid "If You Are New to Unix" +#~ msgstr "Если вы новичок в Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux — это одна из реализаций Unix. <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> собирает различные HOWTO и " +#~ "электронные книги, посвящённые Linux. Большинство из этих документов " +#~ "можно получить просто установив пакет <classname>doc-linux-html</" +#~ "classname> (HTML версия) или пакет <classname>doc-linux-text</classname> " +#~ "(ASCII версия), а затем перейти в каталог <filename>/usr/share/doc/HOWTO</" +#~ "filename>. Переводы LDP HOWTO также доступны в виде пакетов &debian;." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/ru/welcome.po b/po/ru/welcome.po index 4a20df945..f8738f110 100644 --- a/po/ru/welcome.po +++ b/po/ru/welcome.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-03-13 18:41+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -161,22 +161,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"Проект <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB, Основа " -"Стандарта Linux) нацелен на стандартизацию базовой системы GNU/Linux, что " -"позволит сторонним разработчикам программного обеспечения и оборудования " -"легко разрабатывать программы и драйверы устройств для Linux в целом, а не " -"для конкретного дистрибутива GNU/Linux." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -190,7 +174,7 @@ msgstr "" "устанавливаться в различные дистрибутивы GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -201,7 +185,7 @@ msgstr "" "младшим пользователям." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -211,13 +195,13 @@ msgstr "" "\">Debian FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Что такое GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -227,7 +211,7 @@ msgstr "" "вам работать с вашим компьютером и запускать другие программы." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -253,7 +237,7 @@ msgstr "" "ошибочно называют <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -271,7 +255,7 @@ msgstr "" "принадлежит. Значительная часть системы разработана добровольцами бесплатно." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -283,7 +267,7 @@ msgstr "" "начал разработку свободной Unix-подобной операционной системы, названной GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -301,7 +285,7 @@ msgstr "" "или выполнение сложного редактирования в различных форматах документов)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -317,7 +301,7 @@ msgstr "" "появление отлаженных Linux систем." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -334,7 +318,7 @@ msgstr "" "ulink>." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -351,7 +335,7 @@ msgstr "" "\"&url-linux-kernel-list-faq;\">FAQ списка рассылки linux-kernel</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -367,7 +351,7 @@ msgstr "" "командные оболочки или рабочий стол можно заменить." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -383,13 +367,13 @@ msgstr "" "популярным среди домашних пользователей и в корпоративной среде." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Что такое &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -415,7 +399,7 @@ msgstr "" "гарантируют, что проблемы будут быстро обнаружены и устранены." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -430,7 +414,7 @@ msgstr "" "сервера." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -444,7 +428,7 @@ msgstr "" "повсеместно используются." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -458,7 +442,7 @@ msgstr "" "без переустановки." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -472,7 +456,7 @@ msgstr "" "сопровождение целой операционной системы." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -492,7 +476,7 @@ msgstr "" "сами и о том, от каких программ они зависят." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -513,7 +497,7 @@ msgstr "" "и устанавливать автоматически через Интернет." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -532,13 +516,13 @@ msgstr "" "страницу подписки на списки рассылки Debian</ulink> и заполнить форму." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Что такое &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -546,7 +530,7 @@ msgstr "" "&debian; GNU/kFreeBSD — это система &debian; GNU с ядром kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -556,7 +540,7 @@ msgstr "" "i386 и amd64, хотя возможен перенос и на другие архитектуры." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -566,7 +550,7 @@ msgstr "" "некоторая информация о Linux к ней неприменима." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -578,13 +562,13 @@ msgstr "" "проекта <email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Что такое &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -594,7 +578,7 @@ msgstr "" "набором серверов, работающих поверх микроядра GNU Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -608,7 +592,7 @@ msgstr "" "более стабильной." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -618,7 +602,7 @@ msgstr "" "некоторая информация о Linux к ней неприменима." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -630,13 +614,13 @@ msgstr "" "hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Получение &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -653,7 +637,7 @@ msgstr "" "сервер." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -665,13 +649,13 @@ msgstr "" "завершения установки, если нужно." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Получение последней версии этого документа" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -687,13 +671,13 @@ msgstr "" "install-manual;\">официальных страницах руководства по установке</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Структура этого документа" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -707,7 +691,7 @@ msgstr "" "(hardware) вашего компьютера." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -721,7 +705,7 @@ msgstr "" "призываем опытных пользователей хотя бы пробежаться глазами по документу." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -734,7 +718,7 @@ msgstr "" "соответствующие им разделы документа:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -744,7 +728,7 @@ msgstr "" "установки (<xref linkend=\"hardware-req\"/>)." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -759,7 +743,7 @@ msgstr "" "&debian;." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -769,7 +753,7 @@ msgstr "" "methods\"/>)." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -784,7 +768,7 @@ msgstr "" "процедура поиска неисправностей при возникновении проблем." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -806,7 +790,7 @@ msgstr "" ">)." #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -816,7 +800,7 @@ msgstr "" "\"boot-new\"/>)." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -828,7 +812,7 @@ msgstr "" "Unix и &debian;, и как заменить ядро." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -838,13 +822,13 @@ msgstr "" "смотрите <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Помогите нам с документацией!" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -858,7 +842,7 @@ msgstr "" "которых существует этот документ и переводы на другие языки." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -875,13 +859,13 @@ msgstr "" "но сначала проверьте, что об этой ошибке уже не сообщил кто-то другой." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Об авторских правах и лицензиях на программы" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -907,7 +891,7 @@ msgstr "" "emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -928,7 +912,7 @@ msgstr "" "программы, но также и распространять результаты своей работы." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -950,7 +934,7 @@ msgstr "" "FAQ</ulink>." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -978,7 +962,7 @@ msgstr "" "quote>. </para> </footnote> всех таких программ." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -993,7 +977,7 @@ msgstr "" "replaceable>/copyright </filename>." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1006,7 +990,7 @@ msgstr "" "Debian для свободного программного обеспечения</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1025,3 +1009,16 @@ msgstr "" "модифицировать программу для достижения необходимых вам целей — и " "наслаждаться выгодами изменений, сделанных другими людьми, которые расширили " "возможности программы тем же путём." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "Проект <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB, " +#~ "Основа Стандарта Linux) нацелен на стандартизацию базовой системы GNU/" +#~ "Linux, что позволит сторонним разработчикам программного обеспечения и " +#~ "оборудования легко разрабатывать программы и драйверы устройств для Linux " +#~ "в целом, а не для конкретного дистрибутива GNU/Linux." diff --git a/po/sv/post-install.po b/po/sv/post-install.po index 81974b843..9e512cd97 100644 --- a/po/sv/post-install.po +++ b/po/sv/post-install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:42+0200\n" "Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -88,57 +88,13 @@ msgstr "" "command> för att starta om systemet." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Om du är nybörjare i Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Om du är nybörjare i Unix-världen bör du antagligen gå ut och köpa några " -"böcker att läsa. En hel del värdefull information kan också hittas på <ulink " -"url=\"&url-debian-reference;\">Debianreferens</ulink>. Den här listan av " -"<ulink url=\"&url-unix-faq;\">Unix FAQ</ulink> innehåller ett antal av " -"UseNet-dokument som ger trevliga historiska referenser." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux är en implementering av Unix. <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> samlar ett antal HOWTO-dokument och " -"onlineböcker relaterade till Linux. De flesta av dessa dokument kan " -"installeras lokalt; installera helt enkelt paketet <classname>doc-linux-" -"html</classname> (HTML-versioner) eller paketet <classname>doc-linux-text</" -"classname> (ASCII-versioner) och se i <filename>/usr/share/doc/HOWTO</" -"filename>. Internationella versioner av LDPs HOWTO-dokument finns också " -"tillgängliga som &debian;-paket." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Orientera dig runt i &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -156,13 +112,13 @@ msgstr "" "enkelt en kort sammanfattning av systemet för de som har bråttom." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "&debian;s paketsystem" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -196,7 +152,7 @@ msgstr "" "quote> paket i <command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -220,13 +176,13 @@ msgstr "" "använda paket med exportrestriktioner såväl som standardversioner." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Ytterligare mjukvara tillgängligt för &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -243,13 +199,13 @@ msgstr "" "Release</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Hantera programversioner" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -261,13 +217,13 @@ msgstr "" "alternatives." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Hantera cronjobb" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -284,7 +240,7 @@ msgstr "" "crontab</filename> och kommer att köras i alfabetisk ordning." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -301,7 +257,7 @@ msgstr "" "cronjobbet ska köras." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -315,13 +271,42 @@ msgstr "" "doc/cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Ytterligare läsning och information" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"<ulink url=\"http://www.debian.org/\">Debians webbplats</ulink> innehåller " +"en mängd dokumentation om &debian;. Se gärna <ulink url=\"http://www.debian." +"org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> och <ulink url=\"http://www." +"debian.org/doc/user-manuals#quick-reference\">Debian Reference</ulink>. Ett " +"index av mera Debian-dokumentation är tillgänglig från <ulink url=\"http://" +"www.debian.org/doc/ddp\">Debians dokumentationsprojekt</ulink>. &debian;s " +"gemenskap är självförsörjande; för att prenumerera på en eller flera av " +"Debians sändlistor, se webbsidan <ulink url=\"http://www.debian.org/" +"MailingLists/subscribe\"> Prenumerera på sändlistor</ulink>. Sist men inte " +"minst, <ulink url=\"http://lists.debian.org/\">Debian Mailing List Archives</" +"ulink> innehåller mycket värdefull information om &debian;." + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -333,7 +318,7 @@ msgstr "" "<userinput>info <replaceable>program</replaceable></userinput>." #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -352,36 +337,7 @@ msgstr "" "README.Debian</filename>." #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"<ulink url=\"http://www.debian.org/\">Debians webbplats</ulink> innehåller " -"en mängd dokumentation om &debian;. Se gärna <ulink url=\"http://www.debian." -"org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> och <ulink url=\"http://www." -"debian.org/doc/user-manuals#quick-reference\">Debian Reference</ulink>. Ett " -"index av mera Debian-dokumentation är tillgänglig från <ulink url=\"http://" -"www.debian.org/doc/ddp\">Debians dokumentationsprojekt</ulink>. &debian;s " -"gemenskap är självförsörjande; för att prenumerera på en eller flera av " -"Debians sändlistor, se webbsidan <ulink url=\"http://www.debian.org/" -"MailingLists/subscribe\"> Prenumerera på sändlistor</ulink>. Sist men inte " -"minst, <ulink url=\"http://lists.debian.org/\">Debian Mailing List Archives</" -"ulink> innehåller mycket värdefull information om &debian;." - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -394,14 +350,44 @@ msgstr "" "hitta HOWTO-dokument och pekare till annan mycket värdefull information om " "delar av GNU/Linux-systemet." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Om du är nybörjare i Unix-världen bör du antagligen gå ut och köpa några " +"böcker att läsa. En hel del värdefull information kan också hittas på <ulink " +"url=\"&url-debian-reference;\">Debianreferens</ulink>. Den här listan av " +"<ulink url=\"&url-unix-faq;\">Unix FAQ</ulink> innehåller ett antal av " +"UseNet-dokument som ger trevliga historiska referenser." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Konfigurera ditt system att använda e-post" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -415,7 +401,7 @@ msgstr "" "försöka att täcka in grunderna i det här avsnittet." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -435,7 +421,7 @@ msgstr "" "av inkommande e-post till användarens inkorg." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -447,7 +433,7 @@ msgstr "" "program som hanterar dessa funktioner för olika typer av e-post." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -462,7 +448,7 @@ msgstr "" "som MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -495,13 +481,13 @@ msgstr "" "med de traditionella Linux-verktygen." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Standardkonfiguration för e-post" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -522,7 +508,7 @@ msgstr "" "eller ändringar." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -551,7 +537,7 @@ msgstr "" "root-kontot. </para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -563,13 +549,13 @@ msgstr "" "postmeddelandena kan läsas med <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Skicka e-post utanför systemet" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -581,7 +567,7 @@ msgstr "" "post till andra eller för att ta emot post från andra." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -594,7 +580,7 @@ msgstr "" "emot korrekt." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -611,7 +597,7 @@ msgstr "" "gör det är utanför omfånget för den här handboken)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -627,7 +613,7 @@ msgstr "" "för att skicka in felrapporter." #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -642,13 +628,13 @@ msgstr "" "skicka in felrapporter." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Konfigurera e-postservern Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -662,13 +648,13 @@ msgstr "" "alternativ MTA/MDA. </para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -680,7 +666,7 @@ msgstr "" "du är osäker." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -690,13 +676,13 @@ msgstr "" "det alternativ som bäst återspeglar dina behov." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "internetsystem" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -710,13 +696,13 @@ msgstr "" "vilka du tar emot eller vidaresänder post." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "e-post skickad av smart värd" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -734,7 +720,7 @@ msgstr "" "post från den smarta värden med program som till exempel fetchmail." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -747,13 +733,13 @@ msgstr "" "och med ett annat system på ditt egna nätverk." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "e-post skickad av smart värd; ingen lokal post" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -766,25 +752,25 @@ msgstr "" "fortfarande att hanteras." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "endast lokal leverans" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Det här alternativet har ditt system konfigurerats med som standard." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "ingen konfiguration för närvarande" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -798,7 +784,7 @@ msgstr "" "och du kan missa viktiga meddelanden från dina systemverktyg." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -818,7 +804,7 @@ msgstr "" "classname> och förklarar var man kan hitta ytterligare dokumentation." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -839,13 +825,13 @@ msgstr "" "email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Bygg en ny kärna" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -854,7 +840,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -864,13 +850,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Återställning av ett trasigt system" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -889,7 +875,7 @@ msgstr "" "användbart för det här. " #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, fuzzy, no-c-format #| msgid "" #| "To access rescue mode, type <userinput>rescue</userinput> at the " @@ -924,7 +910,7 @@ msgstr "" "reparerar ditt system." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -940,7 +926,7 @@ msgstr "" "skapas direkt på diskarna." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -958,7 +944,7 @@ msgstr "" "för att göra det här. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -977,14 +963,14 @@ msgstr "" "filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" "Oavsett vilket, efter du har avslutat skalet kommer systemet att startas om." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -995,6 +981,28 @@ msgstr "" "denna handbok försöker inte att gå in så djupt i alla saker som kan ha gått " "fel och hur man rättar till dem. Om du har problem, konsultera en expert." +#~ msgid "If You Are New to Unix" +#~ msgstr "Om du är nybörjare i Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux är en implementering av Unix. <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> samlar ett antal HOWTO-dokument och " +#~ "onlineböcker relaterade till Linux. De flesta av dessa dokument kan " +#~ "installeras lokalt; installera helt enkelt paketet <classname>doc-linux-" +#~ "html</classname> (HTML-versioner) eller paketet <classname>doc-linux-" +#~ "text</classname> (ASCII-versioner) och se i <filename>/usr/share/doc/" +#~ "HOWTO</filename>. Internationella versioner av LDPs HOWTO-dokument finns " +#~ "också tillgängliga som &debian;-paket." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/sv/welcome.po b/po/sv/welcome.po index d12efc525..d52470110 100644 --- a/po/sv/welcome.po +++ b/po/sv/welcome.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: installation-guide 20051025 welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2011-04-25 09:40+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -155,22 +155,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) är ett " -"projekt riktat mot standardisering av vanliga GNU/Linux-system som innebär " -"att programvaru- och maskinvaruutvecklare hos en tredje part lätt kan " -"designa program och maskinvarudrivrutiner för Linux i allmänhet, istället " -"för specifika GNU/Linux-utgåvor." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -184,7 +168,7 @@ msgstr "" "olika utgåvor av GNU/Linux." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -194,7 +178,7 @@ msgstr "" "vars mål är att göra Debian attraktivt även för unga användare." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -204,13 +188,13 @@ msgstr "" "\">Debian GNU/Linux FAQ</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Vad är GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -220,7 +204,7 @@ msgstr "" "din dator och köra andra program." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -246,7 +230,7 @@ msgstr "" "vardagligen refererar till som <quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -264,7 +248,7 @@ msgstr "" "obetalda frivilliga." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -277,7 +261,7 @@ msgstr "" # Osäker på "arcane" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -295,7 +279,7 @@ msgstr "" "eller göra sofistikerad redigering i ett antal olika dokumentformat)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -309,7 +293,7 @@ msgstr "" "gemenskapen som gjorde Linux möjlig." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -325,7 +309,7 @@ msgstr "" "<ulink url=\"&url-linux-history;\">Linux historia</ulink>." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, fuzzy, no-c-format #| msgid "" #| "Linus Torvalds continues to coordinate the work of several hundred " @@ -350,7 +334,7 @@ msgstr "" "ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -366,7 +350,7 @@ msgstr "" "kommandoraden eller skrivbordsmiljön faktiskt är något de kan ändra." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -382,13 +366,13 @@ msgstr "" "företagsanvändare." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "Vad är &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -415,7 +399,7 @@ msgstr "" # Se över denna! #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -429,7 +413,7 @@ msgstr "" "arbetsstationer för vetenskapliga ändamål eller högprestandaservrar." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -443,7 +427,7 @@ msgstr "" "funktioner till Linux som nu är vardagsmat." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -457,7 +441,7 @@ msgstr "" "kräva ominstallation." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -471,7 +455,7 @@ msgstr "" "byggnation och underhåll av ett komplett operativsystem." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -491,7 +475,7 @@ msgstr "" "du själv har byggt och vilka beroenden de uppfyller." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -512,7 +496,7 @@ msgstr "" "automatiskt över hela Internet." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -532,20 +516,20 @@ msgstr "" "formuläret du hittar där." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "Vad är &debian; GNU/kFreeBSD?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "&debian; GNU/kFreeBSD är ett &debian; GNU-system med kärnan kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -555,7 +539,7 @@ msgstr "" "amd64-arkitekturerna, även om portningar till andra arkitekturer är möjlig." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -565,7 +549,7 @@ msgstr "" "kanske viss information om Linux-system inte gäller för det." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -577,13 +561,13 @@ msgstr "" "<email>debian-bsd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "Vad är &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -593,7 +577,7 @@ msgstr "" "uppsättning av servrar som körs ovanpå mikrokärnan GNU Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -607,7 +591,7 @@ msgstr "" "göras när systemet bli mer stabilt." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -617,7 +601,7 @@ msgstr "" "viss information om Linux-system inte gäller för det." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -629,13 +613,13 @@ msgstr "" "email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Få tag på &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -651,7 +635,7 @@ msgstr "" "lista av officiella &debian;-speglar så du lätt kan hitta den närmaste." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -663,13 +647,13 @@ msgstr "" "du kan göra dessa uppgraderingar när installation är klar, om det behövs." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Få tag på senaste versionen av det här dokumentet" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -686,13 +670,13 @@ msgstr "" "installationshandboken</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Organisering av det här dokumentet" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -706,7 +690,7 @@ msgstr "" "maskinvaran i din dator fungerar." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -720,7 +704,7 @@ msgstr "" "uppmuntrar expertanvändare att hoppa runt i dokumentet." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -734,7 +718,7 @@ msgstr "" "varje steg:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -744,7 +728,7 @@ msgstr "" "installationssystemet i <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -759,7 +743,7 @@ msgstr "" "användas för." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -769,7 +753,7 @@ msgstr "" "installationsfilerna för din installationsmetod." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -784,7 +768,7 @@ msgstr "" "också procedurer för problemlösning om du har problem med det här steget." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -806,7 +790,7 @@ msgstr "" "&debian;-system finns förklarat i <xref linkend=\"partitioning\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -816,7 +800,7 @@ msgstr "" ">." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -828,7 +812,7 @@ msgstr "" "information om Unix och &debian; och hur du ersätter din kärna." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -838,13 +822,13 @@ msgstr "" "hittas i <xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Din hjälp med dokumentationen välkomnas" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -858,7 +842,7 @@ msgstr "" "arkitekturerna och språk som det här dokumentet är tillgängligt för." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -874,13 +858,13 @@ msgstr "" "att se om problemet redan är rapporterat)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Om copyright och programvarulicenser" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -905,7 +889,7 @@ msgstr "" "på <emphasis>fri programvara</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -926,7 +910,7 @@ msgstr "" "av sådant arbete." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -948,7 +932,7 @@ msgstr "" "quote> för mer information om utseendet och innehåller av arkiven." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -976,7 +960,7 @@ msgstr "" "systemet." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -992,7 +976,7 @@ msgstr "" "filename>." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -1004,7 +988,7 @@ msgstr "" "dfsg;\">Debians riktlinjer för fri programvara</ulink>." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1023,6 +1007,19 @@ msgstr "" "passar dina behov — och att njuta av fördelarna av de ändringar gjorda " "av andra som har utökat programvaran på det här sättet." +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) är ett " +#~ "projekt riktat mot standardisering av vanliga GNU/Linux-system som " +#~ "innebär att programvaru- och maskinvaruutvecklare hos en tredje part lätt " +#~ "kan designa program och maskinvarudrivrutiner för Linux i allmänhet, " +#~ "istället för specifika GNU/Linux-utgåvor." + #~ msgid "Install additional software in <xref linkend=\"install-packages\"/>." #~ msgstr "" #~ "Installera ytterligare programvara i <xref linkend=\"install-packages\"/>." diff --git a/po/tl/post-install.po b/po/tl/post-install.po index c99c9e073..e7ab105ff 100644 --- a/po/tl/post-install.po +++ b/po/tl/post-install.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2016-04-08 20:25+0000\n" "Last-Translator: NAME <EMAIL@ADDRESS>\n" "Language-Team: Tagalog <LL@li.org>\n" @@ -59,44 +59,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -108,13 +77,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -134,7 +103,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, no-c-format msgid "" "One of the best installation methods is apt. You can use the command line " @@ -147,13 +116,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -164,13 +133,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -179,13 +148,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -197,7 +166,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -208,7 +177,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -218,13 +187,31 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -233,7 +220,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -245,41 +232,42 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:235 +#: post-install.xml:222 #, no-c-format msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." +"A general source of information on GNU/Linux is the <ulink url=\"http://www." +"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " +"HOWTOs and pointers to other very valuable information on parts of a GNU/" +"Linux system." msgstr "" #. Tag: para -#: post-install.xml:253 +#: post-install.xml:229 #, no-c-format msgid "" -"A general source of information on GNU/Linux is the <ulink url=\"http://www." -"tldp.org/\">Linux Documentation Project</ulink>. There you will find the " -"HOWTOs and pointers to other very valuable information on parts of a GNU/" -"Linux system." +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, no-c-format +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." msgstr "" #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -289,7 +277,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -302,7 +290,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -311,7 +299,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -321,7 +309,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -333,13 +321,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -352,7 +340,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -369,7 +357,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -378,13 +366,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -393,7 +381,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -402,7 +390,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -413,7 +401,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -424,7 +412,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -434,13 +422,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -450,13 +438,13 @@ msgid "" msgstr "" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -465,7 +453,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -473,13 +461,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -489,13 +477,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -507,7 +495,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -516,13 +504,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -531,25 +519,25 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "" #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -559,7 +547,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -572,7 +560,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -585,13 +573,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -600,7 +588,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -610,13 +598,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -628,7 +616,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -643,7 +631,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -654,7 +642,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -666,7 +654,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -678,13 +666,13 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " diff --git a/po/tl/welcome.po b/po/tl/welcome.po index 192ae1a60..e99ae1ef0 100644 --- a/po/tl/welcome.po +++ b/po/tl/welcome.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2005-12-05 11:31+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -161,19 +161,6 @@ msgstr "" #. Tag: para #: welcome.xml:89 -#, fuzzy, no-c-format -msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"Ang <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) ay isang " -"proyekto na sinisikap na bumuo ng mga pamantayan " - -#. Tag: para -#: welcome.xml:99 #, no-c-format msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " @@ -184,7 +171,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -192,7 +179,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -200,13 +187,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "Ano ang GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -217,7 +204,7 @@ msgstr "" "programa." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -233,7 +220,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -245,7 +232,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -254,7 +241,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -266,7 +253,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -276,7 +263,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -287,7 +274,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -299,7 +286,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -310,7 +297,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -321,14 +308,14 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, fuzzy, no-c-format #| msgid "What is GNU/Linux?" msgid "What is &debian; GNU/Linux?" msgstr "Ano ang &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -344,7 +331,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -354,7 +341,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -364,7 +351,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -374,7 +361,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -384,7 +371,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -397,7 +384,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -410,7 +397,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -423,21 +410,21 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, fuzzy, no-c-format #| msgid "What is Debian?" msgid "What is &debian; GNU/kFreeBSD?" msgstr "Ano ang &debian;?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -445,7 +432,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -453,7 +440,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -462,14 +449,14 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, fuzzy, no-c-format #| msgid "What is GNU/Linux?" msgid "What is &debian; GNU/Hurd?" msgstr "Ano ang &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -477,7 +464,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -487,7 +474,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -495,7 +482,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -504,13 +491,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -521,7 +508,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -530,13 +517,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -547,13 +534,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -563,7 +550,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -573,7 +560,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -583,7 +570,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -591,7 +578,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -601,7 +588,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -609,7 +596,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, no-c-format msgid "" "The next <xref linkend=\"boot-installer\"/> describes booting into the " @@ -618,7 +605,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -632,7 +619,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -640,7 +627,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -649,7 +636,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -657,13 +644,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -673,7 +660,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -684,13 +671,13 @@ msgid "" msgstr "" #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Tungkol sa Karapatang Sipi at Lisensiya ng Software" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, fuzzy, no-c-format #| msgid "" #| "We're sure that you've read some of the licenses that come with most " @@ -728,7 +715,7 @@ msgstr "" "<emphasis>free software</emphasis>." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -741,7 +728,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -755,7 +742,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -772,7 +759,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -783,7 +770,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -792,7 +779,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -803,3 +790,14 @@ msgid "" "needs — and to enjoy the benefits of the changes made by others who " "have extended the software in this way." msgstr "" + +#, fuzzy +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "Ang <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) ay " +#~ "isang proyekto na sinisikap na bumuo ng mga pamantayan " diff --git a/po/vi/post-install.po b/po/vi/post-install.po index 1d7a08f3c..d7898e3a3 100644 --- a/po/vi/post-install.po +++ b/po/vi/post-install.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:43+0200\n" "Last-Translator: hailang <hailangvn@gmail.com>\n" "Language-Team: MOST Project <du-an-most@lists.hanoilug.org>\n" @@ -90,57 +90,13 @@ msgstr "" "hệ thống." #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "Bắt đầu sử dụng UNIX" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"Nếu bạn chưa quen với UNIX, khuyên bạn đọc một số cuốn sách và tài liệu. Rất " -"nhiều thông tin hữu ích nằm trong Tham Khảo Debian (<ulink url=\"&url-debian-" -"reference;\">Debian Reference</ulink>). Danh sách các Hỏi Đáp UNIX (<ulink " -"url=\"&url-unix-faq;\">list of Unix FAQs</ulink>) chứa một số tài liệu " -"UseNet cung cấp tham khảo lịch sử tốt." - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux là một bản thực hiện UNIX riêng. Dự án tài liệu Linux (<ulink url=" -"\"&url-ldp;\">Linux Documentation Project (LDP)</ulink>) tập hợp một số tài " -"liệu Thế Nào và cuốn sách trực tuyến liên quan đến Linux. Phần lớn các tài " -"liệu này có thể được cài đặt một cách cục bộ: chỉ đơn giản hãy cài đặt gói " -"<classname>doc-linux-html</classname> (kiểu HTML) hay gói <classname>doc-" -"linux-text</classname> (kiểu ASCII), sau đó tìm trong thư mục Thế Nào " -"(<filename>/usr/share/doc/HOWTO</filename>). Phiên bản đã dịch nào của những " -"tài liệu Thế Nào LDP cũng được công bố dưới dạng gói Debian." - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "Giới thiệu về &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -157,13 +113,13 @@ msgstr "" "dụng &debian;, chỉ là một bản tóm tắt rất vắn cho người quá bận thôi." #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "Hệ thống quản lý gói &debian;" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -197,7 +153,7 @@ msgstr "" "<command>aptitude</command>." #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -222,13 +178,13 @@ msgstr "" "phiên bản chuẩn." #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "Phần mềm Thêm Hiện có cho &debian;" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -244,13 +200,13 @@ msgstr "" "\">Phần mềm Hiện có cho Bản phát hành Ổn định của &debian;</ulink>." #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "Quản lý phiên bản ứng dụng" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -263,13 +219,13 @@ msgstr "" "alternatives »." #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "Quản lý công việc định kỳ" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -288,7 +244,7 @@ msgstr "" "abc, mà sắp xếp chúng." #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -306,7 +262,7 @@ msgstr "" "bạn qui định tài khoản người dùng dưới đó công việc định kỳ sẽ chạy." #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -320,44 +276,13 @@ msgstr "" "tin Đọc Đi <filename>/usr/share/doc/cron/README.Debian</filename>." #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "Thông tin thêm" #. Tag: para -#: post-install.xml:218 -#, no-c-format -msgid "" -"If you need information about a particular program, you should first try " -"<userinput>man <replaceable>program</replaceable></userinput>, or " -"<userinput>info <replaceable>program</replaceable></userinput>." -msgstr "" -"Để tìm thông tin về chương trình riêng nào, trước tiên bạn hãy thử nhập lệnh " -"<userinput>man <replaceable>tên_chương_trình</replaceable></userinput>, hoặc " -"<userinput>info <replaceable>tên_chương_trình</replaceable></userinput>." - -#. Tag: para -#: post-install.xml:224 -#, no-c-format -msgid "" -"There is lots of useful documentation in <filename>/usr/share/doc</filename> " -"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " -"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " -"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" -"filename>. To read about &debian;-specific issues for particular programs, " -"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." -msgstr "" -"Cũng có rất nhiều tài liệu hữu ích nằm trong thư mục <filename>/usr/share/" -"doc</filename>. Cụ thể là thư mục con Thế Nào <filename>/usr/share/doc/" -"HOWTO</filename> và Hỏi Đáp <filename>/usr/share/doc/FAQ</filename> chứa " -"nhiều thông tin hữu dụng. Để thông báo lỗi, xem <filename>/usr/share/doc/" -"debian/bug*</filename>. Để đọc thông tin về vấn đề đặc trưng cho &debian; " -"đối với một chương trình riêng, xem tập tin Đọc Đi <filename>/usr/share/doc/" -"(tên_gói)/README.Debian</filename>." - -#. Tag: para -#: post-install.xml:235 +#: post-install.xml:187 #, no-c-format msgid "" "The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " @@ -387,7 +312,38 @@ msgstr "" "Archives</ulink> mà chứa thông tin phong phú về &debian;." #. Tag: para -#: post-install.xml:253 +#: post-install.xml:205 +#, no-c-format +msgid "" +"If you need information about a particular program, you should first try " +"<userinput>man <replaceable>program</replaceable></userinput>, or " +"<userinput>info <replaceable>program</replaceable></userinput>." +msgstr "" +"Để tìm thông tin về chương trình riêng nào, trước tiên bạn hãy thử nhập lệnh " +"<userinput>man <replaceable>tên_chương_trình</replaceable></userinput>, hoặc " +"<userinput>info <replaceable>tên_chương_trình</replaceable></userinput>." + +#. Tag: para +#: post-install.xml:211 +#, no-c-format +msgid "" +"There is lots of useful documentation in <filename>/usr/share/doc</filename> " +"as well. In particular, <filename>/usr/share/doc/HOWTO</filename> and " +"<filename>/usr/share/doc/FAQ</filename> contain lots of interesting " +"information. To submit bugs, look at <filename>/usr/share/doc/debian/bug*</" +"filename>. To read about &debian;-specific issues for particular programs, " +"look at <filename>/usr/share/doc/(package name)/README.Debian</filename>." +msgstr "" +"Cũng có rất nhiều tài liệu hữu ích nằm trong thư mục <filename>/usr/share/" +"doc</filename>. Cụ thể là thư mục con Thế Nào <filename>/usr/share/doc/" +"HOWTO</filename> và Hỏi Đáp <filename>/usr/share/doc/FAQ</filename> chứa " +"nhiều thông tin hữu dụng. Để thông báo lỗi, xem <filename>/usr/share/doc/" +"debian/bug*</filename>. Để đọc thông tin về vấn đề đặc trưng cho &debian; " +"đối với một chương trình riêng, xem tập tin Đọc Đi <filename>/usr/share/doc/" +"(tên_gói)/README.Debian</filename>." + +#. Tag: para +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -400,14 +356,44 @@ msgstr "" "bạn sẽ tìm các tài liệu Thế Nào và liên kết chỉ đến thông tin rất qúy giá " "khác về nhiều phần của hệ thống GNU/Linux." +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"Nếu bạn chưa quen với UNIX, khuyên bạn đọc một số cuốn sách và tài liệu. Rất " +"nhiều thông tin hữu ích nằm trong Tham Khảo Debian (<ulink url=\"&url-debian-" +"reference;\">Debian Reference</ulink>). Danh sách các Hỏi Đáp UNIX (<ulink " +"url=\"&url-unix-faq;\">list of Unix FAQs</ulink>) chứa một số tài liệu " +"UseNet cung cấp tham khảo lịch sử tốt." + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "Thiết lập thư điện tử trên hệ thống" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -420,7 +406,7 @@ msgstr "" "tiến đoạn này chứa thông tin cơ bản yêu cầu." #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -439,7 +425,7 @@ msgstr "" "mà truyền các bài thư gửi đến vào Hộp Đến của người dùng." #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -452,7 +438,7 @@ msgstr "" "nhau." #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -467,7 +453,7 @@ msgstr "" "MDA." #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -500,13 +486,13 @@ msgstr "" "công cụ Linux truyền thống." #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "Cấu hình thư điện tử mặc định" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -526,7 +512,7 @@ msgstr "" "quản trị hệ thống biết về vấn đề hay thay đổi." #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -554,7 +540,7 @@ msgstr "" "para> </footnote>." #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -566,13 +552,13 @@ msgstr "" "thể đọc các thư này bằng <command>mutt</command>." #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "Gửi thư ra hệ thống" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -584,7 +570,7 @@ msgstr "" "không phải để nhận thư từ người khác." #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -596,7 +582,7 @@ msgstr "" "việc gửi và nhận thư chạy đúng không." #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -612,7 +598,7 @@ msgstr "" "nhận thư điện tử (các hướng dẫn này nằm ở ngoại phạm vị của sổ tay này)." #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -628,7 +614,7 @@ msgstr "" "classname>. " #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -643,13 +629,13 @@ msgstr "" "báo cáo lỗi." #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "Cấu hình tác nhân truyền thư tín Exim4" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -663,13 +649,13 @@ msgstr "" "footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -680,7 +666,7 @@ msgstr "" "cấu hình ra nhiều tập tin nhỏ. Chưa chắc thì bặt tùy chọn mặc định." #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -690,13 +676,13 @@ msgstr "" "hợp với những nhu cầu của bạn." #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "nơi Internet" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -710,13 +696,13 @@ msgstr "" "chuyển tiếp lại thư tín." #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "thư được gởi bởi máy thông minh" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -733,7 +719,7 @@ msgstr "" "classname>." #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -746,13 +732,13 @@ msgstr "" "thống khác trên cùng mạng." #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "thư gửi bởi máy khéo; không có thư cục bộ" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -764,25 +750,25 @@ msgstr "" "d. cho quản trị hệ thống) vẫn còn sẽ được xử lý." #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "chỉ phát cục bộ" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "Đây là tùy chọn mặc định trong cấu hình hệ thống." #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "chưa cấu hình" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -796,7 +782,7 @@ msgstr "" "ích hệ thống." #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -816,7 +802,7 @@ msgstr "" "<classname>exim4</classname>, và giải thích tìm tài liệu thêm như thế nào." #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -836,13 +822,13 @@ msgstr "" "cách thêm một mục nhập vào tập tin <filename>/etc/email-addresses</filename>." #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "Biên dịch hạt nhân mới" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -851,7 +837,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -861,13 +847,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "Phục hồi hệ thống bị hỏng" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -884,7 +870,7 @@ msgstr "" "thống hoạt động trong khi sửa điều bị hỏng thì chế độ cứu có ích." #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, fuzzy, no-c-format #| msgid "" #| "To access rescue mode, type <userinput>rescue</userinput> at the " @@ -917,7 +903,7 @@ msgstr "" "trong khi sửa chữa hệ thống." #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -933,7 +919,7 @@ msgstr "" "được tạo trực tiếp trên đĩa." #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -950,7 +936,7 @@ msgstr "" "lệnh <userinput>grub-install '(hd0)'</userinput> để làm như thế. </phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -968,7 +954,7 @@ msgstr "" "filename>." #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" @@ -976,7 +962,7 @@ msgstr "" "động lại." #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -987,6 +973,29 @@ msgstr "" "tài liệu hướng dẫn này không phải nhắm diễn tả mọi lỗi có thể hay cách sửa " "nó. Nếu bạn gặp lỗi, hãy hỏi nhà chuyên môn." +#~ msgid "If You Are New to Unix" +#~ msgstr "Bắt đầu sử dụng UNIX" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux là một bản thực hiện UNIX riêng. Dự án tài liệu Linux (<ulink url=" +#~ "\"&url-ldp;\">Linux Documentation Project (LDP)</ulink>) tập hợp một số " +#~ "tài liệu Thế Nào và cuốn sách trực tuyến liên quan đến Linux. Phần lớn " +#~ "các tài liệu này có thể được cài đặt một cách cục bộ: chỉ đơn giản hãy " +#~ "cài đặt gói <classname>doc-linux-html</classname> (kiểu HTML) hay gói " +#~ "<classname>doc-linux-text</classname> (kiểu ASCII), sau đó tìm trong thư " +#~ "mục Thế Nào (<filename>/usr/share/doc/HOWTO</filename>). Phiên bản đã " +#~ "dịch nào của những tài liệu Thế Nào LDP cũng được công bố dưới dạng gói " +#~ "Debian." + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/vi/welcome.po b/po/vi/welcome.po index c4b5cee74..610ea3c20 100644 --- a/po/vi/welcome.po +++ b/po/vi/welcome.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2010-10-23 16:49+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -153,22 +153,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Cơ Bản Linux Chuẩn</ulink> (LSB) là dự án nhắm " -"mục đích là tiêu chuẩn hóa hệ thống GNU/Linux cơ bản, mục đích sẽ cho mỗi " -"nhà phát triển phần mềm hay phần cứng có khả năng dễ dàng thiết kế chương " -"trình và trình điều khiển thiết bị cho Linux chung, hơn là cho một bản phát " -"hành GNU/Linux riêng." - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -182,7 +166,7 @@ msgstr "" "phát hành GNU/Linux riêng." #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -192,7 +176,7 @@ msgstr "" "trong, nhắm mục đích là bảo đảm Debian hấp dẫn được người dùng trẻ nhất." #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -202,13 +186,13 @@ msgstr "" "\">Hỏi Đáp Debian</ulink>." #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "GNU/Linux là gì vậy?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -218,7 +202,7 @@ msgstr "" "máy tính, cũng chạy chương trình khác." #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -243,7 +227,7 @@ msgstr "" "<quote>Linux</quote>." #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -260,7 +244,7 @@ msgstr "" "lớn việc phát triển nó được làm bởi người tình nguyện không được tiền." #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -272,7 +256,7 @@ msgstr "" "một hệ điều hành miễn phí kiểu UNIX™ được gọi là GNU." #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -290,7 +274,7 @@ msgstr "" "cao nhiều định dạng tài liệu khác nhau)." #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -303,7 +287,7 @@ msgstr "" "Linux, ngay cả triết lý và cộng đồng hỗ trợ nó." #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -319,7 +303,7 @@ msgstr "" "linux-history;\">Linux History Page</ulink> của Linux Quốc Tế." #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, fuzzy, no-c-format #| msgid "" #| "Linus Torvalds continues to coordinate the work of several hundred " @@ -344,7 +328,7 @@ msgstr "" "FAQ</ulink>." #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -360,7 +344,7 @@ msgstr "" "trường đồ họa." #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -375,13 +359,13 @@ msgstr "" "Linux cũng mới ưa chuộng với người dùng kinh doanh và ở nhà." #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "&debian; GNU/Linux là gì vậy?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -407,7 +391,7 @@ msgstr "" "nhanh." #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -421,7 +405,7 @@ msgstr "" "học để bàn, đến máy phục vụ mạng lớp cao." #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -435,7 +419,7 @@ msgstr "" "dụng." #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -448,7 +432,7 @@ msgstr "" "Linux thứ nhất có khả năng nâng cấp mà không cần cài đặt lại." #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -461,7 +445,7 @@ msgstr "" "việc rất phức tạp như xây dựng và bảo trì một hệ điều hành hoàn toàn." #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -480,7 +464,7 @@ msgstr "" "quản lý gói biết về phần mềm tự biên dịch và cách phụ thuộc nào nó thỏa." #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -500,7 +484,7 @@ msgstr "" "qua Mạng." #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -520,13 +504,13 @@ msgstr "" "page</ulink>) rồi điền vào đơn tại đó." #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "&debian; GNU/kFreeBSD là gì vậy?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -534,7 +518,7 @@ msgstr "" "&debian; GNU/kFreeBSD là một hệ thống &debian; GNU chứa hạt nhân kFreeBSD." #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -544,7 +528,7 @@ msgstr "" "và amd64, dù có thể tạo bản chuyển sang kiến trúc khác." #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -555,7 +539,7 @@ msgstr "" "hợp với nó." #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -568,13 +552,13 @@ msgstr "" "email>" #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "&debian; GNU/Hurd là gì vậy?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -584,7 +568,7 @@ msgstr "" "các trình phục vụ đang chạy bên trên hạt nhân vi GNU Mach." #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -598,7 +582,7 @@ msgstr "" "định hơn." #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -608,7 +592,7 @@ msgstr "" "số thông tin về hệ thống Linux có thể không thích hợp với nó." #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -620,13 +604,13 @@ msgstr "" "và hộp thư chung <email>debian-hurd@lists.debian.org</email>." #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "Lấy &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -643,7 +627,7 @@ msgstr "" "dễ dàng máy gần nhất chỗ mình." #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -655,13 +639,13 @@ msgstr "" "cần thiết." #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "Lấy phiên bản mới nhất của tài liệu này" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -678,13 +662,13 @@ msgstr "" "\">official Install Manual pages</ulink>." #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "Cấu trúc của tài liệu này" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -698,7 +682,7 @@ msgstr "" "cứng của máy tính của mình." #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -712,7 +696,7 @@ msgstr "" "giữa các đoạn lựa chọn trong tài liệu này." #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -725,7 +709,7 @@ msgstr "" "tiết đoạn tài liệu tương ứng với mỗi bước:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -735,7 +719,7 @@ msgstr "" "trong <xref linkend=\"hardware-req\"/>." #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -749,7 +733,7 @@ msgstr "" "được trên phần cứng cho &debian; dùng." #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -759,7 +743,7 @@ msgstr "" "đặt cần thiết cho phương pháp cài đặt đã chọn." #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -775,7 +759,7 @@ msgstr "" "này." #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -796,7 +780,7 @@ msgstr "" "giải thích trong <xref linkend=\"partitioning\"/>.)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -805,7 +789,7 @@ msgstr "" "Khởi động vào hệ thống cơ bản mới cài đặt, từ <xref linkend=\"boot-new\"/>." #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -817,7 +801,7 @@ msgstr "" "cách thay thế hạt nhân." #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -827,13 +811,13 @@ msgstr "" "<xref linkend=\"administrivia\"/>." #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "Mời bạn giúp đỡ tạo tài liệu hướng dẫn" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -847,7 +831,7 @@ msgstr "" "các kiến trúc và ngôn ngữ cho đó tài liệu này được công bố." #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -863,13 +847,13 @@ msgstr "" "chưa)." #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "Về tác quyền và giấy phép phần mềm" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -893,7 +877,7 @@ msgstr "" "trực tiếp vào cơ bản <emphasis>phần mềm tự do</emphasis> của &debian;." #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -913,7 +897,7 @@ msgstr "" "gắng của họ." #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -935,7 +919,7 @@ msgstr "" "tìm thêm thông tin về bố trí và nội dung của kho đó." #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -964,7 +948,7 @@ msgstr "" "thống &debian;." #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -980,7 +964,7 @@ msgstr "" "khi cài đặt gói đó vào hệ thống." #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -993,7 +977,7 @@ msgstr "" "ulink>)." #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -1010,3 +994,16 @@ msgstr "" "riêng nào. Tuy nhiên, vì phần mềm là tự do, bạn có quyền sửa đổi nó để thích " "hợp với sự cần của mình — cũng để thích thú lợi ích của các sự sửa đổi " "được tạo bởi người khác đã mở rộng phần mềm đó bằng cách này." + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Cơ Bản Linux Chuẩn</ulink> (LSB) là dự án " +#~ "nhắm mục đích là tiêu chuẩn hóa hệ thống GNU/Linux cơ bản, mục đích sẽ " +#~ "cho mỗi nhà phát triển phần mềm hay phần cứng có khả năng dễ dàng thiết " +#~ "kế chương trình và trình điều khiển thiết bị cho Linux chung, hơn là cho " +#~ "một bản phát hành GNU/Linux riêng." diff --git a/po/zh_CN/post-install.po b/po/zh_CN/post-install.po index c592a2e37..5b547cc44 100644 --- a/po/zh_CN/post-install.po +++ b/po/zh_CN/post-install.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-06-11 22:15+0800\n" "Last-Translator: Yangfl <mmyangfl@gmail.com>\n" "Language-Team: <debian-l10n-chinese@lists.debian.org>\n" @@ -72,54 +72,13 @@ msgstr "" "<command>reboot</command> 可以重启系统。" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "如果您不熟悉 Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"如果不熟悉 Unix,您也许应该出去买些书来读。从 <ulink url=\"&url-debian-" -"reference;\">Debian Reference</ulink> 还可以找到到大量有用的信息。<ulink url=" -"\"&url-unix-faq;\">Unix 常见问题解答</ulink>里面包含了大量的 UseNet 文档,它" -"提供了很好的历史参考。" - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux 是 Unix 的一种实现。<ulink url=\"&url-ldp;\">Linux 文档计划 (LDP)</" -"ulink> 收集了大量的 HOWTO 和 Linux 在线书籍。这些文档绝大部分可以在本地安装;" -"只须安装 <classname>doc-linux-html</classname> 包(HTML 版本),或者 " -"<classname>doc-linux-text</classname>包(ASCII 版本),然后在 <filename>/usr/" -"share/doc/HOWTO</filename> 里面就能找到。在 &debian; 软件包里面也提供 LDP " -"HOWTO 的国际化版本。" - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "让自己适应 &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -135,13 +94,13 @@ msgstr "" "粗略的介绍。" #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "&debian; 软件包系统" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -172,7 +131,7 @@ msgstr "" "command> 里面将软件包设置为 <quote>hold</quote>状态,以避免这种情况。" #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -195,13 +154,13 @@ msgstr "" "限制的软件包。" #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "用于 &debian; 的额外软件" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -216,13 +175,13 @@ msgstr "" "Release</ulink>。" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "应用程序版本管理" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -233,13 +192,13 @@ msgstr "" "多个版本,请阅读 update-alternatives 的 man 手册。" #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "定时任务管理" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -256,7 +215,7 @@ msgstr "" "然后按照文件名的字典顺序依次运行。" #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -271,7 +230,7 @@ msgstr "" "件可以包含一个额外的域,允许您指定运行该定时任务的用户帐户。" #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -284,13 +243,41 @@ msgstr "" "share/doc/cron/README.Debian</filename>。" #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "更多信息" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"在 <ulink url=\"http://www.debian.org/\">Debian 网站</ulink> 上有大量的 " +"&debian; 相关文档。尤其要看看 <ulink url=\"http://www.debian.org/doc/FAQ/" +"\">Debian GNU/Linux FAQ</ulink> 和 <ulink url=\"http://www.debian.org/doc/" +"user-manuals#quick-reference\">Debian Reference</ulink>。更多的 &debian; 文档" +"位于 <ulink url=\"http://www.debian.org/doc/ddp\">Debian Documentation " +"Project</ulink>。&debian; 社区是靠用户自己的力量支撑起来的;如果您想要订阅 " +"Debian 的邮件列表,请访问 <ulink url=\"http://www.debian.org/MailingLists/" +"subscribe\"> Mail List Subscription</ulink> 页面。最后,相当重要的,<ulink " +"url=\"http://lists.debian.org/\">Debian Mailing List Archives</ulink> 包含了 " +"&debian; 丰富的信息。" + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -302,7 +289,7 @@ msgstr "" "replaceable></userinput>。" #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -320,35 +307,7 @@ msgstr "" "filename>。" #. Tag: para -#: post-install.xml:235 -#, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"在 <ulink url=\"http://www.debian.org/\">Debian 网站</ulink> 上有大量的 " -"&debian; 相关文档。尤其要看看 <ulink url=\"http://www.debian.org/doc/FAQ/" -"\">Debian GNU/Linux FAQ</ulink> 和 <ulink url=\"http://www.debian.org/doc/" -"user-manuals#quick-reference\">Debian Reference</ulink>。更多的 &debian; 文档" -"位于 <ulink url=\"http://www.debian.org/doc/ddp\">Debian Documentation " -"Project</ulink>。&debian; 社区是靠用户自己的力量支撑起来的;如果您想要订阅 " -"Debian 的邮件列表,请访问 <ulink url=\"http://www.debian.org/MailingLists/" -"subscribe\"> Mail List Subscription</ulink> 页面。最后,相当重要的,<ulink " -"url=\"http://lists.debian.org/\">Debian Mailing List Archives</ulink> 包含了 " -"&debian; 丰富的信息。" - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -360,14 +319,43 @@ msgstr "" "org/\">Linux Documentation Project</ulink>。在那里您可以找到有关于 GNU/Linux " "系统各个部分的非常有价值的 HOWTO 文档以及其他指导。" +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"如果不熟悉 Unix,您也许应该出去买些书来读。从 <ulink url=\"&url-debian-" +"reference;\">Debian Reference</ulink> 还可以找到到大量有用的信息。<ulink url=" +"\"&url-unix-faq;\">Unix 常见问题解答</ulink>里面包含了大量的 UseNet 文档,它" +"提供了很好的历史参考。" + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "让您的系统使用 E-Mail" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -379,7 +367,7 @@ msgstr "" "多 &debian; 工具如何设置正确非常重要,我们将在本节介绍一些基本的知识。" #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -397,7 +385,7 @@ msgstr "" "的收件箱。" #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -408,7 +396,7 @@ msgstr "" "程序处理不同类型的邮件。" #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -422,7 +410,7 @@ msgstr "" "command> 一起使用。" #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, fuzzy, no-c-format #| msgid "" #| "With the increasing popularity of graphical desktop systems, the use of " @@ -452,13 +440,13 @@ msgstr "" "能 — 而且通常是 — 与传统的 Linux 工具一起使用。" #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "默认的 E-Mail 配置" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -476,7 +464,7 @@ msgstr "" "footnote> 会通过邮件发送重要的提示通知系统管理员潜在的问题或变化。" #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -500,7 +488,7 @@ msgstr "" "会发送给 root 帐号。</para> </footnote>。" #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -512,13 +500,13 @@ msgstr "" "<command>mutt</command> 读取。" #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "发送邮件到系统之外" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -529,7 +517,7 @@ msgstr "" "收其他系统的邮件。" #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -540,7 +528,7 @@ msgstr "" "可以使用的基本配置选项。确认邮件可以正确地发送和接收。" #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -555,7 +543,7 @@ msgstr "" "(配置方法超出了本手册的范围)。" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -569,7 +557,7 @@ msgstr "" "应的 bug 报告。它默认是使用 <classname>exim4</classname> 来提交 bug 报告。" #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -582,13 +570,13 @@ msgstr "" "<quote>no</quote>。您接着将会被问到使用哪个 SMTP 服务器来提交 bug 报告。" #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "配置 Exim4 MTA" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -601,13 +589,13 @@ msgstr "" "MTA/MDA。</para> </footnote>:" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -618,7 +606,7 @@ msgstr "" "不准,就选择默认选项。" #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -626,13 +614,13 @@ msgid "" msgstr "接着您将看到几个常见的邮件方案,请选择一个最近似您需求的那个。" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "internet site" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -644,13 +632,13 @@ msgstr "" "会询问您一些基本问题,如:您的机器的邮件名称、您接受或转发邮件的域等等。" #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "mail sent by smarthost" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -666,7 +654,7 @@ msgstr "" "载邮件。" #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -677,13 +665,13 @@ msgstr "" "司的邮件服务器,或是您自己网络中的另外一台机器。" #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "mail sent by smarthost; no local mail" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -694,25 +682,25 @@ msgstr "" "mail domain。在本系统上的邮件(比如,给系统管理员的)还是会被处理。" #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "local delivery only" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "本选项是系统默认的配置。" #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "no configuration at this time" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -725,7 +713,7 @@ msgstr "" "工具发来的重要信息。" #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -743,7 +731,7 @@ msgstr "" "classname> 配置方面的细节,并说明从哪里找到更多的文档。" #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -761,13 +749,13 @@ msgstr "" "filename>。" #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "编译新内核" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -776,7 +764,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -786,13 +774,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "修复损坏的系统" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -808,7 +796,7 @@ msgstr "" "一个可以工作的系统,rescue 模式正好用于此目的。" #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -828,7 +816,7 @@ msgstr "" "大的硬件探测能力,确保修复系统的时候硬盘,网络设备等等可以使用。" #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -842,7 +830,7 @@ msgstr "" "创建一样。" #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -858,7 +846,7 @@ msgstr "" "userinput> 完成。</phrase>" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -874,13 +862,13 @@ msgstr "" "统将挂载到 <filename>/target</filename> 目录。" #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "无论哪种情况,退出 shell 之后,系统将重启。" #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -890,6 +878,26 @@ msgstr "" "最后,要注意修复一个损坏的系统可能非常困难,在这份手册里面不会列举所有的情况" "和修复方法。如果您遇到困难,请咨询专家。" +#~ msgid "If You Are New to Unix" +#~ msgstr "如果您不熟悉 Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux 是 Unix 的一种实现。<ulink url=\"&url-ldp;\">Linux 文档计划 (LDP)</" +#~ "ulink> 收集了大量的 HOWTO 和 Linux 在线书籍。这些文档绝大部分可以在本地安" +#~ "装;只须安装 <classname>doc-linux-html</classname> 包(HTML 版本),或者 " +#~ "<classname>doc-linux-text</classname>包(ASCII 版本),然后在 <filename>/" +#~ "usr/share/doc/HOWTO</filename> 里面就能找到。在 &debian; 软件包里面也提供 " +#~ "LDP HOWTO 的国际化版本。" + #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " #~ "since the default kernel shipped with &debian; handles most " diff --git a/po/zh_CN/welcome.po b/po/zh_CN/welcome.po index fe7b356e6..9f52f8d52 100644 --- a/po/zh_CN/welcome.po +++ b/po/zh_CN/welcome.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2017-06-11 21:21+0800\n" "Last-Translator: Yangfl <mmyangfl@gmail.com>\n" "Language-Team: <debian-l10n-chinese@lists.debian.org>\n" @@ -144,20 +144,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) 是一个针对 " -"GNU/Linux 系统标准化的项目,它将使第三方软件和硬件开发者能更容易的为“普通”的 " -"Linux 设计程序和设备驱动,而不仅仅是为某个特定的 GNU/Linux 发行版进行开发。" - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -169,7 +155,7 @@ msgstr "" "程序,而不需要担心软件包在不同的 GNU/Linux 发行版的安装。" #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -179,7 +165,7 @@ msgstr "" "Debian 能向年幼的用户提供一些有用的东西。" #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -189,13 +175,13 @@ msgstr "" "ulink>。" #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "什么是 GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -205,7 +191,7 @@ msgstr "" "程序。" #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -227,7 +213,7 @@ msgstr "" "表达人们通常所说的 <quote>Linux</quote>。" #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -243,7 +229,7 @@ msgstr "" "Linux,其大部分开发工作都是由无偿的志愿者完成的。" #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -254,7 +240,7 @@ msgstr "" "fsf;\">自由软件基金会</ulink> 开始研发被称为 GNU 的自由的类 Unix 操作系统。" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -270,7 +256,7 @@ msgstr "" "辑工作)的各种任务。" #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -283,7 +269,7 @@ msgstr "" "提供了理论和社会基础。" #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -299,7 +285,7 @@ msgstr "" "ulink>。" #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, no-c-format msgid "" "Linus Torvalds continues to coordinate the work of several hundred " @@ -316,7 +302,7 @@ msgstr "" "到。" #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -330,7 +316,7 @@ msgstr "" "想过命令行和桌面其实是可以更换的。" #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -344,13 +330,13 @@ msgstr "" "庭和商业用户中变得越来越流行。" #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "什么是 &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -372,7 +358,7 @@ msgstr "" "确保问题被及时发现和修复。" #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -385,7 +371,7 @@ msgstr "" "可以轻松胜任。" #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -398,7 +384,7 @@ msgstr "" "非常通用的标准。" #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -410,7 +396,7 @@ msgstr "" "非常容易。而且它还是第一个可以不用重新安装就能升级的 Linux 发行版。" #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -422,7 +408,7 @@ msgstr "" "范例 — 即使是用于创建和维护一个完整操作系统这样复杂的任务。" #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -439,7 +425,7 @@ msgstr "" "些软件是您自己编译的以及它们所需要的依赖关系。" #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -457,7 +443,7 @@ msgstr "" "装。" #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -475,13 +461,13 @@ msgstr "" "单。" #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, no-c-format msgid "What is &debian; GNU/kFreeBSD?" msgstr "什么是 &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." @@ -489,7 +475,7 @@ msgstr "" "&debian; GNU/kFreeBSD 是一种 &debian; GNU 系统,它采用了 kFreeBSD 内核。" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, no-c-format msgid "" "This port of &debian; is currently only being developed for the i386 and " @@ -499,7 +485,7 @@ msgstr "" "系。" #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -509,7 +495,7 @@ msgstr "" "息并不适用于它。" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -521,13 +507,13 @@ msgstr "" "debian.org</email> 邮件列表。" #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "什么是 &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -537,7 +523,7 @@ msgstr "" "GNU Mach 未内核上的服务。" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, no-c-format msgid "" "The Hurd is still unfinished, and is unsuitable for day-to-day use, but work " @@ -549,7 +535,7 @@ msgstr "" "发,当系统稳定之后也会移植到其他的体系。" #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -559,7 +545,7 @@ msgstr "" "不适用于它。" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -571,13 +557,13 @@ msgstr "" "org</email> 邮件列表。" #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "获得 &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -592,7 +578,7 @@ msgstr "" "&debian; 官方镜像,您可以很容易找到最近的一个。" #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -603,13 +589,13 @@ msgstr "" "可以在安装之后立即进行升级。" #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "获得本文档最新版本" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -624,13 +610,13 @@ msgstr "" "</ulink>得到。" #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "文档的组织" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -642,7 +628,7 @@ msgstr "" "量少的假设,但我们还是设想您对计算机硬件如何工作有一个基本的了解。" #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -654,7 +640,7 @@ msgstr "" "程序支持的硬件细节,等等。我们鼓励专业用户有选择性的浏览本文档。" #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -666,7 +652,7 @@ msgstr "" "装 &debian-gnu; 的步骤,以及每步相关的章节:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -675,7 +661,7 @@ msgstr "" "确定您的硬件是否满足安装系统的要求,位于<xref linkend=\"hardware-req\"/>。" #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -687,7 +673,7 @@ msgstr "" "\"preparing\"/>。如果需要多重引导系统,您可能需要为 &debian; 创建分区空间。" #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -697,7 +683,7 @@ msgstr "" "件。" #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -710,7 +696,7 @@ msgid "" msgstr "讲述的是如何启动安装系统。本章还将讨论如何解决这步操作中会遇到的问题。" #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -728,7 +714,7 @@ msgstr "" "知识位于<xref linkend=\"partitioning\"/>。)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -736,7 +722,7 @@ msgid "" msgstr "从您新安装的基本系统启动,<xref linkend=\"boot-new\"/>。" #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -747,7 +733,7 @@ msgstr "" "寻找更多有关 Unix 和 &debian; 的信息,以及如何替换您的内核。" #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -757,13 +743,13 @@ msgstr "" "\"/>。" #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "欢迎给文档提供帮助" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -776,7 +762,7 @@ msgstr "" "语言与硬件体系版本的列表。" #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -791,13 +777,13 @@ msgstr "" "是否已经被报告过)。" #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "关于版权与软件协议" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -818,7 +804,7 @@ msgstr "" "<emphasis>自由软件</emphasis>。" #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, no-c-format msgid "" "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -835,7 +821,7 @@ msgstr "" "样发布。" #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, no-c-format msgid "" "The &debian; project, as a pragmatic concession to its users, does make some " @@ -854,7 +840,7 @@ msgstr "" "Debian FTP archives</quote> 章节以了解档案布局和内容的更多信息。" #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -879,7 +865,7 @@ msgstr "" "在 &debian; 系统中得到。" #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -894,7 +880,7 @@ msgstr "" "包安装到系统后就存在了。" #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -905,7 +891,7 @@ msgstr "" "<ulink url=\"&url-dfsg;\">Debian Free Software Guidelines</ulink>。" #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -920,3 +906,15 @@ msgstr "" "的是使社群受益,而不能保证软件适用于任何特定用途。但是,因为软件是自由的,您" "可以修改此软件以使其能适用于您的需要 — 并享用其他人采用这种途径扩展后的" "修改成果。" + +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) 是一个针对 " +#~ "GNU/Linux 系统标准化的项目,它将使第三方软件和硬件开发者能更容易的为“普" +#~ "通”的 Linux 设计程序和设备驱动,而不仅仅是为某个特定的 GNU/Linux 发行版进" +#~ "行开发。" diff --git a/po/zh_TW/post-install.po b/po/zh_TW/post-install.po index ed6a7d080..e46f6eac7 100644 --- a/po/zh_TW/post-install.po +++ b/po/zh_TW/post-install.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-08-03 23:21+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2015-05-25 13:45+0200\n" "Last-Translator: Jhang, Jia-Wei<dreamcryer@gmail.com>\n" "Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.org>\n" @@ -57,54 +57,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:61 -#, no-c-format -msgid "If You Are New to Unix" -msgstr "如果您不熟悉 Unix" - -#. Tag: para -#: post-install.xml:62 -#, no-c-format -msgid "" -"If you are new to Unix, you probably should go out and buy some books and do " -"some reading. A lot of valuable information can also be found in the <ulink " -"url=\"&url-debian-reference;\">Debian Reference</ulink>. This <ulink url=" -"\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number of UseNet " -"documents which provide a nice historical reference." -msgstr "" -"如果您不熟悉 Unix,您也許應該出去買些書來讀。還可以從 <ulink url=\"&url-" -"debian-reference;\">Debian Reference</ulink> 找到到大量有用的資訊。<ulink " -"url=\"&url-unix-faq;\">Unix 常見問答集</ulink>中包含了大量的 Usenet 文件,它" -"提供很有用的參考。" - -#. Tag: para -#: post-install.xml:70 -#, no-c-format -msgid "" -"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " -"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " -"books relating to Linux. Most of these documents can be installed locally; " -"just install the <classname>doc-linux-html</classname> package (HTML " -"versions) or the <classname>doc-linux-text</classname> package (ASCII " -"versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " -"International versions of the LDP HOWTOs are also available as &debian; " -"packages." -msgstr "" -"Linux 是 Unix 的實作。<ulink url=\"&url-ldp;\">Linux 文件計劃 (LDP)</ulink> " -"收集了大量的 HOWTO 和 Linux 的線上書籍。這些文件絕大部分可以在本地安裝;只要" -"安裝 <classname>doc-linux-html</classname> 套件 (HTML 版本) 或者 " -"<classname>doc-linux-text</classname> 套件 (ASCII 版本),然後在 <filename>/" -"usr/share/doc/HOWTO</filename> 裡面就能找到。在 &debian; 軟體套件裡面也提供 " -"LDP HOWTO 的國際化版本。" - -#. Tag: title -#: post-install.xml:91 +#: post-install.xml:60 #, no-c-format msgid "Orienting Yourself to &debian;" msgstr "讓您自己轉向 &debian;" #. Tag: para -#: post-install.xml:92 +#: post-install.xml:61 #, no-c-format msgid "" "&debian; is a little different from other distributions. Even if you're " @@ -120,13 +79,13 @@ msgstr "" "系統的一個粗略的介紹。" #. Tag: title -#: post-install.xml:103 +#: post-install.xml:72 #, no-c-format msgid "&debian; Packaging System" msgstr "&debian; 軟體套件系統" #. Tag: para -#: post-install.xml:104 +#: post-install.xml:73 #, no-c-format msgid "" "The most important concept to grasp is the &debian; packaging system. In " @@ -158,7 +117,7 @@ msgstr "" "command>。" #. Tag: para -#: post-install.xml:145 +#: post-install.xml:114 #, fuzzy, no-c-format #| msgid "" #| "One of the best installation methods is apt. You can use the command line " @@ -181,13 +140,13 @@ msgstr "" "同時使用限製出口的軟體套件。" #. Tag: title -#: post-install.xml:159 +#: post-install.xml:128 #, no-c-format msgid "Additional Software Available for &debian;" msgstr "" #. Tag: para -#: post-install.xml:160 +#: post-install.xml:129 #, no-c-format msgid "" "There are official and unofficial software repositories that are not enabled " @@ -198,13 +157,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:172 +#: post-install.xml:141 #, no-c-format msgid "Application Version Management" msgstr "應用程式版本管理" #. Tag: para -#: post-install.xml:173 +#: post-install.xml:142 #, no-c-format msgid "" "Alternative versions of applications are managed by update-alternatives. If " @@ -215,13 +174,13 @@ msgstr "" "的應用程式,請參閱 update-alternatives 的 man 手冊。" #. Tag: title -#: post-install.xml:183 +#: post-install.xml:152 #, no-c-format msgid "Cron Job Management" msgstr "任務排程管理" #. Tag: para -#: post-install.xml:184 +#: post-install.xml:153 #, fuzzy, no-c-format msgid "" "Any jobs under the purview of the system administrator should be in " @@ -238,7 +197,7 @@ msgstr "" "然後按照檔案名稱的字典順序依次執行。" #. Tag: para -#: post-install.xml:193 +#: post-install.xml:162 #, fuzzy, no-c-format msgid "" "On the other hand, if you have a cron job that (a) needs to run as a special " @@ -253,7 +212,7 @@ msgstr "" "可以包含額外的設定項目,允許您指定運行該定期任務的使用者帳戶。" #. Tag: para -#: post-install.xml:202 +#: post-install.xml:171 #, no-c-format msgid "" "In either case, you just edit the files and cron will notice them " @@ -266,13 +225,37 @@ msgstr "" "share/doc/cron/README.Debian</filename>。" #. Tag: title -#: post-install.xml:217 +#: post-install.xml:186 #, no-c-format msgid "Further Reading and Information" msgstr "更多閱讀資訊" #. Tag: para -#: post-install.xml:218 +#: post-install.xml:187 +#, fuzzy, no-c-format +msgid "" +"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " +"large quantity of documentation about &debian;. In particular, see the " +"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " +"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" +"\">Debian Reference</ulink>. An index of more &debian; documentation is " +"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " +"Documentation Project</ulink>. The &debian; community is self-supporting; to " +"subscribe to one or more of the Debian mailing lists, see the <ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" +"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" +"\">Debian Mailing List Archives</ulink> contain a wealth of information on " +"&debian;." +msgstr "" +"在 <ulink url=\"http://www.debian.org/\">Debian 網站</ulink> 上有大量的 " +"&debian; 相關文件。尤其是 <ulink url=\"http://www.debian.org/doc/FAQ/" +"\">Debian 常見問答集</ulink>和 <ulink url=\"http://lists.debian.org/" +"\">Debian 郵件論壇檔案庫</ulink>可能會對您有很大幫助。Debian 社群是靠使用者們" +"自己的力量支撐起來的。如果您想要訂閱 &debian; 的郵件論壇,請到:<ulink url=" +"\"http://www.debian.org/MailingLists/subscribe\">訂閱郵件論壇</ulink>網頁。" + +#. Tag: para +#: post-install.xml:205 #, no-c-format msgid "" "If you need information about a particular program, you should first try " @@ -284,7 +267,7 @@ msgstr "" "replaceable></userinput>。" #. Tag: para -#: post-install.xml:224 +#: post-install.xml:211 #, no-c-format msgid "" "There is lots of useful documentation in <filename>/usr/share/doc</filename> " @@ -302,31 +285,7 @@ msgstr "" "Debian</filename>。" #. Tag: para -#: post-install.xml:235 -#, fuzzy, no-c-format -msgid "" -"The <ulink url=\"http://www.debian.org/\">Debian web site</ulink> contains a " -"large quantity of documentation about &debian;. In particular, see the " -"<ulink url=\"http://www.debian.org/doc/FAQ/\">Debian GNU/Linux FAQ</ulink> " -"and the <ulink url=\"http://www.debian.org/doc/user-manuals#quick-reference" -"\">Debian Reference</ulink>. An index of more &debian; documentation is " -"available from the <ulink url=\"http://www.debian.org/doc/ddp\">Debian " -"Documentation Project</ulink>. The &debian; community is self-supporting; to " -"subscribe to one or more of the Debian mailing lists, see the <ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\"> Mail List Subscription</" -"ulink> page. Last, but not least, the <ulink url=\"http://lists.debian.org/" -"\">Debian Mailing List Archives</ulink> contain a wealth of information on " -"&debian;." -msgstr "" -"在 <ulink url=\"http://www.debian.org/\">Debian 網站</ulink> 上有大量的 " -"&debian; 相關文件。尤其是 <ulink url=\"http://www.debian.org/doc/FAQ/" -"\">Debian 常見問答集</ulink>和 <ulink url=\"http://lists.debian.org/" -"\">Debian 郵件論壇檔案庫</ulink>可能會對您有很大幫助。Debian 社群是靠使用者們" -"自己的力量支撐起來的。如果您想要訂閱 &debian; 的郵件論壇,請到:<ulink url=" -"\"http://www.debian.org/MailingLists/subscribe\">訂閱郵件論壇</ulink>網頁。" - -#. Tag: para -#: post-install.xml:253 +#: post-install.xml:222 #, no-c-format msgid "" "A general source of information on GNU/Linux is the <ulink url=\"http://www." @@ -338,14 +297,43 @@ msgstr "" "org/\">Linux 文件計劃</ulink>。在這裡您可以找到有關於 GNU/Linux 系統關於各個" "部分非常有價值的 HOWTO 文件以及其他指引。" +#. Tag: para +#: post-install.xml:229 +#, no-c-format +msgid "" +"Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +"Documentation Project (LDP)</ulink> collects a number of HOWTOs and online " +"books relating to Linux." +msgstr "" + +#. Tag: para +#: post-install.xml:236 +#, fuzzy, no-c-format +#| msgid "" +#| "If you are new to Unix, you probably should go out and buy some books and " +#| "do some reading. A lot of valuable information can also be found in the " +#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This " +#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number " +#| "of UseNet documents which provide a nice historical reference." +msgid "" +"If you are new to Unix, you probably should go out and buy some books and do " +"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> " +"contains a number of UseNet documents which provide a nice historical " +"reference." +msgstr "" +"如果您不熟悉 Unix,您也許應該出去買些書來讀。還可以從 <ulink url=\"&url-" +"debian-reference;\">Debian Reference</ulink> 找到到大量有用的資訊。<ulink " +"url=\"&url-unix-faq;\">Unix 常見問答集</ulink>中包含了大量的 Usenet 文件,它" +"提供很有用的參考。" + #. Tag: title -#: post-install.xml:269 +#: post-install.xml:251 #, no-c-format msgid "Setting Up Your System To Use E-Mail" msgstr "" #. Tag: para -#: post-install.xml:270 +#: post-install.xml:252 #, no-c-format msgid "" "Today, email is an important part of many people's life. As there are many " @@ -355,7 +343,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:277 +#: post-install.xml:259 #, no-c-format msgid "" "There are three main functions that make up an e-mail system. First there is " @@ -368,7 +356,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:287 +#: post-install.xml:269 #, no-c-format msgid "" "These three functions can be performed by separate programs, but they can " @@ -377,7 +365,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:293 +#: post-install.xml:275 #, no-c-format msgid "" "On Linux and Unix systems <command>mutt</command> is historically a very " @@ -387,7 +375,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:300 +#: post-install.xml:282 #, no-c-format msgid "" "With the increasing popularity of graphical desktop systems, the use of " @@ -399,13 +387,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:312 +#: post-install.xml:294 #, no-c-format msgid "Default E-Mail Configuration" msgstr "" #. Tag: para -#: post-install.xml:313 +#: post-install.xml:295 #, no-c-format msgid "" "Even if you are planning to use a graphical mail program, it is important " @@ -418,7 +406,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:328 +#: post-install.xml:310 #, no-c-format msgid "" "For this reason the packages <classname>exim4</classname> and " @@ -435,7 +423,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:347 +#: post-install.xml:329 #, no-c-format msgid "" "When system e-mails are delivered they are added to a file in <filename>/var/" @@ -444,13 +432,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:357 +#: post-install.xml:339 #, no-c-format msgid "Sending E-Mails Outside The System" msgstr "" #. Tag: para -#: post-install.xml:358 +#: post-install.xml:340 #, no-c-format msgid "" "As mentioned earlier, the installed &debian; system is only set up to handle " @@ -459,7 +447,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:364 +#: post-install.xml:346 #, no-c-format msgid "" "If you would like <classname>exim4</classname> to handle external e-mail, " @@ -468,7 +456,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:370 +#: post-install.xml:352 #, no-c-format msgid "" "If you intend to use a graphical mail program and use a mail server of your " @@ -479,7 +467,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:379 +#: post-install.xml:361 #, no-c-format msgid "" "However, in that case you may need to configure individual utilities to " @@ -490,7 +478,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:387 +#: post-install.xml:369 #, no-c-format msgid "" "To correctly set up <command>reportbug</command> to use an external mail " @@ -500,13 +488,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:398 +#: post-install.xml:380 #, no-c-format msgid "Configuring the Exim4 Mail Transport Agent" msgstr "" #. Tag: para -#: post-install.xml:399 +#: post-install.xml:381 #, no-c-format msgid "" "If you would like your system to also handle external e-mail, you will need " @@ -516,13 +504,13 @@ msgid "" msgstr "" #. Tag: screen -#: post-install.xml:411 +#: post-install.xml:393 #, no-c-format msgid "# dpkg-reconfigure exim4-config" msgstr "# dpkg-reconfigure exim4-config" #. Tag: para -#: post-install.xml:413 +#: post-install.xml:395 #, no-c-format msgid "" "After entering that command (as root), you will be asked if you want split " @@ -531,7 +519,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:419 +#: post-install.xml:401 #, no-c-format msgid "" "Next you will be presented with several common mail scenarios. Choose the " @@ -539,13 +527,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:428 +#: post-install.xml:410 #, no-c-format msgid "internet site" msgstr "網際網路站" #. Tag: para -#: post-install.xml:429 +#: post-install.xml:411 #, no-c-format msgid "" "Your system is connected to a network and your mail is sent and received " @@ -557,13 +545,13 @@ msgstr "" "詢問您一些基本問題,如:您的機器的郵件名稱、您接受或轉發郵件的網域名稱等等。" #. Tag: term -#: post-install.xml:440 +#: post-install.xml:422 #, no-c-format msgid "mail sent by smarthost" msgstr "用 smarthost 發信" #. Tag: para -#: post-install.xml:441 +#: post-install.xml:423 #, no-c-format msgid "" "In this scenario your outgoing mail is forwarded to another machine, called " @@ -575,7 +563,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:451 +#: post-install.xml:433 #, no-c-format msgid "" "In a lot of cases the smarthost will be your ISP's mail server, which makes " @@ -584,13 +572,13 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:461 +#: post-install.xml:443 #, no-c-format msgid "mail sent by smarthost; no local mail" msgstr "" #. Tag: para -#: post-install.xml:462 +#: post-install.xml:444 #, no-c-format msgid "" "This option is basically the same as the previous one except that the system " @@ -599,25 +587,25 @@ msgid "" msgstr "" #. Tag: term -#: post-install.xml:473 +#: post-install.xml:455 #, no-c-format msgid "local delivery only" msgstr "僅在本地發送" #. Tag: para -#: post-install.xml:474 +#: post-install.xml:456 #, no-c-format msgid "This is the option your system is configured for by default." msgstr "" #. Tag: term -#: post-install.xml:482 +#: post-install.xml:464 #, no-c-format msgid "no configuration at this time" msgstr "現在不進行設定" #. Tag: para -#: post-install.xml:483 +#: post-install.xml:465 #, no-c-format msgid "" "Choose this if you are absolutely convinced you know what you are doing. " @@ -630,7 +618,7 @@ msgstr "" "具發出的重要資訊。" #. Tag: para -#: post-install.xml:494 +#: post-install.xml:476 #, no-c-format msgid "" "If none of these scenarios suits your needs, or if you need a finer grained " @@ -643,7 +631,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:505 +#: post-install.xml:487 #, no-c-format msgid "" "Note that sending mail directly to the Internet when you don't have an " @@ -656,13 +644,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:523 +#: post-install.xml:505 #, no-c-format msgid "Compiling a New Kernel" msgstr "編譯新核心" #. Tag: para -#: post-install.xml:524 +#: post-install.xml:506 #, no-c-format msgid "" "Why would someone want to compile a new kernel? It is most probably not " @@ -671,7 +659,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:530 +#: post-install.xml:512 #, no-c-format msgid "" "If you want to compile your own kernel nevertheless, this is of course " @@ -681,13 +669,13 @@ msgid "" msgstr "" #. Tag: title -#: post-install.xml:545 +#: post-install.xml:527 #, no-c-format msgid "Recovering a Broken System" msgstr "" #. Tag: para -#: post-install.xml:546 +#: post-install.xml:528 #, no-c-format msgid "" "Sometimes, things go wrong, and the system you've carefully installed is no " @@ -699,7 +687,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:556 +#: post-install.xml:538 #, no-c-format msgid "" "To access rescue mode, select <userinput>rescue</userinput> from the boot " @@ -714,7 +702,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:573 +#: post-install.xml:555 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -725,7 +713,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:581 +#: post-install.xml:563 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -737,7 +725,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:593 +#: post-install.xml:575 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -749,13 +737,13 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:602 +#: post-install.xml:584 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" #. Tag: para -#: post-install.xml:606 +#: post-install.xml:588 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " @@ -763,6 +751,26 @@ msgid "" "or how to fix them. If you have problems, consult an expert." msgstr "" +#~ msgid "If You Are New to Unix" +#~ msgstr "如果您不熟悉 Unix" + +#~ msgid "" +#~ "Linux is an implementation of Unix. The <ulink url=\"&url-ldp;\">Linux " +#~ "Documentation Project (LDP)</ulink> collects a number of HOWTOs and " +#~ "online books relating to Linux. Most of these documents can be installed " +#~ "locally; just install the <classname>doc-linux-html</classname> package " +#~ "(HTML versions) or the <classname>doc-linux-text</classname> package " +#~ "(ASCII versions), then look in <filename>/usr/share/doc/HOWTO</filename>. " +#~ "International versions of the LDP HOWTOs are also available as &debian; " +#~ "packages." +#~ msgstr "" +#~ "Linux 是 Unix 的實作。<ulink url=\"&url-ldp;\">Linux 文件計劃 (LDP)</" +#~ "ulink> 收集了大量的 HOWTO 和 Linux 的線上書籍。這些文件絕大部分可以在本地" +#~ "安裝;只要安裝 <classname>doc-linux-html</classname> 套件 (HTML 版本) 或" +#~ "者 <classname>doc-linux-text</classname> 套件 (ASCII 版本),然後在 " +#~ "<filename>/usr/share/doc/HOWTO</filename> 裡面就能找到。在 &debian; 軟體套" +#~ "件裡面也提供 LDP HOWTO 的國際化版本。" + #, fuzzy #~ msgid "" #~ "Why would someone want to compile a new kernel? It is often not necessary " diff --git a/po/zh_TW/welcome.po b/po/zh_TW/welcome.po index 0b05a6bf3..ed46cc57b 100644 --- a/po/zh_TW/welcome.po +++ b/po/zh_TW/welcome.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-07-07 09:56+0000\n" +"POT-Creation-Date: 2018-08-31 23:21+0000\n" "PO-Revision-Date: 2005-06-10 01:57+0800\n" "Last-Translator: Jhang, Jia-Wei<dreamcryer@gmail.com>\n" "Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.org>\n" @@ -141,21 +141,6 @@ msgstr "" #: welcome.xml:89 #, no-c-format msgid "" -"The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " -"project aimed at standardizing the basic GNU/Linux system, which will enable " -"third-party software and hardware developers to easily design programs and " -"device drivers for Linux-in-general, rather than for a specific GNU/Linux " -"distribution." -msgstr "" -"<ulink url=\"&url-lsb-org;\">Linux 標準基礎 (Linux Standard Base, LSB)</" -"ulink> 是一個針對基本 GNU/Linux 系統標準化的計畫,它將使第三方軟體和硬體開發" -"者能更容易的為「通用 Linux」設計應用程式和驅動程式,而不僅僅是為某個特定的 " -"GNU/Linux 發行套件進行開發。" - -#. Tag: para -#: welcome.xml:99 -#, no-c-format -msgid "" "The <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> " "(FHS) is an effort to standardize the layout of the Linux file system. The " "FHS will allow software developers to concentrate their efforts on designing " @@ -168,7 +153,7 @@ msgstr "" "下要如何安裝。" #. Tag: para -#: welcome.xml:109 +#: welcome.xml:99 #, no-c-format msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " @@ -178,7 +163,7 @@ msgstr "" "Debian 能向年幼的使用者提供一些有用的東西。" #. Tag: para -#: welcome.xml:118 +#: welcome.xml:108 #, no-c-format msgid "" "For more general information about Debian, see the <ulink url=\"&url-debian-" @@ -188,13 +173,13 @@ msgstr "" "答集</ulink>。" #. Tag: title -#: welcome.xml:133 +#: welcome.xml:123 #, no-c-format msgid "What is GNU/Linux?" msgstr "什麼是 GNU/Linux?" #. Tag: para -#: welcome.xml:134 +#: welcome.xml:124 #, no-c-format msgid "" "Linux is an operating system: a series of programs that let you interact " @@ -202,7 +187,7 @@ msgid "" msgstr "Linux 是一種作業系統:一系列能讓您與電腦互動並且執行其他程式的程式" #. Tag: para -#: welcome.xml:139 +#: welcome.xml:129 #, no-c-format msgid "" "An operating system consists of various fundamental programs which are " @@ -225,7 +210,7 @@ msgstr "" "quote>。" #. Tag: para -#: welcome.xml:153 +#: welcome.xml:143 #, no-c-format msgid "" "Linux is modelled on the Unix operating system. From the start, Linux was " @@ -241,7 +226,7 @@ msgstr "" "的志願者完成。" #. Tag: para -#: welcome.xml:162 +#: welcome.xml:152 #, fuzzy, no-c-format msgid "" "Development of what later became GNU/Linux began in 1984, when the <ulink " @@ -253,7 +238,7 @@ msgstr "" "統,被稱為 GNU。" #. Tag: para -#: welcome.xml:168 +#: welcome.xml:158 #, fuzzy, no-c-format msgid "" "The <ulink url=\"&url-gnu;\">GNU Project</ulink> has developed a " @@ -268,7 +253,7 @@ msgstr "" "雜 (例如撰寫和編譯程式或對多種文件格式進行編輯) 的各類工作。" #. Tag: para -#: welcome.xml:178 +#: welcome.xml:168 #, no-c-format msgid "" "While many groups and individuals have contributed to Linux, the largest " @@ -281,7 +266,7 @@ msgstr "" "理論和社會基礎。" #. Tag: para -#: welcome.xml:185 +#: welcome.xml:175 #, no-c-format msgid "" "The <ulink url=\"&url-kernel-org;\">Linux kernel</ulink> first appeared in " @@ -297,7 +282,7 @@ msgstr "" "ulink>。" #. Tag: para -#: welcome.xml:194 +#: welcome.xml:184 #, fuzzy, no-c-format #| msgid "" #| "Linus Torvalds continues to coordinate the work of several hundred " @@ -322,7 +307,7 @@ msgstr "" "linux-kernel-list-faq;\">linux-kernel 通訊論壇常見問題集</ulink>。" #. Tag: para -#: welcome.xml:204 +#: welcome.xml:194 #, no-c-format msgid "" "Linux users have immense freedom of choice in their software. For example, " @@ -336,7 +321,7 @@ msgstr "" "他們可能從來沒想過命令列和桌面其實是可以更換的。" #. Tag: para -#: welcome.xml:213 +#: welcome.xml:203 #, no-c-format msgid "" "Linux is also less likely to crash, better able to run more than one program " @@ -350,13 +335,13 @@ msgstr "" "和商業使用者之間變得越來越流行。" #. Tag: title -#: welcome.xml:231 +#: welcome.xml:221 #, no-c-format msgid "What is &debian; GNU/Linux?" msgstr "什麼是 &debian; GNU/Linux?" #. Tag: para -#: welcome.xml:232 +#: welcome.xml:222 #, no-c-format msgid "" "The combination of &debian;'s philosophy and methodology and the GNU tools, " @@ -378,7 +363,7 @@ msgstr "" "系統的結合可以確保問題被及時發現和修復。" #. Tag: para -#: welcome.xml:246 +#: welcome.xml:236 #, no-c-format msgid "" "&debian;'s attention to detail allows us to produce a high-quality, stable, " @@ -391,7 +376,7 @@ msgstr "" "路伺服器。" #. Tag: para -#: welcome.xml:253 +#: welcome.xml:243 #, no-c-format msgid "" "&debian; is especially popular among advanced users because of its technical " @@ -404,7 +389,7 @@ msgstr "" "為非常通用的標準。" #. Tag: para -#: welcome.xml:260 +#: welcome.xml:250 #, no-c-format msgid "" "For example, &debian; was the first Linux distribution to include a package " @@ -416,7 +401,7 @@ msgstr "" "變得容易。而且它還是第一個可以不用重新安裝就能升級的 Linux 發行套件。" #. Tag: para -#: welcome.xml:267 +#: welcome.xml:257 #, no-c-format msgid "" "&debian; continues to be a leader in Linux development. Its development " @@ -428,7 +413,7 @@ msgstr "" "— 即使是用於建立和維護一個完整作業系統這樣複雜的任務。" #. Tag: para -#: welcome.xml:274 +#: welcome.xml:264 #, no-c-format msgid "" "The feature that most distinguishes &debian; from other Linux distributions " @@ -445,7 +430,7 @@ msgstr "" "套件管理系統哪些軟體是您自己編譯的以及它們對其他軟體套件的依賴關係。" #. Tag: para -#: welcome.xml:285 +#: welcome.xml:275 #, no-c-format msgid "" "To protect your system against <quote>Trojan horses</quote> and other " @@ -463,7 +448,7 @@ msgstr "" "項安全更新。" #. Tag: para -#: welcome.xml:295 +#: welcome.xml:285 #, no-c-format msgid "" "The primary, and best, method of getting support for your &debian; GNU/Linux " @@ -481,21 +466,21 @@ msgstr "" "單。" #. Tag: title -#: welcome.xml:318 +#: welcome.xml:308 #, fuzzy, no-c-format #| msgid "What is Debian GNU/Hurd?" msgid "What is &debian; GNU/kFreeBSD?" msgstr "什麼是 &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:320 +#: welcome.xml:310 #, no-c-format msgid "" "&debian; GNU/kFreeBSD is a &debian; GNU system with the kFreeBSD kernel." msgstr "" #. Tag: para -#: welcome.xml:324 +#: welcome.xml:314 #, fuzzy, no-c-format #| msgid "" #| "Debian GNU/Hurd is a Debian GNU system that replaces the Linux monolithic " @@ -514,7 +499,7 @@ msgstr "" "到其他的硬體架構下。" #. Tag: para -#: welcome.xml:329 +#: welcome.xml:319 #, no-c-format msgid "" "Please note that &debian; GNU/kFreeBSD is not a Linux system, and thus some " @@ -522,7 +507,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:334 +#: welcome.xml:324 #, fuzzy, no-c-format #| msgid "" #| "For more information, see the <ulink url=\"http://www.debian.org/ports/" @@ -538,13 +523,13 @@ msgstr "" "更多資訊。" #. Tag: title -#: welcome.xml:353 +#: welcome.xml:343 #, no-c-format msgid "What is &debian; GNU/Hurd?" msgstr "什麼是 &debian; GNU/Hurd?" #. Tag: para -#: welcome.xml:355 +#: welcome.xml:345 #, no-c-format msgid "" "&debian; GNU/Hurd is a &debian; GNU system with the GNU Hurd — a set " @@ -552,7 +537,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:360 +#: welcome.xml:350 #, fuzzy, no-c-format #| msgid "" #| "Debian GNU/Hurd is a Debian GNU system that replaces the Linux monolithic " @@ -573,7 +558,7 @@ msgstr "" "體架構下。" #. Tag: para -#: welcome.xml:368 +#: welcome.xml:358 #, no-c-format msgid "" "Please note that &debian; GNU/Hurd is not a Linux system, and thus some " @@ -581,7 +566,7 @@ msgid "" msgstr "" #. Tag: para -#: welcome.xml:373 +#: welcome.xml:363 #, no-c-format msgid "" "For more information, see the <ulink url=\"http://www.debian.org/ports/hurd/" @@ -593,13 +578,13 @@ msgstr "" "更多資訊。" #. Tag: title -#: welcome.xml:390 +#: welcome.xml:380 #, no-c-format msgid "Getting &debian;" msgstr "取得 &debian;" #. Tag: para -#: welcome.xml:392 +#: welcome.xml:382 #, no-c-format msgid "" "For information on how to download &debian-gnu; from the Internet or from " @@ -614,7 +599,7 @@ msgstr "" "以很容易找到最近的一個。" #. Tag: para -#: welcome.xml:401 +#: welcome.xml:391 #, no-c-format msgid "" "&debian; can be upgraded after installation very easily. The installation " @@ -625,13 +610,13 @@ msgstr "" "您可以在安裝之後立即進行升級。" #. Tag: title -#: welcome.xml:416 +#: welcome.xml:406 #, no-c-format msgid "Getting the Newest Version of This Document" msgstr "取得本文件最新版本" #. Tag: para -#: welcome.xml:418 +#: welcome.xml:408 #, no-c-format msgid "" "This document is constantly being revised. Be sure to check the <ulink url=" @@ -646,13 +631,13 @@ msgstr "" "ulink>取得。" #. Tag: title -#: welcome.xml:436 +#: welcome.xml:426 #, no-c-format msgid "Organization of This Document" msgstr "本文架構" #. Tag: para -#: welcome.xml:438 +#: welcome.xml:428 #, no-c-format msgid "" "This document is meant to serve as a manual for first-time &debian; users. " @@ -664,7 +649,7 @@ msgstr "" "最少的假設,但我們還是假設您對電腦硬體的工作方式有基本的瞭解。" #. Tag: para -#: welcome.xml:445 +#: welcome.xml:435 #, no-c-format msgid "" "Expert users may also find interesting reference information in this " @@ -676,7 +661,7 @@ msgstr "" "&debian; 安裝程式支援的硬體細節等等。我們鼓勵專業使用者選擇性的瀏覽本文件。" #. Tag: para -#: welcome.xml:452 +#: welcome.xml:442 #, no-c-format msgid "" "In general, this manual is arranged in a linear fashion, walking you through " @@ -688,7 +673,7 @@ msgstr "" "gnu; 的步驟,以及每步驟相關的章節:" #. Tag: para -#: welcome.xml:460 +#: welcome.xml:450 #, no-c-format msgid "" "Determine whether your hardware meets the requirements for using the " @@ -697,7 +682,7 @@ msgstr "" "確定您的硬體是否滿足安裝系統的要求,請參考 <xref linkend=\"hardware-req\"/>。" #. Tag: para -#: welcome.xml:466 +#: welcome.xml:456 #, no-c-format msgid "" "Backup your system, perform any necessary planning and hardware " @@ -710,7 +695,7 @@ msgstr "" "&debian; 建立硬碟分割區。" #. Tag: para -#: welcome.xml:474 +#: welcome.xml:464 #, no-c-format msgid "" "In <xref linkend=\"install-methods\"/>, you will obtain the necessary " @@ -719,7 +704,7 @@ msgstr "" "您所選擇的安裝方式所需要的安裝文件 <xref linkend=\"install-methods\"/> 取得。" #. Tag: para -#: welcome.xml:480 +#: welcome.xml:470 #, fuzzy, no-c-format #| msgid "" #| "describes booting into the installation system. This chapter also " @@ -732,7 +717,7 @@ msgid "" msgstr "描述如何啟動安裝系統。本章還將討論安裝過程中遇到問題時的解決步驟。" #. Tag: para -#: welcome.xml:487 +#: welcome.xml:477 #, fuzzy, no-c-format msgid "" "Perform the actual installation according to <xref linkend=\"d-i-intro\"/>. " @@ -750,7 +735,7 @@ msgstr "" "系統建立分割區的背景知識位請參考 <xref linkend=\"partitioning\"/>)" #. Tag: para -#: welcome.xml:500 +#: welcome.xml:490 #, fuzzy, no-c-format msgid "" "Boot into your newly installed base system, from <xref linkend=\"boot-new\"/" @@ -760,7 +745,7 @@ msgstr "" "\"boot-new\"/>。" #. Tag: para -#: welcome.xml:508 +#: welcome.xml:498 #, no-c-format msgid "" "Once you've got your system installed, you can read <xref linkend=\"post-" @@ -771,7 +756,7 @@ msgstr "" "裡尋找更多有關 Unix 和 &debian; 的資訊,以及如何更換您的核心。" #. Tag: para -#: welcome.xml:518 +#: welcome.xml:508 #, no-c-format msgid "" "Finally, information about this document and how to contribute to it may be " @@ -781,13 +766,13 @@ msgstr "" "\"administrivia\"/>。" #. Tag: title -#: welcome.xml:528 +#: welcome.xml:518 #, no-c-format msgid "Your Documentation Help is Welcome" msgstr "歡迎為此文件提供幫助" #. Tag: para -#: welcome.xml:530 +#: welcome.xml:520 #, no-c-format msgid "" "Any help, suggestions, and especially, patches, are greatly appreciated. " @@ -800,7 +785,7 @@ msgstr "" "對不同語言以及硬體架構的版本列表。" #. Tag: para -#: welcome.xml:537 +#: welcome.xml:527 #, no-c-format msgid "" "Source is also available publicly; look in <xref linkend=\"administrivia\"/> " @@ -815,13 +800,13 @@ msgstr "" "檢查該問題是否已經被提出)。" #. Tag: title -#: welcome.xml:553 +#: welcome.xml:543 #, no-c-format msgid "About Copyrights and Software Licenses" msgstr "關於版權與軟體協議" #. Tag: para -#: welcome.xml:556 +#: welcome.xml:546 #, no-c-format msgid "" "We're sure that you've read some of the licenses that come with most " @@ -842,7 +827,7 @@ msgstr "" "emphasis>的緣故。" #. Tag: para -#: welcome.xml:569 +#: welcome.xml:559 #, fuzzy, no-c-format #| msgid "" #| "Calling software <emphasis>free</emphasis> doesn't mean that the software " @@ -867,7 +852,7 @@ msgstr "" "必須以該形式發佈。" #. Tag: para -#: welcome.xml:580 +#: welcome.xml:570 #, fuzzy, no-c-format #| msgid "" #| "The &debian; project, as a pragmatic concession to its users, does make " @@ -895,7 +880,7 @@ msgstr "" "Debian FTP archives</quote> 章節以瞭解更多關於檔案庫佈局和內容的資訊。" #. Tag: para -#: welcome.xml:594 +#: welcome.xml:584 #, no-c-format msgid "" "Many of the programs in the system are licensed under the <emphasis>GNU</" @@ -920,7 +905,7 @@ msgstr "" "&debian; 系統中取得。" #. Tag: para -#: welcome.xml:613 +#: welcome.xml:603 #, no-c-format msgid "" "There are several other forms of copyright statements and software licenses " @@ -935,7 +920,7 @@ msgstr "" "體套件安裝到系統後就存在了。" #. Tag: para -#: welcome.xml:623 +#: welcome.xml:613 #, no-c-format msgid "" "For more information about licenses and how &debian; determines whether " @@ -946,7 +931,7 @@ msgstr "" "<ulink url=\"&url-dfsg;\">Debian 自由軟軟體準則</ulink>。" #. Tag: para -#: welcome.xml:629 +#: welcome.xml:619 #, no-c-format msgid "" "The most important legal notice is that this software comes with " @@ -962,6 +947,18 @@ msgstr "" "的,您可以修改此軟體以使其能適用於您的需要 — 並享用其他人透過這種途徑擴" "充修改後的成果。" +#~ msgid "" +#~ "The <ulink url=\"&url-lsb-org;\">Linux Standard Base</ulink> (LSB) is a " +#~ "project aimed at standardizing the basic GNU/Linux system, which will " +#~ "enable third-party software and hardware developers to easily design " +#~ "programs and device drivers for Linux-in-general, rather than for a " +#~ "specific GNU/Linux distribution." +#~ msgstr "" +#~ "<ulink url=\"&url-lsb-org;\">Linux 標準基礎 (Linux Standard Base, LSB)</" +#~ "ulink> 是一個針對基本 GNU/Linux 系統標準化的計畫,它將使第三方軟體和硬體開" +#~ "發者能更容易的為「通用 Linux」設計應用程式和驅動程式,而不僅僅是為某個特定" +#~ "的 GNU/Linux 發行套件進行開發。" + #~ msgid "Install additional software in <xref linkend=\"install-packages\"/>." #~ msgstr "安裝額外的軟體,請參考 <xref linkend=\"install-packages\"/>。" diff --git a/pt_BR/post-install/further-reading.xml b/pt_BR/post-install/further-reading.xml index 0bfe747a0..b9e275ea3 100644 --- a/pt_BR/post-install/further-reading.xml +++ b/pt_BR/post-install/further-reading.xml @@ -5,22 +5,6 @@ <sect1 id="further-reading"><title>Leituras futuras e informações</title> <para> -Caso precise de informações sobre um programa em particular, primeiro -tente o <userinput>man <replaceable>programa</replaceable></userinput> -ou <userinput>info <replaceable>programa</replaceable></userinput>. - -</para><para> - -Existem várias documentações interessantes em -<filename>/usr/share/doc</filename> também. Em particular o -<filename>/usr/share/doc/HOWTO</filename> e a -<filename>/usr/share/doc/FAQ</filename> contém várias informações -interessantes. Para enviar falhas, veja -<filename>/usr/share/doc/debian/bug*</filename>. Para ler sobre assuntos -específicos da &debian; sobre determinados programas, veja -<filename>/usr/share/doc/(nome do pacote)/README.Debian</filename>. - -</para><para> A <ulink url="http://www.debian.org/">página internet do Debian</ulink> contém uma grande quantidade de documentação sober a Debian. Em particular, @@ -40,6 +24,22 @@ Finalmente, mas não menos importante, os <ulink url="http://lists.debian.org/">Arquivos das Listas de Discussão Debian </ulink> contêm informações abundantes sobre o Debian. +</para><para> + +Caso precise de informações sobre um programa em particular, primeiro +tente o <userinput>man <replaceable>programa</replaceable></userinput> +ou <userinput>info <replaceable>programa</replaceable></userinput>. + +</para><para> + +Existem várias documentações interessantes em +<filename>/usr/share/doc</filename> também. Em particular o +<filename>/usr/share/doc/HOWTO</filename> e a +<filename>/usr/share/doc/FAQ</filename> contém várias informações +interessantes. Para enviar falhas, veja +<filename>/usr/share/doc/debian/bug*</filename>. Para ler sobre assuntos +específicos da &debian; sobre determinados programas, veja +<filename>/usr/share/doc/(nome do pacote)/README.Debian</filename>. </para><para arch="linux-any"> @@ -48,5 +48,19 @@ Uma fonte geral de informações sobre o GNU/Linux é o Lá você encontrará os documentos HOWTOs e referências para outros pontos de informações bastante valiosas sobre partes do sistema GNU/Linux. +</para><para arch="linux-any"> + +Se você for novo no Unix, provavelmente deverá sair e comprar alguns +livros e fazer muita leitura. +Esta <ulink url="&url-unix-faq;">lista de FAQs do Unix</ulink> contém +um número de documentos da UseNet que fornecem uma bela referência +histórica. + +</para><para arch="linux-any"> + +O Linux é uma implementação do Unix. O +<ulink url="&url-ldp;">Projeto de Documentação do Linux (LDP)</ulink> +contém uma séria de HOWTOs e livros online relacionados ao Linux. + </para> </sect1> diff --git a/pt_BR/post-install/new-to-unix.xml b/pt_BR/post-install/new-to-unix.xml deleted file mode 100644 index 23078bc0e..000000000 --- a/pt_BR/post-install/new-to-unix.xml +++ /dev/null @@ -1,30 +0,0 @@ -<!-- retain these comments for translator revision tracking --> -<!-- original version: 28672 --> -<!-- reviewed by Felipe Augusto van de Wiel (faw) 2006.01.01 --> - - <sect1 id="unix-intro"> - <title>Caso seja novo no Unix</title> -<para> - -Se você for novo no Unix, provavelmente deverá sair e comprar alguns -livros e fazer muita leitura. Muitas informações valiosas podem também -ser encontradas na <ulink url="&url-debian-reference;">Debian Reference</ulink>. -Esta <ulink url="&url-unix-faq;">lista de FAQs do Unix</ulink> contém -um número de documentos da UseNet que fornecem uma bela referência -histórica. - -</para><para arch="linux-any"> - -O Linux é uma implementação do Unix. O -<ulink url="&url-ldp;">Projeto de Documentação do Linux (LDP)</ulink> -contém uma séria de HOWTOs e livros online relacionados ao Linux. A maioria -destes documentos podem ser instalados localmente; simplesmente instale o -pacote <classname>doc-linux-html-pt</classname> (versão HTML) ou o pacote -<classname>doc-linux-text-pt</classname> (versões em ASCII), então de uma -olhada em <filename>/usr/share/doc/HOWTO</filename>. Versões -Internacionais dos HOWTOs do LDP também estão disponíveis como pacotes -da &debian;. - -</para> - - </sect1> diff --git a/pt_BR/post-install/post-install.xml b/pt_BR/post-install/post-install.xml index f3e11f8de..3be216f86 100644 --- a/pt_BR/post-install/post-install.xml +++ b/pt_BR/post-install/post-install.xml @@ -7,7 +7,6 @@ <title>Próximos Passos e Para Onde Ir a Partir de Agora</title> &shutdown.xml; -&new-to-unix.xml; &orientation.xml; &further-reading.xml; &mail-setup.xml; diff --git a/pt_BR/welcome/what-is-debian.xml b/pt_BR/welcome/what-is-debian.xml index aa24dd53f..42bb7c852 100644 --- a/pt_BR/welcome/what-is-debian.xml +++ b/pt_BR/welcome/what-is-debian.xml @@ -78,16 +78,6 @@ incluem: <itemizedlist> <listitem><para> -O <ulink url="&url-lsb-org;">Linux Standard Base</ulink> -(LSB) é um projeto que tem por objetivo a padronização do sistema -GNU/Linux básico, que permitiria que softwares terceirizados e -desenvolvedores de hardwares programarem programas e controladores -de dispositivos para Linux em geral, ao invés de específico para -somente uma distribuição. - -</para></listitem> -<listitem><para> - O <ulink url="&url-fhs-home;">Filesystem Hierarchy Standard</ulink> (FHS) é um esforço para padronizar o layout do sistema de arquivos do Linux. O FHS permitirão desenvolvedores de softwares concentrarem seus |