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 07:43+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:74
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:119 wifiradar/connections.py:99
52 #: wifiradar/connections.py:177 wifiradar/gui/g2/__init__.py:263
53 msgid "read on closed Pipe ({PIPE}), failing..."
56 #: wifiradar/__init__.py:146 wifiradar/connections.py:217
57 #: wifiradar/gui/g2/__init__.py:306
58 msgid "unrecognized Message: \"{MSG}\""
61 #: wifiradar/__init__.py:157 wifiradar/__init__.py:207
62 #: wifiradar/__init__.py:229 wifiradar/__init__.py:248
64 "Could not save configuration file:\n"
70 #: wifiradar/__init__.py:171
71 msgid "The profile \"{NAME}\" does not exist, creating a new profile."
74 #: wifiradar/config.py:112
75 msgid "problem auto-detecting wireless device using iwconfig: {EXC}"
78 #: wifiradar/config.py:115
79 msgid "No WiFi device found, please set this in the preferences."
82 #: wifiradar/config.py:228
83 msgid "boolean value must be >= 0"
86 #: wifiradar/config.py:235
87 msgid "value must be 'True' or 'False'"
90 #: wifiradar/config.py:237
91 msgid "value cannot be converted to string"
94 #: wifiradar/config.py:247
95 msgid "value is not an integer"
98 #: wifiradar/config.py:257
99 msgid "value is not a float or integer"
102 #: wifiradar/connections.py:113
103 msgid "Wifi device not found, please set this in the preferences."
106 #: wifiradar/connections.py:127
107 msgid "iwlist command not found, please set this in the preferences."
110 #: wifiradar/connections.py:228
111 msgid "config must be a ConfigManager object"
114 #: wifiradar/connections.py:301
115 msgid "Failed to prepare NIC: {EXC}"
118 #: wifiradar/connections.py:302
119 msgid "Could not configure wireless options."
122 #: wifiradar/connections.py:307
123 msgid "Stopping any DHCP clients on \"{DEV}\""
126 #: wifiradar/connections.py:313
127 msgid "DHCP command: {DHCP}"
130 #: wifiradar/connections.py:316
131 msgid "Stopping DHCP with kill_args"
134 #: wifiradar/connections.py:320
135 msgid "Attempt to stop DHCP failed: {EXC}"
138 #: wifiradar/connections.py:323
139 msgid "Stopping DHCP manually..."
142 #: wifiradar/connections.py:330
143 msgid "Acquiring IP Address (DHCP)"
146 #: wifiradar/connections.py:334
147 msgid "dhcp_command: {DHCP}"
150 #: wifiradar/connections.py:339
151 msgid "DHCP client not found, please set this in the preferences."
154 #: wifiradar/connections.py:357
155 msgid "Got IP address. Done."
158 #: wifiradar/connections.py:360
159 msgid "Could not get IP address!"
162 #: wifiradar/connections.py:365
163 msgid "Kill off any existing WPA supplicants running..."
166 #: wifiradar/connections.py:367
167 msgid "Killing existing WPA supplicant..."
170 #: wifiradar/connections.py:374
171 msgid "Attempt to stop WPA supplicant failed: {EXC}"
174 #: wifiradar/connections.py:379
175 msgid "Failed to kill WPA supplicant."
178 #: wifiradar/connections.py:384
179 msgid "WPA supplicant starting"
182 #: wifiradar/connections.py:391
183 msgid "WPA supplicant failed to start: {EXC}"
186 #: wifiradar/connections.py:404
187 msgid "Device \"{DEV}\" failed to go down: {EXC}"
190 #: wifiradar/connections.py:414
191 msgid "Device \"{DEV}\" failed to configure: {EXC}"
194 #: wifiradar/connections.py:423
195 msgid "Failed to configure routing information: {EXC}"
198 #: wifiradar/connections.py:442
199 msgid "Connecting to the {ESSID} ({BSSID}) network"
202 #: wifiradar/connections.py:457
203 msgid "Disable scan while connection attempt in progress..."
206 #: wifiradar/connections.py:482
207 msgid "Disconnecting..."
210 #: wifiradar/connections.py:509
211 msgid "Failed to clean up wireless configuration: {EXC}"
214 #: wifiradar/connections.py:520
215 msgid "Failed to unset IP address: {EXC}"
218 #: wifiradar/connections.py:531
219 msgid "Disconnect complete."
222 #: wifiradar/connections.py:557 wifiradar/connections.py:602
223 msgid "ifconfig command not found, please set this in the preferences."
226 #: wifiradar/connections.py:563
227 msgid "Could not change device state: {ERR}"
230 #: wifiradar/connections.py:566
231 msgid "unrecognized state for device: {STATE}"
234 #: wifiradar/connections.py:623 wifiradar/connections.py:644
235 #: wifiradar/gui/g2/prefs.py:88
236 msgid "iwconfig command not found, please set this in the preferences."
239 #: wifiradar/gui/g2/__init__.py:125
243 #: wifiradar/gui/g2/__init__.py:128
247 #: wifiradar/gui/g2/__init__.py:131
251 #: wifiradar/gui/g2/__init__.py:149
255 #: wifiradar/gui/g2/__init__.py:155
259 #: wifiradar/gui/g2/__init__.py:161 wifiradar/gui/g2/profile.py:104
263 #: wifiradar/gui/g2/__init__.py:173 wifiradar/gui/g2/profile.py:118
267 #: wifiradar/gui/g2/__init__.py:189
271 #: wifiradar/gui/g2/__init__.py:193
275 #: wifiradar/gui/g2/__init__.py:198
279 #: wifiradar/gui/g2/__init__.py:203
283 #: wifiradar/gui/g2/__init__.py:206
287 #: wifiradar/gui/g2/__init__.py:337
288 msgid "Not Connected."
291 #: wifiradar/gui/g2/__init__.py:339
293 "Connected to {PROFILE}\n"
297 #: wifiradar/gui/g2/__init__.py:363 wifiradar/gui/g2/__init__.py:447
298 #: wifiradar/gui/g2/__init__.py:510 wifiradar/gui/g2/__init__.py:540
299 #: wifiradar/gui/g2/__init__.py:643
300 msgid " Multiple APs"
303 #: wifiradar/gui/g2/__init__.py:494
304 msgid "Cannot save empty ESSID"
307 #: wifiradar/gui/g2/__init__.py:551
308 msgid "Are you sure you want to delete the {NAME} profile?"
311 #: wifiradar/gui/g2/__init__.py:597
313 "This network does not have a profile configured.\n"
315 "Would you like to create one now?"
318 #: wifiradar/gui/g2/__init__.py:632
319 msgid "Canceling connection..."
322 #: wifiradar/gui/g2/prefs.py:56
323 msgid "WiFi Radar Preferences"
326 #: wifiradar/gui/g2/prefs.py:74
327 msgid "Auto-detect wireless device"
330 #: wifiradar/gui/g2/prefs.py:76 wifiradar/gui/g2/prefs.py:95
331 #: wifiradar/gui/g2/prefs.py:102 wifiradar/gui/g2/prefs.py:363
332 #: wifiradar/gui/g2/prefs.py:365
336 #: wifiradar/gui/g2/prefs.py:78
337 msgid "Automatically select wireless device to configure"
340 #: wifiradar/gui/g2/prefs.py:98
341 msgid "Wireless device"
344 #: wifiradar/gui/g2/prefs.py:120
345 msgid "Commit required"
348 #: wifiradar/gui/g2/prefs.py:122
349 msgid "Check this box if your card requires a \"commit\" command with iwconfig"
352 #: wifiradar/gui/g2/prefs.py:127
353 msgid "Ifup required"
356 #: wifiradar/gui/g2/prefs.py:129
357 msgid "Check this box if your system requires the interface to be brought up first"
360 #: wifiradar/gui/g2/prefs.py:133 wifiradar/gui/g2/profile.py:142
364 #: wifiradar/gui/g2/prefs.py:143
365 msgid "The command to use to configure the network card"
368 #: wifiradar/gui/g2/prefs.py:146
369 msgid "Network interface configure command"
372 #: wifiradar/gui/g2/prefs.py:156
373 msgid "The command to use to configure the wireless connection"
376 #: wifiradar/gui/g2/prefs.py:159
377 msgid "Wireless connection configure command"
380 #: wifiradar/gui/g2/prefs.py:169
381 msgid "The command to use to scan for access points"
384 #: wifiradar/gui/g2/prefs.py:172
385 msgid "Wireless scanning command"
388 #: wifiradar/gui/g2/prefs.py:182
389 msgid "The command to use to configure the network routing"
392 #: wifiradar/gui/g2/prefs.py:185
393 msgid "Network route configure command"
396 #: wifiradar/gui/g2/prefs.py:195
397 msgid "The file in which to save logging info"
400 #: wifiradar/gui/g2/prefs.py:198
404 #: wifiradar/gui/g2/prefs.py:211
405 msgid "How much detail to save in the log file. Larger numbers provide less detail and smaller numbers, more detail."
408 #: wifiradar/gui/g2/prefs.py:215
412 #: wifiradar/gui/g2/prefs.py:220
416 #: wifiradar/gui/g2/prefs.py:229
417 msgid "The command to use for automatic network configuration"
420 #: wifiradar/gui/g2/prefs.py:232 wifiradar/gui/g2/prefs.py:286
424 #: wifiradar/gui/g2/prefs.py:240
425 msgid "The start-up arguments to the DHCP command"
428 #: wifiradar/gui/g2/prefs.py:243 wifiradar/gui/g2/prefs.py:297
432 #: wifiradar/gui/g2/prefs.py:249
433 msgid "The shutdown arguments to the DHCP command"
436 #: wifiradar/gui/g2/prefs.py:252
437 msgid "Kill arguments"
440 #: wifiradar/gui/g2/prefs.py:258
441 msgid "The amount of time DHCP will spend trying to connect"
444 #: wifiradar/gui/g2/prefs.py:261
445 msgid "DHCP connect timeout (seconds)"
448 #: wifiradar/gui/g2/prefs.py:267
449 msgid "The file DHCP uses to store its PID"
452 #: wifiradar/gui/g2/prefs.py:270 wifiradar/gui/g2/prefs.py:331
456 #: wifiradar/gui/g2/prefs.py:274
460 #: wifiradar/gui/g2/prefs.py:283
461 msgid "The command to use for WPA encrypted connections"
464 #: wifiradar/gui/g2/prefs.py:294
465 msgid "The start-up arguments to the WPA command"
468 #: wifiradar/gui/g2/prefs.py:303
469 msgid "The shutdown arguments to the WPA command"
472 #: wifiradar/gui/g2/prefs.py:306
476 #: wifiradar/gui/g2/prefs.py:312
477 msgid "The WPA configuration file to use"
480 #: wifiradar/gui/g2/prefs.py:314
481 msgid "Configuration file"
484 #: wifiradar/gui/g2/prefs.py:320
485 msgid "The WPA driver to use"
488 #: wifiradar/gui/g2/prefs.py:322
492 #: wifiradar/gui/g2/prefs.py:328
493 msgid "The file WPA uses to store its PID"
496 #: wifiradar/gui/g2/prefs.py:335 wifiradar/gui/g2/profile.py:151
500 #: wifiradar/gui/g2/profile.py:53
504 #: wifiradar/gui/g2/profile.py:58
508 #: wifiradar/gui/g2/profile.py:58
512 #: wifiradar/gui/g2/profile.py:58
516 #: wifiradar/gui/g2/profile.py:58 wifiradar/gui/g2/profile.py:61
517 #: wifiradar/gui/g2/profile.py:333 wifiradar/gui/g2/profile.py:338
521 #: wifiradar/gui/g2/profile.py:59
525 #: wifiradar/gui/g2/profile.py:59
529 #: wifiradar/gui/g2/profile.py:59
533 #: wifiradar/gui/g2/profile.py:60
537 #: wifiradar/gui/g2/profile.py:60
541 #: wifiradar/gui/g2/profile.py:77
545 #: wifiradar/gui/g2/profile.py:83
546 msgid "The name of the network with which to connect."
549 #: wifiradar/gui/g2/profile.py:87
550 msgid "Network Address"
553 #: wifiradar/gui/g2/profile.py:94
554 msgid "The address of the network with which to connect."
557 #: wifiradar/gui/g2/profile.py:97
561 #: wifiradar/gui/g2/profile.py:101
562 msgid "Use the AP in this network which provides strongest signal?"
565 #: wifiradar/gui/g2/profile.py:115
566 msgid "Method to use for connection. You probably want auto mode."
569 #: wifiradar/gui/g2/profile.py:129
570 msgid "Channel the network uses. You probably want auto mode."
573 #: wifiradar/gui/g2/profile.py:134 wifiradar/gui/g2/profile.py:386
574 msgid "Security: {SEC}"
577 #: wifiradar/gui/g2/profile.py:138
578 msgid "IP Configuration: DHCP"
581 #: wifiradar/gui/g2/profile.py:140
582 msgid "IP Configuration: Manual"
585 #: wifiradar/gui/g2/profile.py:149
589 #: wifiradar/gui/g2/profile.py:150
593 #: wifiradar/gui/g2/profile.py:166
597 #: wifiradar/gui/g2/profile.py:178
598 msgid "WEP key: Plain language or hex string to use for encrypted communication with the network."
601 #: wifiradar/gui/g2/profile.py:181
605 #: wifiradar/gui/g2/profile.py:194
606 msgid "Use Open to allow unencrypted communication and Restricted to force encrypted-only communication."
609 #: wifiradar/gui/g2/profile.py:200
613 #: wifiradar/gui/g2/profile.py:207
617 #: wifiradar/gui/g2/profile.py:212
618 msgid "Automatic Network Configuration (DHCP)"
621 #: wifiradar/gui/g2/profile.py:225
625 #: wifiradar/gui/g2/profile.py:229
629 #: wifiradar/gui/g2/profile.py:233
633 #: wifiradar/gui/g2/profile.py:237
637 #: wifiradar/gui/g2/profile.py:241
641 #: wifiradar/gui/g2/profile.py:245
645 #: wifiradar/gui/g2/profile.py:251
646 msgid "IP Configuration"
649 #: wifiradar/gui/g2/profile.py:258
650 msgid "Before Connection"
653 #: wifiradar/gui/g2/profile.py:262
654 msgid "After Connection"
657 #: wifiradar/gui/g2/profile.py:269
658 msgid "The local command to execute before trying to connect to the network."
661 #: wifiradar/gui/g2/profile.py:274
662 msgid "The local command to execute after connecting to the network."
665 #: wifiradar/gui/g2/profile.py:277
666 msgid "Before Disconnection"
669 #: wifiradar/gui/g2/profile.py:280
670 msgid "After Disconnection"
673 #: wifiradar/gui/g2/profile.py:287
674 msgid "The local command to execute before disconnecting from the network."
677 #: wifiradar/gui/g2/profile.py:292
678 msgid "The local command to execute after disconnecting from the network."
681 #: wifiradar/gui/g2/profile.py:294
685 #: wifiradar/gui/g2/profile.py:324
686 msgid "Invalid hex WEP key."
689 #: wifiradar/gui/g2/profile.py:349
693 #: wifiradar/gui/g2/transients.py:62
694 msgid "WiFi connection manager"
697 #: wifiradar/gui/g2/transients.py:63
699 "Copyright 2004-2014 by various authors and contributors\n"
700 "Current Maintainer: Sean Robinson <robinson@tuxfamily.org>"
703 #: wifiradar/gui/g2/transients.py:67
706 " This program is free software; you can redistribute it and/or modify\n"
707 " it under the terms of the GNU General Public License as published by\n"
708 " the Free Software Foundation; either version 2 of the License, or\n"
709 " (at your option) any later version.\n"
711 " This program is distributed in the hope that it will be useful,\n"
712 " but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
713 " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
714 " GNU General Public License for more details.\n"
716 " You should have received a copy of the GNU General Public License\n"
717 " along with this program; if not, write to:\n"
718 " Free Software Foundation, Inc.\n"
719 " 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
722 #: wifiradar/gui/g2/transients.py:109
726 #: wifiradar/gui/g2/transients.py:141
730 #: wifiradar/gui/g2/transients.py:145
731 msgid "Please wait..."
734 #: wifiradar/pubsub.py:169
735 msgid "read on closed Pipe ({FD}), continuing..."