diff options
author | Holger Wansing <holgerw@debian.org> | 2017-04-19 20:50:58 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-04-19 20:50:58 +0000 |
commit | 1ddee96f5abae6f081a53f0500b6bc924ef987b9 (patch) | |
tree | 825ac98e1e7eb13b441b57beb37af8247f31d59c /po/el | |
parent | 37108a6bb6c19ee279b7870fdc5ac82a06c7e28d (diff) | |
download | installation-guide-1ddee96f5abae6f081a53f0500b6bc924ef987b9.zip |
Some '>' changed into '>' within <informalexample> tags, to get them
correctly processed. Otherwise additional line-breaks appear.
+ Sync translations.
Diffstat (limited to 'po/el')
-rw-r--r-- | po/el/boot-installer.po | 33 | ||||
-rw-r--r-- | po/el/preparing.po | 8 | ||||
-rw-r--r-- | po/el/preseed.po | 10 | ||||
-rw-r--r-- | po/el/random-bits.po | 6 |
4 files changed, 29 insertions, 28 deletions
diff --git a/po/el/boot-installer.po b/po/el/boot-installer.po index 59ee81d89..c177e6a71 100644 --- a/po/el/boot-installer.po +++ b/po/el/boot-installer.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2017-04-19 19:54+0000\n" +"POT-Creation-Date: 2017-04-19 20:02+0000\n" "PO-Revision-Date: 2015-05-28 00:02+0300\n" "Last-Translator: \n" "Language-Team: American English <kde-i18n-doc@kde.org>\n" @@ -611,8 +611,8 @@ msgstr "" msgid "" "To create a complete image from the two parts on Linux systems, you can use " "zcat as follows: <informalexample><screen>zcat firmware.<system-type>." -"img.gz partition.img.gz > complete_image.img</screen></informalexample> On " -"Windows systems, you have to first decompress the two parts separately, " +"img.gz partition.img.gz > complete_image.img</screen></informalexample> " +"On Windows systems, you have to first decompress the two parts separately, " "which can be done e.g. by using 7-Zip, and then concatenate the decompressed " "parts together by running the command <informalexample><screen>copy /b " "firmware.<system-type>.img + partition.img complete_image.img</" @@ -625,11 +625,12 @@ msgstr "" msgid "" "Write the resulting image onto an SD card, e.g. by running the following " "command on a Linux system: <informalexample><screen>cat complete_image.img " -"> /dev/SD_CARD_DEVICE</screen></informalexample> After plugging the SD card " -"into the target system and powering the system up, the installer is loaded " -"from the SD card. If you use the hd-media variant for offline installations, " -"you must provide the installer with access to the first &debian; CD/DVD on a " -"separate medium, which can e.g. be a CD/DVD ISO image on a USB stick." +"> /dev/SD_CARD_DEVICE</screen></informalexample> After plugging the SD " +"card into the target system and powering the system up, the installer is " +"loaded from the SD card. If you use the hd-media variant for offline " +"installations, you must provide the installer with access to the first " +"&debian; CD/DVD on a separate medium, which can e.g. be a CD/DVD ISO image " +"on a USB stick." msgstr "" #. Tag: para @@ -2444,8 +2445,8 @@ msgstr "" #. Tag: screen #: boot-installer.xml:1765 #, no-c-format -msgid "0 > boot cdrom" -msgstr "0 > boot cdrom" +msgid "0 > boot cdrom" +msgstr "0 > boot cdrom" #. Tag: title #: boot-installer.xml:1771 @@ -4594,18 +4595,18 @@ msgstr "" #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" -"> head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</" +"> head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</" "replaceable>` | \\\n" -"> md5sum\n" +"> md5sum\n" "a20391b12f7ff22ef705cee4059c6b92 -\n" "262668+0 records in\n" "262668+0 records out\n" "134486016 bytes (134 MB) copied, 97.474 seconds, 1.4 MB/s" msgstr "" "$ dd if=/dev/cdrom | \\\n" -"> head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</" +"> head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</" "replaceable>` | \\\n" -"> md5sum\n" +"> md5sum\n" "a20391b12f7ff22ef705cee4059c6b92 -\n" "262668+0 records in\n" "262668+0 records out\n" @@ -4718,7 +4719,7 @@ msgid "" "</screen></informalexample> A <quote>1</quote> in the first column after " "<literal>using_dma</literal> means it is enabled. If it is, try disabling " "it: <informalexample><screen>\n" -"$ echo -n \"using_dma:0\" >settings\n" +"$ echo -n \"using_dma:0\" >settings\n" "</screen></informalexample> Make sure that you are in the directory for the " "device that corresponds to your CD-ROM drive." msgstr "" @@ -4730,7 +4731,7 @@ msgstr "" "</screen></informalexample> Το <quote>1</quote> μετά στην πρώτη στήλη μετά " "το <literal>using_dma</literal> σημαίνει ότι είναι ενεργοποιημένη. Αν είναι, " "προσπαθήστε να την απενεργοποιήσετε:<informalexample><screen>\n" -"$ echo -n \"using_dma:0\" >settings\n" +"$ echo -n \"using_dma:0\" >settings\n" "</screen></informalexample>. Βεβαιωθείτε ότι βρίσκεστε στον κατάλογο με το " "όνομα που αντιστοιχεί στη συσκευή CD-ROM σας." diff --git a/po/el/preparing.po b/po/el/preparing.po index 5f88683d0..74b43d7ba 100644 --- a/po/el/preparing.po +++ b/po/el/preparing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: preparing\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2017-02-17 15:37+0000\n" +"POT-Creation-Date: 2017-04-17 21:48+0000\n" "PO-Revision-Date: 2017-02-24 00:58+0200\n" "Last-Translator: galas <galas@tee.gr>\n" "Language-Team: Greek <kde-i18n-doc@kde.org>\n" @@ -2709,9 +2709,9 @@ msgid "" "for advanced users; the generally recommended way is to use one of the ready-" "made SD card images. They are named <system-type>.sdcard.img.gz and " "can be written to a card e.g. with <informalexample><screen>zcat <system-" -"type>.sdcard.img.gz > /dev/SD_CARD_DEVICE</screen></informalexample> As " -"with all images, please be aware that writing the image to an SD card wipes " -"all previous contents of the card!" +"type>.sdcard.img.gz > /dev/SD_CARD_DEVICE</screen></informalexample> " +"As with all images, please be aware that writing the image to an SD card " +"wipes all previous contents of the card!" msgstr "" #. Tag: para diff --git a/po/el/preseed.po b/po/el/preseed.po index 4c8cfe348..e4066a21e 100644 --- a/po/el/preseed.po +++ b/po/el/preseed.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2017-04-12 12:24+0000\n" +"POT-Creation-Date: 2017-04-17 21:48+0000\n" "PO-Revision-Date: 2013-05-01 16:45+0300\n" "Last-Translator: galaxico <galaxico@quad-nrg.net>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -3343,8 +3343,8 @@ msgid "" "# be asked. You can preseed those too, of course. To get a list of every\n" "# possible question that could be asked during an install, do an\n" "# installation, and then run these commands:\n" -"# debconf-get-selections --installer > file\n" -"# debconf-get-selections >> file" +"# debconf-get-selections --installer > file\n" +"# debconf-get-selections >> file" msgstr "" "#Ανάλογα με το λογισμικό που επιλέγετε για την εγκατάσταση, ή αν κάτι δεν # " "πάει καλά\n" @@ -3354,8 +3354,8 @@ msgstr "" "# δυνατής ερώτησης που θα μπορούσαν να ρωτηθούν κατά την διάρκεια της # " "εγκατάστασης, πραγματοποιήστε μια\n" "# εγκατάσταση, και μετά εκτελέστε αυτές τις εντολές:\n" -"# debconf-get-selections --installer > file\n" -"# debconf-get-selections >> file" +"# debconf-get-selections --installer > file\n" +"# debconf-get-selections >> file" #. Tag: title #: preseed.xml:1159 diff --git a/po/el/random-bits.po b/po/el/random-bits.po index 06bc0edd4..2a92b9358 100644 --- a/po/el/random-bits.po +++ b/po/el/random-bits.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: random-bits\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2016-12-26 18:56+0000\n" +"POT-Creation-Date: 2017-04-17 21:48+0000\n" "PO-Revision-Date: 2015-05-28 00:26+0300\n" "Last-Translator: \n" "Language-Team: Greek <kde-i18n-doc@kde.org>\n" @@ -2024,7 +2024,7 @@ msgid "" "modprobe iptable_nat\n" "iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j " "MASQUERADE\n" -"echo 1 > /proc/sys/net/ipv4/ip_forward" +"echo 1 > /proc/sys/net/ipv4/ip_forward" msgstr "" "#!/bin/sh\n" "\n" @@ -2043,7 +2043,7 @@ msgstr "" "modprobe iptable_nat\n" "iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j " "MASQUERADE\n" -"echo 1 > /proc/sys/net/ipv4/ip_forward" +"echo 1 > /proc/sys/net/ipv4/ip_forward" #. Tag: title #: random-bits.xml:927 |