1 # Message strings for WiFi Radar
2 # Copyright (C) YEAR ORGANIZATION
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
7 "Project-Id-Version: wifi-radar-2.1.x\n"
8 "POT-Creation-Date: 2014-04-13 03:56+MST\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
11 "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: UTF-8\n"
15 "Generated-By: pygettext.py 1.5\n"
20 "A configuration file from a pre-2.0 version of WiFi Radar was found at {FILE}.\n"
22 "WiFi Radar v2.0.x does not read configuration files from previous versions. "
26 msgid "Because {FILE} may contain information that you might wish to use when configuring WiFi Radar {VERSION}, rename this file and run the program again."
30 msgid "The old configuration file is probably empty and can be removed. Rename {FILE} if you want to be very careful. After removing or renaming {FILE}, run this program again."
34 msgid "WiFi Radar version {VERSION}"
39 "WiFi Radar version {VERSION}\n"
40 "For help, check man pages for wifi-radar and wifi-radar.conf,\n"
41 "or visit http://wifi-radar.tuxfamily.org/"
44 #: wifiradar/__init__.py:73
46 "Cannot open log file for writing: {ERR}.\n"
48 "WiFi Radar will work, but a log file will not be recorded."
51 #: wifiradar/__init__.py:118 wifiradar/connections.py:99
52 #: wifiradar/connections.py:177
53 msgid "read on closed Pipe ({PIPE}), failing..."
56 #: wifiradar/__init__.py:145 wifiradar/connections.py:217
57 #: wifiradar/gui/g2/__init__.py:304
58 msgid "unrecognized Message: \"{MSG}\""
61 #: wifiradar/__init__.py:156 wifiradar/__init__.py:206
62 #: wifiradar/__init__.py:228 wifiradar/__init__.py:247
64 "Could not save configuration file:\n"
70 #: wifiradar/__init__.py:170
71 msgid "The profile \"{NAME}\" does not exist, creating a new profile."
74 #: wifiradar/config.py:110
75 msgid "problem auto-detecting wireless device using iwconfig: {EXC}"
78 #: wifiradar/config.py:113
79 msgid "No WiFi device found, please set this in the preferences."
82 #: wifiradar/config.py:208
83 msgid "value must be a string type"
86 #: wifiradar/config.py:228
87 msgid "boolean value must be >= 0"
90 #: wifiradar/config.py:235
91 msgid "value must be 'True' or 'False'"
94 #: wifiradar/config.py:237
95 msgid "value cannot be converted to string"
98 #: wifiradar/config.py:247
99 msgid "value is not an integer"
102 #: wifiradar/config.py:257
103 msgid "value is not a float or integer"
106 #: wifiradar/connections.py:113
107 msgid "Wifi device not found, please set this in the preferences."
110 #: wifiradar/connections.py:127
111 msgid "iwlist command not found, please set this in the preferences."
114 #: wifiradar/connections.py:228
115 msgid "config must be a ConfigManager object"
118 #: wifiradar/connections.py:301
119 msgid "Failed to prepare NIC: {EXC}"
122 #: wifiradar/connections.py:302
123 msgid "Could not configure wireless options."
126 #: wifiradar/connections.py:307
127 msgid "Stopping any DHCP clients on \"{DEV}\""
130 #: wifiradar/connections.py:313
131 msgid "DHCP command: {DHCP}"
134 #: wifiradar/connections.py:316
135 msgid "Stopping DHCP with kill_args"
138 #: wifiradar/connections.py:320
139 msgid "Attempt to stop DHCP failed: {EXC}"
142 #: wifiradar/connections.py:323
143 msgid "Stopping DHCP manually..."
146 #: wifiradar/connections.py:330
147 msgid "Acquiring IP Address (DHCP)"
150 #: wifiradar/connections.py:334
151 msgid "dhcp_command: {DHCP}"
154 #: wifiradar/connections.py:339
155 msgid "DHCP client not found, please set this in the preferences."
158 #: wifiradar/connections.py:357
159 msgid "Got IP address. Done."
162 #: wifiradar/connections.py:360
163 msgid "Could not get IP address!"
166 #: wifiradar/connections.py:365
167 msgid "Kill off any existing WPA supplicants running..."
170 #: wifiradar/connections.py:367
171 msgid "Killing existing WPA supplicant..."
174 #: wifiradar/connections.py:374
175 msgid "Attempt to stop WPA supplicant failed: {EXC}"
178 #: wifiradar/connections.py:379
179 msgid "Failed to kill WPA supplicant."
182 #: wifiradar/connections.py:384
183 msgid "WPA supplicant starting"
186 #: wifiradar/connections.py:391
187 msgid "WPA supplicant failed to start: {EXC}"
190 #: wifiradar/connections.py:404
191 msgid "Device \"{DEV}\" failed to go down: {EXC}"
194 #: wifiradar/connections.py:414
195 msgid "Device \"{DEV}\" failed to configure: {EXC}"
198 #: wifiradar/connections.py:423
199 msgid "Failed to configure routing information: {EXC}"
202 #: wifiradar/connections.py:442
203 msgid "Connecting to the {ESSID} ({BSSID}) network"
206 #: wifiradar/connections.py:457
207 msgid "Disable scan while connection attempt in progress..."
210 #: wifiradar/connections.py:482
211 msgid "Disconnecting..."
214 #: wifiradar/connections.py:509
215 msgid "Failed to clean up wireless configuration: {EXC}"
218 #: wifiradar/connections.py:520
219 msgid "Failed to unset IP address: {EXC}"
222 #: wifiradar/connections.py:531
223 msgid "Disconnect complete."
226 #: wifiradar/connections.py:557 wifiradar/connections.py:602
227 msgid "ifconfig command not found, please set this in the preferences."
230 #: wifiradar/connections.py:563
231 msgid "Could not change device state: {ERR}"
234 #: wifiradar/connections.py:566
235 msgid "unrecognized state for device: {STATE}"
238 #: wifiradar/connections.py:623 wifiradar/connections.py:644
239 #: wifiradar/gui/g2/prefs.py:86
240 msgid "iwconfig command not found, please set this in the preferences."
243 #: wifiradar/gui/g2/__init__.py:123
247 #: wifiradar/gui/g2/__init__.py:126
251 #: wifiradar/gui/g2/__init__.py:129
255 #: wifiradar/gui/g2/__init__.py:147
259 #: wifiradar/gui/g2/__init__.py:153
263 #: wifiradar/gui/g2/__init__.py:159 wifiradar/gui/g2/profile.py:101
267 #: wifiradar/gui/g2/__init__.py:171 wifiradar/gui/g2/profile.py:115
271 #: wifiradar/gui/g2/__init__.py:187
275 #: wifiradar/gui/g2/__init__.py:191
279 #: wifiradar/gui/g2/__init__.py:196
283 #: wifiradar/gui/g2/__init__.py:201
287 #: wifiradar/gui/g2/__init__.py:204
291 #: wifiradar/gui/g2/__init__.py:261
292 msgid "read on closed Pipe ({FD}), failing..."
295 #: wifiradar/gui/g2/__init__.py:335
296 msgid "Not Connected."
299 #: wifiradar/gui/g2/__init__.py:337
301 "Connected to {PROFILE}\n"
305 #: wifiradar/gui/g2/__init__.py:361 wifiradar/gui/g2/__init__.py:445
306 #: wifiradar/gui/g2/__init__.py:508 wifiradar/gui/g2/__init__.py:538
307 #: wifiradar/gui/g2/__init__.py:641
308 msgid " Multiple APs"
311 #: wifiradar/gui/g2/__init__.py:492
312 msgid "Cannot save empty ESSID"
315 #: wifiradar/gui/g2/__init__.py:549
316 msgid "Are you sure you want to delete the {NAME} profile?"
319 #: wifiradar/gui/g2/__init__.py:595
321 "This network does not have a profile configured.\n"
323 "Would you like to create one now?"
326 #: wifiradar/gui/g2/__init__.py:630
327 msgid "Canceling connection..."
330 #: wifiradar/gui/g2/prefs.py:54
331 msgid "WiFi Radar Preferences"
334 #: wifiradar/gui/g2/prefs.py:72
335 msgid "Auto-detect wireless device"
338 #: wifiradar/gui/g2/prefs.py:74 wifiradar/gui/g2/prefs.py:93
339 #: wifiradar/gui/g2/prefs.py:100 wifiradar/gui/g2/prefs.py:361
340 #: wifiradar/gui/g2/prefs.py:363
344 #: wifiradar/gui/g2/prefs.py:76
345 msgid "Automatically select wireless device to configure"
348 #: wifiradar/gui/g2/prefs.py:96
349 msgid "Wireless device"
352 #: wifiradar/gui/g2/prefs.py:118
353 msgid "Commit required"
356 #: wifiradar/gui/g2/prefs.py:120
357 msgid "Check this box if your card requires a \"commit\" command with iwconfig"
360 #: wifiradar/gui/g2/prefs.py:125
361 msgid "Ifup required"
364 #: wifiradar/gui/g2/prefs.py:127
365 msgid "Check this box if your system requires the interface to be brought up first"
368 #: wifiradar/gui/g2/prefs.py:131 wifiradar/gui/g2/profile.py:139
372 #: wifiradar/gui/g2/prefs.py:141
373 msgid "The command to use to configure the network card"
376 #: wifiradar/gui/g2/prefs.py:144
377 msgid "Network interface configure command"
380 #: wifiradar/gui/g2/prefs.py:154
381 msgid "The command to use to configure the wireless connection"
384 #: wifiradar/gui/g2/prefs.py:157
385 msgid "Wireless connection configure command"
388 #: wifiradar/gui/g2/prefs.py:167
389 msgid "The command to use to scan for access points"
392 #: wifiradar/gui/g2/prefs.py:170
393 msgid "Wireless scanning command"
396 #: wifiradar/gui/g2/prefs.py:180
397 msgid "The command to use to configure the network routing"
400 #: wifiradar/gui/g2/prefs.py:183
401 msgid "Network route configure command"
404 #: wifiradar/gui/g2/prefs.py:193
405 msgid "The file in which to save logging info"
408 #: wifiradar/gui/g2/prefs.py:196
412 #: wifiradar/gui/g2/prefs.py:209
413 msgid "How much detail to save in the log file. Larger numbers provide less detail and smaller numbers, more detail."
416 #: wifiradar/gui/g2/prefs.py:213
420 #: wifiradar/gui/g2/prefs.py:218
424 #: wifiradar/gui/g2/prefs.py:227
425 msgid "The command to use for automatic network configuration"
428 #: wifiradar/gui/g2/prefs.py:230 wifiradar/gui/g2/prefs.py:284
432 #: wifiradar/gui/g2/prefs.py:238
433 msgid "The start-up arguments to the DHCP command"
436 #: wifiradar/gui/g2/prefs.py:241 wifiradar/gui/g2/prefs.py:295
440 #: wifiradar/gui/g2/prefs.py:247
441 msgid "The shutdown arguments to the DHCP command"
444 #: wifiradar/gui/g2/prefs.py:250
445 msgid "Kill arguments"
448 #: wifiradar/gui/g2/prefs.py:256
449 msgid "The amount of time DHCP will spend trying to connect"
452 #: wifiradar/gui/g2/prefs.py:259
453 msgid "DHCP connect timeout (seconds)"
456 #: wifiradar/gui/g2/prefs.py:265
457 msgid "The file DHCP uses to store its PID"
460 #: wifiradar/gui/g2/prefs.py:268 wifiradar/gui/g2/prefs.py:329
464 #: wifiradar/gui/g2/prefs.py:272
468 #: wifiradar/gui/g2/prefs.py:281
469 msgid "The command to use for WPA encrypted connections"
472 #: wifiradar/gui/g2/prefs.py:292
473 msgid "The start-up arguments to the WPA command"
476 #: wifiradar/gui/g2/prefs.py:301
477 msgid "The shutdown arguments to the WPA command"
480 #: wifiradar/gui/g2/prefs.py:304
484 #: wifiradar/gui/g2/prefs.py:310
485 msgid "The WPA configuration file to use"
488 #: wifiradar/gui/g2/prefs.py:312
489 msgid "Configuration file"
492 #: wifiradar/gui/g2/prefs.py:318
493 msgid "The WPA driver to use"
496 #: wifiradar/gui/g2/prefs.py:320
500 #: wifiradar/gui/g2/prefs.py:326
501 msgid "The file WPA uses to store its PID"
504 #: wifiradar/gui/g2/prefs.py:333 wifiradar/gui/g2/profile.py:148
508 #: wifiradar/gui/g2/profile.py:50
512 #: wifiradar/gui/g2/profile.py:55
516 #: wifiradar/gui/g2/profile.py:55
520 #: wifiradar/gui/g2/profile.py:55
524 #: wifiradar/gui/g2/profile.py:55 wifiradar/gui/g2/profile.py:58
525 #: wifiradar/gui/g2/profile.py:330 wifiradar/gui/g2/profile.py:335
529 #: wifiradar/gui/g2/profile.py:56
533 #: wifiradar/gui/g2/profile.py:56
537 #: wifiradar/gui/g2/profile.py:56
541 #: wifiradar/gui/g2/profile.py:57
545 #: wifiradar/gui/g2/profile.py:57
549 #: wifiradar/gui/g2/profile.py:74
553 #: wifiradar/gui/g2/profile.py:80
554 msgid "The name of the network with which to connect."
557 #: wifiradar/gui/g2/profile.py:84
558 msgid "Network Address"
561 #: wifiradar/gui/g2/profile.py:91
562 msgid "The address of the network with which to connect."
565 #: wifiradar/gui/g2/profile.py:94
569 #: wifiradar/gui/g2/profile.py:98
570 msgid "Use the AP in this network which provides strongest signal?"
573 #: wifiradar/gui/g2/profile.py:112
574 msgid "Method to use for connection. You probably want auto mode."
577 #: wifiradar/gui/g2/profile.py:126
578 msgid "Channel the network uses. You probably want auto mode."
581 #: wifiradar/gui/g2/profile.py:131 wifiradar/gui/g2/profile.py:383
582 msgid "Security: {SEC}"
585 #: wifiradar/gui/g2/profile.py:135
586 msgid "IP Configuration: DHCP"
589 #: wifiradar/gui/g2/profile.py:137
590 msgid "IP Configuration: Manual"
593 #: wifiradar/gui/g2/profile.py:146
597 #: wifiradar/gui/g2/profile.py:147
601 #: wifiradar/gui/g2/profile.py:163
605 #: wifiradar/gui/g2/profile.py:175
606 msgid "WEP key: Plain language or hex string to use for encrypted communication with the network."
609 #: wifiradar/gui/g2/profile.py:178
613 #: wifiradar/gui/g2/profile.py:191
614 msgid "Use Open to allow unencrypted communication and Restricted to force encrypted-only communication."
617 #: wifiradar/gui/g2/profile.py:197
621 #: wifiradar/gui/g2/profile.py:204
625 #: wifiradar/gui/g2/profile.py:209
626 msgid "Automatic Network Configuration (DHCP)"
629 #: wifiradar/gui/g2/profile.py:222
633 #: wifiradar/gui/g2/profile.py:226
637 #: wifiradar/gui/g2/profile.py:230
641 #: wifiradar/gui/g2/profile.py:234
645 #: wifiradar/gui/g2/profile.py:238
649 #: wifiradar/gui/g2/profile.py:242
653 #: wifiradar/gui/g2/profile.py:248
654 msgid "IP Configuration"
657 #: wifiradar/gui/g2/profile.py:255
658 msgid "Before Connection"
661 #: wifiradar/gui/g2/profile.py:259
662 msgid "After Connection"
665 #: wifiradar/gui/g2/profile.py:266
666 msgid "The local command to execute before trying to connect to the network."
669 #: wifiradar/gui/g2/profile.py:271
670 msgid "The local command to execute after connecting to the network."
673 #: wifiradar/gui/g2/profile.py:274
674 msgid "Before Disconnection"
677 #: wifiradar/gui/g2/profile.py:277
678 msgid "After Disconnection"
681 #: wifiradar/gui/g2/profile.py:284
682 msgid "The local command to execute before disconnecting from the network."
685 #: wifiradar/gui/g2/profile.py:289
686 msgid "The local command to execute after disconnecting from the network."
689 #: wifiradar/gui/g2/profile.py:291
693 #: wifiradar/gui/g2/profile.py:321
694 msgid "Invalid hex WEP key."
697 #: wifiradar/gui/g2/profile.py:346
701 #: wifiradar/gui/g2/transients.py:59
702 msgid "WiFi connection manager"
705 #: wifiradar/gui/g2/transients.py:60
707 "Copyright 2004-2014 by various authors and contributors\n"
708 "Current Maintainer: Sean Robinson <robinson@tuxfamily.org>"
711 #: wifiradar/gui/g2/transients.py:64
714 " This program is free software; you can redistribute it and/or modify\n"
715 " it under the terms of the GNU General Public License as published by\n"
716 " the Free Software Foundation; either version 2 of the License, or\n"
717 " (at your option) any later version.\n"
719 " This program is distributed in the hope that it will be useful,\n"
720 " but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
721 " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
722 " GNU General Public License for more details.\n"
724 " You should have received a copy of the GNU General Public License\n"
725 " along with this program; if not, write to:\n"
726 " Free Software Foundation, Inc.\n"
727 " 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
730 #: wifiradar/gui/g2/transients.py:106
734 #: wifiradar/gui/g2/transients.py:138
738 #: wifiradar/gui/g2/transients.py:142
739 msgid "Please wait..."