Add printf format attributes & fix the warnings.
[wine.git] / tools / wineconf.libs / wineconf.eng
blob151238ab1fa769795a0f34c969294c8552fb806c
1 # Copyright 1999 Jean-Louis Thirot
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 set WC_banner "Configuring wine - Please, fill in all sections"
20 set WC_drivesSect "Drive section: Add the drives wine will need"
21 set WC_path "Path"
22 set WC_type "Type"
23 set WC_label "Label"
24 set WC_fstype "FS type"
25 set EDIT Edit
26 set REMOVE Remove
27 set ADD Add
29 set WC_wineSect "Wine section : please, check all path below"
30 set WC_windows "Windows"
31 set WC_system "System"
32 set WC_temp "Temp"
33 set WC_Symbols "Symbols"
34 set WC_winepath "Click here to change the PATH variable"
36 set WC_serialSect "Serial ports"
37 set CLEAR "Clear"
38 set WC_pathtitle "TkWineSetup Edit PATH "
39 set WC_parallelSect "Parallel ports"
41 set WC_logSect "Runtime Log file"
42 set WC_exclude "Exlude messages"
44 set WC_wineLook "Wine look"
46 set WC_confserial "TkWineSetup - Configuring Serial Ports"
47 set WC_confparallel "TkWineSetup - Configuring Parallel Ports"
48 set WC_confdrives "TkWineSetup - Configuring Drives"
50 set WC_serialbanner "Serial Ports Configuration.\n\n\
51 Attach each device that you\n may need to a DOS port"
53 set WC_driveSetBanner "Drive settings"
54 set WC_editPathBanner "TkWineSetup: give search path for wine"
56 set WC_PPbanner "Parallel Ports Configuration.\n\n\
57 Attach each device that you\n may need to a DOS port"
59 set chdrives1 {Drive letter}
60 set chdrives2 "Drive Unix Path"
61 set chdrives3 "Drive type"
62 set chdrives4 "File System Type"
63 set chdrives5 "Label"
64 set chdrives6 "Device"
65 set chdrives7 "Serial Number"
67 set WC_helpondrives "Drives settings\n\n\
68 List of drives availlable to wine. For each drive, you must specify the drive\
69 letter, the type of the drive (floppy, hard drive, cdrom or network), the\
70 filesystem type (mounted as unix (ext2), msdos (fat) or win95 (vfat). \n\n\
71 To edit the parameters of a drive, select this drive and choose Edit.\n\n\
72 Click Add to insert a new drive.\n\n \ A star at the beginning of the line\
73 warns you that\ TkWineSetup cannot find the selected path. This is either an\
74 error (if the drive does not exist) or a reference to an unmounted drive."
76 set WC_helponwine "Wine System settings\n\n\
77 Windows: Used to specify where wine would find the windows\
78 directory (usually c:\\windows under dos).\n\n \
79 System: Used to specify the system directory (usually 
80 C:\\windows\\system under DOS)\n\n \
81 Temp: Used to specify where windows\
82 applications should store temporary files (usually /tmp on unixes).\n\n \
83 Symbols: give the full path to the symbol table required for wine\
84  internal debugger \
85 (usually, this file is named wine.sym) \n\n \
86 You also need to set the PATH variable (same as standart dos \
87 PATH variable) to tell wine where to search your windows application.\n\n \ 
88 All path can be given both in UNIX or MSDOS syntax."
91 set WC_helponserial "Serial Ports configuration\n\n\
92 The left list shows the DOS name of communication port, and the rigth\
93 column shows on which device it is attached. For exemple, if you\
94 have a modem on /dev/cua0, and you put com1 attached\
95 to /dev/cua0, then you will have to set your modem on com1\
96 in windows application that requires it. It is common to\
97 have a link /dev/modem pointing to the device where the modem\
98 is attached, check with ls -l /dev/modem. You can specify\
99 the max speed on each port (eg /dev/modem,38400 specify a port\
100 attached to /dev/modem with a max speed of 38400 bps on that\
101 prot).\n\n \ 
102 If you have problems with the recognition of ports at runtime,\
103 try to start wine -debugmsg +comm and see what you get"
105 set WC_helponPP "Parallel Ports configuration\n\n\
106 The left list shows the DOS name of parallel port, and the rigth\
107 column shows on which device it is attached. For exemple, if you\
108 have a printer on /dev/lpt1, and you put lpt1 attached\
109 to /dev/lpt1, then you will have to set your printer on lpt1\
110 in windows application that requires it. It is common to\
111 have a link /dev/printer pointing to the device where the printer\
112 is attached, check with ls -l /dev/printer."
114 set WC_helponmisc "Spy\n\n \
115 Give in the entry box below the name of the file that wine\
116 will use at run time as logfile.\n\n\
117 The Exclude message button below allow to select which\
118 message to exclude (or include) from the log\
119 (NOT IMPLEMENTED YET in TkWineSetup,\
120 edit the file ~/.winerc manually), or leave the default (no exclude).\n\n\
121 Wine look\n\n\
122 Choose the prefered look (Win 3.1, Win95 or Win 98) to use. \
123 This can be overidden when starting an application.\n "
126 set WC_oneletter " is not valid.\n Drive letter can only be a SINGLE alpha character"
127 set WC_usedletter " is not valid.\n Drive letter alreaddy in use"
128 set WC_11letters " is not valid.\n Label cannot exeed 11 characters"
129 set WC_givepath "You MUST specify a UNIX path"
131 set WCHLP(1) "Enter Drive letter (this must be a single character) to use for \
132 MSDOS like path"
133 set WCHLP(2) "Enter Drive full path in UNIX syntax."
134 set WCHLP(3) "Choose the type of drive that you want"
135 set WCHLP(4) "Choose the file system type to use\
136  to access this drive\
137 \n\nWARNING\n\n
138 This is NOT the way it is mounted on your UNIX box, but the way\
139 you want wine to see it. Say unix for case sensitive search, winxx for case non sensitive file search.\
140 So, if windows app are about to read/write files on this drive, it should be\
141 set to winxx. This includes the TMP drives, EVEN IF IT'S A UNIX FILESYSTEM.\n\n\
142 If the drives spans several file systems\
143 (like CDroms or floppies can do)\
144 then leave blank or say unix"
145 set WCHLP(5) "Enter the desired Label.\
146 Must not be more than 11 characters.\
147 (Label is optional)."
148 set WCHLP(6) "Enter the device (as in /dev/fd0).\n
149 This is not requiered if\
150 the drive is mounted at the time\
151 you start wine."
152 set WCHLP(7) "Enter the drive serial number\
153 as an 8-characters hexadecimal number.\
154 (optional)."
156 set WC_quit "Any unsaved changes you made will be lost.\n
157  are you sure you want to quit?"
159 set WC_quitreally "Quit anyway"
160 set WC_noquit "Cancel"
162 set ChDefautConf "Choose the prefered configuration file to use as the default one"
163 set DejaConf "Use existing config file:"
164 set GiveCustomDefault "Enter (or choose) the configuration file to use"
165 set GenereConf "Auto-generate a new configuration file"
166 set TkWBuiltConf "Use TkWine built-in configuration file (not recommended)"
167 set AutoConfFail " Warning: An error occurred while running tools/wineconf.\n\
168 You can still edit the generated file (if it does not crashes) but \n\
169 some parts are probably missing. Check for a newer release of wine where wineconf could have been imporved"