diff --git a/source/conf.py b/source/conf.py index 09377ac9..32280e46 100644 --- a/source/conf.py +++ b/source/conf.py @@ -343,7 +343,7 @@ epub_copyright = copyright # The language of the text. It defaults to the language option # or 'en' if the language is not set. # -# epub_language = '' +epub_language = "en" # The scheme of the identifier. Typical schemes are ISBN or URL. # epub_scheme = '' @@ -376,7 +376,7 @@ epub_copyright = copyright # epub_post_files = [] # A list of files that should not be packed into the epub file. -epub_exclude_files = ['search.html'] +epub_exclude_files = ["search.html"] # The depth of the table of contents in toc.ncx. # @@ -405,3 +405,7 @@ epub_exclude_files = ['search.html'] # If false, no index is generated. # # epub_use_index = True + +locale_dirs = ['po/'] +gettext_compact = False +language = "en" diff --git a/source/po/en_GB/LC_MESSAGES/1/1.1/retrieving_the_image.po b/source/po/en_GB/LC_MESSAGES/1/1.1/retrieving_the_image.po new file mode 100644 index 00000000..c88cd41f --- /dev/null +++ b/source/po/en_GB/LC_MESSAGES/1/1.1/retrieving_the_image.po @@ -0,0 +1,302 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.1/retrieving_the_image.rst:2 +msgid "Chapter 1.1: Retrieving the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:4 +msgid "" +"Before you install Lubuntu, you need to retrieve the correct image. " +"Lubuntu offers two different kinds of images, Alternate and Desktop " +"images. Lubuntu also provides support for many different CPU " +"architectures. Lubuntu releases a new version every six months (supported" +" for nine (9) months), with every two years having a long term support " +"release (supported for three (3) or five (5) years, depending on the " +"release)." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:10 +msgid "Choosing between alternate and desktop" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:11 +msgid "" +"Alternate images are mainly intended for older, lower spec hardware and " +"uses a non-graphical installer. The desktop version offers a live session" +" to try out Lubuntu and make sure all of your hardware works before you " +"install it on your computer. The installer on the desktop is a graphical " +"installer where you can use a mouse and keyboard and it is more user " +"friendly, but this takes more resources than what is usually required to " +"run Lubuntu itself, due to the fact that the desktop image runs from your" +" RAM while Lubuntu normally runs from your hard drive. If your computer " +"has less than 512 MB of RAM it is recommended to use the alternate " +"installer as it will perform better with your system. The alternate " +"installer does not provide a live session so therefore it uses less RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +msgid "Lubuntu offers images for three different architectures:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:20 +msgid "amd64 (commonly referred to as 64-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:21 +msgid "i386 (commonly referred to as 32-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +#: ../../source/1/1.1/retrieving_the_image.rst:41 +msgid "PowerPC" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:25 +msgid "Architectures" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:28 +msgid "amd64" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:29 +msgid "" +"The amd64 image will work with most modern processors. The best way to " +"determine if your computer has an amd64 or i386 processor is to boot the " +"image. It's the only way that you will be able to know for sure what " +"architecture your computer is. amd64 computers are backwards compatible " +"with i386 images. You may want to use an i386 image instead if you have " +"an amd64 processor with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:36 +msgid "i386" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:37 +msgid "" +"This is the original 32-bit architecture that will work best on computers" +" with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:42 +msgid "" +"PowerPC is for older Macintosh hardware from before 2006 and IBM " +"OpenPower systems. While we don't release PowerPC for non-LTS releases " +"(like 16.10), you can download a 16.04 image if you wish and upgrade it." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:47 +msgid "Ways to download the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:48 +msgid "" +"Now that the decision of which image type and architecture is done, you " +"will need to download the image." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "There are several ways to download the Lubuntu image:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:51 +msgid "HTTP download (from your web browser or terminal)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:52 +msgid "" +"BitTorrent (from a BitTorrent client such as Transmission, recommended " +"for Windows and Mac OS X users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "zsync (from the terminal, recommended for Linux users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:55 +msgid "" +"You can also download the image via Jigdo but we will not cover that in " +"this manual." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:59 +msgid "Downloading the image via HTTP" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:60 +msgid "" +"*We don't recommend using this method as it's often slower and less " +"efficient than the other methods.*" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:62 +msgid "" +"To download the image via HTTP, you can either navigate to the `Ubuntu " +"cdimage server " +"`_ and select " +"the ISO file you would like to download, or use the direct links below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "Direct links:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:66 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:69 +msgid "" +"After you download the image, you **must** verify it. There is `a helpful" +" page on the Ubuntu Community Help wiki " +"`_ that can guide you " +"in the right direction." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:74 +msgid "Downloading the image via BitTorrent" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:75 +msgid "" +"Instead of downloading the image from one server, you can \"torrent\" the" +" image, or download it from multiple sources instead of just one. This is" +" often faster and saves the bandwidth of the Ubuntu cdimage servers. If " +"you would like to learn more about BitTorrent, read `the Wikipedia page " +"on the subject `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:79 +msgid "" +"In order to torrent the file, you need a BitTorrent client. We recommend " +"`Transmission `_, an Open Source BitTorrent " +"client. Since Transmission only provides clients for Linux and Mac OS X, " +"we recommend `uTorrent `_ for Windows users." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:82 +msgid "" +"You first need to download the seed files. They are available on the " +"`Ubuntu cdimage server " +"`_, or you can" +" use the direct links provided below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:86 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:89 +msgid "" +"After you have downloaded the link you need, open it in your BitTorrent " +"client. This will download the image. After this is done, we recommend " +"that you leave your BitTorrent client open so you can seed this image for" +" other people." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:94 +msgid "Downloading the image via zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:95 +msgid "" +"zsync is a convenient application that will automatically verify the " +"checksum of the image once downloaded. The Lubuntu team uses this to " +"download daily images as it will download the changes since the last " +"image was released." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:98 +msgid "" +"In order to use zsync, you need to install it. Since this is a Linux-only" +" client, you can get it from your distribution's package repository." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:101 +msgid "" +"If you are running Debian or Ubuntu (or a distribution based off of " +"either), run the following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:103 +msgid "sudo apt install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:105 +msgid "" +"If you are running Fedora (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:107 +msgid "sudo dnf install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:109 +msgid "" +"If you are running Arch (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:111 +msgid "sudo pacman -S zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:113 +msgid "" +"If you are running another distribution, you can find the source code " +"`here `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:115 +msgid "" +"**You have now downloaded the image successfully. Please continue to " +"Chapter 1.2.**" +msgstr "" + diff --git a/source/po/en_GB/LC_MESSAGES/1/1.2/booting_the_image.po b/source/po/en_GB/LC_MESSAGES/1/1.2/booting_the_image.po new file mode 100644 index 00000000..0099ac71 --- /dev/null +++ b/source/po/en_GB/LC_MESSAGES/1/1.2/booting_the_image.po @@ -0,0 +1,152 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.2/booting_the_image.rst:2 +msgid "Chapter 1.2: Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:4 +msgid "" +"Now that you have the ISO file, you need to put the image on media of " +"some sort and boot the image for installation." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:6 +msgid "" +"**This requires additional research on your own, as this varies depending" +" on your hardware.**" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:9 +msgid "Choosing the media" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:10 +msgid "" +"In order to boot the image, you need to put it somewhere. You have three " +"choices, depending on which image you downloaded:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:17 +#: ../../source/1/1.2/booting_the_image.rst:42 +msgid "." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:14 +msgid "a CD (**only works with the alternate images**)" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:15 +msgid "a DVD" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:16 +msgid "a 1 GB (or greater) USB drive" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:20 +msgid "Writing/burning the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Here are some common tools to burn images onto CDs/DVDs:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:22 +msgid "`Brasero `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:23 +msgid "Windows Disc Image Burner" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Infra Recorder" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:26 +msgid "" +"Unfortunately, burning images to CDs or DVDs is beyond the scope of this " +"manual. The Ubuntu website has several guides on this topic, and we " +"recommend you read them if you plan on doing this." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "Guides from the Ubuntu website:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:30 +msgid "" +"`How to burn a DVD on Ubuntu " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:31 +msgid "" +"`How to burn a DVD on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "" +"`How to burn a DVD on OS X `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:34 +msgid "" +"For writing images to USB drives on Linux, we recommend `mkusb " +"`_, a tool developed by a " +"Lubuntu team member." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:36 +msgid "" +"Writing images to USB drives from Mac OS X or Windows is beyond the scope" +" of this book, but the Ubuntu website also has several guides on this:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:40 +msgid "" +"`How to create a bootable USB stick on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:41 +msgid "" +"`How to create a bootable USB stick on OS X " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:45 +msgid "Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:46 +msgid "" +"With your media inserted, reboot your computer. Depending on your " +"hardware configuration, it may boot into the image right away, or you " +"might need to press a key at startup for boot options. This varies." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:49 +msgid "**You have now booted the image. Please continue to Chapter 1.3.**" +msgstr "" + diff --git a/source/po/en_GB/LC_MESSAGES/1/installing_lubuntu.po b/source/po/en_GB/LC_MESSAGES/1/installing_lubuntu.po new file mode 100644 index 00000000..3443f29a --- /dev/null +++ b/source/po/en_GB/LC_MESSAGES/1/installing_lubuntu.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/installing_lubuntu.rst:2 +msgid "Chapter 1: Installing Lubuntu" +msgstr "" + +#: ../../source/1/installing_lubuntu.rst:4 +msgid "This chapter will show you how to install Lubuntu on your system." +msgstr "" + diff --git a/source/po/en_GB/LC_MESSAGES/index.po b/source/po/en_GB/LC_MESSAGES/index.po new file mode 100644 index 00000000..826c9fad --- /dev/null +++ b/source/po/en_GB/LC_MESSAGES/index.po @@ -0,0 +1,81 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/index.rst:2 +msgid "Welcome to the Lubuntu Manual!" +msgstr "" + +#: ../../source/index.rst:4 +msgid "" +"Welcome to the Lubuntu manual! This is the official reference book for " +"using the Lubuntu operating system. This manual covers many topics, such " +"as installation instructions, applications Lubuntu provides, and much " +"more!" +msgstr "" + +#: ../../source/index.rst:7 +msgid "What's Lubuntu?" +msgstr "" + +#: ../../source/index.rst:9 +msgid "" +"The objective of the Lubuntu project is to create a variant of Ubuntu " +"that is lighter, less resource hungry and more energy-efficient by using " +"lightweight applications and LXDE, The Lightweight X11 Desktop " +"Environment, as its default GUI." +msgstr "" + +#: ../../source/index.rst:11 +msgid "" +"Lubuntu is targeted at PC and laptop users running on low-spec hardware " +"that, in most cases, just don't have enough resources for all the bells " +"and whistles of the \"full-featured\" mainstream distributions. Members " +"of the team take care of LXDE and other packages that are part of " +"Lubuntu. Lubuntu received official recognition as a formal member of the " +"Ubuntu family, commencing with Lubuntu 11.10. Even though Lubuntu is a " +"lightweight distribution, it does not mean you will not be able to run " +"all applications that other distributions are currently offering. It does" +" mean that it is prepared and developed for low-specification computers. " +"Nonetheless, you can run any application available in the official " +"repositories, as long as your hardware can bear with it." +msgstr "" + +#: ../../source/index.rst:14 +msgid "Contents" +msgstr "" + +#: ../../source/index.rst:23 +msgid "Thank you!" +msgstr "" + +#: ../../source/index.rst:25 +msgid "" +"Thank you for choosing to use Lubuntu, and we hope that you have a good " +"experience!" +msgstr "" + +#: ../../source/index.rst +msgid "Authors" +msgstr "" + +#: ../../source/index.rst:27 +msgid "Simon Quigley, Brendan Perrine" +msgstr "" + diff --git a/source/po/ja/LC_MESSAGES/1/1.1/retrieving_the_image.mo b/source/po/ja/LC_MESSAGES/1/1.1/retrieving_the_image.mo new file mode 100644 index 00000000..302557ad Binary files /dev/null and b/source/po/ja/LC_MESSAGES/1/1.1/retrieving_the_image.mo differ diff --git a/source/po/ja/LC_MESSAGES/1/1.1/retrieving_the_image.po b/source/po/ja/LC_MESSAGES/1/1.1/retrieving_the_image.po new file mode 100644 index 00000000..c88cd41f --- /dev/null +++ b/source/po/ja/LC_MESSAGES/1/1.1/retrieving_the_image.po @@ -0,0 +1,302 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.1/retrieving_the_image.rst:2 +msgid "Chapter 1.1: Retrieving the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:4 +msgid "" +"Before you install Lubuntu, you need to retrieve the correct image. " +"Lubuntu offers two different kinds of images, Alternate and Desktop " +"images. Lubuntu also provides support for many different CPU " +"architectures. Lubuntu releases a new version every six months (supported" +" for nine (9) months), with every two years having a long term support " +"release (supported for three (3) or five (5) years, depending on the " +"release)." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:10 +msgid "Choosing between alternate and desktop" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:11 +msgid "" +"Alternate images are mainly intended for older, lower spec hardware and " +"uses a non-graphical installer. The desktop version offers a live session" +" to try out Lubuntu and make sure all of your hardware works before you " +"install it on your computer. The installer on the desktop is a graphical " +"installer where you can use a mouse and keyboard and it is more user " +"friendly, but this takes more resources than what is usually required to " +"run Lubuntu itself, due to the fact that the desktop image runs from your" +" RAM while Lubuntu normally runs from your hard drive. If your computer " +"has less than 512 MB of RAM it is recommended to use the alternate " +"installer as it will perform better with your system. The alternate " +"installer does not provide a live session so therefore it uses less RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +msgid "Lubuntu offers images for three different architectures:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:20 +msgid "amd64 (commonly referred to as 64-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:21 +msgid "i386 (commonly referred to as 32-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +#: ../../source/1/1.1/retrieving_the_image.rst:41 +msgid "PowerPC" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:25 +msgid "Architectures" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:28 +msgid "amd64" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:29 +msgid "" +"The amd64 image will work with most modern processors. The best way to " +"determine if your computer has an amd64 or i386 processor is to boot the " +"image. It's the only way that you will be able to know for sure what " +"architecture your computer is. amd64 computers are backwards compatible " +"with i386 images. You may want to use an i386 image instead if you have " +"an amd64 processor with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:36 +msgid "i386" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:37 +msgid "" +"This is the original 32-bit architecture that will work best on computers" +" with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:42 +msgid "" +"PowerPC is for older Macintosh hardware from before 2006 and IBM " +"OpenPower systems. While we don't release PowerPC for non-LTS releases " +"(like 16.10), you can download a 16.04 image if you wish and upgrade it." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:47 +msgid "Ways to download the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:48 +msgid "" +"Now that the decision of which image type and architecture is done, you " +"will need to download the image." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "There are several ways to download the Lubuntu image:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:51 +msgid "HTTP download (from your web browser or terminal)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:52 +msgid "" +"BitTorrent (from a BitTorrent client such as Transmission, recommended " +"for Windows and Mac OS X users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "zsync (from the terminal, recommended for Linux users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:55 +msgid "" +"You can also download the image via Jigdo but we will not cover that in " +"this manual." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:59 +msgid "Downloading the image via HTTP" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:60 +msgid "" +"*We don't recommend using this method as it's often slower and less " +"efficient than the other methods.*" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:62 +msgid "" +"To download the image via HTTP, you can either navigate to the `Ubuntu " +"cdimage server " +"`_ and select " +"the ISO file you would like to download, or use the direct links below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "Direct links:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:66 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:69 +msgid "" +"After you download the image, you **must** verify it. There is `a helpful" +" page on the Ubuntu Community Help wiki " +"`_ that can guide you " +"in the right direction." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:74 +msgid "Downloading the image via BitTorrent" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:75 +msgid "" +"Instead of downloading the image from one server, you can \"torrent\" the" +" image, or download it from multiple sources instead of just one. This is" +" often faster and saves the bandwidth of the Ubuntu cdimage servers. If " +"you would like to learn more about BitTorrent, read `the Wikipedia page " +"on the subject `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:79 +msgid "" +"In order to torrent the file, you need a BitTorrent client. We recommend " +"`Transmission `_, an Open Source BitTorrent " +"client. Since Transmission only provides clients for Linux and Mac OS X, " +"we recommend `uTorrent `_ for Windows users." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:82 +msgid "" +"You first need to download the seed files. They are available on the " +"`Ubuntu cdimage server " +"`_, or you can" +" use the direct links provided below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:86 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:89 +msgid "" +"After you have downloaded the link you need, open it in your BitTorrent " +"client. This will download the image. After this is done, we recommend " +"that you leave your BitTorrent client open so you can seed this image for" +" other people." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:94 +msgid "Downloading the image via zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:95 +msgid "" +"zsync is a convenient application that will automatically verify the " +"checksum of the image once downloaded. The Lubuntu team uses this to " +"download daily images as it will download the changes since the last " +"image was released." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:98 +msgid "" +"In order to use zsync, you need to install it. Since this is a Linux-only" +" client, you can get it from your distribution's package repository." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:101 +msgid "" +"If you are running Debian or Ubuntu (or a distribution based off of " +"either), run the following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:103 +msgid "sudo apt install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:105 +msgid "" +"If you are running Fedora (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:107 +msgid "sudo dnf install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:109 +msgid "" +"If you are running Arch (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:111 +msgid "sudo pacman -S zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:113 +msgid "" +"If you are running another distribution, you can find the source code " +"`here `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:115 +msgid "" +"**You have now downloaded the image successfully. Please continue to " +"Chapter 1.2.**" +msgstr "" + diff --git a/source/po/ja/LC_MESSAGES/1/1.2/booting_the_image.mo b/source/po/ja/LC_MESSAGES/1/1.2/booting_the_image.mo new file mode 100644 index 00000000..38116923 Binary files /dev/null and b/source/po/ja/LC_MESSAGES/1/1.2/booting_the_image.mo differ diff --git a/source/po/ja/LC_MESSAGES/1/1.2/booting_the_image.po b/source/po/ja/LC_MESSAGES/1/1.2/booting_the_image.po new file mode 100644 index 00000000..0099ac71 --- /dev/null +++ b/source/po/ja/LC_MESSAGES/1/1.2/booting_the_image.po @@ -0,0 +1,152 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.2/booting_the_image.rst:2 +msgid "Chapter 1.2: Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:4 +msgid "" +"Now that you have the ISO file, you need to put the image on media of " +"some sort and boot the image for installation." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:6 +msgid "" +"**This requires additional research on your own, as this varies depending" +" on your hardware.**" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:9 +msgid "Choosing the media" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:10 +msgid "" +"In order to boot the image, you need to put it somewhere. You have three " +"choices, depending on which image you downloaded:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:17 +#: ../../source/1/1.2/booting_the_image.rst:42 +msgid "." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:14 +msgid "a CD (**only works with the alternate images**)" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:15 +msgid "a DVD" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:16 +msgid "a 1 GB (or greater) USB drive" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:20 +msgid "Writing/burning the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Here are some common tools to burn images onto CDs/DVDs:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:22 +msgid "`Brasero `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:23 +msgid "Windows Disc Image Burner" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Infra Recorder" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:26 +msgid "" +"Unfortunately, burning images to CDs or DVDs is beyond the scope of this " +"manual. The Ubuntu website has several guides on this topic, and we " +"recommend you read them if you plan on doing this." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "Guides from the Ubuntu website:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:30 +msgid "" +"`How to burn a DVD on Ubuntu " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:31 +msgid "" +"`How to burn a DVD on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "" +"`How to burn a DVD on OS X `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:34 +msgid "" +"For writing images to USB drives on Linux, we recommend `mkusb " +"`_, a tool developed by a " +"Lubuntu team member." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:36 +msgid "" +"Writing images to USB drives from Mac OS X or Windows is beyond the scope" +" of this book, but the Ubuntu website also has several guides on this:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:40 +msgid "" +"`How to create a bootable USB stick on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:41 +msgid "" +"`How to create a bootable USB stick on OS X " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:45 +msgid "Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:46 +msgid "" +"With your media inserted, reboot your computer. Depending on your " +"hardware configuration, it may boot into the image right away, or you " +"might need to press a key at startup for boot options. This varies." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:49 +msgid "**You have now booted the image. Please continue to Chapter 1.3.**" +msgstr "" + diff --git a/source/po/ja/LC_MESSAGES/1/installing_lubuntu.mo b/source/po/ja/LC_MESSAGES/1/installing_lubuntu.mo new file mode 100644 index 00000000..7337cd1a Binary files /dev/null and b/source/po/ja/LC_MESSAGES/1/installing_lubuntu.mo differ diff --git a/source/po/ja/LC_MESSAGES/1/installing_lubuntu.po b/source/po/ja/LC_MESSAGES/1/installing_lubuntu.po new file mode 100644 index 00000000..3443f29a --- /dev/null +++ b/source/po/ja/LC_MESSAGES/1/installing_lubuntu.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/installing_lubuntu.rst:2 +msgid "Chapter 1: Installing Lubuntu" +msgstr "" + +#: ../../source/1/installing_lubuntu.rst:4 +msgid "This chapter will show you how to install Lubuntu on your system." +msgstr "" + diff --git a/source/po/ja/LC_MESSAGES/index.mo b/source/po/ja/LC_MESSAGES/index.mo new file mode 100644 index 00000000..f25e63b4 Binary files /dev/null and b/source/po/ja/LC_MESSAGES/index.mo differ diff --git a/source/po/ja/LC_MESSAGES/index.po b/source/po/ja/LC_MESSAGES/index.po new file mode 100644 index 00000000..826c9fad --- /dev/null +++ b/source/po/ja/LC_MESSAGES/index.po @@ -0,0 +1,81 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/index.rst:2 +msgid "Welcome to the Lubuntu Manual!" +msgstr "" + +#: ../../source/index.rst:4 +msgid "" +"Welcome to the Lubuntu manual! This is the official reference book for " +"using the Lubuntu operating system. This manual covers many topics, such " +"as installation instructions, applications Lubuntu provides, and much " +"more!" +msgstr "" + +#: ../../source/index.rst:7 +msgid "What's Lubuntu?" +msgstr "" + +#: ../../source/index.rst:9 +msgid "" +"The objective of the Lubuntu project is to create a variant of Ubuntu " +"that is lighter, less resource hungry and more energy-efficient by using " +"lightweight applications and LXDE, The Lightweight X11 Desktop " +"Environment, as its default GUI." +msgstr "" + +#: ../../source/index.rst:11 +msgid "" +"Lubuntu is targeted at PC and laptop users running on low-spec hardware " +"that, in most cases, just don't have enough resources for all the bells " +"and whistles of the \"full-featured\" mainstream distributions. Members " +"of the team take care of LXDE and other packages that are part of " +"Lubuntu. Lubuntu received official recognition as a formal member of the " +"Ubuntu family, commencing with Lubuntu 11.10. Even though Lubuntu is a " +"lightweight distribution, it does not mean you will not be able to run " +"all applications that other distributions are currently offering. It does" +" mean that it is prepared and developed for low-specification computers. " +"Nonetheless, you can run any application available in the official " +"repositories, as long as your hardware can bear with it." +msgstr "" + +#: ../../source/index.rst:14 +msgid "Contents" +msgstr "" + +#: ../../source/index.rst:23 +msgid "Thank you!" +msgstr "" + +#: ../../source/index.rst:25 +msgid "" +"Thank you for choosing to use Lubuntu, and we hope that you have a good " +"experience!" +msgstr "" + +#: ../../source/index.rst +msgid "Authors" +msgstr "" + +#: ../../source/index.rst:27 +msgid "Simon Quigley, Brendan Perrine" +msgstr "" + diff --git a/source/po/ko/LC_MESSAGES/1/1.1/retrieving_the_image.po b/source/po/ko/LC_MESSAGES/1/1.1/retrieving_the_image.po new file mode 100644 index 00000000..c88cd41f --- /dev/null +++ b/source/po/ko/LC_MESSAGES/1/1.1/retrieving_the_image.po @@ -0,0 +1,302 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.1/retrieving_the_image.rst:2 +msgid "Chapter 1.1: Retrieving the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:4 +msgid "" +"Before you install Lubuntu, you need to retrieve the correct image. " +"Lubuntu offers two different kinds of images, Alternate and Desktop " +"images. Lubuntu also provides support for many different CPU " +"architectures. Lubuntu releases a new version every six months (supported" +" for nine (9) months), with every two years having a long term support " +"release (supported for three (3) or five (5) years, depending on the " +"release)." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:10 +msgid "Choosing between alternate and desktop" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:11 +msgid "" +"Alternate images are mainly intended for older, lower spec hardware and " +"uses a non-graphical installer. The desktop version offers a live session" +" to try out Lubuntu and make sure all of your hardware works before you " +"install it on your computer. The installer on the desktop is a graphical " +"installer where you can use a mouse and keyboard and it is more user " +"friendly, but this takes more resources than what is usually required to " +"run Lubuntu itself, due to the fact that the desktop image runs from your" +" RAM while Lubuntu normally runs from your hard drive. If your computer " +"has less than 512 MB of RAM it is recommended to use the alternate " +"installer as it will perform better with your system. The alternate " +"installer does not provide a live session so therefore it uses less RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +msgid "Lubuntu offers images for three different architectures:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:20 +msgid "amd64 (commonly referred to as 64-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:21 +msgid "i386 (commonly referred to as 32-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +#: ../../source/1/1.1/retrieving_the_image.rst:41 +msgid "PowerPC" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:25 +msgid "Architectures" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:28 +msgid "amd64" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:29 +msgid "" +"The amd64 image will work with most modern processors. The best way to " +"determine if your computer has an amd64 or i386 processor is to boot the " +"image. It's the only way that you will be able to know for sure what " +"architecture your computer is. amd64 computers are backwards compatible " +"with i386 images. You may want to use an i386 image instead if you have " +"an amd64 processor with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:36 +msgid "i386" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:37 +msgid "" +"This is the original 32-bit architecture that will work best on computers" +" with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:42 +msgid "" +"PowerPC is for older Macintosh hardware from before 2006 and IBM " +"OpenPower systems. While we don't release PowerPC for non-LTS releases " +"(like 16.10), you can download a 16.04 image if you wish and upgrade it." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:47 +msgid "Ways to download the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:48 +msgid "" +"Now that the decision of which image type and architecture is done, you " +"will need to download the image." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "There are several ways to download the Lubuntu image:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:51 +msgid "HTTP download (from your web browser or terminal)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:52 +msgid "" +"BitTorrent (from a BitTorrent client such as Transmission, recommended " +"for Windows and Mac OS X users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "zsync (from the terminal, recommended for Linux users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:55 +msgid "" +"You can also download the image via Jigdo but we will not cover that in " +"this manual." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:59 +msgid "Downloading the image via HTTP" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:60 +msgid "" +"*We don't recommend using this method as it's often slower and less " +"efficient than the other methods.*" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:62 +msgid "" +"To download the image via HTTP, you can either navigate to the `Ubuntu " +"cdimage server " +"`_ and select " +"the ISO file you would like to download, or use the direct links below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "Direct links:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:66 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:69 +msgid "" +"After you download the image, you **must** verify it. There is `a helpful" +" page on the Ubuntu Community Help wiki " +"`_ that can guide you " +"in the right direction." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:74 +msgid "Downloading the image via BitTorrent" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:75 +msgid "" +"Instead of downloading the image from one server, you can \"torrent\" the" +" image, or download it from multiple sources instead of just one. This is" +" often faster and saves the bandwidth of the Ubuntu cdimage servers. If " +"you would like to learn more about BitTorrent, read `the Wikipedia page " +"on the subject `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:79 +msgid "" +"In order to torrent the file, you need a BitTorrent client. We recommend " +"`Transmission `_, an Open Source BitTorrent " +"client. Since Transmission only provides clients for Linux and Mac OS X, " +"we recommend `uTorrent `_ for Windows users." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:82 +msgid "" +"You first need to download the seed files. They are available on the " +"`Ubuntu cdimage server " +"`_, or you can" +" use the direct links provided below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:86 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:89 +msgid "" +"After you have downloaded the link you need, open it in your BitTorrent " +"client. This will download the image. After this is done, we recommend " +"that you leave your BitTorrent client open so you can seed this image for" +" other people." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:94 +msgid "Downloading the image via zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:95 +msgid "" +"zsync is a convenient application that will automatically verify the " +"checksum of the image once downloaded. The Lubuntu team uses this to " +"download daily images as it will download the changes since the last " +"image was released." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:98 +msgid "" +"In order to use zsync, you need to install it. Since this is a Linux-only" +" client, you can get it from your distribution's package repository." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:101 +msgid "" +"If you are running Debian or Ubuntu (or a distribution based off of " +"either), run the following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:103 +msgid "sudo apt install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:105 +msgid "" +"If you are running Fedora (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:107 +msgid "sudo dnf install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:109 +msgid "" +"If you are running Arch (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:111 +msgid "sudo pacman -S zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:113 +msgid "" +"If you are running another distribution, you can find the source code " +"`here `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:115 +msgid "" +"**You have now downloaded the image successfully. Please continue to " +"Chapter 1.2.**" +msgstr "" + diff --git a/source/po/ko/LC_MESSAGES/1/1.2/booting_the_image.po b/source/po/ko/LC_MESSAGES/1/1.2/booting_the_image.po new file mode 100644 index 00000000..0099ac71 --- /dev/null +++ b/source/po/ko/LC_MESSAGES/1/1.2/booting_the_image.po @@ -0,0 +1,152 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.2/booting_the_image.rst:2 +msgid "Chapter 1.2: Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:4 +msgid "" +"Now that you have the ISO file, you need to put the image on media of " +"some sort and boot the image for installation." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:6 +msgid "" +"**This requires additional research on your own, as this varies depending" +" on your hardware.**" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:9 +msgid "Choosing the media" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:10 +msgid "" +"In order to boot the image, you need to put it somewhere. You have three " +"choices, depending on which image you downloaded:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:17 +#: ../../source/1/1.2/booting_the_image.rst:42 +msgid "." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:14 +msgid "a CD (**only works with the alternate images**)" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:15 +msgid "a DVD" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:16 +msgid "a 1 GB (or greater) USB drive" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:20 +msgid "Writing/burning the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Here are some common tools to burn images onto CDs/DVDs:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:22 +msgid "`Brasero `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:23 +msgid "Windows Disc Image Burner" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Infra Recorder" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:26 +msgid "" +"Unfortunately, burning images to CDs or DVDs is beyond the scope of this " +"manual. The Ubuntu website has several guides on this topic, and we " +"recommend you read them if you plan on doing this." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "Guides from the Ubuntu website:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:30 +msgid "" +"`How to burn a DVD on Ubuntu " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:31 +msgid "" +"`How to burn a DVD on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "" +"`How to burn a DVD on OS X `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:34 +msgid "" +"For writing images to USB drives on Linux, we recommend `mkusb " +"`_, a tool developed by a " +"Lubuntu team member." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:36 +msgid "" +"Writing images to USB drives from Mac OS X or Windows is beyond the scope" +" of this book, but the Ubuntu website also has several guides on this:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:40 +msgid "" +"`How to create a bootable USB stick on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:41 +msgid "" +"`How to create a bootable USB stick on OS X " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:45 +msgid "Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:46 +msgid "" +"With your media inserted, reboot your computer. Depending on your " +"hardware configuration, it may boot into the image right away, or you " +"might need to press a key at startup for boot options. This varies." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:49 +msgid "**You have now booted the image. Please continue to Chapter 1.3.**" +msgstr "" + diff --git a/source/po/ko/LC_MESSAGES/1/installing_lubuntu.po b/source/po/ko/LC_MESSAGES/1/installing_lubuntu.po new file mode 100644 index 00000000..3443f29a --- /dev/null +++ b/source/po/ko/LC_MESSAGES/1/installing_lubuntu.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/installing_lubuntu.rst:2 +msgid "Chapter 1: Installing Lubuntu" +msgstr "" + +#: ../../source/1/installing_lubuntu.rst:4 +msgid "This chapter will show you how to install Lubuntu on your system." +msgstr "" + diff --git a/source/po/ko/LC_MESSAGES/index.po b/source/po/ko/LC_MESSAGES/index.po new file mode 100644 index 00000000..826c9fad --- /dev/null +++ b/source/po/ko/LC_MESSAGES/index.po @@ -0,0 +1,81 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/index.rst:2 +msgid "Welcome to the Lubuntu Manual!" +msgstr "" + +#: ../../source/index.rst:4 +msgid "" +"Welcome to the Lubuntu manual! This is the official reference book for " +"using the Lubuntu operating system. This manual covers many topics, such " +"as installation instructions, applications Lubuntu provides, and much " +"more!" +msgstr "" + +#: ../../source/index.rst:7 +msgid "What's Lubuntu?" +msgstr "" + +#: ../../source/index.rst:9 +msgid "" +"The objective of the Lubuntu project is to create a variant of Ubuntu " +"that is lighter, less resource hungry and more energy-efficient by using " +"lightweight applications and LXDE, The Lightweight X11 Desktop " +"Environment, as its default GUI." +msgstr "" + +#: ../../source/index.rst:11 +msgid "" +"Lubuntu is targeted at PC and laptop users running on low-spec hardware " +"that, in most cases, just don't have enough resources for all the bells " +"and whistles of the \"full-featured\" mainstream distributions. Members " +"of the team take care of LXDE and other packages that are part of " +"Lubuntu. Lubuntu received official recognition as a formal member of the " +"Ubuntu family, commencing with Lubuntu 11.10. Even though Lubuntu is a " +"lightweight distribution, it does not mean you will not be able to run " +"all applications that other distributions are currently offering. It does" +" mean that it is prepared and developed for low-specification computers. " +"Nonetheless, you can run any application available in the official " +"repositories, as long as your hardware can bear with it." +msgstr "" + +#: ../../source/index.rst:14 +msgid "Contents" +msgstr "" + +#: ../../source/index.rst:23 +msgid "Thank you!" +msgstr "" + +#: ../../source/index.rst:25 +msgid "" +"Thank you for choosing to use Lubuntu, and we hope that you have a good " +"experience!" +msgstr "" + +#: ../../source/index.rst +msgid "Authors" +msgstr "" + +#: ../../source/index.rst:27 +msgid "Simon Quigley, Brendan Perrine" +msgstr "" + diff --git a/source/po/zh/LC_MESSAGES/1/1.1/retrieving_the_image.po b/source/po/zh/LC_MESSAGES/1/1.1/retrieving_the_image.po new file mode 100644 index 00000000..c88cd41f --- /dev/null +++ b/source/po/zh/LC_MESSAGES/1/1.1/retrieving_the_image.po @@ -0,0 +1,302 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.1/retrieving_the_image.rst:2 +msgid "Chapter 1.1: Retrieving the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:4 +msgid "" +"Before you install Lubuntu, you need to retrieve the correct image. " +"Lubuntu offers two different kinds of images, Alternate and Desktop " +"images. Lubuntu also provides support for many different CPU " +"architectures. Lubuntu releases a new version every six months (supported" +" for nine (9) months), with every two years having a long term support " +"release (supported for three (3) or five (5) years, depending on the " +"release)." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:10 +msgid "Choosing between alternate and desktop" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:11 +msgid "" +"Alternate images are mainly intended for older, lower spec hardware and " +"uses a non-graphical installer. The desktop version offers a live session" +" to try out Lubuntu and make sure all of your hardware works before you " +"install it on your computer. The installer on the desktop is a graphical " +"installer where you can use a mouse and keyboard and it is more user " +"friendly, but this takes more resources than what is usually required to " +"run Lubuntu itself, due to the fact that the desktop image runs from your" +" RAM while Lubuntu normally runs from your hard drive. If your computer " +"has less than 512 MB of RAM it is recommended to use the alternate " +"installer as it will perform better with your system. The alternate " +"installer does not provide a live session so therefore it uses less RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +msgid "Lubuntu offers images for three different architectures:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:20 +msgid "amd64 (commonly referred to as 64-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:21 +msgid "i386 (commonly referred to as 32-bit)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:22 +#: ../../source/1/1.1/retrieving_the_image.rst:41 +msgid "PowerPC" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:25 +msgid "Architectures" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:28 +msgid "amd64" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:29 +msgid "" +"The amd64 image will work with most modern processors. The best way to " +"determine if your computer has an amd64 or i386 processor is to boot the " +"image. It's the only way that you will be able to know for sure what " +"architecture your computer is. amd64 computers are backwards compatible " +"with i386 images. You may want to use an i386 image instead if you have " +"an amd64 processor with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:36 +msgid "i386" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:37 +msgid "" +"This is the original 32-bit architecture that will work best on computers" +" with very low amounts of RAM." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:42 +msgid "" +"PowerPC is for older Macintosh hardware from before 2006 and IBM " +"OpenPower systems. While we don't release PowerPC for non-LTS releases " +"(like 16.10), you can download a 16.04 image if you wish and upgrade it." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:47 +msgid "Ways to download the image" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:48 +msgid "" +"Now that the decision of which image type and architecture is done, you " +"will need to download the image." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "There are several ways to download the Lubuntu image:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:51 +msgid "HTTP download (from your web browser or terminal)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:52 +msgid "" +"BitTorrent (from a BitTorrent client such as Transmission, recommended " +"for Windows and Mac OS X users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:53 +msgid "zsync (from the terminal, recommended for Linux users)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:55 +msgid "" +"You can also download the image via Jigdo but we will not cover that in " +"this manual." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:59 +msgid "Downloading the image via HTTP" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:60 +msgid "" +"*We don't recommend using this method as it's often slower and less " +"efficient than the other methods.*" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:62 +msgid "" +"To download the image via HTTP, you can either navigate to the `Ubuntu " +"cdimage server " +"`_ and select " +"the ISO file you would like to download, or use the direct links below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "Direct links:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:66 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:67 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:69 +msgid "" +"After you download the image, you **must** verify it. There is `a helpful" +" page on the Ubuntu Community Help wiki " +"`_ that can guide you " +"in the right direction." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:74 +msgid "Downloading the image via BitTorrent" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:75 +msgid "" +"Instead of downloading the image from one server, you can \"torrent\" the" +" image, or download it from multiple sources instead of just one. This is" +" often faster and saves the bandwidth of the Ubuntu cdimage servers. If " +"you would like to learn more about BitTorrent, read `the Wikipedia page " +"on the subject `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:79 +msgid "" +"In order to torrent the file, you need a BitTorrent client. We recommend " +"`Transmission `_, an Open Source BitTorrent " +"client. Since Transmission only provides clients for Linux and Mac OS X, " +"we recommend `uTorrent `_ for Windows users." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:82 +msgid "" +"You first need to download the seed files. They are available on the " +"`Ubuntu cdimage server " +"`_, or you can" +" use the direct links provided below." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:86 +msgid "" +"amd64 (`desktop " +"`_, `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:87 +msgid "" +"i386 (`desktop " +"`_," +" `alternate " +"`_)" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:89 +msgid "" +"After you have downloaded the link you need, open it in your BitTorrent " +"client. This will download the image. After this is done, we recommend " +"that you leave your BitTorrent client open so you can seed this image for" +" other people." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:94 +msgid "Downloading the image via zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:95 +msgid "" +"zsync is a convenient application that will automatically verify the " +"checksum of the image once downloaded. The Lubuntu team uses this to " +"download daily images as it will download the changes since the last " +"image was released." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:98 +msgid "" +"In order to use zsync, you need to install it. Since this is a Linux-only" +" client, you can get it from your distribution's package repository." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:101 +msgid "" +"If you are running Debian or Ubuntu (or a distribution based off of " +"either), run the following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:103 +msgid "sudo apt install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:105 +msgid "" +"If you are running Fedora (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:107 +msgid "sudo dnf install zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:109 +msgid "" +"If you are running Arch (or a distribution based off of it), run the " +"following command in a terminal:" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:111 +msgid "sudo pacman -S zsync" +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:113 +msgid "" +"If you are running another distribution, you can find the source code " +"`here `_." +msgstr "" + +#: ../../source/1/1.1/retrieving_the_image.rst:115 +msgid "" +"**You have now downloaded the image successfully. Please continue to " +"Chapter 1.2.**" +msgstr "" + diff --git a/source/po/zh/LC_MESSAGES/1/1.2/booting_the_image.po b/source/po/zh/LC_MESSAGES/1/1.2/booting_the_image.po new file mode 100644 index 00000000..0099ac71 --- /dev/null +++ b/source/po/zh/LC_MESSAGES/1/1.2/booting_the_image.po @@ -0,0 +1,152 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/1.2/booting_the_image.rst:2 +msgid "Chapter 1.2: Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:4 +msgid "" +"Now that you have the ISO file, you need to put the image on media of " +"some sort and boot the image for installation." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:6 +msgid "" +"**This requires additional research on your own, as this varies depending" +" on your hardware.**" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:9 +msgid "Choosing the media" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:10 +msgid "" +"In order to boot the image, you need to put it somewhere. You have three " +"choices, depending on which image you downloaded:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:17 +#: ../../source/1/1.2/booting_the_image.rst:42 +msgid "." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:14 +msgid "a CD (**only works with the alternate images**)" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:15 +msgid "a DVD" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:16 +msgid "a 1 GB (or greater) USB drive" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:20 +msgid "Writing/burning the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Here are some common tools to burn images onto CDs/DVDs:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:22 +msgid "`Brasero `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:23 +msgid "Windows Disc Image Burner" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:24 +msgid "Infra Recorder" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:26 +msgid "" +"Unfortunately, burning images to CDs or DVDs is beyond the scope of this " +"manual. The Ubuntu website has several guides on this topic, and we " +"recommend you read them if you plan on doing this." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "Guides from the Ubuntu website:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:30 +msgid "" +"`How to burn a DVD on Ubuntu " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:31 +msgid "" +"`How to burn a DVD on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:32 +msgid "" +"`How to burn a DVD on OS X `_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:34 +msgid "" +"For writing images to USB drives on Linux, we recommend `mkusb " +"`_, a tool developed by a " +"Lubuntu team member." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:36 +msgid "" +"Writing images to USB drives from Mac OS X or Windows is beyond the scope" +" of this book, but the Ubuntu website also has several guides on this:" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:40 +msgid "" +"`How to create a bootable USB stick on Windows " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:41 +msgid "" +"`How to create a bootable USB stick on OS X " +"`_" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:45 +msgid "Booting the image" +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:46 +msgid "" +"With your media inserted, reboot your computer. Depending on your " +"hardware configuration, it may boot into the image right away, or you " +"might need to press a key at startup for boot options. This varies." +msgstr "" + +#: ../../source/1/1.2/booting_the_image.rst:49 +msgid "**You have now booted the image. Please continue to Chapter 1.3.**" +msgstr "" + diff --git a/source/po/zh/LC_MESSAGES/1/installing_lubuntu.po b/source/po/zh/LC_MESSAGES/1/installing_lubuntu.po new file mode 100644 index 00000000..3443f29a --- /dev/null +++ b/source/po/zh/LC_MESSAGES/1/installing_lubuntu.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/1/installing_lubuntu.rst:2 +msgid "Chapter 1: Installing Lubuntu" +msgstr "" + +#: ../../source/1/installing_lubuntu.rst:4 +msgid "This chapter will show you how to install Lubuntu on your system." +msgstr "" + diff --git a/source/po/zh/LC_MESSAGES/index.po b/source/po/zh/LC_MESSAGES/index.po new file mode 100644 index 00000000..826c9fad --- /dev/null +++ b/source/po/zh/LC_MESSAGES/index.po @@ -0,0 +1,81 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2016, Lubuntu Team +# This file is distributed under the same license as the Lubuntu Manual +# package. +# FIRST AUTHOR , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Lubuntu Manual 16.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-21 21:16-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.4.0\n" + +#: ../../source/index.rst:2 +msgid "Welcome to the Lubuntu Manual!" +msgstr "" + +#: ../../source/index.rst:4 +msgid "" +"Welcome to the Lubuntu manual! This is the official reference book for " +"using the Lubuntu operating system. This manual covers many topics, such " +"as installation instructions, applications Lubuntu provides, and much " +"more!" +msgstr "" + +#: ../../source/index.rst:7 +msgid "What's Lubuntu?" +msgstr "" + +#: ../../source/index.rst:9 +msgid "" +"The objective of the Lubuntu project is to create a variant of Ubuntu " +"that is lighter, less resource hungry and more energy-efficient by using " +"lightweight applications and LXDE, The Lightweight X11 Desktop " +"Environment, as its default GUI." +msgstr "" + +#: ../../source/index.rst:11 +msgid "" +"Lubuntu is targeted at PC and laptop users running on low-spec hardware " +"that, in most cases, just don't have enough resources for all the bells " +"and whistles of the \"full-featured\" mainstream distributions. Members " +"of the team take care of LXDE and other packages that are part of " +"Lubuntu. Lubuntu received official recognition as a formal member of the " +"Ubuntu family, commencing with Lubuntu 11.10. Even though Lubuntu is a " +"lightweight distribution, it does not mean you will not be able to run " +"all applications that other distributions are currently offering. It does" +" mean that it is prepared and developed for low-specification computers. " +"Nonetheless, you can run any application available in the official " +"repositories, as long as your hardware can bear with it." +msgstr "" + +#: ../../source/index.rst:14 +msgid "Contents" +msgstr "" + +#: ../../source/index.rst:23 +msgid "Thank you!" +msgstr "" + +#: ../../source/index.rst:25 +msgid "" +"Thank you for choosing to use Lubuntu, and we hope that you have a good " +"experience!" +msgstr "" + +#: ../../source/index.rst +msgid "Authors" +msgstr "" + +#: ../../source/index.rst:27 +msgid "Simon Quigley, Brendan Perrine" +msgstr "" +