Ticket #47: commoneng.rch

File commoneng.rch, 24.5 KB (added by Alfredo Fernández Díaz, 6 years ago)
Line 
1/****************************** Module Header *******************************
2*
3* Module Name: commoneng.rch
4*
5* Wireless LAN Monitor National Language Support Header
6*
7* Copyright (c) WLan Project 2003
8*
9* $Id: commoneng.rch,v 1.80 2009-08-13 21:14:57 cla Exp $
10*
11* ===========================================================================
12*
13* This file is part of the WLan Project and is free software.  You can
14* redistribute it and/or modify it under the terms of the GNU General
15* Public License as published by the Free Software Foundation, in version 2
16* as it comes in the "COPYING" file of the WLan Project CVS tree.
17* This program is distributed in the hope that it will be useful, but WITHOUT
18* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19* FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
20* for more details.
21*
22*****************************************************************************/
23
24#ifndef COMMONENG_RCH
25#define COMMONENG_RCH
26
27// define how to make controls larger
28
29#define EXTRAWIDTH_PROPNOTEBOOK        0
30#define EXTRAWIDTH_SELECTPRF           0
31#define EXTRAWIDTH_PRFNOTEBOOK         0
32#define EXTRAWIDTH_PBSCONFIGMORETCPIP  0
33#define EXTRAWIDTH_PBSLOADSET          0
34#define EXTRAWIDTH_PBSEDITSCRIPT       0
35#define EXTRAWIDTH_PBSVIEWLOG          0
36
37// define line count for text boxes in welcome dialog (wlanstat.dlg)
38
39#define LINES_WELCOMETEXT1             4
40#define LINES_WELCOMETEXT2             3
41#define LINES_WELCOMETEXT3             3
42
43// define button width in subdialogs
44
45#define TCPDLG_BUTTONWIDTH 32
46
47// define dialog modifications
48
49#define MODIFY_IDDLG_CONFIGMORETCPIP 0
50
51// ---------------- dialog resource strings for buttons used by all dialogs
52
53#define IDT_IDPBS_OK                        "~Ok"
54#define IDT_IDPBS_CANCEL                    "~Cancel"
55#define IDT_IDPBS_UNDO                      "~Undo"
56#define IDT_IDPBS_DEFAULT                   "~Default"
57#define IDT_IDPBS_HELP                      "~Help"
58#define IDT_IDPBS_SELECTPROFILE             "~Select"
59#define IDT_IDPBS_CLOSE                     "~Close"
60#define IDT_IDPBS_CREATEPROFILE             "~New..."
61#define IDT_IDPBS_COPYPROFILE               "C~opy..."
62#define IDT_IDPBS_EDITPROFILE               "~Edit..."
63#define IDT_IDPBS_DELETEPROFILE             "~Delete..."
64#define IDT_IDPBS_IMPORTPROFILE             "~Import..."
65#define IDT_IDPBS_EXPORTPROFILE             "E~xport..."
66#define IDT_IDPBS_GENERATE                  "~Generate..."
67#define IDT_IDPBS_MOREINFO                  "~Details..."
68#define IDT_IDPBS_BROWSE                    "~Browse"
69#define IDT_IDPBS_CONFIGMORETCPIP           "~More TCP/IP Options..."
70#define IDT_IDPBS_LOADSET                   "~Load..."
71#define IDT_IDPBS_APPLY                     "~Apply"
72#define IDT_IDPBS_REFRESH                   "~Refresh"
73#define IDT_IDPBS_CONNECT                   "~Connect"
74#define IDT_IDPBS_EDITSCRIPT                "~Edit scriptfile"
75#define IDT_IDPBS_OPEN                      "~Open"
76#define IDT_IDPBS_VIEWLOG                   "~View logfile"
77
78// ---------------- dialog resource strings for standalone executable welcome dialog
79
80#define IDT_IDDLG_WELCOME                   __PROGNAME__ " - Welcome!"
81#define IDT_IDTXT_WELCOME1                  "Welcome to the new standalone version of the " __PROGNAME__ ","   \
82                                            "which, in opposite to the XCenter widget version, is used "   \
83                                            "outside of the XCenter."
84#define IDT_IDTXT_WELCOME2                  "In order to ease the spotting of the program window, "  \
85                                            "it will blink until it is clicked on with either "            \
86                                            "mouse button, after closing this dialog."
87#define IDT_IDTXT_WELCOME3                  "Press the button 'Details' to get more information about  "   \
88                                            "the standalone version of the " __PROGNAME__ "."
89
90// ---------------- dialog resource strings for standalone executable welcome dialog
91
92#define IDT_IDDLG_ERROR_ENCNOTSUPPORTED     __PROGNAME__
93#define IDT_IDTXT_ENCNOTSUPP                "Error: the selected connection profile could not be " \
94                                            "loaded, as the configured encryption is not supported " \
95                                            "for this device:"
96#define IDT_IDTXT_CONPROFILE                "Connection profile:"
97#define IDT_IDTXT_ENCTYPE                   "Encryption:"
98#define IDT_IDTXT_DEVNAME                   "Device:"
99
100// ---------------- dialog resource strings for selection dialog
101
102#define IDT_IDDLG_SELECTPRF                 "Connection profiles"
103#define IDT_IDGRP_SELECTPRF                 "Profile Selection"
104
105// ---------------- dialog resource strings for properties notebook
106
107#define IDT_IDDLG_PROPERTIES                 __PROGNAME__ " - Properties"
108
109#define IDT_IDDLG_PROPERTIES_PAGEDEVSELECT  "Device"
110#define IDT_IDGRP_DEVSELECT                 "Device Selection"
111#define IDT_IDTXT_DRVSELECT                 "Wireless LAN device driver"
112#define IDT_IDTXT_DEVVERSION                "Driver version"
113#define IDT_IDTXT_DEVCAP                    "Driver capabilities"
114
115#define IDT_IDDLG_PROPERTIES_PAGERADIO      "Radio"
116#define IDT_IDGRP_RADIOSELECT               "Radio Properties"
117#define IDT_IDTXT_RADIOSTARTUP              "Activation on program startup"
118#define IDT_IDCHB_RADIOSHUTDOWN             "Deactivate on ~program end"
119#define IDT_IDCHB_RADIOSTOP                 "Deactivate on missing ~connection"
120#define IDT_IDTXT_RADIOSTOPWAIT             "Waiting period before deactivation in min."
121
122#define IDT_IDDLG_PROPERTIES_PAGESCAN       "Connection Scan"
123#define IDT_IDGRP_CONNECTIONSCAN            "Connection Scan Properties"
124#define IDT_IDCHB_SCANONSTARTUP             "scan for connections on startup"
125#define IDT_IDCHB_SCANONREINSERT            "scan for connections on card reinsertion"
126#define IDT_IDTXT_SCANINTERVAL              "Interval between profile changes in secs."
127#define IDT_IDTXT_SCANRETRIES               "Amount of retries"
128
129#define IDT_IDDLG_PROPERTIES_PAGETCPIP      "TCP/IP"
130#define IDT_IDGRP_TCPIP                     "TCP/IP Configuration Properties"
131#define IDT_IDCHB_TRIGGERWAN                "Trigger WAN connection on connect"
132#define IDT_IDCHB_EXECSETUP                 "Execute LAN configuration on disconnect"
133#define IDT_IDTXT_CONFLRESOLVE              "Resolve address range conflicts"
134#define IDT_IDCHB_GATEWAYNAME               "Add router name to DNS"
135#define IDT_IDTXT_GATEWAYNAME               "Name for router"
136#define IDT_IDCHB_SETLLAADDRESS             "Set LLA Addresses on disconnect"
137
138#define IDT_IDDLG_PROPERTIES_PAGETCPIP2     "TCP/IP"
139#define IDT_IDGRP_DHCP                      "DHCP Client Configuration Properties"
140#define IDT_IDCHB_DHCPCONFIGURE             "Configure DHCP Client"
141#define IDT_IDCHB_DHCPRESETCLIENTDB         "Reset Database before Request"
142#define IDT_IDCHB_DHCPLOG                   "Activate logging"
143#define IDT_IDTXT_DHCPLOGFILE               "Logfile"
144#define IDT_IDCHB_DHCPRESETLOG              "Reset Logfile before Request"
145#define IDT_IDCHB_DHCLIENTBEEP              "Audible alerts from DHCLIENT"
146#define IDT_IDTXT_DHIFOVERRIDENR            "lan0"
147#define IDT_IDCHB_DHIFOVERRIDE              "Use different interface instead lanX"
148#define IDT_IDTXT_DHCLIENTVERSION           "dhclient version on your system"
149#define IDT_IDTXT_DHCLIENTVERSION2          "dhclient.exe not found!"
150
151#define IDT_IDDLG_PROPERTIES_PAGEWPASUPP    "WPA Supplicant"
152#define IDT_IDGRP_WPASUPP                   "WPA Supplicant Properties"
153#define IDT_IDCHB_WPASHOW                   "~Show WPA Supplicant"
154#define IDT_IDTXT_WPADEBLEVEL               "Debuglevel"
155#define IDT_IDTXT_WPAVERSION                "wpa_supplicant version on your system"
156#define IDT_IDTXT_WPAVERSION2               "wpa_supplicant.exe not found!"
157#define IDT_IDTXT_WPAPATH                   ""
158
159#define IDT_IDTXT_NOTTESTED                 "Not tested version - "
160
161#define IDT_IDDLG_PROPERTIES_PAGESCRIPT     "Script"
162#define IDT_IDGRP_SCRIPT                    "Script Properties"
163#define IDT_IDCHB_ENABLESCRIPTS             "activate script"
164#define IDT_IDTXT_SCRIPTPATH                "Path for scriptfiles"
165#define IDT_IDCHB_WAITFORSCRIPTS            "wait for script to end"
166
167#define IDT_IDDLG_PROPERTIES_PAGEMOUSE      "Mouse Actions"
168#define IDT_IDGRP_MASELECT                  "Mouse Action Properties"
169#define IDT_IDTXT_MB1DBLCLICK               "Action on Double-click of Button 1"
170#define IDT_IDTXT_SMB1DBLCLICK              "Action on Shift-Double-click of Button 1"
171#define IDT_IDTXT_CMB1DBLCLICK              "Action on Ctrl-Double-click of Button 1"
172#define IDT_IDTXT_AMB1DBLCLICK              "Action on Alt-Double-click of Button 1"
173
174#define IDT_IDDLG_PROPERTIES_PAGEERROR      "Errorhandling"
175#define IDT_IDGRP_NOTIFYSETUP               "Error Notification"
176#define IDT_IDCHB_BEEPPROFILEERR            "error beep, if profile cannot be activated"
177#define IDT_IDCHB_BEEPCONFIGERR             "error beep, if TCP/IP configuration fails"
178#define IDT_IDCHB_BEEPRANGE                 "error beep, when getting out of range"
179
180#define IDT_IDDLG_PROPERTIES_PAGEDISPLAY    "Display"
181#define IDT_IDGRP_DISPLAYSETUP              "Display Properties 1/2"
182#define IDT_IDTXT_BITMAPSIZE                "Status Bitmap Size"
183#define IDT_IDTXT_BITMAPROTATION            "Status Bitmap Rotation"
184
185#define IDT_IDDLG_PROPERTIES_PAGEDISPLAY2   "Display"
186#define IDT_IDGRP_DISPLAYSETUP2             "Display Properties 2/2"
187#define IDT_IDTXT_BITMAPSET                 "Current status images:"
188
189#define IDT_IDDLG_PROPERTIES_PAGEINFO       "Information"
190#define IDT_IDGRP_PRODINFO                  "Product Information"
191#define IDT_IDTXT_WPSTKVER                  "created using Workplace Shell Toolkit"
192#define IDT_IDTXT_DUMMY                     "dummy text"
193#define IDT_IDTXT_DUMMY2                    "dummy text2"
194
195#define IDT_IDTXT_PROGNAME                  __PROGNAME__
196#define IDT_IDTXT_PROGSTEM                  __PROGSTEM__
197#define IDT_IDTXT_VERSION                   __VERSION__
198#define IDT_IDTXT_AUTHORS                   "by " __AUTHORS__
199#define IDT_IDTXT_COPYRIGHT                 "Copyright " __YEARS__ " "  __PROJECT__
200
201// ---------------- dialog resource strings for profile notebook
202
203#define IDT_IDDLG_PROFILE                   "Properties for Profile '%s'"
204
205#define IDT_IDDLG_PROFILE_PAGECONNECTION    "Connection"
206#define IDT_IDGRP_PROFILECONNECTION         "Connection Properties 1/2"
207#define IDT_IDTXT_NAMECAPTION               "Profile Name"
208#define IDT_IDTXT_MODECAPTION               "Connect to"
209#define IDT_IDCBX_MODE                      "STA_MODE"
210#define IDT_IDTXT_SSIDCAPTION               "Network Name / System Service ID (SSID)"
211#define IDT_IDCHB_CREATEIBSS                "Create a Network if none found"
212#define IDT_IDCHB_INCLUDEINSCAN             "Include in connection scan"
213
214#define IDT_IDDLG_PROFILE_PAGECONNECTION2   "Connection"
215#define IDT_IDGRP_PROFILECONNECTION2        "Connection Properties 2/2"
216#define IDT_IDTXT_SELNETWORK                "Determine network type"
217
218#define IDT_IDDLG_PROFILE_PAGESECURITY      "Security"
219#define IDT_IDGRP_PROFILESECURITY           "Security Properties"
220#define IDT_IDTXT_WEPCAPTION                "Encryption"
221#define IDT_IDTXT_TXKEYCAPTION              "Used key for transmission"
222#define IDT_IDTXT_WPAPSK                    "Preshared key"
223
224#define IDT_IDDLG_PROFILE_PAGETCPIP         "TCP/IP"
225#define IDT_IDGRP_PROFILETCPIP              "TCP/IP Properties"
226#define IDT_IDTXT_CONFIGTYPE                "Configuration type"
227#define IDT_IDCHB_OPTIONDNS                 "request DNS options"
228#define IDT_IDCHB_OPTIONSTATICROUTES        "request static routes"
229#define IDT_IDCHB_OPTIONHOSTNAME            "provide hostname"
230#define IDT_IDTXT_DHCPNOTACTIVE             "The configuration of the DHCP Client is not active." \
231                                            "\015\015" \
232                                            "Activate this on the TCP/IP Pages in the properties " \
233                                            "of the " __PROGNAME__ ", in order to configure more values here."
234#define IDT_IDTXT_TCPIPADDRESS              "TCP/IP address"
235#define IDT_IDTXT_NETMASK                   "Netmask (leave empty for default mask)"
236
237#define IDT_IDDLG_PROFILE_PAGEAUTOSTART     "Autostart"
238#define IDT_IDGRP_PROFILEAUTOSTART          "Autostart Properties"
239#define IDT_IDCHB_LAUNCHBROWSER             "Launch Web browser on connect"
240
241#define IDT_IDDLG_CONFIGMORETCPIP           "TCP/IP Options for profile '%s'"
242#define IDT_IDTXT_GATEWAY                   "Default gateway"
243#define IDT_IDCHB_CONFIGDNS                 "Configure Domain Name Service"
244#define IDT_IDTXT_DOMAIN                    "Name of TCP/IP Domain"
245#define IDT_IDTXT_DNS                       "Domain Name Server"
246#define IDT_IDTXT_MTU                       "Maximum Transmission Unit (MTU)"
247#define IDT_IDTXT_MTUMANUAL                 "User-defined value"
248
249#define IDT_IDDLG_KEYGEN                    "Generate WEP keys"
250#define IDT_IDTXT_KEYGENTYPE                "Key generator to use"
251#define IDT_IDTXT_PASSPHRASE                "Enter passphrase"
252
253#define IDT_IDDLG_NEWPROFILE                "Create new profile from connection"
254#define IDT_IDTXT_NEWPRFNAME                "Enter name of the new connection profile"
255
256#define IDT_IDDLG_SCANHOTSPOT               "Scan for hotspots"
257#define IDT_IDTXT_NETSELECT                 "Select network access type:"
258
259#define IDT_IDDLG_SELECTHOTSPOTPROFILE      "Profile selection"
260#define IDT_IDTXT_SELPROFILE                "Select profile for network:"
261
262// ---------------- dialog resource strings for status bitmap dialog
263
264#define IDT_IDDLG_STATUSBMP                 "Status images"
265#define IDT_IDTXT_CURRENTSET                IDT_IDTXT_BITMAPSET
266#define IDT_IDTXT_NEWSET                    "New status images:"
267
268// ---------------- menu strings
269
270#define IDT_IDMEN_PROPERTIES                "Propertie~s"
271#define IDT_IDMEN_ENABLERADIO               "Enable ~Radio"
272#define IDT_IDMEN_SCANCONNECTION            "S~can for Connection"
273
274#define IDT_IDMEN_HOTSPOT                   "Pu~blic hotspot"
275#define IDT_IDMEN_HOTSPOT_CONNECT           "~Connect to hotspot"
276#define IDT_IDMEN_HOTSPOT_BROWSER           "Launch standard web ~browser"
277#define IDT_IDMEN_HOTSPOT_COPYPRF           "~Create connection profile..."
278#define IDT_IDMEN_HOTSPOT_SCAN              "~Scan for hotspots..."
279#define IDT_IDMEN_HOTSPOT_LAUNCHBROWSER     "Launch web browser"
280
281#define IDT_IDMEN_EDITPROFILE               "Add/~Edit Profile..."
282#define IDT_IDMEN_SELECTPROFILE             "Se~lect Profile"
283
284#define IDT_IDMEN_IPCFG                     "~TCP/IP interface"
285#define IDT_IDMEN_IPCFG_CONFIG              "(re)~configure"
286#define IDT_IDMEN_IPCFG_UNCONFIG            "~disable"
287#define IDT_IDMEN_IPCFG_PING                "~ping router"
288
289#define IDT_IDMEN_WPASUPP                   "WP~A Supplicant"
290#define IDT_IDMEN_WPASUPP_SHOW              "~Visible"
291#define IDT_IDMEN_WPASUPP_RECFG             "~Reconnect"
292#define IDT_IDMEN_WPASUPP_DLEVEL            "~Debug level"
293// keep following values identical to IDT_IDSTR_WPA_DEBUGLEVEL_*
294#define IDT_IDMEN_WPASUPP_DLEVEL_MSGDUMP    "Message Dump (very verbose)"
295#define IDT_IDMEN_WPASUPP_DLEVEL_DEBUG      "Debug (verbose)"
296#define IDT_IDMEN_WPASUPP_DLEVEL_INFO       "Info (normal)"
297#define IDT_IDMEN_WPASUPP_DLEVEL_WARNING    "Warnings (quiet)"
298#define IDT_IDMEN_WPASUPP_DLEVEL_ERROR      "Errors (very quiet)"
299//
300#define IDT_IDMEN_WPASUPP_DISMISS           "~Dismiss this menu"
301
302#define IDT_IDMEN_SELECTDEVICE              "~WLAN device"
303
304#define IDT_IDMEN_HELP                      "~Help"
305
306#define IDT_IDMEN_WINDOWCFG                 "~Window"
307#define IDT_IDMEN_STAYONTOP                 "~Always stay on top"
308#define IDT_IDMEN_HIDETLENTRY               "~Hide tasklist entry"
309#define IDT_IDMEN_LARGESIZE                 "~Large window size"
310
311#define IDT_IDMEN_DISPLAYCFG                "~Display"
312#define IDT_IDMEN_SIZEDEF                   "~Default"
313#define IDT_IDMEN_SIZE16                    "~16 Pixel"
314#define IDT_IDMEN_SIZE20                    "~20 Pixel"
315#define IDT_IDMEN_ROTATE0                   "~0ø"
316#define IDT_IDMEN_ROTATE90                  "~90ø"
317#define IDT_IDMEN_ROTATE180                 "1~80ø"
318#define IDT_IDMEN_ROTATE270                 "2~70ø"
319
320#define IDT_IDMEN_EXIT                      "E~xit"
321
322// ---------------- other strings
323
324#define IDT_IDSTR_PROMPTDELETE              "Delete the profile '%s' ?"
325#define IDT_IDSTR_PROMPTOVERWRITE           "The file '%s' already exists. May it be overwritten ?"
326#define IDT_IDSTR_PROMPTERROREXPORT         "Error on export of the profile '%s' into the file '%s' (rc=%u/0x%04x)"
327#define IDT_IDSTR_PROMPTERRORIMPORT         "Error on import of the profile from the file '%s' (rc=%u/0x%04x)"
328#define IDT_IDSTR_PROMPTNOSTATUSBITMAPS     "Directory '%s' does not contain any status image file(s)!"
329#define IDT_IDSTR_UNNAMEDPROFILE            "Unnamed profile"
330
331#define IDT_IDSTR_HELPTITLE                 "Help"
332#define IDT_IDSTR_PAGEOFPAGES               "Page %u of %u"
333
334#define IDT_IDSTR_IPCONFLICT                "The TCP/IP address assigned to the interface of the Wireless LAN device " \
335                                            "conflicts with the address assigned to interface lan%u." \
336                                            "\015\015"
337#define IDT_IDSTR_IPCONFLICT2               "Press Yes to disable interface lan%u, No to annul the configuration of " \
338                                            "the interface of the Wireless LAN device"
339#define IDT_IDSTR_ENCNOTSUPPORTED           "Error:\015" \
340                                            "%s configured for connection profile '%s' " \
341                                            "is not supported by device '%s'"
342
343#define IDT_IDSTR_STATIONMODE_BSS           "Basic/Extended Service Set (BSS/ESS)"
344#define IDT_IDSTR_STATIONMODE_ADHOC         "Peer (ADHOC)"
345
346#define IDT_IDSTR_NETWORK_ANY               "<all networks>"
347#define IDT_IDSTR_NETWORK_80211B_11MBIT     "IEEE 802.11b - 11 MBit 2.4 Ghz"
348#define IDT_IDSTR_NETWORK_80211G_54MBIT     "IEEE 802.11g - 54 MBit 2.4 Ghz"
349#define IDT_IDSTR_NETWORK_80211A_54MBIT     "IEEE 802.11a - 54 MBit 5 Ghz"
350
351#define IDT_IDSTR_WEPMODE_DISABLED          "No encryption"
352#define IDT_IDSTR_WEPMODE_WEP64             "Wired Equivalent Privacy 64 bit (WEP64)"
353#define IDT_IDSTR_WEPMODE_WEP128            "Wired Equivalent Privacy 128 bit (WEP128)"
354#define IDT_IDSTR_WEPMODE_WPA_PSK           "Wi-Fi Protected Access (WPA-PSK)"
355#define IDT_IDSTR_WEPMODE_WPA2_PSK          "Wi-Fi Protected Access (WPA2-PSK)"
356
357#define IDT_IDSTR_MTUTYPE_ETHERNETMAX       "Default for Ethernet"
358#define IDT_IDSTR_MTUTYPE_DSL               "Optimized for DSL"
359#define IDT_IDSTR_MTUTYPE_USERDEFINED       "User-defined"
360
361#define IDT_IDSTR_CONFIGTYPE_NONE           "Don't configure"
362#define IDT_IDSTR_CONFIGTYPE_DHCP           "Configure automatically using DHCP"
363#define IDT_IDSTR_CONFIGTYPE_MANUALLY       "Configure manually"
364
365#define IDT_IDSTR_RADIOPROFILE              "Preserve setting from last shutdown"
366#define IDT_IDSTR_RADIOON                   "Activate radio on startup"
367#define IDT_IDSTR_RADIOOFF                  "Deactivate radio on startup"
368
369#define IDT_IDSTR_MB1DBL_NEXTPRFSCAN        "Switch to next profile or start connection scan"
370#define IDT_IDSTR_MB1DBL_NEXTPRF            "Switch to next profile"
371#define IDT_IDSTR_MB1DBL_ENABLERADIO        "Enable/disable radio"
372#define IDT_IDSTR_MB1DBL_DISABLETCPIP       "Disable/enable TCP/IP interface"
373#define IDT_IDSTR_MB1DBL_DLGPROPERTIES      "Properties"
374#define IDT_IDSTR_MB1DBL_DLGHOTSPOTSCAN     "Scan for hotspots"
375#define IDT_IDSTR_MB1DBL_DLGEDITPROFILE     "Add/Edit Profile"
376
377#define IDT_IDSTR_HOTSPOT_PRFNAME           "<Public hotspot>"
378
379#define IDT_IDSTR_DISPLAY_DEFAULT_16        "Use system value (currently 16 pixel)"
380#define IDT_IDSTR_DISPLAY_DEFAULT_20        "Use system value (currently 20 pixel)"
381#define IDT_IDSTR_DISPLAY_FORCE_16          "Always 16 pixel"
382#define IDT_IDSTR_DISPLAY_FORCE_20          "Always 20 pixel"
383
384#define IDT_IDSTR_ROTATION_0                "0ø"
385#define IDT_IDSTR_ROTATION_90               "90ø"
386#define IDT_IDSTR_ROTATION_180              "180ø"
387#define IDT_IDSTR_ROTATION_270              "270ø"
388
389#define IDT_IDSTR_CONFLRESOLVE_PROMPT       "Prompt user"
390#define IDT_IDSTR_CONFLRESOLVE_KEEPWLAN     "Keep configuration of Wireless LAN Interface"
391#define IDT_IDSTR_CONFLRESOLVE_KEEPOTHER    "Keep configuration of other interface"
392#define IDT_IDSTR_CONFLRESOLVE_AUTO         "Automatic"
393
394#define IDT_IDSTR_DHIFOVERRIDENR_0          "lan0"
395#define IDT_IDSTR_DHIFOVERRIDENR_1          "lan1"
396#define IDT_IDSTR_DHIFOVERRIDENR_2          "lan2"
397#define IDT_IDSTR_DHIFOVERRIDENR_3          "lan3"
398#define IDT_IDSTR_DHIFOVERRIDENR_4          "lan4"
399#define IDT_IDSTR_DHIFOVERRIDENR_5          "lan5"
400#define IDT_IDSTR_DHIFOVERRIDENR_6          "lan6"
401#define IDT_IDSTR_DHIFOVERRIDENR_7          "lan7"
402#define IDT_IDSTR_DHIFOVERRIDENR_8          "lan8"
403#define IDT_IDSTR_DHIFOVERRIDENR_9          "lan9"
404
405#define IDT_IDSTR_TITLE_LOADBITMAPSET       "Load status symbol set from directory"
406#define IDT_IDSTR_TITLE_SETSCRIPTDIR        "Set script directory"
407
408// keep following values identical to IDT_IDMEN_WPASUPP_DLEVEL_*
409#define IDT_IDSTR_WPA_DEBUGLEVEL_MSGDUMP    "Message Dump (very verbose)"
410#define IDT_IDSTR_WPA_DEBUGLEVEL_DEBUG      "Debug (verbose)"
411#define IDT_IDSTR_WPA_DEBUGLEVEL_INFO       "Info (normal)"
412#define IDT_IDSTR_WPA_DEBUGLEVEL_WARNING    "Warnings (quiet)"
413#define IDT_IDSTR_WPA_DEBUGLEVEL_ERROR      "Errors (very quiet)"
414
415#define IDT_IDSTR_DAMAGED_PROFILE           "<-- damaged"
416
417// ---------------- status strings
418
419#define IDT_IDSTR_STATUS_NOCARDDETECTED     "No WLAN card detected:"
420#define IDT_IDSTR_STATUS_DISABLED           "Disabled"
421#define IDT_IDSTR_STATUS_SEARCHING          "Searching..."
422#define IDT_IDSTR_STATUS_CONNECTEDIBBS      "Connected to IBSS"
423#define IDT_IDSTR_STATUS_CONNECTEDESS       "Connected to ESS"
424#define IDT_IDSTR_STATUS_OUTOFRANGE         "Out of Range!"
425#define IDT_IDSTR_STATUS_CONNECTEDWDS       "Connected to WDS"
426#define IDT_IDSTR_STATUS_INTERNALERROR      "Internal error!"
427#define IDT_IDSTR_STATUS_NOTINSTALLED       "No WLan driver installed!"
428#define IDT_IDSTR_STATUS_CONFIGURING        "IP interface is being configured"
429#define IDT_IDSTR_STATUS_NODATAACCESS       "Wireless LAN Monitor already active!"
430#define IDT_IDSTR_STATUS_IPDISABLED         "IP interface is disabled"
431#define IDT_IDSTR_STATUS_SCRIPT             "Script is being excuted..."
432
433// ---------------- status bitmap descriptions
434
435#define IDT_IDSTR_STATUSBITMAP_CONNNONE     "Out of Range"
436#define IDT_IDSTR_STATUSBITMAP_CONN20       "20% signal strength"
437#define IDT_IDSTR_STATUSBITMAP_CONN40       "40% signal strength"
438#define IDT_IDSTR_STATUSBITMAP_CONN60       "60% signal strength"
439#define IDT_IDSTR_STATUSBITMAP_CONN80       "80% signal strength"
440#define IDT_IDSTR_STATUSBITMAP_CONN100      "100% signal strength"
441#define IDT_IDSTR_STATUSBITMAP_NOCARD       "No WLAN card"
442#define IDT_IDSTR_STATUSBITMAP_NODRIVER     "No WLAN driver"
443#define IDT_IDSTR_STATUSBITMAP_DISABLED     "Radio disabled"
444#define IDT_IDSTR_STATUSBITMAP_SEARCHING    "Searching connection for current profile"
445#define IDT_IDSTR_STATUSBITMAP_SCANNING     "Searching connection over profiles"
446#define IDT_IDSTR_STATUSBITMAP_CONFIGURING  "Configuring TCP/IP interface"
447#define IDT_IDSTR_STATUSBITMAP_NODATAACCESS "Wireless LAN Monitor already active"
448#define IDT_IDSTR_STATUSBITMAP_IPDISABLED   "TCP/IP interface deactivated"
449#define IDT_IDSTR_STATUSBITMAP_SCRIPT       "Executing script"
450
451// ---------------- status bitmap container titles and predefined values
452
453#define IDT_IDSTR_TITLE_16PIXEL             "16 pixel"
454#define IDT_IDSTR_TITLE_20PIXEL             "20 pixel"
455#define IDT_IDSTR_TITLE_DESCRIPTION         "Description"
456#define IDT_IDSTR_TITLE_RESOURCE            "Source"
457#define IDT_IDSTR_DEFAULTSOURCE             "-internal-"
458
459// ---------------- scan dialog container titles
460
461#define IDT_IDSTR_TITLE_TYPE                "Type"
462#define IDT_IDSTR_TITLE_SSID                "Network Name (SSID)"
463#define IDT_IDSTR_TITLE_PROFILES            "Matching Profiles"
464#define IDT_IDSTR_TITLE_ACCESSTYPE          "Access type"
465#define IDT_IDSTR_TITLE_SIGNAL              "Signal"
466#define IDT_IDSTR_TITLE_CHANNEL             "Channel"
467#define IDT_IDSTR_TITLE_MACADDRESS          "MAC Address"
468
469#define IDT_IDSTR_ITEM_HIDDEN               "<hidden>"
470#define IDT_IDSTR_ITEM_PUBLIC               "public"
471#define IDT_IDSTR_ITEM_PRIVATE              "private"
472
473#define IDT_IDSTR_FILTER_NETTYPE_ALL        "All networks"
474#define IDT_IDSTR_FILTER_NETTYPE_PUBLIC     "Public networks"
475#define IDT_IDSTR_FILTER_NETTYPE_PRIVATE    "Private networks"
476
477#endif // COMMONENG_RCH
478