[pt-br] Update translation bits.
[tails-test.git] / wiki / src / doc / first_steps / installation / manual / linux.de.po
blob8b02f4cc782889f7f14a905f01995b312ffe71b0
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2014-08-26 01:45+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #. type: Plain text
20 #, no-wrap
21 msgid "[[!meta title=\"Manual installation using Linux\"]]\n"
22 msgstr ""
24 #. type: Plain text
25 #, no-wrap
26 msgid "[[!inline pages=\"doc/first_steps/manual_usb_installation.intro\" raw=\"yes\"]]\n"
27 msgstr ""
29 #. type: Plain text
30 msgid "This technique uses the command line."
31 msgstr ""
33 #. type: Plain text
34 #, no-wrap
35 msgid "[[!toc levels=1]]\n"
36 msgstr ""
38 #. type: Plain text
39 #, no-wrap
40 msgid "<h2 class=\"bullet-number-one\">Install isohybrid</h2>\n"
41 msgstr ""
43 #. type: Plain text
44 msgid ""
45 "Under Debian or Ubuntu the `isohybrid` utility is included in the `syslinux` "
46 "package. To install it, you can execute the following command:"
47 msgstr ""
49 #. type: Plain text
50 #, no-wrap
51 msgid "    sudo apt-get install syslinux\n"
52 msgstr ""
54 #. type: Plain text
55 #, no-wrap
56 msgid "<a id=\"step_2\"></a>\n"
57 msgstr ""
59 #. type: Plain text
60 #, no-wrap
61 msgid "<h2 class=\"bullet-number-two\">Find out the device name of the device</h2>\n"
62 msgstr ""
64 #. type: Plain text
65 msgid "The device name should be something like `/dev/sdb`, `/dev/sdc`, etc."
66 msgstr ""
68 #. type: Plain text
69 msgid ""
70 "If you are not sure about the exact device name, with GNOME, do the "
71 "following:"
72 msgstr ""
74 #. type: Bullet: '  1. '
75 msgid ""
76 "Make sure that the USB stick or SD card onto which you want to install Tails "
77 "is unplugged."
78 msgstr ""
80 #. type: Plain text
81 #, no-wrap
82 msgid ""
83 "  1. Open <span class=\"application\">GNOME Disk Utility</span> from the menu\n"
84 "     <span class=\"menuchoice\">\n"
85 "       <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
86 "       <span class=\"guisubmenu\">Accessories</span>&nbsp;▸\n"
87 "       <span class=\"guimenuitem\">Disk Utility</span>\n"
88 "     </span>\n"
89 msgstr ""
91 #. type: Bullet: '  1. '
92 msgid ""
93 "<span class=\"application\">Disk Utility</span> lists all the current "
94 "storage devices in the left pane of the window."
95 msgstr ""
97 #. type: Bullet: '  1. '
98 msgid "Plug the USB stick or SD card onto which you want to install Tails."
99 msgstr ""
101 #. type: Plain text
102 #, no-wrap
103 msgid "     A new device appears in the list of storage devices. Click on it.\n"
104 msgstr ""
106 #. type: Bullet: '  1. '
107 msgid ""
108 "In the right pane of the window, verify that the device corresponds to your "
109 "device, its brand, its size, etc."
110 msgstr ""
112 #. type: Plain text
113 #, no-wrap
114 msgid "     [[!img destination_device_description.png link=no alt=\"Drive description containing: 'Device: /dev/sdc'\"]]\n"
115 msgstr ""
117 #. type: Plain text
118 #, no-wrap
119 msgid ""
120 "     On this screenshot, the USB stick is a Kingston DataTraveler of 2.0\n"
121 "     GB and its device name is `/dev/sdc`. Yours are probably different.\n"
122 msgstr ""
124 #. type: Plain text
125 #, no-wrap
126 msgid "<div class=\"caution\">\n"
127 msgstr ""
129 #. type: Plain text
130 #, no-wrap
131 msgid ""
132 "If you are not sure about the device name, you should stop\n"
133 "proceeding or <strong>you risk overwriting any hard drive on the\n"
134 "system</strong>.\n"
135 msgstr ""
137 #. type: Plain text
138 #, no-wrap
139 msgid "</div>\n"
140 msgstr ""
142 #. type: Plain text
143 #, no-wrap
144 msgid "<a id=\"step_3\"></a>\n"
145 msgstr ""
147 #. type: Plain text
148 #, no-wrap
149 msgid "<h2 class=\"bullet-number-three\">Do the copy</h2>\n"
150 msgstr ""
152 #. type: Plain text
153 #, no-wrap
154 msgid "<p><strong>All the data on the installed device will be lost.</strong></p>\n"
155 msgstr ""
157 #. type: Plain text
158 msgid ""
159 "Execute the following commands, replacing `[tails.iso]` with the path to the "
160 "ISO image that you want to copy and `[device]` with the device name found in "
161 "step 2."
162 msgstr ""
164 #. type: Plain text
165 #, no-wrap
166 msgid "<div class=\"note\">\n"
167 msgstr ""
169 #. type: Plain text
170 #, no-wrap
171 msgid ""
172 "<p>Note that the <code>isohybrid</code> command modifies the ISO image. As a\n"
173 "consequence, you won't be able to [[verify|download/#verify]] it again\n"
174 "afterwards. We recommend you to execute those commands on a copy of the\n"
175 "original ISO image that you downloaded.</p>\n"
176 msgstr ""
178 #. type: Plain text
179 #, no-wrap
180 msgid ""
181 "    isohybrid [tails-isohybrid.iso] -h 255 -s 63\n"
182 "    dd if=[tails-isohybrid.iso] of=[device] bs=16M\n"
183 msgstr ""
185 #. type: Plain text
186 msgid ""
187 "Here is an example of the commands to execute, yours are probably different:"
188 msgstr ""
190 #. type: Plain text
191 #, no-wrap
192 msgid ""
193 "    isohybrid '/home/amnesia/Desktop/tails-0.6.2-isohybrid.iso' -h 255 -s 63\n"
194 "    dd if='/home/amnesia/Desktop/tails-0.6.2-isohybrid.iso' of=/dev/sdc bs=16M\n"
195 msgstr ""
197 #. type: Plain text
198 #, no-wrap
199 msgid "<div class=\"tip\">\n"
200 msgstr ""
202 #. type: Plain text
203 #, no-wrap
204 msgid ""
205 "If you are not sure about the path to the ISO image or if you get a\n"
206 "<span class=\"guilabel\">No such\n"
207 "file or directory</span> error message, you can first type\n"
208 "<code>dd</code>, followed by a space, and\n"
209 "then drag and drop the icon of the ISO image from a file browser onto the\n"
210 "terminal. This should insert the correct path to the ISO image in the terminal.\n"
211 "Then complete the command and execute it.\n"
212 msgstr ""
214 #. type: Plain text
215 msgid ""
216 "If you don't see any error message, Tails is being copied onto the device. "
217 "The whole process might take some time, generally a few minutes."
218 msgstr ""
220 #. type: Plain text
221 #, no-wrap
222 msgid "<div class=\"next\">\n"
223 msgstr ""
225 #. type: Plain text
226 #, no-wrap
227 msgid ""
228 "<p>Once the command prompt reappears, you can shutdown your computer, and\n"
229 "[[start Tails|start_tails]] from this new device.</p>\n"
230 msgstr ""
232 #. type: Title =
233 #, no-wrap
234 msgid "Troubleshooting\n"
235 msgstr ""
237 #. type: Title ###
238 #, no-wrap
239 msgid "dd: /dev/sdx: No such file or directory"
240 msgstr ""
242 #. type: Plain text
243 msgid ""
244 "Then double-check the name of the device you found in [[step 2|"
245 "linux#step_2]]."
246 msgstr ""
248 #. type: Title ###
249 #, no-wrap
250 msgid "dd: /dev/sdx: Permission denied"
251 msgstr ""
253 #. type: Plain text
254 msgid ""
255 "You might also have committed a mistake in the device name, so please double-"
256 "check it. If you are sure about the device name, this could be a permission "
257 "problem and you could need to gain administration privileges before running "
258 "the commands in the terminal. That could be:"
259 msgstr ""
261 #. type: Plain text
262 #, no-wrap
263 msgid ""
264 "    isohybrid [tails.iso] -h 255 -s 63\n"
265 "    sudo dd if=[tails.iso] of=[device] bs=16M\n"
266 msgstr ""
268 #. type: Title ###
269 #, no-wrap
270 msgid "dd: tails.iso: No such file or directory"
271 msgstr ""
273 #. type: Plain text
274 msgid ""
275 "Then you surely have committed a mistake on the path to the ISO image in "
276 "[[step 3|linux#step_3]]."
277 msgstr ""