Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / wiki / src / doc / advanced_topics / wireless_devices.pt.po
blob050e472a9f9d771a82a11df68cfcc0635f613f1f
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: 2015-01-25 19:23+0100\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=\"Enable a wireless device\"]]\n"
22 msgstr ""
24 #. type: Plain text
25 msgid ""
26 "When Tails starts, Wi-Fi, Bluetooth, WWAN and WiMAX devices are enabled (but "
27 "Bluetooth doesn't work by default, see below to enable it)"
28 msgstr ""
30 #. type: Plain text
31 msgid ""
32 "But all other kinds of wireless devices such as GPS and FM devices are "
33 "disabled by default. If you want to use such a device, you need to enable it "
34 "first."
35 msgstr ""
37 #. type: Title -
38 #, no-wrap
39 msgid "Enable a wireless device\n"
40 msgstr ""
42 #. type: Plain text
43 msgid "This technique uses the command line."
44 msgstr ""
46 #. type: Bullet: '1. '
47 msgid ""
48 "When starting Tails, [[set up an administration password|doc/first_steps/"
49 "startup_options/administration_password]]."
50 msgstr ""
52 #. type: Bullet: '2. '
53 msgid ""
54 "To find out the index of the wireless device that you want to enable, open a "
55 "[[root terminal|doc/first_steps/startup_options/"
56 "administration_password#open_root_terminal]], and execute the following "
57 "command:"
58 msgstr ""
60 #. type: Plain text
61 #, no-wrap
62 msgid "       rfkill list\n"
63 msgstr ""
65 #. type: Plain text
66 #, no-wrap
67 msgid "   For example, the command could return the following:\n"
68 msgstr ""
70 #. type: Plain text
71 #, no-wrap
72 msgid ""
73 "       0: phy0: Wireless LAN\n"
74 "               Soft blocked: no\n"
75 "               Hard blocked: no\n"
76 "       1: hci0: Bluetooth\n"
77 "               Soft blocked: no\n"
78 "               Hard blocked: no\n"
79 "       2: gps0: GPS\n"
80 "               Soft blocked: yes\n"
81 "               Hard blocked: no\n"
82 msgstr ""
84 #. type: Plain text
85 #, no-wrap
86 msgid ""
87 "   The device index is the number that appears at the beginning of the\n"
88 "   three lines describing each device. In this example, the index of the Bluetooth\n"
89 "   device is 1, while the index of the GPS device is 2. Yours are\n"
90 "   probably different.\n"
91 msgstr ""
93 #. type: Bullet: '3. '
94 msgid ""
95 "To enable the wireless device, execute the following command in the root "
96 "terminal, replacing `[index]` with the index found at step 2:"
97 msgstr ""
99 #. type: Plain text
100 #, no-wrap
101 msgid "       rfkill unblock [index]\n"
102 msgstr ""
104 #. type: Plain text
105 #, no-wrap
106 msgid ""
107 "   Here is an example of the command to execute. Yours is probably\n"
108 "   different:\n"
109 msgstr ""
111 #. type: Plain text
112 #, no-wrap
113 msgid "       rfkill unblock 2\n"
114 msgstr ""
116 #. type: Bullet: '4. '
117 msgid ""
118 "To verify that the wireless device is enabled, execute the following command "
119 "in the root terminal again:"
120 msgstr ""
122 #. type: Plain text
123 #, no-wrap
124 msgid ""
125 "   This output should be very similar to the one of step 2, but\n"
126 "   the device enabled at step 3 should not be soft\n"
127 "   blocked anymore.\n"
128 msgstr ""
130 #. type: Plain text
131 #, no-wrap
132 msgid ""
133 "       0: phy0: Wireless LAN\n"
134 "               Soft blocked: no\n"
135 "               Hard blocked: no\n"
136 "       1: hci0: Bluetooth\n"
137 "               Soft blocked: no\n"
138 "               Hard blocked: no\n"
139 "       2: gps0: GPS\n"
140 "               Soft blocked: no\n"
141 "               Hard blocked: no\n"
142 msgstr ""
144 #. type: Title -
145 #, no-wrap
146 msgid "Enable Bluetooth\n"
147 msgstr ""
149 #. type: Plain text
150 msgid ""
151 "Bluetooth is not enabled by default in Tails because it is insecure when "
152 "trying to protect from a local adversary."
153 msgstr ""
155 #. type: Plain text
156 msgid ""
157 "To use Bluetooth in Tails nonetheless, you have to [[set up an "
158 "administration password at boot time|doc/first_steps/startup_options/"
159 "administration_password]] and install the `gnome-bluetooth` package."
160 msgstr ""