Update website PO files.
[tails-test.git] / wiki / src / doc / advanced_topics / wireless_devices.pt.po
blob43aa2393077328c5fbf0e90e51bded27796434cf
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: 2013-05-24 11:31+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=\"Enable a wireless device\"]]\n"
22 msgstr ""
24 #. type: Plain text
25 msgid "When Tails starts, Wi-Fi, Bluetooth, WWAN and WiMAX devices are enabled."
26 msgstr ""
28 #. type: Plain text
29 msgid ""
30 "But all other kinds of wireless devices such as GPS and FM devices are "
31 "disabled by default. If you want to use such a device, you need to enabled "
32 "it first."
33 msgstr ""
35 #. type: Plain text
36 msgid "This technique uses the command line."
37 msgstr ""
39 #. type: Bullet: '1. '
40 msgid ""
41 "When starting Tails, [[set up an administration "
42 "password|doc/first_steps/startup_options/administration_password]]."
43 msgstr ""
45 #. type: Bullet: '2. '
46 msgid ""
47 "To find out the index of the wireless device that you want to enable, open a "
48 "[[root "
49 "terminal|doc/first_steps/startup_options/administration_password#open_root_terminal]], "
50 "and execute the following command:"
51 msgstr ""
53 #. type: Plain text
54 #, no-wrap
55 msgid "       rfkill list\n"
56 msgstr ""
58 #. type: Plain text
59 #, no-wrap
60 msgid "   For example, the command could return the following:\n"
61 msgstr ""
63 #. type: Plain text
64 #, no-wrap
65 msgid ""
66 "       0: phy0: Wireless LAN\n"
67 "               Soft blocked: no\n"
68 "               Hard blocked: no\n"
69 "       1: hci0: Bluetooth\n"
70 "               Soft blocked: no\n"
71 "               Hard blocked: no\n"
72 "       2: gps0: GPS\n"
73 "               Soft blocked: yes\n"
74 "               Hard blocked: no\n"
75 msgstr ""
77 #. type: Plain text
78 #, no-wrap
79 msgid ""
80 "   The device index is the number that appears at the beginning of the\n"
81 "   three lines describing each device. In this example, the index of the "
82 "Bluetooth\n"
83 "   device is 1, while the index of the GPS device is 2. Yours are\n"
84 "   probably different.\n"
85 msgstr ""
87 #. type: Bullet: '3. '
88 msgid ""
89 "To enable the wireless device, execute the following command in the root "
90 "terminal, replacing `[index]` with the index found at step 2:"
91 msgstr ""
93 #. type: Plain text
94 #, no-wrap
95 msgid "       rfkill unblock [index]\n"
96 msgstr ""
98 #. type: Plain text
99 #, no-wrap
100 msgid ""
101 "   Here is an example of the command to execute. Yours is probably\n"
102 "   different:\n"
103 msgstr ""
105 #. type: Plain text
106 #, no-wrap
107 msgid "       rfkill unblock 2\n"
108 msgstr ""
110 #. type: Bullet: '4. '
111 msgid ""
112 "To verify that the wireless device is enabled, execute the following command "
113 "in the root terminal again:"
114 msgstr ""
116 #. type: Plain text
117 #, no-wrap
118 msgid ""
119 "   This output should be very similar to the one of step 2, but\n"
120 "   the device enabled at step 3 should not be soft\n"
121 "   blocked anymore.\n"
122 msgstr ""
124 #. type: Plain text
125 #, no-wrap
126 msgid ""
127 "       0: phy0: Wireless LAN\n"
128 "               Soft blocked: no\n"
129 "               Hard blocked: no\n"
130 "       1: hci0: Bluetooth\n"
131 "               Soft blocked: no\n"
132 "               Hard blocked: no\n"
133 "       2: gps0: GPS\n"
134 "               Soft blocked: no\n"
135 "               Hard blocked: no\n"
136 msgstr ""