2 ! freeciv resource file
5 ! none widgets resources
6 ! gotAppDefFile MUST be the first entry!
7 Freeciv*gotAppDefFile: True
8 Freeciv*version: @VERSION@
10 Freeciv.iconName: Freeciv
11 Freeciv*borderColor: black
14 !Freeciv*server: localhost
15 !Freeciv*metaserver: http://meta.freeciv.org/metaserver/
17 !Freeciv*international: True
18 !Freeciv*fontSet: -*-*-*-*-*-*-14-*
21 ! Default colors, by widget type
23 Freeciv*Command.foreground:Black
24 Freeciv*Command.background: gray84
26 Freeciv*MenuButton.foreground: White
27 Freeciv*MenuButton.background: gray84
29 Freeciv*Label.foreground: Black
30 Freeciv*Label.background: gray84
32 Freeciv*Form.foreground: Black
33 Freeciv*Form.background: gray84
35 Freeciv*List.foreground: Black
36 Freeciv*List.background: gray
38 Freeciv*Text*foreground: Black
39 Freeciv*Text*background: White
41 Freeciv*SmeBSB.foreground: Black
42 Freeciv*SmeBSB.background: White
44 Freeciv*SmeLine.foreground: Black
46 Freeciv*Scrollbar.foreground: Black
47 Freeciv*Scrollbar.background: White
49 Freeciv*Toggle.foreground: Black
50 Freeciv*Toggle.background: White
52 Freeciv*Canvas.foreground: White
53 Freeciv*Canvas.background: Black
55 Freeciv*Pixcomm.foreground: Black
56 Freeciv*Pixcomm.background: gray84
61 ! The pixcomm widget does not look good with 3d borders
62 Freeciv*Pixcomm.shadowWidth: 0
68 Freeciv*.connectdialog.title: _("Connect to Freeciv Server")
70 Freeciv*connectdialog*translations: #override \
71 <Key>Return: key-dialog-connect-connect()
73 Freeciv*connectdialog.*.connbetalabel.justify: left
74 Freeciv*connectdialog.*.connbetalabel.background: grey
75 Freeciv*connectdialog.*.connbetalabel.foreground: red
76 Freeciv*connectdialog.*.connbetalabel.width: 300
78 Freeciv*connectdialog.*.connselectlabel.label: _("Freeciv Server Selection")
79 Freeciv*connectdialog.*.connselectlabel.width: 300
81 Freeciv*connectdialog.*.connhostlabel.label: _("Host")
82 Freeciv*connectdialog.*.connhostlabel.fromVert: connselectlabel
84 Freeciv*connectdialog.*.connhosttext.fromVert: connselectlabel
85 Freeciv*connectdialog.*.connhosttext.fromHoriz: connhostlabel
86 Freeciv*connectdialog.*.connhosttext.*.editType: edit
87 Freeciv*connectdialog.*.connhosttext.width: 256
89 Freeciv*connectdialog.*.connportlabel.label: _("Port")
90 Freeciv*connectdialog.*.connportlabel.fromVert: connhostlabel
92 Freeciv*connectdialog.*.connporttext.fromVert: connhostlabel
93 Freeciv*connectdialog.*.connporttext.fromHoriz: connportlabel
94 Freeciv*connectdialog.*.connporttext.*.editType: edit
95 Freeciv*connectdialog.*.connporttext.width: 256
97 Freeciv*connectdialog.*.connloginlabel.label: _("Name")
98 Freeciv*connectdialog.*.connloginlabel.fromVert: connportlabel
100 Freeciv*connectdialog.*.connlogintext.fromVert: connportlabel
101 Freeciv*connectdialog.*.connlogintext.fromHoriz: connloginlabel
102 Freeciv*connectdialog.*.connlogintext.*.editType: edit
103 Freeciv*connectdialog.*.connlogintext.width: 256
105 Freeciv*connectdialog.*.connpasswordlabel.label: _("Password")
106 Freeciv*connectdialog.*.connpasswordlabel.fromVert: connloginlabel
108 Freeciv*connectdialog.*.connpasswordtext.fromVert: connloginlabel
109 Freeciv*connectdialog.*.connpasswordtext.fromHoriz: connpasswordlabel
110 Freeciv*connectdialog.*.connpasswordtext.*.editType: edit
111 Freeciv*connectdialog.*.connpasswordtext.width: 256
113 Freeciv*connectdialog.*.connverifylabel.label: _("Verify Password")
114 Freeciv*connectdialog.*.connverifylabel.fromVert: connpasswordlabel
116 Freeciv*connectdialog.*.connverifytext.fromVert: connpasswordlabel
117 Freeciv*connectdialog.*.connverifytext.fromHoriz: connverifylabel
118 Freeciv*connectdialog.*.connverifytext.*.editType: edit
119 Freeciv*connectdialog.*.connverifytext.width: 256
121 Freeciv*connectdialog.*.connmessagelabel.label:
122 Freeciv*connectdialog.*.connmessagelabel.fromVert: connverifylabel
123 Freeciv*connectdialog.*.connmessagelabel.resizable: True
125 Freeciv*connectdialog.*.connconnectbutton.label: _("Connect")
126 Freeciv*connectdialog.*.connconnectbutton.fromVert: connmessagelabel
128 Freeciv*connectdialog.*.connlanbutton.label: _("LAN Servers")
129 Freeciv*connectdialog.*.connlanbutton.fromVert: connmessagelabel
130 Freeciv*connectdialog.*.connlanbutton.fromHoriz: connconnectbutton
132 Freeciv*connectdialog.*.connmetabutton.label: _("Metaserver")
133 Freeciv*connectdialog.*.connmetabutton.fromVert: connmessagelabel
134 Freeciv*connectdialog.*.connmetabutton.fromHoriz: connlanbutton
136 Freeciv*connectdialog.*.connquitbutton.label: _("Quit")
137 Freeciv*connectdialog.*.connquitbutton.fromVert: connmessagelabel
138 Freeciv*connectdialog.*.connquitbutton.fromHoriz: connmetabutton
144 Freeciv*serverlistdialog.title: _("Freeciv Server List")
145 Freeciv*serverlistdialog.allowShellResize: True
146 Freeciv*serverlistdialog.width: 600
148 Freeciv*serverlistdialog.*.legendlabel.label: _("\
149 Server Name Port Version Status Players Comment")
150 Freeciv*serverlistdialog.*.legendlabel.justify: Left
151 Freeciv*serverlistdialog.*.legendlabel.left: ChainLeft
152 Freeciv*serverlistdialog.*.legendlabel.right: ChainLeft
153 Freeciv*serverlistdialog.*.legendlabel.top: ChainTop
154 Freeciv*serverlistdialog.*.legendlabel.bottom: ChainTop
155 Freeciv*serverlistdialog.*.legendlabel.resizable: True
157 Freeciv*serverlistdialog.*.viewport.allowVert: True
158 Freeciv*serverlistdialog.*.viewport.allowHoriz: True
159 Freeciv*serverlistdialog.*.viewport.useBottom: True
160 Freeciv*serverlistdialog.*.viewport.fromVert: legendlabel
161 Freeciv*serverlistdialog.*.viewport.height: 200
162 Freeciv*serverlistdialog.*.viewport.width: 600
164 Freeciv*serverlistdialog.*.serverlist.forceColumns: True
165 Freeciv*serverlistdialog.*.serverlist.defaultColumns: 1
166 Freeciv*serverlistdialog.*.serverlist.verticalList: True
167 Freeciv*serverlistdialog.*.serverlist.left: ChainLeft
168 Freeciv*serverlistdialog.*.serverlist.right: ChainRight
169 Freeciv*serverlistdialog.*.serverlist.top: ChainTop
170 Freeciv*serverlistdialog.*.serverlist.bottom: ChainBottom
171 Freeciv*serverlistdialog.*.serverlist.resizable: True
173 Freeciv*serverlistdialog.*.updatebutton.label: _("Update")
174 Freeciv*serverlistdialog.*.updatebutton.left: ChainLeft
175 Freeciv*serverlistdialog.*.updatebutton.right: ChainLeft
176 Freeciv*serverlistdialog.*.updatebutton.top: ChainBottom
177 Freeciv*serverlistdialog.*.updatebutton.bottom: ChainBottom
178 Freeciv*serverlistdialog.*.updatebutton.fromVert: viewport
180 Freeciv*serverlistdialog.*.closebutton.label: _("Close")
181 Freeciv*serverlistdialog.*.closebutton.left: ChainLeft
182 Freeciv*serverlistdialog.*.closebutton.right: ChainLeft
183 Freeciv*serverlistdialog.*.closebutton.top: ChainBottom
184 Freeciv*serverlistdialog.*.closebutton.bottom: ChainBottom
185 Freeciv*serverlistdialog.*.closebutton.fromVert: viewport
186 Freeciv*serverlistdialog.*.closebutton.fromHoriz: updatebutton
191 Freeciv*intelpopup.title: _("Foreign Intelligence Report")
193 Freeciv*inteltitlelabel.background: gray84
194 Freeciv*inteltitlelabel.borderColor: gray84
196 Freeciv*intelnamelabel.fromVert: inteltitlelabel
197 Freeciv*intelnamelabel.background: grey
199 Freeciv*intelgovlabel.fromVert: inteltitlelabel
200 Freeciv*intelgovlabel.fromHoriz: intelnamelabel
201 Freeciv*intelgovlabel.background: grey
203 Freeciv*intelgoldlabel.fromVert: intelgovlabel
204 Freeciv*intelgoldlabel.background: grey
206 Freeciv*inteltaxlabel.fromVert: intelgovlabel
207 Freeciv*inteltaxlabel.fromHoriz: intelgoldlabel
208 Freeciv*inteltaxlabel.background: grey
210 Freeciv*intelscilabel.fromVert: intelgovlabel
211 Freeciv*intelscilabel.fromHoriz: inteltaxlabel
212 Freeciv*intelscilabel.background: grey
214 Freeciv*intelluxlabel.fromVert: intelgovlabel
215 Freeciv*intelluxlabel.fromHoriz: intelscilabel
216 Freeciv*intelluxlabel.background: grey
218 Freeciv*intelreslabel.fromVert: intelgoldlabel
219 Freeciv*intelreslabel.background: grey
221 Freeciv*intelcapitallabel.fromVert: intelreslabel
222 Freeciv*intelcapitallabel.background: grey
224 Freeciv*inteltechlist.fromVert: intelcapitallabel
225 Freeciv*inteltechlist.forceColumns: true
226 Freeciv*inteltechlist.defaultColumns: 3
227 Freeciv*inteltechlist.verticalList: true
228 Freeciv*inteltechlist.resizable: true
230 Freeciv*intelclosecommand.label: _("Close")
231 Freeciv*intelclosecommand.fromVert: inteltechlist
233 Freeciv*inteldiplocommand.label: _("Diplomacy")
234 Freeciv*inteldiplocommand.fromHoriz: intelclosecommand
235 Freeciv*inteldiplocommand.fromVert: inteltechlist
239 ! intelligence players relations dialog
241 Freeciv*inteldiplopopup.title: _("Foreign Intelligence Report")
243 Freeciv*inteldiplolabel.background: gray84
244 Freeciv*inteldiplolabel.borderColor: gray84
246 Freeciv*inteldiplonamelabel.fromVert: inteldiplolabel
247 Freeciv*inteldiplonamelabel.background: grey
249 Freeciv*inteldiplolist.fromVert: inteldiplonamelabel
250 Freeciv*inteldiplolist.forceColumns: true
251 Freeciv*inteldiplolist.defaultColumns: 1
252 Freeciv*inteldiplolist.verticalList: true
253 Freeciv*inteldiplolist.resizable: true
255 Freeciv*inteldiploclosecommand.label: _("Close")
256 Freeciv*inteldiploclosecommand.fromVert: inteldiplolist
260 ! tile info popup dialog
262 Freeciv*popupinfo.*.background: gray84
263 Freeciv*popupinfo.*.foreground: black
264 Freeciv*popupinfo.*.borderWidth: 3
268 ! generic message dialog
270 Freeciv*dlabel.background: gray84
274 ! generic input dialog
276 Freeciv*iform.borderWidth: 0
277 Freeciv*iform.ilabel.borderWidth: 0
278 Freeciv*iform.background: gray84
279 Freeciv*iform.ilabel.background: gray84
280 Freeciv*iinput.translations: #override \
281 <Key>Return: key-dialog-input-ok()
285 ! Player to player diplomacy meeting dialog
287 Freeciv*dippopupshell.title: _("Diplomacy meeting")
288 Freeciv*dippopupshell.allowShellResize: True
289 Freeciv*dipform.background: gray84
290 Freeciv*dipform.resizable: true
291 Freeciv*dipform0.background: gray
292 Freeciv*dipform0.resizable: true
293 Freeciv*dipform0.bottom: chainBottom
294 Freeciv*dipformm.fromHoriz: dipform0
295 Freeciv*dipformm.background: gray
296 Freeciv*dipformm.foreground: black
297 Freeciv*dipformm.bottom: chainBottom
298 Freeciv*dipform1.fromHoriz: dipformm
299 Freeciv*dipform1.background: gray
300 Freeciv*dipform1.resizable: true
301 Freeciv*dipform1.bottom: chainBottom
302 Freeciv*dipform1.right: chainRight
304 Freeciv*dipmainform.background: gray84
305 Freeciv*dipmainform.resizable: true
306 Freeciv*dipmainform.bottom: chainBottom
307 Freeciv*dipmainform.right: chainRight
309 Freeciv*dipheadline0.top: chainTop
310 Freeciv*dipheadline0.bottom: chainTop
311 Freeciv*dipheadline0.left: chainLeft
312 Freeciv*dipheadline0.right: chainRight
313 Freeciv*dipheadline0.background: gray
315 Freeciv*dipheadline1.top: chainTop
316 Freeciv*dipheadline1.bottom: chainTop
317 Freeciv*dipheadline1.left: chainLeft
318 Freeciv*dipheadline1.right: chainRight
319 Freeciv*dipheadline1.background: gray
321 Freeciv*dipheadlinem.borderWidth: 0
322 Freeciv*dipheadlinem.background: gray
323 Freeciv*dipheadlinem.foreground: black
324 Freeciv*dipheadlinem.justify: center
325 Freeciv*dipheadlinem.top: chainTop
326 Freeciv*dipheadlinem.bottom: chainTop
328 Freeciv*dipclauselabel.label: _("The following clauses have been agreed upon:")
329 Freeciv*dipclauselabel.fromVert: dipheadlinem
330 Freeciv*dipclauselabel.borderWidth: 0
331 Freeciv*dipclauselabel.background: gray
332 Freeciv*dipclauselabel.foreground: black
333 Freeciv*dipclauselabel.top: chainTop
334 Freeciv*dipclauselabel.bottom: chainTop
335 Freeciv*dipclauselabel.left: chainLeft
336 Freeciv*dipclauselabel.right: chainLeft
338 Freeciv*dipview.fromVert: dipclauselabel
339 Freeciv*dipview.allowVert: True
340 Freeciv*dipview.top: chainTop
341 Freeciv*dipview.bottom: chainBottom
342 Freeciv*dipview.right: chainRight
344 Freeciv*dipclauselist.background: white
345 Freeciv*dipclauselist.foreground: black
346 Freeciv*dipclauselist.defaultColumns: 1
347 Freeciv*dipclauselist.forceColumns: true
349 ! Freeciv*dipacceptlabel0.label: Babylonian view:
350 Freeciv*dipacceptlabel0.fromVert: dipview
351 Freeciv*dipacceptlabel0.borderWidth: 0
352 Freeciv*dipacceptlabel0.background: gray
353 Freeciv*dipacceptlabel0.foreground: black
354 Freeciv*dipacceptlabel0.top: chainBottom
355 Freeciv*dipacceptlabel0.bottom: chainBottom
357 Freeciv*dipacceptthumb0.fromVert: dipview
358 Freeciv*dipacceptthumb0.fromHoriz: dipacceptlabel0
359 Freeciv*dipacceptthumb0.Width: 30
360 Freeciv*dipacceptthumb0.Height: 30
361 Freeciv*dipacceptthumb0.internalWidth: 0
362 Freeciv*dipacceptthumb0.internalHeight: 0
363 Freeciv*dipacceptthumb0.top: chainBottom
364 Freeciv*dipacceptthumb0.bottom: chainBottom
366 ! Freeciv*dipacceptlabel1.label: \ \ \ Babylonian view:
367 Freeciv*dipacceptlabel1.fromHoriz: dipacceptthumb0
368 Freeciv*dipacceptlabel1.fromVert: dipview
369 Freeciv*dipacceptlabel1.borderWidth: 0
370 Freeciv*dipacceptlabel1.background: gray
371 Freeciv*dipacceptlabel1.foreground: black
372 Freeciv*dipacceptlabel1.top: chainBottom
373 Freeciv*dipacceptlabel1.bottom: chainBottom
375 Freeciv*dipacceptthumb1.fromVert: dipview
376 Freeciv*dipacceptthumb1.fromHoriz: dipacceptlabel1
377 Freeciv*dipacceptthumb1.Width: 30
378 Freeciv*dipacceptthumb1.Height: 30
379 Freeciv*dipacceptthumb1.internalWidth: 0
380 Freeciv*dipacceptthumb1.internalHeight: 0
381 Freeciv*dipacceptthumb1.top: chainBottom
382 Freeciv*dipacceptthumb1.bottom: chainBottom
384 Freeciv*diperaseclausecommand.label: _("Erase clause")
385 Freeciv*diperaseclausecommand.fromVert: dipformm
386 Freeciv*diperaseclausecommand.fromHoriz: dipform0
387 Freeciv*diperaseclausecommand.foreground: black
388 Freeciv*diperaseclausecommand.background: gray84
389 Freeciv*diperaseclausecommand.top: chainBottom
390 Freeciv*diperaseclausecommand.bottom: chainBottom
392 Freeciv*dipmapmenubutton0.label: _("Maps")
393 Freeciv*dipmapmenubutton0.foreground: black
394 Freeciv*dipmapmenubutton0.background: gray84
395 Freeciv*dipmapmenubutton0.fromVert: dipheadline0
396 Freeciv*dipmapmenubutton0.top: chainTop
397 Freeciv*dipmapmenubutton0.bottom: chainTop
398 Freeciv*dipmapmenubutton0.left: chainLeft
399 Freeciv*dipmapmenubutton0.right: chainLeft
401 Freeciv*dipmapmenubutton1.label: _("Maps")
402 Freeciv*dipmapmenubutton1.foreground: black
403 Freeciv*dipmapmenubutton1.background: gray84
404 Freeciv*dipmapmenubutton1.fromVert: dipheadline1
405 Freeciv*dipmapmenubutton1.top: chainTop
406 Freeciv*dipmapmenubutton1.bottom: chainTop
407 Freeciv*dipmapmenubutton1.left: chainLeft
408 Freeciv*dipmapmenubutton1.right: chainLeft
410 Freeciv*diptechmenubutton0.label: _("Advances")
411 Freeciv*diptechmenubutton0.fromVert: dipmapmenubutton0
412 Freeciv*diptechmenubutton0.foreground: black
413 Freeciv*diptechmenubutton0.background: gray84
414 Freeciv*diptechmenubutton0.top: chainTop
415 Freeciv*diptechmenubutton0.bottom: chainTop
416 Freeciv*diptechmenubutton0.left: chainLeft
417 Freeciv*diptechmenubutton0.right: chainLeft
419 Freeciv*diptechmenubutton1.label: _("Advances")
420 Freeciv*diptechmenubutton1.fromVert: dipmapmenubutton1
421 Freeciv*diptechmenubutton1.foreground: black
422 Freeciv*diptechmenubutton1.background: gray84
423 Freeciv*diptechmenubutton1.top: chainTop
424 Freeciv*diptechmenubutton1.bottom: chainTop
425 Freeciv*diptechmenubutton1.left: chainLeft
426 Freeciv*diptechmenubutton1.right: chainLeft
428 Freeciv*dipcitymenubutton0.label: _("Cities")
429 Freeciv*dipcitymenubutton0.fromVert: diptechmenubutton0
430 Freeciv*dipcitymenubutton0.foreground: black
431 Freeciv*dipcitymenubutton0.background: gray84
432 Freeciv*dipcitymenubutton0.top: chainTop
433 Freeciv*dipcitymenubutton0.bottom: chainTop
434 Freeciv*dipcitymenubutton0.left: chainLeft
435 Freeciv*dipcitymenubutton0.right: chainLeft
437 Freeciv*dipcitymenubutton1.label: _("Cities")
438 Freeciv*dipcitymenubutton1.fromVert: diptechmenubutton1
439 Freeciv*dipcitymenubutton1.foreground: black
440 Freeciv*dipcitymenubutton1.background: gray84
441 Freeciv*dipcitymenubutton1.top: chainTop
442 Freeciv*dipcitymenubutton1.bottom: chainTop
443 Freeciv*dipcitymenubutton1.left: chainLeft
444 Freeciv*dipcitymenubutton1.right: chainLeft
446 Freeciv*dipgoldinput0.foreground: black
447 Freeciv*dipgoldinput0.background: white
448 Freeciv*dipgoldinput0.fromVert: dipcitymenubutton0
449 Freeciv*dipgoldinput0.top: chainTop
450 Freeciv*dipgoldinput0.bottom: chainTop
451 Freeciv*dipgoldinput0.left: chainLeft
452 Freeciv*dipgoldinput0.right: chainLeft
453 Freeciv*dipgoldinput0.Width: 60
454 Freeciv*dipgoldinput0.*.editType: edit
455 Freeciv*dipgoldinput0.translations: #override \
456 <Key>Return: key-dialog-diplo-gold()
458 Freeciv*dipgoldinput1.foreground: black
459 Freeciv*dipgoldinput1.background: white
460 Freeciv*dipgoldinput1.fromVert: dipcitymenubutton1
461 Freeciv*dipgoldinput1.top: chainTop
462 Freeciv*dipgoldinput1.bottom: chainTop
463 Freeciv*dipgoldinput1.left: chainLeft
464 Freeciv*dipgoldinput1.right: chainLeft
465 Freeciv*dipgoldinput1.Width: 60
466 Freeciv*dipgoldinput1.*.editType: edit
467 Freeciv*dipgoldinput1.translations: #override \
468 <Key>Return: key-dialog-diplo-gold()
470 ! Freeciv*dipgoldlabel0.label: Gold(max 100)
471 Freeciv*dipgoldlabel0.borderWidth: 0
472 Freeciv*dipgoldlabel0.background: gray
473 Freeciv*dipgoldlabel0.foreground: black
474 Freeciv*dipgoldlabel0.fromHoriz: dipgoldinput0
475 Freeciv*dipgoldlabel0.fromVert: dipcitymenubutton0
476 Freeciv*dipgoldlabel0.top: chainTop
477 Freeciv*dipgoldlabel0.bottom: chainTop
478 Freeciv*dipgoldlabel0.left: chainLeft
479 Freeciv*dipgoldlabel0.right: chainLeft
481 ! Freeciv*dipgoldlabel1.label: Gold(max 9999)
482 Freeciv*dipgoldlabel1.borderWidth: 0
483 Freeciv*dipgoldlabel1.background: gray
484 Freeciv*dipgoldlabel1.foreground: black
485 Freeciv*dipgoldlabel1.fromHoriz: dipgoldinput1
486 Freeciv*dipgoldlabel1.fromVert: dipcitymenubutton1
487 Freeciv*dipgoldlabel1.top: chainTop
488 Freeciv*dipgoldlabel1.bottom: chainTop
489 Freeciv*dipgoldlabel1.left: chainLeft
490 Freeciv*dipgoldlabel1.right: chainLeft
492 Freeciv*dipvisionbutton0.label: _("Shared vision")
493 Freeciv*dipvisionbutton0.fromVert: dipgoldlabel0
494 Freeciv*dipvisionbutton0.foreground: black
495 Freeciv*dipvisionbutton0.background: gray84
496 Freeciv*dipvisionbutton0.top: chainTop
497 Freeciv*dipvisionbutton0.bottom: chainTop
498 Freeciv*dipvisionbutton0.left: chainLeft
499 Freeciv*dipvisionbutton0.right: chainLeft
501 Freeciv*dipvisionbutton1.label: _("Shared vision")
502 Freeciv*dipvisionbutton1.fromVert: dipgoldlabel1
503 Freeciv*dipvisionbutton1.foreground: black
504 Freeciv*dipvisionbutton1.background: gray84
505 Freeciv*dipvisionbutton1.top: chainTop
506 Freeciv*dipvisionbutton1.bottom: chainTop
507 Freeciv*dipvisionbutton1.left: chainLeft
508 Freeciv*dipvisionbutton1.right: chainLeft
510 Freeciv*dippactmenubutton.label: _("Pacts")
511 Freeciv*dippactmenubutton.fromVert: dipvisionbutton0
512 Freeciv*dippactmenubutton.foreground: black
513 Freeciv*dippactmenubutton.background: gray84
514 Freeciv*dippactmenubutton.top: chainTop
515 Freeciv*dippactmenubutton.bottom: chainTop
516 Freeciv*dippactmenubutton.left: chainLeft
517 Freeciv*dippactmenubutton.right: chainLeft
519 Freeciv*dipacceptcommand.label: _("Accept treaty")
520 Freeciv*dipacceptcommand.fromVert: dipmainform
521 Freeciv*dipacceptcommand.foreground: black
522 Freeciv*dipacceptcommand.background: gray84
523 Freeciv*dipacceptcommand.top: chainBottom
524 Freeciv*dipacceptcommand.bottom: chainBottom
525 Freeciv*dipacceptcommand.left: chainLeft
526 Freeciv*dipacceptcommand.right: chainLeft
528 Freeciv*dipclosecommand.label: _("Cancel meeting")
529 Freeciv*dipclosecommand.fromVert: dipmainform
530 Freeciv*dipclosecommand.fromHoriz: dipacceptcommand
531 Freeciv*dipclosecommand.foreground: black
532 Freeciv*dipclosecommand.background: gray84
533 Freeciv*dipclosecommand.top: chainBottom
534 Freeciv*dipclosecommand.bottom: chainBottom
535 Freeciv*dipclosecommand.left: chainLeft
536 Freeciv*dipclosecommand.right: chainLeft
541 Freeciv*notifyform.background: gray84
543 Freeciv*notifyheadline.background: grey
544 Freeciv*notifyheadline.foreground: black
545 Freeciv*notifyheadline.top: chainTop
546 Freeciv*notifyheadline.bottom: chainTop
547 Freeciv*notifyheadline.left: chainLeft
548 Freeciv*notifyheadline.right: chainLeft
550 Freeciv*notifylabel.borderWidth: 0
551 Freeciv*notifylabel.fromVert: notifyheadline
552 Freeciv*notifylabel.top: chainTop
553 Freeciv*notifylabel.bottom: chainTop
554 Freeciv*notifylabel.left: chainLeft
555 Freeciv*notifylabel.right: chainLeft
556 Freeciv*notifylabel.background: white
558 Freeciv*notifycommand.fromVert: notifylabel
559 Freeciv*notifycommand.label: _("Close")
560 Freeciv*notifycommand.top: chainTop
561 Freeciv*notifycommand.bottom: chainTop
562 Freeciv*notifycommand.left: chainLeft
563 Freeciv*notifycommand.right: chainLeft
565 Freeciv*notifygotocommand.fromVert: notifylabel
566 Freeciv*notifygotocommand.fromHoriz: notifycommand
567 Freeciv*notifygotocommand.label: _("Goto and Close")
568 Freeciv*notifygotocommand.top: chainTop
569 Freeciv*notifygotocommand.bottom: chainTop
570 Freeciv*notifygotocommand.left: chainleft
571 Freeciv*notifygotocommand.right: chainLeft
576 Freeciv*unitselectdialogshell.title: _("Select Unit(s)")
578 Freeciv*unitselectclosecommand.label: _("Close")
579 Freeciv*unitselectallcommand.label: _("Ready all")
580 Freeciv*unitselectallcommand.fromHoriz: unitselectclosecommand
582 Freeciv*unitselectform*column.borderWidth: 0
584 Freeciv*unitselectform*unitselectcommands.internalWidth: 2
585 Freeciv*unitselectform*unitselectcommands.internalHeight: 2
586 Freeciv*unitselectform*unitselectcommands.background: gray84
587 Freeciv*unitselectform*unitselectlabels.background: gray84
588 Freeciv*unitselectform*unitselectlabels.borderWidth: 0
594 Freeciv*helpdialog.title: _("Freeciv Help Browser")
595 Freeciv*helpdialog.*.helpviewport.allowVert: True
596 Freeciv*helpdialog.*.helpviewport.top: chainTop
597 Freeciv*helpdialog.*.helpviewport.bottom: chainBottom
598 Freeciv*helpdialog.*.helpviewport.left: chainLeft
599 Freeciv*helpdialog.*.helpviewport.right: chainLeft
600 Freeciv*helpdialog.*.helpviewport.Height: 350
602 Freeciv*helpdialog.*.helplist.defaultColumns: 1
603 Freeciv*helpdialog.*.helplist.forceColumns: true
605 ! not sure what following is; does not needs i18n?
606 Freeciv*helpdialog.*.helptext.label: Transporter
607 Freeciv*helpdialog.*.helptext.Width: 532
608 Freeciv*helpdialog.*.helptext.Height: 250
609 Freeciv*helpdialog.*.helptext.top: chainTop
610 Freeciv*helpdialog.*.helptext.bottom: chainTop
611 Freeciv*helpdialog.*.helptext.left: chainLeft
612 Freeciv*helpdialog.*.helptext.right: chainRight
613 Freeciv*helpdialog.*.helptext.borderWidth: 1
615 Freeciv*helpdialog.*.helptext.*.textoptions:
617 Freeciv*helpdialog.*.helptext.fromVert: helptitle
618 Freeciv*helpdialog.*.helptext.justify: left
619 Freeciv*helpdialog.*.helptext.*.background: grey
620 Freeciv*helpdialog.*.helptext.*displayCaret: false
621 Freeciv*helpdialog.*.wrap: word
623 Freeciv*helpdialog.*.helpclosecommand.label: _("Close")
624 Freeciv*helpdialog.*.helpclosecommand.fromVert: helpviewport
625 Freeciv*helpdialog.*.helpclosecommand.top: chainBottom
626 Freeciv*helpdialog.*.helpclosecommand.bottom: chainBottom
627 Freeciv*helpdialog.*.helpclosecommand.left: chainLeft
628 Freeciv*helpdialog.*.helpclosecommand.right: chainLeft
630 Freeciv*helpdialog.*.helprightform.fromHoriz: helpviewport
632 !*helpdialog.*.helprightform.width: 300
633 Freeciv*helpdialog.*.helprightform.height: 200
635 Freeciv*helpdialog.*.helprightform.top: chainTop
636 Freeciv*helpdialog.*.helprightform.bottom: chainBottom
637 Freeciv*helpdialog.*.helprightform.left: chainLeft
638 Freeciv*helpdialog.*.helprightform.right: chainRight
639 Freeciv*helpdialog.*.helprightform.borderwidth: 0
642 !*helpdialog.helpform.width:500
644 ! following is spacer? (no i18n)
645 Freeciv*helpdialog.*.*helptitle.label: 0123456789012345678901234567890123456789012345678901234567890123456789
646 !*helpdialog.*.*helptitle.width: 400
648 Freeciv*helpdialog.*.*helptitle.top: chainTop
649 Freeciv*helpdialog.*.*helptitle.bottom: chainTop
650 Freeciv*helpdialog.*.*helptitle.left: chainLeft
651 Freeciv*helpdialog.*.*helptitle.right: chainRight
653 Freeciv*helpdialog.*.helpimprcost.fromVert: helptext
654 Freeciv*helpdialog.*.helpimprcost.label: _("Cost:")
655 Freeciv*helpdialog.*.helpimprcost.left: chainLeft
656 Freeciv*helpdialog.*.helpimprcost.right: chainLeft
657 Freeciv*helpdialog.*.helpimprcost.top: chainTop
658 Freeciv*helpdialog.*.helpimprcost.bottom: chainTop
660 Freeciv*helpdialog.*.helpimprcostdata.label: 111\
661 Freeciv*helpdialog.*.helpimprcostdata.background: gray84
662 Freeciv*helpdialog.*.helpimprcostdata.fromVert: helptext
663 Freeciv*helpdialog.*.helpimprcostdata.fromHoriz: helpimprcost
664 Freeciv*helpdialog.*.helpimprcostdata.borderWidth: 0
665 Freeciv*helpdialog.*.helpimprcostdata.justify: Left
666 Freeciv*helpdialog.*.helpimprcostdata.left: chainLeft
667 Freeciv*helpdialog.*.helpimprcostdata.right: chainLeft
668 Freeciv*helpdialog.*.helpimprcostdata.top: chainTop
669 Freeciv*helpdialog.*.helpimprcostdata.bottom: chainTop
671 Freeciv*helpdialog.*.helpimprupkeep.label: _("Upkeep:")
672 Freeciv*helpdialog.*.helpimprupkeep.fromVert: helptext
673 Freeciv*helpdialog.*.helpimprupkeep.fromHoriz: helpimprcostdata
674 Freeciv*helpdialog.*.helpimprupkeep.left: chainLeft
675 Freeciv*helpdialog.*.helpimprupkeep.right: chainLeft
676 Freeciv*helpdialog.*.helpimprupkeep.top: chainTop
677 Freeciv*helpdialog.*.helpimprupkeep.bottom: chainTop
679 Freeciv*helpdialog.*.helpimprupkeepdata.label: 11\
680 Freeciv*helpdialog.*.helpimprupkeepdata.background: gray84
681 Freeciv*helpdialog.*.helpimprupkeepdata.fromVert: helptext
682 Freeciv*helpdialog.*.helpimprupkeepdata.fromHoriz: helpimprupkeep
683 Freeciv*helpdialog.*.helpimprupkeepdata.borderWidth: 0
684 Freeciv*helpdialog.*.helpimprupkeepdata.justify: Left
685 Freeciv*helpdialog.*.helpimprupkeepdata.left: chainLeft
686 Freeciv*helpdialog.*.helpimprupkeepdata.right: chainLeft
687 Freeciv*helpdialog.*.helpimprupkeepdata.top: chainTop
688 Freeciv*helpdialog.*.helpimprupkeepdata.bottom: chainTop
690 Freeciv*helpdialog.*.helpimprvariant.label: _("Variant:")
691 Freeciv*helpdialog.*.helpimprvariant.foreground: black
692 Freeciv*helpdialog.*.helpimprvariant.background: gray84
693 Freeciv*helpdialog.*.helpimprvariant.fromVert: helptext
694 Freeciv*helpdialog.*.helpimprvariant.fromHoriz: helpimprupkeepdata
695 Freeciv*helpdialog.*.helpimprvariant.left: chainLeft
696 Freeciv*helpdialog.*.helpimprvariant.right: chainLeft
697 Freeciv*helpdialog.*.helpimprvariant.top: chainTop
698 Freeciv*helpdialog.*.helpimprvariant.bottom: chainTop
700 Freeciv*helpdialog.*.helpimprvariantdata.label: 111\
701 Freeciv*helpdialog.*.helpimprvariantdata.foreground: black
702 Freeciv*helpdialog.*.helpimprvariantdata.background: gray84
703 Freeciv*helpdialog.*.helpimprvariantdata.fromVert: helptext
704 Freeciv*helpdialog.*.helpimprvariantdata.fromHoriz: helpimprvariant
705 Freeciv*helpdialog.*.helpimprvariantdata.borderWidth: 0
706 Freeciv*helpdialog.*.helpimprvariantdata.justify: Left
707 Freeciv*helpdialog.*.helpimprvariantdata.left: chainLeft
708 Freeciv*helpdialog.*.helpimprvariantdata.right: chainLeft
709 Freeciv*helpdialog.*.helpimprvariantdata.top: chainTop
710 Freeciv*helpdialog.*.helpimprvariantdata.bottom: chainTop
712 Freeciv*helpdialog.*.helpimprreq.label: _("Requirement:")
713 Freeciv*helpdialog.*.helpimprreq.fromVert: helpimprcost
714 Freeciv*helpdialog.*.helpimprreq.left: chainLeft
715 Freeciv*helpdialog.*.helpimprreq.right: chainLeft
716 Freeciv*helpdialog.*.helpimprreq.top: chainTop
717 Freeciv*helpdialog.*.helpimprreq.bottom: chainTop
719 Freeciv*helpdialog.*.helpimprreqdata.label: Genetic Engineering
720 Freeciv*helpdialog.*.helpimprreqdata.background: gray84
721 Freeciv*helpdialog.*.helpimprreqdata.fromVert: helpimprcost
722 Freeciv*helpdialog.*.helpimprreqdata.fromHoriz: helpimprreq
723 Freeciv*helpdialog.*.helpimprreqdata.borderWidth: 0
724 Freeciv*helpdialog.*.helpimprreqdata.justify: Left
725 Freeciv*helpdialog.*.helpimprreqdata.left: chainLeft
726 Freeciv*helpdialog.*.helpimprreqdata.right: chainLeft
727 Freeciv*helpdialog.*.helpimprreqdata.top: chainTop
728 Freeciv*helpdialog.*.helpimprreqdata.bottom: chainTop
730 Freeciv*helpdialog.*.helptreeviewport.fromVert: helpimprreq
731 Freeciv*helpdialog.*.helptreeviewport.allowVert: True
732 Freeciv*helpdialog.*.helptreeviewport.allowHoriz: True
733 Freeciv*helpdialog.*.helptreeviewport.useBottom: True
734 Freeciv*helpdialog.*.helptreeviewport.top: chainTop
735 Freeciv*helpdialog.*.helptreeviewport.bottom: chainBottom
736 Freeciv*helpdialog.*.helptreeviewport.left: chainLeft
737 Freeciv*helpdialog.*.helptreeviewport.right: chainRight
738 Freeciv*helpdialog.*.helptreeviewport.*.background: grey
740 Freeciv*helpdialog.*.helptree.gravity: east
741 Freeciv*helpdialog.*.helptree.foreground: black
742 Freeciv*helpdialog.*.helptree.background: gray84
743 Freeciv*helpdialog.*.helptree.borderWidth: 0
744 Freeciv*helpdialog.*.helptree.bottom: chainBottom
745 Freeciv*helpdialog.*.helptree.top: chainTop
746 Freeciv*helpdialog.*.helptree.left: chainLeft
747 Freeciv*helpdialog.*.helptree.right: chainRight
750 Freeciv*helpdialog.*.helpwonderobsolete.label: _("Obsolete by:")
751 Freeciv*helpdialog.*.helpwonderobsolete.fromVert: helpimprcost
752 Freeciv*helpdialog.*.helpwonderobsolete.fromHoriz: helpimprreqdata
753 Freeciv*helpdialog.*.helpwonderobsolete.left: chainLeft
754 Freeciv*helpdialog.*.helpwonderobsolete.right: chainLeft
755 Freeciv*helpdialog.*.helpwonderobsolete.top: chainTop
756 Freeciv*helpdialog.*.helpwonderobsolete.bottom: chainTop
758 Freeciv*helpdialog.*.helpwonderobsoletedata.label: Genetic Engineering
759 Freeciv*helpdialog.*.helpwonderobsoletedata.background: gray84
760 Freeciv*helpdialog.*.helpwonderobsoletedata.fromVert: helpimprcost
761 Freeciv*helpdialog.*.helpwonderobsoletedata.fromHoriz: helpwonderobsolete
762 Freeciv*helpdialog.*.helpwonderobsoletedata.left: chainLeft
763 Freeciv*helpdialog.*.helpwonderobsoletedata.right: chainLeft
764 Freeciv*helpdialog.*.helpwonderobsoletedata.top: chainTop
765 Freeciv*helpdialog.*.helpwonderobsoletedata.bottom: chainTop
766 Freeciv*helpdialog.*.helpwonderobsoletedata.borderWidth: 0
767 Freeciv*helpdialog.*.helpwonderobsoletedata.justify: Left
769 Freeciv*helpdialog.*.helpwondervariant.label: _("Variant:")
770 Freeciv*helpdialog.*.helpwondervariant.foreground: black
771 Freeciv*helpdialog.*.helpwondervariant.background: gray84
772 Freeciv*helpdialog.*.helpwondervariant.fromVert: helptext
773 Freeciv*helpdialog.*.helpwondervariant.fromHoriz: helpimprcostdata
774 Freeciv*helpdialog.*.helpwondervariant.left: chainLeft
775 Freeciv*helpdialog.*.helpwondervariant.right: chainLeft
776 Freeciv*helpdialog.*.helpwondervariant.top: chainTop
777 Freeciv*helpdialog.*.helpwondervariant.bottom: chainTop
779 Freeciv*helpdialog.*.helpwondervariantdata.label: 111\
780 Freeciv*helpdialog.*.helpwondervariantdata.foreground: black
781 Freeciv*helpdialog.*.helpwondervariantdata.background: gray84
782 Freeciv*helpdialog.*.helpwondervariantdata.fromVert: helptext
783 Freeciv*helpdialog.*.helpwondervariantdata.fromHoriz: helpwondervariant
784 Freeciv*helpdialog.*.helpwondervariantdata.borderWidth: 0
785 Freeciv*helpdialog.*.helpwondervariantdata.justify: Left
786 Freeciv*helpdialog.*.helpwondervariantdata.left: chainLeft
787 Freeciv*helpdialog.*.helpwondervariantdata.right: chainLeft
788 Freeciv*helpdialog.*.helpwondervariantdata.top: chainTop
789 Freeciv*helpdialog.*.helpwondervariantdata.bottom: chainTop
792 Freeciv*helpdialog.*.treenode.foreground: Black
793 Freeciv*helpdialog.*.treenode.background: grey
794 Freeciv*helpdialog.*.treenode.label: Yo
796 Freeciv*helpdialog.*.helpunitcost.label: _("Cost:")
797 Freeciv*helpdialog.*.helpunitcost.fromVert: helptext
798 Freeciv*helpdialog.*.helpunitcost.left: chainLeft
799 Freeciv*helpdialog.*.helpunitcost.right: chainLeft
800 Freeciv*helpdialog.*.helpunitcost.top: chainTop
801 Freeciv*helpdialog.*.helpunitcost.bottom: chainTop
803 Freeciv*helpdialog.*.helpunitcostdata.label: 1\ \
804 Freeciv*helpdialog.*.helpunitcostdata.fromVert: helptext
805 Freeciv*helpdialog.*.helpunitcostdata.fromHoriz: helpunitcost
806 Freeciv*helpdialog.*.helpunitcostdata.left: chainLeft
807 Freeciv*helpdialog.*.helpunitcostdata.right: chainLeft
808 Freeciv*helpdialog.*.helpunitcostdata.top: chainTop
809 Freeciv*helpdialog.*.helpunitcostdata.bottom: chainTop
810 Freeciv*helpdialog.*.helpunitcostdata.background: gray84
811 Freeciv*helpdialog.*.helpunitcostdata.borderWidth: 0
813 Freeciv*helpdialog.*.helpunitattack.label: _("Attack:")
814 Freeciv*helpdialog.*.helpunitattack.fromVert: helptext
815 Freeciv*helpdialog.*.helpunitattack.fromHoriz: helpunitcostdata
816 Freeciv*helpdialog.*.helpunitattack.left: chainLeft
817 Freeciv*helpdialog.*.helpunitattack.right: chainLeft
818 Freeciv*helpdialog.*.helpunitattack.top: chainTop
819 Freeciv*helpdialog.*.helpunitattack.bottom: chainTop
821 Freeciv*helpdialog.*.helpunitattackdata.label: 1\
822 Freeciv*helpdialog.*.helpunitattackdata.fromVert: helptext
823 Freeciv*helpdialog.*.helpunitattackdata.fromHoriz: helpunitattack
824 Freeciv*helpdialog.*.helpunitattackdata.left: chainLeft
825 Freeciv*helpdialog.*.helpunitattackdata.right: chainLeft
826 Freeciv*helpdialog.*.helpunitattackdata.top: chainTop
827 Freeciv*helpdialog.*.helpunitattackdata.bottom: chainTop
828 Freeciv*helpdialog.*.helpunitattackdata.background: gray84
829 Freeciv*helpdialog.*.helpunitattackdata.borderWidth: 0
831 Freeciv*helpdialog.*.helpunitdef.label: _("Defense:")
832 Freeciv*helpdialog.*.helpunitdef.fromVert: helptext
833 Freeciv*helpdialog.*.helpunitdef.fromHoriz: helpunitattackdata
834 Freeciv*helpdialog.*.helpunitdef.left: chainLeft
835 Freeciv*helpdialog.*.helpunitdef.right: chainLeft
836 Freeciv*helpdialog.*.helpunitdef.top: chainTop
837 Freeciv*helpdialog.*.helpunitdef.bottom: chainTop
839 Freeciv*helpdialog.*.helpunitdefdata.label: 1\
840 Freeciv*helpdialog.*.helpunitdefdata.fromVert: helptext
841 Freeciv*helpdialog.*.helpunitdefdata.fromHoriz: helpunitdef
842 Freeciv*helpdialog.*.helpunitdefdata.left: chainLeft
843 Freeciv*helpdialog.*.helpunitdefdata.right: chainLeft
844 Freeciv*helpdialog.*.helpunitdefdata.top: chainTop
845 Freeciv*helpdialog.*.helpunitdefdata.bottom: chainTop
846 Freeciv*helpdialog.*.helpunitdefdata.background: gray84
847 Freeciv*helpdialog.*.helpunitdefdata.borderWidth: 0
849 Freeciv*helpdialog.*.helpunitmove.label: _("Move:")
850 Freeciv*helpdialog.*.helpunitmove.fromVert: helptext
851 Freeciv*helpdialog.*.helpunitmove.fromHoriz: helpunitdefdata
852 Freeciv*helpdialog.*.helpunitmove.left: chainLeft
853 Freeciv*helpdialog.*.helpunitmove.right: chainLeft
854 Freeciv*helpdialog.*.helpunitmove.top: chainTop
855 Freeciv*helpdialog.*.helpunitmove.bottom: chainTop
857 Freeciv*helpdialog.*.helpunitmovedata.label: 1\
858 Freeciv*helpdialog.*.helpunitmovedata.fromVert: helptext
859 Freeciv*helpdialog.*.helpunitmovedata.fromHoriz: helpunitmove
860 Freeciv*helpdialog.*.helpunitmovedata.left: chainLeft
861 Freeciv*helpdialog.*.helpunitmovedata.right: chainLeft
862 Freeciv*helpdialog.*.helpunitmovedata.top: chainTop
863 Freeciv*helpdialog.*.helpunitmovedata.bottom: chainTop
864 Freeciv*helpdialog.*.helpunitmovedata.background: gray84
865 Freeciv*helpdialog.*.helpunitmovedata.borderWidth: 0
867 Freeciv*helpdialog.*.helpunittile.internalWidth: 0
868 Freeciv*helpdialog.*.helpunittile.internalHeight: 0
869 Freeciv*helpdialog.*.helpunittile.fromVert: helptext
870 Freeciv*helpdialog.*.helpunittile.fromHoriz: helpunitmovedata
871 Freeciv*helpdialog.*.helpunittile.left: chainLeft
872 Freeciv*helpdialog.*.helpunittile.right: chainLeft
873 Freeciv*helpdialog.*.helpunittile.top: chainTop
874 Freeciv*helpdialog.*.helpunittile.bottom: chainTop
875 Freeciv*helpdialog.*.helpunittile.borderWidth: 1
877 Freeciv*helpdialog.*.helpunitfp.label: _("Firepower:")
878 Freeciv*helpdialog.*.helpunitfp.fromVert: helpunitcost
879 Freeciv*helpdialog.*.helpunitfp.left: chainLeft
880 Freeciv*helpdialog.*.helpunitfp.right: chainLeft
881 Freeciv*helpdialog.*.helpunitfp.top: chainTop
882 Freeciv*helpdialog.*.helpunitfp.bottom: chainTop
884 Freeciv*helpdialog.*.helpunitfpdata.label: 1\
885 Freeciv*helpdialog.*.helpunitfpdata.fromVert: helpunitcost
886 Freeciv*helpdialog.*.helpunitfpdata.fromHoriz: helpunitfp
887 Freeciv*helpdialog.*.helpunitfpdata.left: chainLeft
888 Freeciv*helpdialog.*.helpunitfpdata.right: chainLeft
889 Freeciv*helpdialog.*.helpunitfpdata.top: chainTop
890 Freeciv*helpdialog.*.helpunitfpdata.bottom: chainTop
891 Freeciv*helpdialog.*.helpunitfpdata.background: gray84
892 Freeciv*helpdialog.*.helpunitfpdata.borderWidth: 0
894 Freeciv*helpdialog.*.helpunithp.label: _("Hitpoints:")
895 Freeciv*helpdialog.*.helpunithp.fromVert: helpunitcost
896 Freeciv*helpdialog.*.helpunithp.fromHoriz: helpunitfpdata
897 Freeciv*helpdialog.*.helpunithp.left: chainLeft
898 Freeciv*helpdialog.*.helpunithp.right: chainLeft
899 Freeciv*helpdialog.*.helpunithp.top: chainTop
900 Freeciv*helpdialog.*.helpunithp.bottom: chainTop
902 Freeciv*helpdialog.*.helpunithpdata.label: 1\
903 Freeciv*helpdialog.*.helpunithpdata.fromVert: helpunitcost
904 Freeciv*helpdialog.*.helpunithpdata.fromHoriz: helpunithp
905 Freeciv*helpdialog.*.helpunithpdata.left: chainLeft
906 Freeciv*helpdialog.*.helpunithpdata.right: chainLeft
907 Freeciv*helpdialog.*.helpunithpdata.top: chainTop
908 Freeciv*helpdialog.*.helpunithpdata.bottom: chainTop
909 Freeciv*helpdialog.*.helpunithpdata.background: gray84
910 Freeciv*helpdialog.*.helpunithpdata.borderWidth: 0
912 Freeciv*helpdialog.*.helpunitvisrange.label: _("Vision:")
913 Freeciv*helpdialog.*.helpunitvisrange.fromVert: helpunitcost
914 Freeciv*helpdialog.*.helpunitvisrange.fromHoriz: helpunithpdata
915 Freeciv*helpdialog.*.helpunitvisrange.left: chainLeft
916 Freeciv*helpdialog.*.helpunitvisrange.right: chainLeft
917 Freeciv*helpdialog.*.helpunitvisrange.top: chainTop
918 Freeciv*helpdialog.*.helpunitvisrange.bottom: chainTop
920 Freeciv*helpdialog.*.helpunitvisrangedata.label: 1\
921 Freeciv*helpdialog.*.helpunitvisrangedata.fromVert: helpunitcost
922 Freeciv*helpdialog.*.helpunitvisrangedata.fromHoriz: helpunitvisrange
923 Freeciv*helpdialog.*.helpunitvisrangedata.left: chainLeft
924 Freeciv*helpdialog.*.helpunitvisrangedata.right: chainLeft
925 Freeciv*helpdialog.*.helpunitvisrangedata.top: chainTop
926 Freeciv*helpdialog.*.helpunitvisrangedata.bottom: chainTop
927 Freeciv*helpdialog.*.helpunitvisrangedata.background: gray84
928 Freeciv*helpdialog.*.helpunitvisrangedata.borderWidth: 0
930 Freeciv*helpdialog.*.helpunitupkeep.label: _("Basic Upkeep:")
931 Freeciv*helpdialog.*.helpunitupkeep.fromVert: helpunitfp
932 Freeciv*helpdialog.*.helpunitupkeep.left: chainLeft
933 Freeciv*helpdialog.*.helpunitupkeep.right: chainLeft
934 Freeciv*helpdialog.*.helpunitupkeep.top: chainTop
935 Freeciv*helpdialog.*.helpunitupkeep.bottom: chainTop
938 Freeciv*helpdialog.*.helpunitupkeepdata.label: 1 shield/1 happy/1 gold/1 food
939 Freeciv*helpdialog.*.helpunitupkeepdata.fromVert: helpunitfp
940 Freeciv*helpdialog.*.helpunitupkeepdata.fromHoriz: helpunitupkeep
941 Freeciv*helpdialog.*.helpunitupkeepdata.left: chainLeft
942 Freeciv*helpdialog.*.helpunitupkeepdata.right: chainLeft
943 Freeciv*helpdialog.*.helpunitupkeepdata.top: chainTop
944 Freeciv*helpdialog.*.helpunitupkeepdata.bottom: chainTop
945 Freeciv*helpdialog.*.helpunitupkeepdata.background: gray84
946 Freeciv*helpdialog.*.helpunitupkeepdata.borderWidth: 0
947 Freeciv*helpdialog.*.helpunitupkeepdata.justify: Left
950 Freeciv*helpdialog.*.help_terrain_movement_defense.label: _("Movement/Defense:")
951 Freeciv*helpdialog.*.help_terrain_movement_defense.fromVert: helptext
952 Freeciv*helpdialog.*.help_terrain_movement_defense.left: chainLeft
953 Freeciv*helpdialog.*.help_terrain_movement_defense.right: chainLeft
954 Freeciv*helpdialog.*.help_terrain_movement_defense.top: chainTop
955 Freeciv*helpdialog.*.help_terrain_movement_defense.bottom: chainTop
956 Freeciv*helpdialog.*.help_terrain_movement_defense.justify: Right
958 Freeciv*helpdialog.*.help_terrain_movement_defense_data.label: 1/1.0
959 Freeciv*helpdialog.*.help_terrain_movement_defense_data.background: gray84
960 Freeciv*helpdialog.*.help_terrain_movement_defense_data.fromVert: helptext
961 Freeciv*helpdialog.*.help_terrain_movement_defense_data.fromHoriz: help_terrain_movement_defense
962 Freeciv*helpdialog.*.help_terrain_movement_defense_data.left: chainLeft
963 Freeciv*helpdialog.*.help_terrain_movement_defense_data.right: chainLeft
964 Freeciv*helpdialog.*.help_terrain_movement_defense_data.top: chainTop
965 Freeciv*helpdialog.*.help_terrain_movement_defense_data.bottom: chainTop
966 Freeciv*helpdialog.*.help_terrain_movement_defense_data.borderWidth: 0
967 Freeciv*helpdialog.*.help_terrain_movement_defense_data.justify: Left
969 Freeciv*helpdialog.*.help_terrain_food_shield_trade.label: _("Food/Resources/Trade:")
970 Freeciv*helpdialog.*.help_terrain_food_shield_trade.fromVert: helptext
971 Freeciv*helpdialog.*.help_terrain_food_shield_trade.fromHoriz: help_terrain_movement_defense_data
972 Freeciv*helpdialog.*.help_terrain_food_shield_trade.left: chainLeft
973 Freeciv*helpdialog.*.help_terrain_food_shield_trade.right: chainLeft
974 Freeciv*helpdialog.*.help_terrain_food_shield_trade.top: chainTop
975 Freeciv*helpdialog.*.help_terrain_food_shield_trade.bottom: chainTop
976 Freeciv*helpdialog.*.help_terrain_food_shield_trade.justify: Right
978 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.label: 1/1/1
979 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.background: gray84
980 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.fromVert: helptext
981 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.fromHoriz: help_terrain_food_shield_trade
982 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.left: chainLeft
983 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.right: chainLeft
984 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.top: chainTop
985 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.bottom: chainTop
986 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.borderWidth: 0
987 Freeciv*helpdialog.*.help_terrain_food_shield_trade_data.justify: Left
990 Freeciv*helpdialog.*.help_terrain_resources.label: _("Resources:")
991 Freeciv*helpdialog.*.help_terrain_resources.fromVert: help_terrain_movement_defense
992 Freeciv*helpdialog.*.help_terrain_resources.left: chainLeft
993 Freeciv*helpdialog.*.help_terrain_resources.right: chainLeft
994 Freeciv*helpdialog.*.help_terrain_resources.top: chainTop
995 Freeciv*helpdialog.*.help_terrain_resources.bottom: chainTop
996 Freeciv*helpdialog.*.help_terrain_resources.justify: Right
998 Freeciv*helpdialog.*.help_terrain_road_result_time.label: _("Road Result/Time:")
999 Freeciv*helpdialog.*.help_terrain_road_result_time.fromVert: help_terrain_resources
1000 Freeciv*helpdialog.*.help_terrain_road_result_time.left: chainLeft
1001 Freeciv*helpdialog.*.help_terrain_road_result_time.right: chainLeft
1002 Freeciv*helpdialog.*.help_terrain_road_result_time.top: chainTop
1003 Freeciv*helpdialog.*.help_terrain_road_result_time.bottom: chainTop
1004 Freeciv*helpdialog.*.help_terrain_road_result_time.justify: Right
1007 Freeciv*helpdialog.*.help_terrain_road_result_time_data.label: Mountains / 11
1008 Freeciv*helpdialog.*.help_terrain_road_result_time_data.background: gray84
1009 Freeciv*helpdialog.*.help_terrain_road_result_time_data.fromVert: help_terrain_resources
1010 Freeciv*helpdialog.*.help_terrain_road_result_time_data.fromHoriz: help_terrain_road_result_time
1011 Freeciv*helpdialog.*.help_terrain_road_result_time_data.left: chainLeft
1012 Freeciv*helpdialog.*.help_terrain_road_result_time_data.right: chainLeft
1013 Freeciv*helpdialog.*.help_terrain_road_result_time_data.top: chainTop
1014 Freeciv*helpdialog.*.help_terrain_road_result_time_data.bottom: chainTop
1015 Freeciv*helpdialog.*.help_terrain_road_result_time_data.borderWidth: 0
1016 Freeciv*helpdialog.*.help_terrain_road_result_time_data.justify: Left
1018 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.label: _("Irrig. Result/Time:")
1019 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.fromVert: help_terrain_resources
1020 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.fromHoriz: help_terrain_road_result_time_data
1021 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.left: chainLeft
1022 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.right: chainLeft
1023 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.top: chainTop
1024 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.bottom: chainTop
1025 Freeciv*helpdialog.*.help_terrain_irrigation_result_time.justify: Right
1028 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.label: Mountains / 11
1029 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.background: gray84
1030 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.fromVert: help_terrain_resources
1031 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.fromHoriz: help_terrain_irrigation_result_time
1032 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.left: chainLeft
1033 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.right: chainLeft
1034 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.top: chainTop
1035 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.bottom: chainTop
1036 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.borderWidth: 0
1037 Freeciv*helpdialog.*.help_terrain_irrigation_result_time_data.justify: Left
1039 Freeciv*helpdialog.*.help_terrain_mining_result_time.label: _("Mine Result/Time:")
1040 Freeciv*helpdialog.*.help_terrain_mining_result_time.fromVert: help_terrain_road_result_time
1041 Freeciv*helpdialog.*.help_terrain_mining_result_time.left: chainLeft
1042 Freeciv*helpdialog.*.help_terrain_mining_result_time.right: chainLeft
1043 Freeciv*helpdialog.*.help_terrain_mining_result_time.top: chainTop
1044 Freeciv*helpdialog.*.help_terrain_mining_result_time.bottom: chainTop
1045 Freeciv*helpdialog.*.help_terrain_mining_result_time.justify: Right
1048 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.label: Mountains / 11
1049 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.background: gray84
1050 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.fromVert: help_terrain_road_result_time
1051 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.fromHoriz: help_terrain_mining_result_time
1052 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.left: chainLeft
1053 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.right: chainLeft
1054 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.top: chainTop
1055 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.bottom: chainTop
1056 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.borderWidth: 0
1057 Freeciv*helpdialog.*.help_terrain_mining_result_time_data.justify: Left
1059 Freeciv*helpdialog.*.help_terrain_transform_result_time.label: _("Trans. Result/Time:")
1060 Freeciv*helpdialog.*.help_terrain_transform_result_time.fromVert: help_terrain_road_result_time
1061 Freeciv*helpdialog.*.help_terrain_transform_result_time.fromHoriz: help_terrain_mining_result_time_data
1062 Freeciv*helpdialog.*.help_terrain_transform_result_time.left: chainLeft
1063 Freeciv*helpdialog.*.help_terrain_transform_result_time.right: chainLeft
1064 Freeciv*helpdialog.*.help_terrain_transform_result_time.top: chainTop
1065 Freeciv*helpdialog.*.help_terrain_transform_result_time.bottom: chainTop
1066 Freeciv*helpdialog.*.help_terrain_transform_result_time.justify: Right
1069 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.label: Mountains / 11
1070 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.background: gray84
1071 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.fromVert: help_terrain_road_result_time
1072 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.fromHoriz: help_terrain_transform_result_time
1073 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.left: chainLeft
1074 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.right: chainLeft
1075 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.top: chainTop
1076 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.bottom: chainTop
1077 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.borderWidth: 0
1078 Freeciv*helpdialog.*.help_terrain_transform_result_time_data.justify: Left
1084 Freeciv*finddialog.title: _("Find City")
1085 Freeciv*finddialog.*.findlabel.label: _("Select a city:")
1086 Freeciv*finddialog.*.findlabel.borderWidth: 0
1087 Freeciv*finddialog.*.findlabel.background: gray84
1088 Freeciv*finddialog.*.findlabel.top: chainTop
1089 Freeciv*finddialog.*.findlabel.bottom: chainTop
1090 Freeciv*finddialog.*.findlabel.left: chainLeft
1091 Freeciv*finddialog.*.findlabel.right: chainLeft
1093 Freeciv*finddialog.*.findviewport.fromVert: findlabel
1094 Freeciv*finddialog.*.findviewport.allowVert: True
1095 Freeciv*finddialog.*.findviewport.top: chainTop
1096 Freeciv*finddialog.*.findviewport.bottom: chainBottom
1097 Freeciv*finddialog.*.findviewport.left: chainLeft
1099 Freeciv*finddialog.*.findlist.defaultColumns: 1
1100 Freeciv*finddialog.*.findlist.forceColumns: true
1101 Freeciv*finddialog.*.findlist.background: gray84
1103 Freeciv*finddialog.*.findcentercommand.label: _("Center")
1104 Freeciv*finddialog.*.findcentercommand.fromVert: findviewport
1105 Freeciv*finddialog.*.findcentercommand.top: chainBottom
1106 Freeciv*finddialog.*.findcentercommand.bottom: chainBottom
1107 Freeciv*finddialog.*.findcentercommand.left: chainLeft
1108 Freeciv*finddialog.*.findcentercommand.right: chainLeft
1110 Freeciv*finddialog.*.findcancelcommand.label: _("Cancel")
1111 Freeciv*finddialog.*.findcancelcommand.fromVert: findviewport
1112 Freeciv*finddialog.*.findcancelcommand.fromHoriz: findcentercommand
1113 Freeciv*finddialog.*.findcancelcommand.top: chainBottom
1114 Freeciv*finddialog.*.findcancelcommand.bottom: chainBottom
1115 Freeciv*finddialog.*.findcancelcommand.left: chainLeft
1116 Freeciv*finddialog.*.findcancelcommand.right: chainLeft
1122 Freeciv*gotodialog.title: _("Goto/Airlift Unit")
1123 Freeciv*gotodialog.*.gotolabel.label: _("Select destination:")
1124 Freeciv*gotodialog.*.gotolabel.borderWidth: 0
1125 Freeciv*gotodialog.*.gotolabel.background: gray84
1126 Freeciv*gotodialog.*.gotolabel.top: chainTop
1127 Freeciv*gotodialog.*.gotolabel.bottom: chainTop
1128 Freeciv*gotodialog.*.gotolabel.left: chainLeft
1129 Freeciv*gotodialog.*.gotolabel.right: chainLeft
1131 Freeciv*gotodialog.*.gotoviewport.fromVert: gotolabel
1132 Freeciv*gotodialog.*.gotoviewport.allowVert: True
1133 Freeciv*gotodialog.*.gotoviewport.top: chainTop
1134 Freeciv*gotodialog.*.gotoviewport.bottom: chainBottom
1135 Freeciv*gotodialog.*.gotoviewport.left: chainLeft
1137 Freeciv*gotodialog.*.gotolist.defaultColumns: 1
1138 Freeciv*gotodialog.*.gotolist.forceColumns: true
1139 Freeciv*gotodialog.*.gotolist.background: white
1141 Freeciv*gotodialog.*.gotocentercommand.label: _("Goto")
1142 Freeciv*gotodialog.*.gotocentercommand.fromVert: gotoviewport
1143 Freeciv*gotodialog.*.gotocentercommand.top: chainBottom
1144 Freeciv*gotodialog.*.gotocentercommand.bottom: chainBottom
1145 Freeciv*gotodialog.*.gotocentercommand.left: chainLeft
1146 Freeciv*gotodialog.*.gotocentercommand.right: chainLeft
1148 Freeciv*gotodialog.*.gotoairliftcommand.label: _("Airlift")
1149 Freeciv*gotodialog.*.gotoairliftcommand.fromVert: gotoviewport
1150 Freeciv*gotodialog.*.gotoairliftcommand.fromHoriz: gotocentercommand
1151 Freeciv*gotodialog.*.gotoairliftcommand.top: chainBottom
1152 Freeciv*gotodialog.*.gotoairliftcommand.bottom: chainBottom
1153 Freeciv*gotodialog.*.gotoairliftcommand.left: chainLeft
1154 Freeciv*gotodialog.*.gotoairliftcommand.right: chainLeft
1156 Freeciv*gotodialog.*.gotoalltoggle.label: _("All Cities")
1157 Freeciv*gotodialog.*.gotoalltoggle.foreground: black
1158 Freeciv*gotodialog.*.gotoalltoggle.background: gray84
1159 Freeciv*gotodialog.*.gotoalltoggle.fromVert: gotoviewport
1160 Freeciv*gotodialog.*.gotoalltoggle.fromHoriz: gotoairliftcommand
1161 Freeciv*gotodialog.*.gotoalltoggle.top: chainBottom
1162 Freeciv*gotodialog.*.gotoalltoggle.bottom: chainBottom
1163 Freeciv*gotodialog.*.gotoalltoggle.left: chainLeft
1164 Freeciv*gotodialog.*.gotoalltoggle.right: chainLeft
1166 Freeciv*gotodialog.*.gotocancelcommand.label: _("Cancel")
1167 Freeciv*gotodialog.*.gotocancelcommand.fromVert: gotoviewport
1168 Freeciv*gotodialog.*.gotocancelcommand.fromHoriz: gotoalltoggle
1169 Freeciv*gotodialog.*.gotocancelcommand.top: chainBottom
1170 Freeciv*gotodialog.*.gotocancelcommand.bottom: chainBottom
1171 Freeciv*gotodialog.*.gotocancelcommand.left: chainLeft
1172 Freeciv*gotodialog.*.gotocancelcommand.right: chainLeft
1176 ! Present units dialog in city dialog
1178 Freeciv*presentunitsdialog.title: _("Unit Commands")
1179 Freeciv*presentunitsdialog.*.dlabel.borderWidth: 0
1180 Freeciv*presentunitsdialog.*.button0.label: _("Activate unit")
1181 Freeciv*presentunitsdialog.*.button0.fromVert: dlabel
1182 Freeciv*presentunitsdialog.*.button0.width: 200
1184 Freeciv*presentunitsdialog.*.button1.label: _("Activate unit, close dialog")
1185 Freeciv*presentunitsdialog.*.button1.fromVert: button0
1186 Freeciv*presentunitsdialog.*.button1.width: 200
1188 Freeciv*presentunitsdialog.*.button2.label: _("Sentry unit")
1189 Freeciv*presentunitsdialog.*.button2.fromVert: button1
1190 Freeciv*presentunitsdialog.*.button2.width: 200
1192 Freeciv*presentunitsdialog.*.button3.label: _("Fortify unit")
1193 Freeciv*presentunitsdialog.*.button3.fromVert: button2
1194 Freeciv*presentunitsdialog.*.button3.width: 200
1196 Freeciv*presentunitsdialog.*.button4.label: _("Disband unit")
1197 Freeciv*presentunitsdialog.*.button4.fromVert: button3
1198 Freeciv*presentunitsdialog.*.button4.width: 200
1200 Freeciv*presentunitsdialog.*.button5.label: _("Make new homecity")
1201 Freeciv*presentunitsdialog.*.button5.fromVert: button4
1202 Freeciv*presentunitsdialog.*.button5.width: 200
1204 Freeciv*presentunitsdialog.*.button6.label: _("Upgrade unit")
1205 Freeciv*presentunitsdialog.*.button6.fromVert: button5
1206 Freeciv*presentunitsdialog.*.button6.width: 200
1208 Freeciv*presentunitsdialog.*.button7.label: _("Cancel")
1209 Freeciv*presentunitsdialog.*.button7.fromVert: button6
1212 ! Supported units dialog in city dialog
1214 Freeciv*supportunitsdialog.title: _("Unit Commands")
1215 Freeciv*supportunitsdialog.*.dlabel.borderWidth: 0
1216 Freeciv*supportunitsdialog.*.button0.label: _("Activate unit")
1217 Freeciv*supportunitsdialog.*.button0.fromVert: dlabel
1218 Freeciv*supportunitsdialog.*.button0.width: 200
1220 Freeciv*supportunitsdialog.*.button1.label: _("Activate unit, close dialog")
1221 Freeciv*supportunitsdialog.*.button1.fromVert: button0
1222 Freeciv*supportunitsdialog.*.button1.width: 200
1224 Freeciv*supportunitsdialog.*.button2.label: _("Disband unit")
1225 Freeciv*supportunitsdialog.*.button2.fromVert: button1
1226 Freeciv*supportunitsdialog.*.button2.width: 200
1228 Freeciv*supportunitsdialog.*.button3.label: _("Cancel")
1229 Freeciv*supportunitsdialog.*.button3.fromVert: button2
1233 ! The options dialog
1235 Freeciv*optionpopup.title: _("Options")
1237 Freeciv*optionpopup*Label.background: gray84
1238 Freeciv*optionpopup*MenuButton.background: white
1239 Freeciv*optionpopup*MenuButton.foreground: black
1241 Freeciv*optionpopup*Toggle.background: white
1242 Freeciv*optionpopup*Toggle.shapeStyle: oval
1243 Freeciv*optionpopup*Toggle.width: 50
1244 Freeciv*optionpopup*Toggle.internalHeight: 0
1246 Freeciv*optionlabel.label: _("Set local options")
1247 Freeciv*optionlabel.borderWidth: 0
1249 Freeciv*optionviewport.fromVert: optionlabel
1250 Freeciv*optionviewport.height: 510
1251 Freeciv*optionviewport.useRight: True
1252 Freeciv*optionviewport.allowVert: True
1255 Freeciv*optionpopup*label.label: XXXXXXXXXXXXXXXXXXXXXXXXXXX
1256 Freeciv*optionpopup*label.borderWidth: 0
1258 Freeciv*optionpopup*input.*.foreground: black
1259 Freeciv*optionpopup*input.*.background: white
1260 Freeciv*optionpopup*input.width: 120
1261 Freeciv*optionpopup*input.*.editType: edit
1263 Freeciv*optionokcommand.label: _("Ok")
1265 Freeciv*optioncancelcommand.label: _("Cancel")
1266 Freeciv*optioncancelcommand.fromHoriz: optionokcommand
1270 ! The message options dialog
1272 Freeciv*messageoptpopup.title: _("Message Options")
1274 Freeciv*messageoptpopup*Label.background: gray84
1275 Freeciv*messageoptpopup*Label.borderWidth: 0
1276 Freeciv*messageoptpopup*Toggle.background: white
1277 Freeciv*messageoptpopup*Toggle.shapeStyle: oval
1278 Freeciv*messageoptpopup*Toggle.internalHeight: 0
1279 Freeciv*messageoptpopup*Toggle.label: Yes
1280 ! above is dummy label
1282 Freeciv*messageopttitle.label: _("Where to Display Messages")
1283 Freeciv*messageoptexpl.label: _("\
1284 Out = Output window, Mes = Messages window,\nPop = Popup individual window")
1285 Freeciv*messageoptexpl.fromVert: messageopttitle
1287 Freeciv*messageoptscroll.fromVert: messageoptexpl
1288 Freeciv*messageoptscroll.height: 600
1289 Freeciv*messageoptscroll.useRight: True
1290 Freeciv*messageoptscroll.allowVert: True
1292 Freeciv*messageoptspacehead.label: \
1293 ! /* TRANS: the space prepending "Out" is necessary */
1294 Freeciv*messageoptcolhead.label: _(" Out Mes Pop")
1296 Freeciv*messageoptokcommand.label: _("Ok")
1297 Freeciv*messageoptokcommand.fromVert: messageoptscroll
1298 Freeciv*messageoptcancelcommand.label: _("Cancel")
1299 Freeciv*messageoptcancelcommand.fromVert: messageoptscroll
1300 Freeciv*messageoptcancelcommand.fromHoriz: messageoptokcommand
1303 ! The rates selection dialog
1305 Freeciv*ratespopup.title: _("Rates")
1307 Freeciv*rateslabel.label: _("Select tax, luxury and science rates:")
1308 Freeciv*rateslabel.borderWidth: 0
1309 Freeciv*rateslabel.background: gray84
1311 Freeciv*ratesgovlabel.fromVert: rateslabel
1312 Freeciv*ratesgovlabel.borderWidth: 0
1313 Freeciv*ratesgovlabel.width: 300
1314 Freeciv*ratesgovlabel.background: gray84
1315 Freeciv*ratesgovlabel.justify: left
1318 Freeciv*ratestaxlabel.label: Tax: 0%
1319 Freeciv*ratestaxlabel.fromVert: ratesgovlabel
1320 Freeciv*ratestaxlabel.borderWidth: 0
1321 Freeciv*ratestaxlabel.justify: left
1322 Freeciv*ratestaxlabel.background: gray84
1324 Freeciv*ratestaxscroll.width: 300
1325 Freeciv*ratestaxscroll.orientation: horizontal
1326 Freeciv*ratestaxscroll.fromVert: ratestaxlabel
1327 Freeciv*ratestaxscroll.background: gray
1329 Freeciv*ratestaxtoggle.label: _("Lock")
1330 Freeciv*ratestaxtoggle.fromVert: ratestaxlabel
1331 Freeciv*ratestaxtoggle.fromHoriz: ratestaxscroll
1332 Freeciv*ratestaxtoggle.internalHeight: 0
1333 Freeciv*ratestaxtoggle.background: gray
1336 Freeciv*ratesluxlabel.label: Luxury: 0%
1337 Freeciv*ratesluxlabel.fromVert: ratestaxscroll
1338 Freeciv*ratesluxlabel.borderWidth: 0
1339 Freeciv*ratesluxlabel.justify: left
1340 Freeciv*ratesluxlabel.background: gray84
1342 Freeciv*ratesluxscroll.width: 300
1343 Freeciv*ratesluxscroll.orientation: horizontal
1344 Freeciv*ratesluxscroll.fromVert: ratesluxlabel
1345 Freeciv*ratesluxscroll.background: gray
1347 Freeciv*ratesluxtoggle.label: _("Lock")
1348 Freeciv*ratesluxtoggle.fromVert: ratesluxlabel
1349 Freeciv*ratesluxtoggle.fromHoriz: ratesluxscroll
1350 Freeciv*ratesluxtoggle.internalHeight: 0
1351 Freeciv*ratesluxtoggle.radioGroup: ratestaxtoggle
1352 Freeciv*ratesluxtoggle.background: gray
1355 Freeciv*ratesscilabel.label: Science: 0%
1356 Freeciv*ratesscilabel.fromVert: ratesluxscroll
1357 Freeciv*ratesscilabel.borderWidth: 0
1358 Freeciv*ratesscilabel.justify: left
1359 Freeciv*ratesscilabel.background: gray84
1361 Freeciv*ratessciscroll.width: 300
1362 Freeciv*ratessciscroll.orientation: horizontal
1363 Freeciv*ratessciscroll.fromVert: ratesscilabel
1364 Freeciv*ratessciscroll.background: gray
1366 Freeciv*ratesscitoggle.label: _("Lock")
1367 Freeciv*ratesscitoggle.fromVert: ratesscilabel
1368 Freeciv*ratesscitoggle.fromHoriz: ratessciscroll
1369 Freeciv*ratesscitoggle.internalHeight: 0
1370 Freeciv*ratesscitoggle.radioGroup: ratestaxtoggle
1371 Freeciv*ratesscitoggle.background: gray
1373 Freeciv*ratesokcommand.label: _("Ok")
1374 Freeciv*ratesokcommand.fromVert: ratessciscroll
1376 Freeciv*ratescancelcommand.label: _("Cancel")
1377 Freeciv*ratescancelcommand.fromVert: ratessciscroll
1378 Freeciv*ratescancelcommand.fromHoriz: ratesokcommand
1382 ! Science report dialog
1384 Freeciv*sciencepopup.title: _("Research")
1385 Freeciv*sciencepopup.allowShellResize: True
1386 Freeciv*scienceform.resizable: True
1388 Freeciv*sciencelabel.width: 400
1389 Freeciv*sciencelabel.justify: center
1390 Freeciv*sciencelabel.borderWidth: 0
1391 Freeciv*sciencelabel.background: gray84
1392 Freeciv*sciencelabel.top: chainTop
1393 Freeciv*sciencelabel.bottom: chainTop
1394 Freeciv*sciencelabel.left: chainLeft
1395 Freeciv*sciencelabel.right: chainRight
1397 Freeciv*sciencecurrentlabel.fromVert: sciencelabel
1398 Freeciv*sciencecurrentlabel.resizable: True
1399 Freeciv*sciencecurrentlabel.top: chainTop
1400 Freeciv*sciencecurrentlabel.bottom: chainTop
1401 Freeciv*sciencecurrentlabel.left: chainLeft
1402 Freeciv*sciencecurrentlabel.right: chainLeft
1405 Freeciv*sciencechangemenubutton.label: _("Change")
1406 Freeciv*sciencechangemenubutton.fromVert: sciencelabel
1407 Freeciv*sciencechangemenubutton.fromHoriz: sciencecurrentlabel
1408 Freeciv*sciencechangemenubutton.top: chainTop
1409 Freeciv*sciencechangemenubutton.bottom: chainTop
1410 Freeciv*sciencechangemenubutton.left: chainLeft
1411 Freeciv*sciencechangemenubutton.right: chainLeft
1412 Freeciv*sciencechangemenubutton.background: gray
1413 Freeciv*sciencechangemenubutton.foreground: black
1415 Freeciv*sciencehelpnote.label: _("Help:")
1416 Freeciv*sciencehelpnote.fromVert: sciencechangemenubutton
1417 Freeciv*sciencehelpnote.fromHoriz: sciencegoalmenubutton
1418 !*sciencehelpnote.internalHeight: 0
1419 !*sciencehelpnote.borderWidth: 0
1420 Freeciv*sciencehelpnote.borderColor: gray84
1421 Freeciv*sciencehelpnote.background: gray84
1422 Freeciv*sciencehelpnote.top: chainTop
1423 Freeciv*sciencehelpnote.bottom: chainTop
1424 Freeciv*sciencehelpnote.left: chainLeft
1425 Freeciv*sciencehelpnote.right: chainLeft
1426 Freeciv*sciencehelpnote.horizDistance: 15
1429 Freeciv*sciencehelptoggle.label: No\
1430 Freeciv*sciencehelptoggle.shapeStyle: oval
1431 Freeciv*sciencehelptoggle.fromVert: sciencechangemenubutton
1432 Freeciv*sciencehelptoggle.fromHoriz: sciencehelpnote
1433 !*sciencehelptoggle.internalHeight: 0
1434 Freeciv*sciencehelptoggle.background: gray
1435 Freeciv*sciencehelptoggle.top: chainTop
1436 Freeciv*sciencehelptoggle.bottom: chainTop
1437 Freeciv*sciencehelptoggle.left: chainLeft
1438 Freeciv*sciencehelptoggle.right: chainLeft
1440 Freeciv*sciencegoallabel.fromVert: sciencecurrentlabel
1441 Freeciv*sciencegoallabel.resizable: True
1442 Freeciv*sciencegoallabel.top: chainTop
1443 Freeciv*sciencegoallabel.bottom: chainTop
1444 Freeciv*sciencegoallabel.left: chainLeft
1445 Freeciv*sciencegoallabel.right: chainLeft
1447 Freeciv*sciencegoalmenubutton.label: _("Goal")
1448 Freeciv*sciencegoalmenubutton.fromVert: sciencechangemenubutton
1449 Freeciv*sciencegoalmenubutton.fromHoriz: sciencegoallabel
1450 Freeciv*sciencegoalmenubutton.top: chainTop
1451 Freeciv*sciencegoalmenubutton.bottom: chainTop
1452 Freeciv*sciencegoalmenubutton.left: chainTop
1453 Freeciv*sciencegoalmenubutton.right: chainTop
1454 Freeciv*sciencegoalmenubutton.background: gray
1455 Freeciv*sciencegoalmenubutton.foreground: black
1457 Freeciv*sciencelist.fromVert: sciencegoallabel
1458 Freeciv*sciencelist.forceColumns: true
1459 Freeciv*sciencelist.defaultColumns: 3
1460 Freeciv*sciencelist.verticalList: true
1461 Freeciv*sciencelist.resizable: true
1462 Freeciv*sciencelist.top: chainTop
1463 Freeciv*sciencelist.bottom: chainBottom
1464 Freeciv*sciencelist.left: chainLeft
1465 Freeciv*sciencelist.right: chainRight
1467 Freeciv*scienceclosecommand.label: _("Close")
1468 Freeciv*scienceclosecommand.fromVert: sciencelist
1469 Freeciv*scienceclosecommand.top: chainBottom
1470 Freeciv*scienceclosecommand.bottom: chainBottom
1471 Freeciv*scienceclosecommand.left: chainLeft
1472 Freeciv*scienceclosecommand.right: chainLeft
1475 ! Citizen Management Agent dialog
1477 Freeciv*cmapopup.title: _("Citizen Governor")
1478 Freeciv*cmapresetviewport.allowVert: True
1479 Freeciv*cmapresetlist.defaultColumns: 1
1480 Freeciv*cmapresetlist.forceColumns: true
1481 Freeciv*cmapresetlist.background: white
1483 Freeciv*cmacommand.label: _("Citizen governor...")
1484 Freeciv*cmahelpbutton.label: _("Help")
1485 Freeciv*cmaclosebutton.label: _("Close")
1486 Freeciv*cmaaddbutton.label: _("Add Preset")
1487 Freeciv*cmaremovebutton.label: _("Remove Preset")
1488 Freeciv*cmachangebutton.label: _("Apply once")
1489 Freeciv*cmacontrolbutton.label: _("Control City")
1490 Freeciv*cmareleasebutton.label: _("Release City")
1492 Freeciv*cmasurpluslabel.label: _("Minimal Surplus:")
1493 Freeciv*cmasurpluslabel.borderWidth: 0
1494 Freeciv*cmafactorlabel.label: _("Factor:")
1495 Freeciv*cmafactorlabel.borderWidth: 0
1496 Freeciv*cmastatlabel.borderWidth: 0
1497 Freeciv*cmastatlabel.justify: left
1499 Freeciv*cmapresetscroll.width: 70
1500 Freeciv*cmapresetscroll.height: 6
1501 Freeciv*cmapresetscroll.orientation: horizontal
1502 Freeciv*cmapresetscroll.background: white
1504 Freeciv*cmapresettoggle.label: _("No")
1505 Freeciv*cmapresettoggle.background: gray
1506 Freeciv*cmapresettoggle.shapeStyle: oval
1507 Freeciv*cmapresettoggle.internalHeight: 0
1509 Freeciv*cmaremovepreset.title: _("Remove preset?")
1510 Freeciv*cmaremovepreset.*.dlabel.borderWidth: 0
1511 Freeciv*cmaremovepreset.*.button0.label: _("Yes")
1512 Freeciv*cmaremovepreset.*.button0.fromVert: dlabel
1513 Freeciv*cmaremovepreset.*.button1.label: _("No")
1514 Freeciv*cmaremovepreset.*.button1.fromVert: dlabel
1515 Freeciv*cmaremovepreset.*.button1.fromHoriz: button0
1518 ! City Options dialog
1520 Freeciv*cityoptpopup.title: _("City Options")
1521 Freeciv*cityoptpopup*Label.background: gray84
1522 Freeciv*cityoptpopup*Label.borderWidth: 0
1523 Freeciv*cityoptpopup*Toggle.label: Yes
1524 Freeciv*cityoptpopup*Toggle.background: white
1525 Freeciv*cityoptpopup*Toggle.shapeStyle: oval
1526 Freeciv*cityoptpopup*Toggle.internalHeight: 0
1528 Freeciv*cityoptlabel.borderWidth: 0
1530 Freeciv*cityoptnewcitlabel.label: _("Make new citizens into: ")
1531 Freeciv*cityoptnewcitlabel.fromVert: cityoptlabel
1533 Freeciv*cityoptnewcittriggle.fromVert: cityoptlabel
1534 Freeciv*cityoptnewcittriggle.fromHoriz: cityoptnewcitlabel
1535 ! Have to be specific to override above toggle defaults:
1536 Freeciv*cityoptpopup*cityoptnewcittriggle.label: Scientists
1538 Freeciv*cityoptdisbandlabel.label: _("Disband if build settler at size 1:")
1539 Freeciv*cityoptdisbandlabel.fromVert: cityoptnewcitlabel
1541 Freeciv*cityoptdisbandtoggle.fromVert: cityoptnewcitlabel
1542 Freeciv*cityoptdisbandtoggle.fromHoriz: cityoptdisbandlabel
1544 Freeciv*cityoptvlandlabel.label: _("Auto-attack vs land units: ")
1545 Freeciv*cityoptvlandlabel.fromVert: cityoptdisbandlabel
1547 Freeciv*cityoptvlandtoggle.fromVert: cityoptdisbandlabel
1548 Freeciv*cityoptvlandtoggle.fromHoriz: cityoptvlandlabel
1550 Freeciv*cityoptvsealabel.label: _("Auto-attack vs sea units: ")
1551 Freeciv*cityoptvsealabel.fromVert: cityoptvlandlabel
1553 Freeciv*cityoptvseatoggle.fromVert: cityoptvlandlabel
1554 Freeciv*cityoptvseatoggle.fromHoriz: cityoptvsealabel
1556 Freeciv*cityoptvairlabel.label: _("Auto-attack vs air units: ")
1557 Freeciv*cityoptvairlabel.fromVert: cityoptvsealabel
1559 Freeciv*cityoptvairtoggle.fromVert: cityoptvsealabel
1560 Freeciv*cityoptvairtoggle.fromHoriz: cityoptvairlabel
1562 Freeciv*cityoptvhelilabel.label: _("Auto-attack vs helicopters: ")
1563 Freeciv*cityoptvhelilabel.fromVert: cityoptvairlabel
1565 Freeciv*cityoptvhelitoggle.fromVert: cityoptvairlabel
1566 Freeciv*cityoptvhelitoggle.fromHoriz: cityoptvhelilabel
1568 Freeciv*cityoptokcommand.label: _("Ok")
1569 Freeciv*cityoptokcommand.fromVert: cityoptvhelilabel
1571 Freeciv*cityoptcancelcommand.label: _("Cancel")
1572 Freeciv*cityoptcancelcommand.fromVert: cityoptvhelilabel
1573 Freeciv*cityoptcancelcommand.fromHoriz: cityoptokcommand
1577 ! Cities report dialog
1579 Freeciv*reportcitypopup.title: _("Cities")
1580 Freeciv*reportcitypopup.allowShellResize: True
1582 Freeciv*reportcitylabel.width: 600
1583 Freeciv*reportcitylabel.resizable: True
1584 Freeciv*reportcitylabel.justify: center
1585 Freeciv*reportcitylabel.borderWidth: 0
1586 Freeciv*reportcitylabel.background: gray84
1587 Freeciv*reportcitylabel.top: chainTop
1588 Freeciv*reportcitylabel.bottom: chainTop
1589 Freeciv*reportcitylabel.left: chainLeft
1590 Freeciv*reportcitylabel.right: chainRight
1592 Freeciv*reportcitylistlabel.justify: left
1593 Freeciv*reportcitylistlabel.width: 600
1594 !Freeciv*reportcitylistlabel.font: 6x13
1595 Freeciv*reportcitylistlabel.borderWidth: 1
1596 Freeciv*reportcitylistlabel.resizable: True
1597 Freeciv*reportcitylistlabel.top: chainTop
1598 Freeciv*reportcitylistlabel.bottom: chainTop
1599 Freeciv*reportcitylistlabel.left: chainLeft
1600 Freeciv*reportcitylistlabel.right: chainRight
1601 Freeciv*reportcitylistlabel.fromVert: reportcitylabel
1602 Freeciv*reportcitylistlabel.horizDistance: 20
1604 Freeciv*reportcityviewport.width: 600
1605 Freeciv*reportcityviewport.allowVert: True
1606 Freeciv*reportcityviewport.allowHoriz: False
1607 Freeciv*reportcityviewport.forceColumns: true
1608 Freeciv*reportcityviewport.defaultColumns: 1
1609 Freeciv*reportcityviewport.verticalList: true
1610 Freeciv*reportcityviewport.background: white
1611 Freeciv*reportcityviewport.resizable: True
1612 Freeciv*reportcityviewport.top: chainTop
1613 Freeciv*reportcityviewport.bottom: chainBottom
1614 Freeciv*reportcityviewport.left: chainLeft
1615 Freeciv*reportcityviewport.right: chainRight
1616 Freeciv*reportcityviewport.fromVert: reportcitylistlabel
1618 !Freeciv*reportcitylist.font: 6x13
1619 Freeciv*reportcitylist.forceColumns: true
1620 Freeciv*reportcitylist.defaultColumns: 1
1621 Freeciv*reportcitylist.verticalList: true
1622 Freeciv*reportcitylist.background: white
1624 Freeciv*reportcityclosecommand.label: _("Close")
1625 Freeciv*reportcityclosecommand.fromVert: reportcityviewport
1626 Freeciv*reportcityclosecommand.top: chainBottom
1627 Freeciv*reportcityclosecommand.bottom: chainBottom
1628 Freeciv*reportcityclosecommand.left: chainLeft
1629 Freeciv*reportcityclosecommand.right: chainLeft
1631 Freeciv*reportcitycentercommand.label: _("Center")
1632 Freeciv*reportcitycentercommand.fromVert: reportcityviewport
1633 Freeciv*reportcitycentercommand.fromHoriz: reportcityclosecommand
1634 Freeciv*reportcitycentercommand.top: chainBottom
1635 Freeciv*reportcitycentercommand.bottom: chainBottom
1636 Freeciv*reportcitycentercommand.left: chainLeft
1637 Freeciv*reportcitycentercommand.right: chainLeft
1639 Freeciv*reportcitypopupcommand.label: _("Popup")
1640 Freeciv*reportcitypopupcommand.fromVert: reportcityviewport
1641 Freeciv*reportcitypopupcommand.fromHoriz: reportcitycentercommand
1642 Freeciv*reportcitypopupcommand.top: chainBottom
1643 Freeciv*reportcitypopupcommand.bottom: chainBottom
1644 Freeciv*reportcitypopupcommand.left: chainLeft
1645 Freeciv*reportcitypopupcommand.right: chainLeft
1647 Freeciv*reportcitybuycommand.label: _("Buy")
1648 Freeciv*reportcitybuycommand.fromVert: reportcityviewport
1649 Freeciv*reportcitybuycommand.fromHoriz: reportcitypopupcommand
1650 Freeciv*reportcitybuycommand.top: chainBottom
1651 Freeciv*reportcitybuycommand.bottom: chainBottom
1652 Freeciv*reportcitybuycommand.left: chainLeft
1653 Freeciv*reportcitybuycommand.right: chainLeft
1655 Freeciv*reportcitychangemenubutton.label: _("Change")
1656 Freeciv*reportcitychangemenubutton.fromVert: reportcityviewport
1657 Freeciv*reportcitychangemenubutton.fromHoriz: reportcitybuycommand
1658 Freeciv*reportcitychangemenubutton.top: chainBottom
1659 Freeciv*reportcitychangemenubutton.bottom: chainBottom
1660 Freeciv*reportcitychangemenubutton.left: chainLeft
1661 Freeciv*reportcitychangemenubutton.right: chainLeft
1663 Freeciv*reportcitychgallcommand.label: _("Change All...")
1664 Freeciv*reportcitychgallcommand.fromVert: reportcityviewport
1665 Freeciv*reportcitychgallcommand.fromHoriz: reportcitychangemenubutton
1666 Freeciv*reportcitychgallcommand.top: chainBottom
1667 Freeciv*reportcitychgallcommand.bottom: chainBottom
1668 Freeciv*reportcitychgallcommand.left: chainLeft
1669 Freeciv*reportcitychgallcommand.right: chainLeft
1671 Freeciv*reportcityrefreshcommand.label: _("Refresh")
1672 Freeciv*reportcityrefreshcommand.fromVert: reportcityviewport
1673 Freeciv*reportcityrefreshcommand.fromHoriz: reportcitychgallcommand
1674 Freeciv*reportcityrefreshcommand.top: chainBottom
1675 Freeciv*reportcityrefreshcommand.bottom: chainBottom
1676 Freeciv*reportcityrefreshcommand.left: chainLeft
1677 Freeciv*reportcityrefreshcommand.right: chainLeft
1679 Freeciv*reportcityconfigcommand.label: _("Configure...")
1680 Freeciv*reportcityconfigcommand.fromVert: reportcityviewport
1681 Freeciv*reportcityconfigcommand.fromHoriz: reportcityrefreshcommand
1682 Freeciv*reportcityconfigcommand.top: chainBottom
1683 Freeciv*reportcityconfigcommand.bottom: chainBottom
1684 Freeciv*reportcityconfigcommand.left: chainLeft
1685 Freeciv*reportcityconfigcommand.right: chainLeft
1687 Freeciv*spaceshipmainform.*.top: chainTop
1688 Freeciv*spaceshipmainform.*.bottom: chainTop
1689 Freeciv*spaceshipmainform.*.left: chainLeft
1690 Freeciv*spaceshipmainform.*.right: chainLeft
1691 Freeciv*spaceshipmainform.resizable: True
1692 Freeciv*spaceshipmainform.background: gray84
1693 Freeciv*spaceshipmainform*translations: #override \
1694 <Key>Return: key-dialog-spaceship-close()
1696 !Freeciv*spaceshipplayerlabel.fromVert: spaceshipimagecanvas
1697 Freeciv*spaceshipplayerlabel.top: chainBottom
1698 Freeciv*spaceshipplayerlabel.bottom: chainBottom
1699 Freeciv*spaceshipplayerlabel.left: chainLeft
1700 Freeciv*spaceshipplayerlabel.right: chainLeft
1702 Freeciv*spaceshipimagecanvas.fromVert: spaceshipplayerlabel
1703 Freeciv*spaceshipimagecanvas.top: chainBottom
1704 Freeciv*spaceshipimagecanvas.bottom: chainBottom
1705 Freeciv*spaceshipimagecanvas.left: chainLeft
1706 Freeciv*spaceshipimagecanvas.right: chainLeft
1709 Freeciv*spaceshipinfolabel.label: \
1714 Travel time: 1234 years\n\
1715 Success prob.: 100 %\n\
1716 Year of arrival: 1234 AD
1718 Freeciv*spaceshipinfolabel.fromVert: spaceshipimagecanvas
1720 Freeciv*spaceshipclosecommand.label: _("Close")
1721 Freeciv*spaceshipclosecommand.fromVert: spaceshipinfolabel
1722 Freeciv*spaceshipclosecommand.top: chainBottom
1723 Freeciv*spaceshipclosecommand.bottom: chainBottom
1724 Freeciv*spaceshipclosecommand.left: chainLeft
1725 Freeciv*spaceshipclosecommand.right: chainLeft
1727 Freeciv*spaceshiplaunchcommand.label: _("Launch")
1728 Freeciv*spaceshiplaunchcommand.fromHoriz: spaceshipclosecommand
1729 Freeciv*spaceshiplaunchcommand.fromVert: spaceshipinfolabel
1730 Freeciv*spaceshiplaunchcommand.top: chainBottom
1731 Freeciv*spaceshiplaunchcommand.bottom: chainBottom
1732 Freeciv*spaceshiplaunchcommand.left: chainLeft
1733 Freeciv*spaceshiplaunchcommand.right: chainLeft
1736 ! Cities report configure dialog
1738 Freeciv*cityconfig.title: _("Configure Cities Report")
1740 Freeciv*cityconfig*Label.background: gray84
1741 Freeciv*cityconfig*Toggle.background: gray
1743 Freeciv*cityconfiglabel.label: _("Set columns shown")
1744 Freeciv*cityconfiglabel.borderWidth: 0
1746 Freeciv*cityconfigtoggle.internalHeight: 0
1747 Freeciv*cityconfigtoggle.shapeStyle: oval
1748 Freeciv*cityconfigtoggle.label: Yes
1751 Freeciv*cityconfigokcommand.label: _("Close")
1757 Freeciv*chgalldialog.title: _("Change Production Everywhere")
1759 Freeciv*chgalldialog*chgallform.translations: #override \
1760 <Key>Return: key-dialog-chgall-accept() \n\
1761 <Key>Escape: key-dialog-chgall-cancel()
1763 Freeciv*chgalldialog.*.chgallfrlabel.label: _("From:")
1764 Freeciv*chgalldialog.*.chgallfrlabel.justify: left
1765 Freeciv*chgalldialog.*.chgallfrlabel.width: 175
1766 Freeciv*chgalldialog.*.chgallfrlabel.borderWidth: 0
1767 Freeciv*chgalldialog.*.chgallfrlabel.background: gray84
1768 Freeciv*chgalldialog.*.chgallfrlabel.top: chainTop
1769 Freeciv*chgalldialog.*.chgallfrlabel.bottom: chainTop
1770 Freeciv*chgalldialog.*.chgallfrlabel.left: chainLeft
1771 Freeciv*chgalldialog.*.chgallfrlabel.right: rubber
1773 Freeciv*chgalldialog.*.chgalltolabel.label: _("To:")
1774 Freeciv*chgalldialog.*.chgalltolabel.justify: left
1775 Freeciv*chgalldialog.*.chgalltolabel.width: 175
1776 Freeciv*chgalldialog.*.chgalltolabel.borderWidth: 0
1777 Freeciv*chgalldialog.*.chgalltolabel.background: gray84
1778 Freeciv*chgalldialog.*.chgalltolabel.fromHoriz: chgallfrlabel
1779 Freeciv*chgalldialog.*.chgalltolabel.top: chainTop
1780 Freeciv*chgalldialog.*.chgalltolabel.bottom: chainTop
1781 Freeciv*chgalldialog.*.chgalltolabel.left: rubber
1782 Freeciv*chgalldialog.*.chgalltolabel.right: chainRight
1784 Freeciv*chgalldialog.*.chgallfrviewport.allowVert: True
1785 Freeciv*chgalldialog.*.chgallfrviewport.fromVert: chgallfrlabel
1786 Freeciv*chgalldialog.*.chgallfrviewport.top: chainTop
1787 Freeciv*chgalldialog.*.chgallfrviewport.bottom: chainBottom
1788 Freeciv*chgalldialog.*.chgallfrviewport.left: chainLeft
1789 Freeciv*chgalldialog.*.chgallfrviewport.right: rubber
1791 Freeciv*chgalldialog.*.chgalltoviewport.allowVert: True
1792 Freeciv*chgalldialog.*.chgalltoviewport.fromVert: chgalltolabel
1793 Freeciv*chgalldialog.*.chgalltoviewport.fromHoriz: chgallfrviewport
1794 Freeciv*chgalldialog.*.chgalltoviewport.top: chainTop
1795 Freeciv*chgalldialog.*.chgalltoviewport.bottom: chainBottom
1796 Freeciv*chgalldialog.*.chgalltoviewport.left: rubber
1797 Freeciv*chgalldialog.*.chgalltoviewport.right: chainRight
1799 Freeciv*chgalldialog.*.chgallfrlist.width: 175
1800 Freeciv*chgalldialog.*.chgallfrlist.height: 245
1801 Freeciv*chgalldialog.*.chgallfrlist.defaultColumns: 1
1802 Freeciv*chgalldialog.*.chgallfrlist.defaultColumns: 1
1803 Freeciv*chgalldialog.*.chgallfrlist.background: white
1805 Freeciv*chgalldialog.*.chgalltolist.width: 175
1806 Freeciv*chgalldialog.*.chgalltolist.height: 245
1807 Freeciv*chgalldialog.*.chgalltolist.defaultColumns: 1
1808 Freeciv*chgalldialog.*.chgalltolist.forceColumns: True
1809 Freeciv*chgalldialog.*.chgalltolist.background: white
1811 Freeciv*chgalldialog.*.chgallchangecommand.label: _("Change")
1812 Freeciv*chgalldialog.*.chgallchangecommand.fromVert: chgallfrviewport
1813 Freeciv*chgalldialog.*.chgallchangecommand.top: chainBottom
1814 Freeciv*chgalldialog.*.chgallchangecommand.bottom: chainBottom
1815 Freeciv*chgalldialog.*.chgallchangecommand.left: chainLeft
1816 Freeciv*chgalldialog.*.chgallchangecommand.right: chainLeft
1818 Freeciv*chgalldialog.*.chgallrefreshcommand.label: _("Refresh")
1819 Freeciv*chgalldialog.*.chgallrefreshcommand.fromVert: chgallfrviewport
1820 Freeciv*chgalldialog.*.chgallrefreshcommand.fromHoriz: chgallchangecommand
1821 Freeciv*chgalldialog.*.chgallrefreshcommand.top: chainBottom
1822 Freeciv*chgalldialog.*.chgallrefreshcommand.bottom: chainBottom
1823 Freeciv*chgalldialog.*.chgallrefreshcommand.left: chainLeft
1824 Freeciv*chgalldialog.*.chgallrefreshcommand.right: chainLeft
1826 Freeciv*chgalldialog.*.chgallcancelcommand.label: _("Cancel")
1827 Freeciv*chgalldialog.*.chgallcancelcommand.fromVert: chgallfrviewport
1828 Freeciv*chgalldialog.*.chgallcancelcommand.fromHoriz: chgallrefreshcommand
1829 Freeciv*chgalldialog.*.chgallcancelcommand.top: chainBottom
1830 Freeciv*chgalldialog.*.chgallcancelcommand.bottom: chainBottom
1831 Freeciv*chgalldialog.*.chgallcancelcommand.left: chainLeft
1832 Freeciv*chgalldialog.*.chgallcancelcommand.right: chainLeft
1835 ! Economy report dialog
1837 Freeciv*reporteconomypopup.title: _("Economy")
1838 Freeciv*reporteconomypopup.allowShellResize: True
1840 Freeciv*reporteconomyform.resizable: true
1841 Freeciv*reporteconomyform.top: chainTop
1842 Freeciv*reporteconomyform.bottom: chainBottom
1843 Freeciv*reporteconomyform.left: chainLeft
1844 Freeciv*reporteconomyform.right: chainRight
1846 Freeciv*reporteconomylabel.resizable: true
1847 !*reporteconomylabel.width: 200
1848 Freeciv*reporteconomylabel.justify: center
1849 Freeciv*reporteconomylabel.borderWidth: 0
1850 Freeciv*reporteconomylabel.background: gray84
1851 Freeciv*reporteconomylabel.top: chainTop
1852 Freeciv*reporteconomylabel.bottom: chainTop
1853 Freeciv*reporteconomylabel.left: chainLeft
1854 Freeciv*reporteconomylabel.right: chainRight
1856 Freeciv*reporteconomylistlabel.resizable: true
1857 Freeciv*reporteconomylistlabel.justify: left
1858 Freeciv*reporteconomylistlabel.borderWidth: 1
1859 Freeciv*reporteconomylistlabel.top: chainTop
1860 Freeciv*reporteconomylistlabel.bottom: chainTop
1861 Freeciv*reporteconomylistlabel.left: chainLeft
1862 Freeciv*reporteconomylistlabel.right: chainRight
1863 Freeciv*reporteconomylistlabel.fromVert: reporteconomylabel
1864 Freeciv*reporteconomylistlabel.label: _("Building Name Count Cost Total")
1865 Freeciv*reporteconomylist.fromVert: reporteconomylistlabel
1866 Freeciv*reporteconomylist.forceColumns: true
1867 Freeciv*reporteconomylist.defaultColumns: 1
1868 Freeciv*reporteconomylist.verticalList: true
1869 Freeciv*reporteconomylist.resizable: true
1870 Freeciv*reporteconomylist.top: chainTop
1871 Freeciv*reporteconomylist.bottom: chainBottom
1872 Freeciv*reporteconomylist.left: chainLeft
1873 Freeciv*reporteconomylist.right: chainRight
1874 Freeciv*reporteconomylist.background: white
1877 Freeciv*reporteconomylabel2.label: Total Cost:
1878 Freeciv*reporteconomylabel2.resizable: true
1879 Freeciv*reporteconomylabel2.justify: left
1880 Freeciv*reporteconomylabel2.borderWidth: 1
1881 Freeciv*reporteconomylabel2.top: chainBottom
1882 Freeciv*reporteconomylabel2.bottom: chainBottom
1883 Freeciv*reporteconomylabel2.left: chainLeft
1884 Freeciv*reporteconomylabel2.right: chainRight
1885 Freeciv*reporteconomylabel2.fromVert: reporteconomylist
1887 Freeciv*reporteconomyclosecommand.label: _("Close")
1888 Freeciv*reporteconomyclosecommand.fromVert: reporteconomylabel2
1889 Freeciv*reporteconomyclosecommand.top: chainBottom
1890 Freeciv*reporteconomyclosecommand.bottom: chainBottom
1891 Freeciv*reporteconomyclosecommand.left: chainLeft
1892 Freeciv*reporteconomyclosecommand.right: chainLeft
1894 Freeciv*reporteconomysellredundantcommand.label: _("Sell Redundant")
1895 Freeciv*reporteconomysellredundantcommand.fromVert: reporteconomylabel2
1896 Freeciv*reporteconomysellredundantcommand.fromHoriz: reporteconomyclosecommand
1897 Freeciv*reporteconomysellredundantcommand.top: chainBottom
1898 Freeciv*reporteconomysellredundantcommand.bottom: chainBottom
1899 Freeciv*reporteconomysellredundantcommand.left: chainLeft
1900 Freeciv*reporteconomysellredundantcommand.right: chainLeft
1902 Freeciv*reporteconomysellallcommand.label: _("Sell All")
1903 Freeciv*reporteconomysellallcommand.fromVert: reporteconomylabel2
1904 Freeciv*reporteconomysellallcommand.fromHoriz: reporteconomysellredundantcommand
1905 Freeciv*reporteconomysellallcommand.top: chainBottom
1906 Freeciv*reporteconomysellallcommand.bottom: chainBottom
1907 Freeciv*reporteconomysellallcommand.left: chainLeft
1908 Freeciv*reporteconomysellallcommand.right: chainLeft
1911 ! Active units report dialog
1913 Freeciv*reportactiveunitspopup.title: _("Units")
1914 Freeciv*reportactiveunitspopup.allowShellResize: True
1916 Freeciv*reportactiveunitsform.resizable: true
1917 Freeciv*reportactiveunitsform.top: chainTop
1918 Freeciv*reportactiveunitsform.bottom: chainBottom
1919 Freeciv*reportactiveunitsform.left: chainLeft
1920 Freeciv*reportactiveunitsform.right: chainRight
1922 Freeciv*reportactiveunitslabel.resizable: true
1923 !*reportactiveunitslabel.width: 200
1924 Freeciv*reportactiveunitslabel.justify: center
1925 Freeciv*reportactiveunitslabel.borderWidth: 0
1926 Freeciv*reportactiveunitslabel.background: gray84
1927 Freeciv*reportactiveunitslabel.top: chainTop
1928 Freeciv*reportactiveunitslabel.bottom: chainTop
1929 Freeciv*reportactiveunitslabel.left: chainLeft
1930 Freeciv*reportactiveunitslabel.right: chainRight
1932 Freeciv*reportactiveunitslistlabel.resizable: true
1933 Freeciv*reportactiveunitslistlabel.justify: left
1934 Freeciv*reportactiveunitslistlabel.borderWidth: 1
1935 Freeciv*reportactiveunitslistlabel.top: chainTop
1936 Freeciv*reportactiveunitslistlabel.bottom: chainTop
1937 Freeciv*reportactiveunitslistlabel.left: chainLeft
1938 Freeciv*reportactiveunitslistlabel.right: chainRight
1939 Freeciv*reportactiveunitslistlabel.fromVert: reportactiveunitslabel
1940 Freeciv*reportactiveunitslistlabel.label: _("\
1941 Unit Type Upgrade In-Prog Active Shield Food")
1942 Freeciv*reportactiveunitslist.fromVert: reportactiveunitslistlabel
1943 Freeciv*reportactiveunitslist.forceColumns: true
1944 Freeciv*reportactiveunitslist.defaultColumns: 1
1945 Freeciv*reportactiveunitslist.verticalList: true
1946 Freeciv*reportactiveunitslist.resizable: true
1947 Freeciv*reportactiveunitslist.top: chainTop
1948 Freeciv*reportactiveunitslist.bottom: chainBottom
1949 Freeciv*reportactiveunitslist.left: chainLeft
1950 Freeciv*reportactiveunitslist.right: chainRight
1951 Freeciv*reportactiveunitslist.background: white
1953 Freeciv*reportactiveunitslabel2.resizable: true
1954 Freeciv*reportactiveunitslabel2.justify: left
1955 Freeciv*reportactiveunitslabel2.borderWidth: 1
1956 Freeciv*reportactiveunitslabel2.top: chainBottom
1957 Freeciv*reportactiveunitslabel2.bottom: chainBottom
1958 Freeciv*reportactiveunitslabel2.left: chainLeft
1959 Freeciv*reportactiveunitslabel2.right: chainRight
1960 Freeciv*reportactiveunitslabel2.fromVert: reportactiveunitslist
1962 Freeciv*reportactiveunitsclosecommand.label: _("Close")
1963 Freeciv*reportactiveunitsclosecommand.fromVert: reportactiveunitslabel2
1964 Freeciv*reportactiveunitsclosecommand.top: chainBottom
1965 Freeciv*reportactiveunitsclosecommand.bottom: chainBottom
1966 Freeciv*reportactiveunitsclosecommand.left: chainLeft
1967 Freeciv*reportactiveunitsclosecommand.right: chainLeft
1969 Freeciv*reportactiveunitsupgradecommand.label: _("Upgrade")
1970 Freeciv*reportactiveunitsupgradecommand.fromVert: reportactiveunitslabel2
1971 Freeciv*reportactiveunitsupgradecommand.fromHoriz: reportactiveunitsclosecommand
1972 Freeciv*reportactiveunitsupgradecommand.top: chainBottom
1973 Freeciv*reportactiveunitsupgradecommand.bottom: chainBottom
1974 Freeciv*reportactiveunitsupgradecommand.left: chainLeft
1975 Freeciv*reportactiveunitsupgradecommand.right: chainLeft
1977 Freeciv*reportactiveunitsrefreshcommand.label: _("Refresh")
1978 Freeciv*reportactiveunitsrefreshcommand.fromVert: reportactiveunitslabel2
1979 Freeciv*reportactiveunitsrefreshcommand.fromHoriz: reportactiveunitsupgradecommand
1980 Freeciv*reportactiveunitsrefreshcommand.top: chainBottom
1981 Freeciv*reportactiveunitsrefreshcommand.bottom: chainBottom
1982 Freeciv*reportactiveunitsrefreshcommand.left: chainLeft
1983 Freeciv*reportactiveunitsrefreshcommand.right: chainLeft
1987 ! Worklist report dialog
1989 Freeciv*worklistreportdialog.title: _("Worklists")
1991 Freeciv*worklistreportdialog.*.dlabel.label: _("Available worklists")
1992 Freeciv*worklistreportdialog.*.dlabel.borderWidth: 0
1993 Freeciv*worklistreportdialog.*.dlabel.top: chainTop
1994 Freeciv*worklistreportdialog.*.dlabel.bottom: chainTop
1995 Freeciv*worklistreportdialog.*.dlabel.left: chainLeft
1996 Freeciv*worklistreportdialog.*.dlabel.right: chainLeft
1997 Freeciv*worklistreportdialog.*.dlabel.background: gray84
1999 Freeciv*worklistreportdialog.*.dview.allowVert: True
2000 Freeciv*worklistreportdialog.*.dview.top: chainTop
2001 Freeciv*worklistreportdialog.*.dview.bottom: chainBottom
2002 Freeciv*worklistreportdialog.*.dview.left: chainLeft
2003 Freeciv*worklistreportdialog.*.dview.right: chainRight
2005 Freeciv*worklistreportdialog.*.dlist.background: white
2007 Freeciv*worklistreportdialog.*.buttonclose.label: _("Close")
2008 Freeciv*worklistreportdialog.*.buttonclose.top: chainBottom
2009 Freeciv*worklistreportdialog.*.buttonclose.bottom: chainBottom
2010 Freeciv*worklistreportdialog.*.buttonclose.left: chainLeft
2011 Freeciv*worklistreportdialog.*.buttonclose.right: chainLeft
2013 Freeciv*worklistreportdialog.*.buttonedit.label: _("Edit")
2014 Freeciv*worklistreportdialog.*.buttonedit.top: chainBottom
2015 Freeciv*worklistreportdialog.*.buttonedit.bottom: chainBottom
2016 Freeciv*worklistreportdialog.*.buttonedit.left: chainLeft
2017 Freeciv*worklistreportdialog.*.buttonedit.right: chainLeft
2019 Freeciv*worklistreportdialog.*.buttonrename.label: _("Rename")
2020 Freeciv*worklistreportdialog.*.buttonrename.top: chainTop
2021 Freeciv*worklistreportdialog.*.buttonrename.bottom: chainTop
2022 Freeciv*worklistreportdialog.*.buttonrename.left: chainRight
2023 Freeciv*worklistreportdialog.*.buttonrename.right: chainRight
2024 Freeciv*renameworklist.title: _("Rename worklist")
2025 Freeciv*renameworklist*ilable.background: gray84
2026 Freeciv*renameworklist*iinput.width: 200
2028 Freeciv*worklistreportdialog.*.buttoninsertwl.label: _("Insert")
2029 Freeciv*worklistreportdialog.*.buttoninsertwl.top: chainTop
2030 Freeciv*worklistreportdialog.*.buttoninsertwl.bottom: chainTop
2031 Freeciv*worklistreportdialog.*.buttoninsertwl.left: chainRight
2032 Freeciv*worklistreportdialog.*.buttoninsertwl.right: chainRight
2034 Freeciv*worklistreportdialog.*.buttondeletewl.label: _("Delete")
2035 Freeciv*worklistreportdialog.*.buttondeletewl.top: chainTop
2036 Freeciv*worklistreportdialog.*.buttondeletewl.bottom: chainTop
2037 Freeciv*worklistreportdialog.*.buttondeletewl.left: chainRight
2038 Freeciv*worklistreportdialog.*.buttondeletewl.right: chainRight
2044 Freeciv*gamemenu.label: _("Game")
2045 Freeciv*governmentmenu.label: _("Government")
2046 Freeciv*viewmenu.label: _("?verb:View")
2047 Freeciv*ordersmenu.label: _("Orders")
2048 Freeciv*reportsmenu.label: _("Reports")
2049 Freeciv*editormenu.label: _("Editor")
2050 Freeciv*helpmenu.label: _("Help")
2051 Freeciv*gamemenu.background: gray84
2052 Freeciv*gamemenu.foreground: black
2053 Freeciv*governmentmenu.background: gray84
2054 Freeciv*governmentmenu.foreground: black
2055 Freeciv*viewmenu.background: gray84
2056 Freeciv*viewmenu.foreground: black
2057 Freeciv*ordersmenu.background: gray84
2058 Freeciv*ordersmenu.foreground: black
2059 Freeciv*reportsmenu.background: gray84
2060 Freeciv*reportsmenu.foreground: black
2061 Freeciv*editormenu.background: gray84
2062 Freeciv*editormenu.foreground: black
2063 Freeciv*helpmenu.background: gray84
2064 Freeciv*helpmenu.foreground: black
2065 Freeciv*gamemenu.borderWidth: 0
2066 Freeciv*governmentmenu.borderWidth: 0
2067 Freeciv*viewmenu.borderWidth: 0
2068 Freeciv*ordersmenu.borderWidth: 0
2069 Freeciv*reportsmenu.borderWidth: 0
2070 Freeciv*editormenu.borderWidth: 0
2071 Freeciv*helpmenu.borderWidth: 0
2072 Freeciv*gamemenu.left: chainLeft
2073 Freeciv*gamemenu.right: chainLeft
2074 Freeciv*governmentmenu.fromHoriz: gamemenu
2075 Freeciv*governmentmenu.left: chainLeft
2076 Freeciv*governmentmenu.right: chainLeft
2077 Freeciv*viewmenu.fromHoriz: governmentmenu
2078 Freeciv*viewmenu.left: chainLeft
2079 Freeciv*viewmenu.right: chainLeft
2080 Freeciv*ordersmenu.fromHoriz: viewmenu
2081 Freeciv*ordersmenu.left: chainLeft
2082 Freeciv*ordersmenu.right: chainLeft
2083 Freeciv*reportsmenu.fromHoriz: ordersmenu
2084 Freeciv*reportsmenu.left: chainLeft
2085 Freeciv*reportsmenu.right: chainLeft
2086 Freeciv*editormenu.fromHoriz: reportsmenu
2087 Freeciv*editormenu.left: chainLeft
2088 Freeciv*editormenu.right: chainLeft
2089 Freeciv*helpmenu.fromHoriz: editormenu
2090 Freeciv*helpmenu.left: chainLeft
2091 Freeciv*helpmenu.right: chainLeft
2092 Freeciv*menu.background: gray84
2096 ! change city production dialog
2098 Freeciv*changedialog.title: _("Change Production")
2100 Freeciv*changedialog.*.dlabel.label: _("Select new production")
2101 Freeciv*changedialog.*.dlabel.borderWidth: 0
2102 Freeciv*changedialog.*.dlabel.top: chainTop
2103 Freeciv*changedialog.*.dlabel.bottom: chainTop
2104 Freeciv*changedialog.*.dlabel.left: chainLeft
2105 Freeciv*changedialog.*.dlabel.right: chainLeft
2107 Freeciv*changedialog.*.dview.allowVert: True
2108 Freeciv*changedialog.*.dview.top: chainTop
2109 Freeciv*changedialog.*.dview.bottom: chainBottom
2110 Freeciv*changedialog.*.dview.left: chainLeft
2112 Freeciv*changedialog.*.dlist.background: white
2114 Freeciv*changedialog.*.buttonchange.label: _("Change")
2115 Freeciv*changedialog.*.buttonchange.top: chainBottom
2116 Freeciv*changedialog.*.buttonchange.bottom: chainBottom
2117 Freeciv*changedialog.*.buttonchange.left: chainLeft
2118 Freeciv*changedialog.*.buttonchange.right: chainLeft
2120 Freeciv*changedialog.*.buttoncancel.label: _("Cancel")
2121 Freeciv*changedialog.*.buttoncancel.top: chainBottom
2122 Freeciv*changedialog.*.buttoncancel.bottom: chainBottom
2123 Freeciv*changedialog.*.buttoncancel.left: chainLeft
2124 Freeciv*changedialog.*.buttoncancel.right: chainLeft
2126 Freeciv*changedialog.*.buttonhelp.label: _("Help")
2127 Freeciv*changedialog.*.buttonhelp.top: chainBottom
2128 Freeciv*changedialog.*.buttonhelp.bottom: chainBottom
2129 Freeciv*changedialog.*.buttonhelp.left: chainLeft
2130 Freeciv*changedialog.*.buttonhelp.right: chainLeft
2134 ! city production worklist dialog
2136 Freeciv*worklistdialog.title: _("Production Worklist")
2138 Freeciv*worklistdialog.*.worklistlabel.label: _("Current worklist")
2139 Freeciv*worklistdialog.*.worklistlabel.borderWidth: 0
2140 Freeciv*worklistdialog.*.worklistlabel.top: chainTop
2141 Freeciv*worklistdialog.*.worklistlabel.bottom: chainTop
2142 Freeciv*worklistdialog.*.worklistlabel.left: chainLeft
2143 Freeciv*worklistdialog.*.worklistlabel.right: chainLeft
2145 Freeciv*worklistdialog.*.availlabel.label: _("Available targets")
2146 Freeciv*worklistdialog.*.availlabel.borderWidth: 0
2147 Freeciv*worklistdialog.*.availlabel.top: chainTop
2148 Freeciv*worklistdialog.*.availlabel.bottom: chainTop
2149 Freeciv*worklistdialog.*.availlabel.left: chainLeft
2150 Freeciv*worklistdialog.*.availlabel.right: chainLeft
2152 Freeciv*worklistdialog.*.wview.allowVert: True
2153 Freeciv*worklistdialog.*.wview.top: chainTop
2154 Freeciv*worklistdialog.*.wview.bottom: chainBottom
2155 Freeciv*worklistdialog.*.wview.left: chainLeft
2157 Freeciv*worklistdialog.*.wlist.background: white
2159 Freeciv*worklistdialog.*.aview.allowVert: True
2160 Freeciv*worklistdialog.*.aview.top: chainTop
2161 Freeciv*worklistdialog.*.aview.bottom: chainBottom
2162 Freeciv*worklistdialog.*.aview.right: chainRight
2164 Freeciv*worklistdialog.*.alist.background: white
2166 ! The form for the worklist action buttons (insert, delete, etc.).
2167 Freeciv*worklistdialog.*.dform.top: chainTop
2168 Freeciv*worklistdialog.*.dform.bottom: chainTop
2169 Freeciv*worklistdialog.*.dform.left: rubber
2171 Freeciv*worklistdialog.*.buttonprepend.label: _("Prepend")
2172 Freeciv*worklistdialog.*.buttonprepend.top: chainBottom
2173 Freeciv*worklistdialog.*.buttonprepend.bottom: chainBottom
2174 Freeciv*worklistdialog.*.buttonprepend.left: chainLeft
2175 Freeciv*worklistdialog.*.buttonprepend.right: chainLeft
2177 Freeciv*worklistdialog.*.buttoninsert.label: _("Insert")
2178 Freeciv*worklistdialog.*.buttoninsert.top: chainBottom
2179 Freeciv*worklistdialog.*.buttoninsert.bottom: chainBottom
2180 Freeciv*worklistdialog.*.buttoninsert.left: chainLeft
2181 Freeciv*worklistdialog.*.buttoninsert.right: chainLeft
2183 Freeciv*worklistdialog.*.buttondelete.label: _("Delete")
2184 Freeciv*worklistdialog.*.buttondelete.top: chainBottom
2185 Freeciv*worklistdialog.*.buttondelete.bottom: chainBottom
2186 Freeciv*worklistdialog.*.buttondelete.left: chainLeft
2187 Freeciv*worklistdialog.*.buttondelete.right: chainLeft
2189 Freeciv*worklistdialog.*.buttonup.label: _("Up")
2190 Freeciv*worklistdialog.*.buttonup.top: chainBottom
2191 Freeciv*worklistdialog.*.buttonup.bottom: chainBottom
2192 Freeciv*worklistdialog.*.buttonup.left: chainLeft
2193 Freeciv*worklistdialog.*.buttonup.right: chainLeft
2195 Freeciv*worklistdialog.*.buttondown.label: _("Down")
2196 Freeciv*worklistdialog.*.buttondown.top: chainBottom
2197 Freeciv*worklistdialog.*.buttondown.bottom: chainBottom
2198 Freeciv*worklistdialog.*.buttondown.left: chainLeft
2199 Freeciv*worklistdialog.*.buttondown.right: chainLeft
2201 Freeciv*worklistdialog.*.buttoncancel.label: _("Cancel")
2202 Freeciv*worklistdialog.*.buttoncancel.top: chainBottom
2203 Freeciv*worklistdialog.*.buttoncancel.bottom: chainBottom
2204 Freeciv*worklistdialog.*.buttoncancel.left: chainLeft
2205 Freeciv*worklistdialog.*.buttoncancel.right: chainLeft
2207 Freeciv*worklistdialog.*.buttonok.label: _(" Ok ")
2208 Freeciv*worklistdialog.*.buttonok.top: chainBottom
2209 Freeciv*worklistdialog.*.buttonok.bottom: chainBottom
2210 Freeciv*worklistdialog.*.buttonok.left: chainLeft
2211 Freeciv*worklistdialog.*.buttonok.right: chainLeft
2213 Freeciv*worklistdialog.*.buttonworklisthelp.label: _("Help")
2214 Freeciv*worklistdialog.*.buttonworklisthelp.top: chainBottom
2215 Freeciv*worklistdialog.*.buttonworklisthelp.bottom: chainBottom
2216 Freeciv*worklistdialog.*.buttonworklisthelp.left: chainLeft
2217 Freeciv*worklistdialog.*.buttonworklisthelp.right: chainLeft
2219 Freeciv*worklistdialog.*.buttonavailhelp.label: _("Help")
2220 Freeciv*worklistdialog.*.buttonavailhelp.top: chainBottom
2221 Freeciv*worklistdialog.*.buttonavailhelp.bottom: chainBottom
2222 Freeciv*worklistdialog.*.buttonavailhelp.left: chainLeft
2223 Freeciv*worklistdialog.*.buttonavailhelp.right: chainLeft
2225 Freeciv*worklistdialog.*.showadvancedlabel.label: _("Show future targets:")
2226 Freeciv*worklistdialog.*.showadvancedlabel.background: gray84
2227 Freeciv*worklistdialog.*.showadvancedlabel.borderWidth: 0
2228 Freeciv*worklistdialog.*.showadvancedlabel.top: chainBottom
2229 Freeciv*worklistdialog.*.showadvancedlabel.bottom: chainBottom
2230 Freeciv*worklistdialog.*.showadvancedlabel.left: chainLeft
2231 Freeciv*worklistdialog.*.showadvancedlabel.right: chainLeft
2233 Freeciv*worklistdialog.*.buttonshowadvanced.label: _("Yes")
2234 Freeciv*worklistdialog.*.buttonshowadvanced.foreground: Black
2235 Freeciv*worklistdialog.*.buttonshowadvanced.background: gray84
2236 Freeciv*worklistdialog.*.buttonshowadvanced.shapeStyle: oval
2237 Freeciv*worklistdialog.*.buttonshowadvanced.top: chainBottom
2238 Freeciv*worklistdialog.*.buttonshowadvanced.bottom: chainBottom
2239 Freeciv*worklistdialog.*.buttonshowadvanced.left: chainLeft
2240 Freeciv*worklistdialog.*.buttonshowadvanced.right: chainLeft
2243 ! city buy production dialog
2245 Freeciv*buydialog.title: _("Buy It!")
2246 Freeciv*buydialog.*.dlabel.borderWidth: 0
2247 Freeciv*buydialog.*.button0.label: _("Yes")
2248 Freeciv*buydialog.*.button0.fromVert: dlabel
2249 Freeciv*buydialog.*.button1.label: _("No")
2250 Freeciv*buydialog.*.button1.fromVert: dlabel
2251 Freeciv*buydialog.*.button1.fromHoriz: button0
2256 Freeciv*citytradedialog.title: _("Trade Routes")
2257 Freeciv*citytradedialog.*.dlabel.borderWidth: 0
2258 Freeciv*citytradedialog.*.button0.label: Done
2259 Freeciv*citytradedialog.*.button0.fromVert: dlabel
2264 Freeciv*selldialog.title: _("Sell It!")
2265 Freeciv*selldialog.*.dlabel.borderWidth: 0
2266 Freeciv*selldialog.*.button0.label: _("Yes")
2267 Freeciv*selldialog.*.button0.fromVert: dlabel
2268 Freeciv*selldialog.*.button1.label: _("No")
2269 Freeciv*selldialog.*.button1.fromVert: dlabel
2270 Freeciv*selldialog.*.button1.fromHoriz: button0
2275 Freeciv*buynodialog.title: _("Buy It!")
2276 Freeciv*buynodialog.*.dlabel.borderWidth: 0
2277 Freeciv*buynodialog.*.button0.label: _("Darn")
2278 Freeciv*buynodialog.*.button0.fromVert: dlabel
2284 ! /* TRANS: Title for caravan popup */
2285 Freeciv*caravandialog.title: _("Your Unit Has Arrived")
2286 Freeciv*caravandialog.*.dlabel.borderWidth: 0
2287 Freeciv*caravandialog.*.button0.label: _("Establish trade route")
2288 Freeciv*caravandialog.*.button0.fromVert: dlabel
2289 Freeciv*caravandialog.*.button1.label: _("Help build Wonder")
2290 Freeciv*caravandialog.*.button1.fromVert: dlabel
2291 Freeciv*caravandialog.*.button1.fromHoriz: button0
2292 Freeciv*caravandialog.*.button2.label: _("Keep moving")
2293 Freeciv*caravandialog.*.button2.fromVert: dlabel
2294 Freeciv*caravandialog.*.button2.fromHoriz: button1
2299 Freeciv*diplomatdialog.title: _("Choose Your Covert Strategy")
2300 Freeciv*diplomatdialog.dform.*.justify: Center
2301 Freeciv*diplomatdialog.dform.*.width: 160
2302 Freeciv*diplomatdialog.dform.dlabel.width: 320
2303 Freeciv*diplomatdialog.*.dlabel.borderWidth: 0
2304 Freeciv*diplomatdialog.*.button0.label: _("Establish Embassy")
2305 Freeciv*diplomatdialog.*.button0.fromVert: dlabel
2306 Freeciv*diplomatdialog.*.button1.label: _("Investigate City")
2307 Freeciv*diplomatdialog.*.button1.fromVert: dlabel
2308 Freeciv*diplomatdialog.*.button1.fromHoriz: button0
2309 Freeciv*diplomatdialog.*.button2.label: _("Sabotage City")
2310 Freeciv*diplomatdialog.*.button2.fromVert: button0
2311 Freeciv*diplomatdialog.*.button3.label: _("Steal Technology")
2312 Freeciv*diplomatdialog.*.button3.fromVert: button1
2313 Freeciv*diplomatdialog.*.button3.fromHoriz: button2
2314 Freeciv*diplomatdialog.*.button4.label: _("Incite a Revolt")
2315 Freeciv*diplomatdialog.*.button4.fromVert: button2
2316 Freeciv*diplomatdialog.*.button5.label: _("Keep moving")
2317 Freeciv*diplomatdialog.*.button5.fromVert: button3
2318 Freeciv*diplomatdialog.*.button5.fromHoriz: button4
2319 Freeciv*diplomatdialog.*.button6.label: _("Cancel")
2320 Freeciv*diplomatdialog.*.button6.fromVert: button4
2325 Freeciv*spydialog.title: _("Choose Your Covert Strategy")
2326 Freeciv*spydialog.dform.*.justify: Center
2327 Freeciv*spydialog.dform.*.width: 170
2328 Freeciv*spydialog.dform.dlabel.width: 340
2329 Freeciv*spydialog.dform.dlabel.borderWidth: 0
2330 Freeciv*spydialog.*.button0.label: _("Establish Embassy")
2331 Freeciv*spydialog.*.button0.fromVert: dlabel
2333 Freeciv*spydialog.*.button1.label: _("Investigate City (free)")
2334 Freeciv*spydialog.*.button1.fromVert: dlabel
2335 Freeciv*spydialog.*.button1.fromHoriz: button0
2337 Freeciv*spydialog.*.button2.label: _("Poison City")
2338 Freeciv*spydialog.*.button2.fromVert: button0
2340 Freeciv*spydialog.*.button3.label: _("Industrial Sabotage")
2341 Freeciv*spydialog.*.button3.fromVert: button1
2342 Freeciv*spydialog.*.button3.fromHoriz: button2
2344 Freeciv*spydialog.*.button4.label: _("Steal Technology")
2345 Freeciv*spydialog.*.button4.fromVert: button2
2347 Freeciv*spydialog.*.button5.label: _("Incite a Revolt")
2348 Freeciv*spydialog.*.button5.fromVert: button3
2349 Freeciv*spydialog.*.button5.fromHoriz: button4
2351 Freeciv*spydialog.*.button6.label: _("Keep moving")
2352 Freeciv*spydialog.*.button6.fromVert: button4
2354 Freeciv*spydialog.*.button7.label: _("Cancel")
2355 Freeciv*spydialog.*.button7.fromVert: button5
2356 Freeciv*spydialog.*.button7.fromHoriz: button6
2359 ! Spy Steal Tech Dialog
2361 Freeciv*spystealtechpopup.title: _("Steal Technology")
2362 Freeciv*spystealtechpopup.allowShellResize: True
2363 Freeciv*spystealtechform.resizable: true
2364 Freeciv*spystealtechform.top: chainTop
2365 Freeciv*spystealtechform.bottom: chainBottom
2366 Freeciv*spystealtechform.left: chainLeft
2367 Freeciv*spystealtechform.right: chainRight
2368 Freeciv*spystealtechlistlabel.resizable: true
2369 Freeciv*spystealtechlistlabel.justify: left
2370 Freeciv*spystealtechlistlabel.borderWidth: 1
2371 Freeciv*spystealtechlistlabel.top: chainTop
2372 Freeciv*spystealtechlistlabel.bottom: chainTop
2373 Freeciv*spystealtechlistlabel.left: chainLeft
2374 Freeciv*spystealtechlistlabel.right: chainRight
2375 Freeciv*spystealtechlistlabel.background: gray84
2376 Freeciv*spystealtechlistlabel.label: _("Select Advance to Steal")
2377 Freeciv*spystealtechlist.fromVert: spystealtechlistlabel
2378 Freeciv*spystealtechlist.forceColumns: true
2379 Freeciv*spystealtechlist.defaultColumns: 1
2380 Freeciv*spystealtechlist.verticalList: true
2381 Freeciv*spystealtechlist.resizable: true
2382 Freeciv*spystealtechlist.top: chainTop
2383 Freeciv*spystealtechlist.bottom: chainBottom
2384 Freeciv*spystealtechlist.left: chainLeft
2385 Freeciv*spystealtechlist.right: chainRight
2386 Freeciv*spystealtechclosecommand.label: _("Close")
2387 Freeciv*spystealtechclosecommand.fromVert: spystealtechlist
2388 Freeciv*spystealtechclosecommand.top: chainBottom
2389 Freeciv*spystealtechclosecommand.bottom: chainBottom
2390 Freeciv*spystealtechclosecommand.left: chainLeft
2391 Freeciv*spystealtechclosecommand.right: chainLeft
2392 Freeciv*spystealtechcommand.label: _("Steal")
2393 Freeciv*spystealtechcommand.fromVert: spystealtechlist
2394 Freeciv*spystealtechcommand.fromHoriz: spystealtechclosecommand
2395 Freeciv*spystealtechcommand.top: chainBottom
2396 Freeciv*spystealtechcommand.bottom: chainBottom
2397 Freeciv*spystealtechcommand.left: chainLeft
2398 Freeciv*spystealtechcommand.right: chainLeft
2401 ! Spy Sabotage Dialog
2403 Freeciv*spysabotageimprovementspopup.title: _("Sabotage Improvements")
2404 Freeciv*spysabotageimprovementspopup.allowShellResize: True
2405 Freeciv*spysabotageimprovementsform.resizable: true
2406 Freeciv*spysabotageimprovementsform.top: chainTop
2407 Freeciv*spysabotageimprovementsform.bottom: chainBottom
2408 Freeciv*spysabotageimprovementsform.left: chainLeft
2409 Freeciv*spysabotageimprovementsform.right: chainRight
2410 Freeciv*spysabotageimprovementslistlabel.resizable: true
2411 Freeciv*spysabotageimprovementslistlabel.justify: left
2412 Freeciv*spysabotageimprovementslistlabel.borderWidth: 1
2413 Freeciv*spysabotageimprovementslistlabel.top: chainTop
2414 Freeciv*spysabotageimprovementslistlabel.bottom: chainTop
2415 Freeciv*spysabotageimprovementslistlabel.left: chainLeft
2416 Freeciv*spysabotageimprovementslistlabel.right: chainRight
2417 Freeciv*spysabotageimprovementslistlabel.background: gray84
2418 Freeciv*spysabotageimprovementslistlabel.label: _("Select Improvement to Sabotage")
2419 Freeciv*spysabotageimprovementslist.fromVert: spysabotageimprovementslistlabel
2420 Freeciv*spysabotageimprovementslist.forceColumns: true
2421 Freeciv*spysabotageimprovementslist.defaultColumns: 1
2422 Freeciv*spysabotageimprovementslist.verticalList: true
2423 Freeciv*spysabotageimprovementslist.resizable: true
2424 Freeciv*spysabotageimprovementslist.top: chainTop
2425 Freeciv*spysabotageimprovementslist.bottom: chainBottom
2426 Freeciv*spysabotageimprovementslist.left: chainLeft
2427 Freeciv*spysabotageimprovementslist.right: chainRight
2428 Freeciv*spysabotageimprovementsclosecommand.label: _("Close")
2429 Freeciv*spysabotageimprovementsclosecommand.fromVert: spysabotageimprovementslist
2430 Freeciv*spysabotageimprovementsclosecommand.top: chainBottom
2431 Freeciv*spysabotageimprovementsclosecommand.bottom: chainBottom
2432 Freeciv*spysabotageimprovementsclosecommand.left: chainLeft
2433 Freeciv*spysabotageimprovementsclosecommand.right: chainLeft
2434 Freeciv*spysabotageimprovementscommand.label: _("Sabotage")
2435 Freeciv*spysabotageimprovementscommand.fromVert: spysabotageimprovementslist
2436 Freeciv*spysabotageimprovementscommand.fromHoriz: spysabotageimprovementsclosecommand
2437 Freeciv*spysabotageimprovementscommand.top: chainBottom
2438 Freeciv*spysabotageimprovementscommand.bottom: chainBottom
2439 Freeciv*spysabotageimprovementscommand.left: chainLeft
2440 Freeciv*spysabotageimprovementscommand.right: chainLeft
2443 ! diplomat bribe dialog
2445 Freeciv*diplomatbribedialog.title: _("Bribe Enemy Unit")
2446 Freeciv*diplomatbribedialog.*.dlabel.borderWidth: 0
2447 Freeciv*diplomatbribedialog.*.button0.label: _("Yes")
2448 Freeciv*diplomatbribedialog.*.button0.fromVert: dlabel
2449 Freeciv*diplomatbribedialog.*.button1.label: _("No")
2450 Freeciv*diplomatbribedialog.*.button1.fromVert: dlabel
2451 Freeciv*diplomatbribedialog.*.button1.fromHoriz: button0
2456 Freeciv*spybribedialog.title: _("Subvert Enemy Unit")
2457 Freeciv*spybribedialog.*.dlabel.borderWidth: 0
2458 Freeciv*spybribedialog.*.button0.label: _("Bribe Enemy Unit")
2459 Freeciv*spybribedialog.*.button0.fromVert: dlabel
2460 Freeciv*spybribedialog.*.button1.label: _("Sabotage Enemy Unit")
2461 Freeciv*spybribedialog.*.button1.fromVert: dlabel
2462 Freeciv*spybribedialog.*.button1.fromHoriz: button0
2463 Freeciv*spybribedialog.*.button2.label: _("Cancel")
2464 Freeciv*spybribedialog.*.button2.fromVert: button0
2467 ! diplomat revolt dialog
2469 Freeciv*diplomatrevoltdialog.title: _("Incite a Revolt!")
2470 Freeciv*diplomatrevoltdialog.*.dlabel.borderWidth: 0
2471 Freeciv*diplomatrevoltdialog.*.button0.label: _("Yes")
2472 Freeciv*diplomatrevoltdialog.*.button0.fromVert: dlabel
2473 Freeciv*diplomatrevoltdialog.*.button1.label: _("No")
2474 Freeciv*diplomatrevoltdialog.*.button1.fromVert: dlabel
2475 Freeciv*diplomatrevoltdialog.*.button1.fromHoriz: button0
2478 ! diplomat no gold bribe dialog
2480 Freeciv*diplomatnogolddialog.title: _("Traitors Demand Too Much!")
2481 Freeciv*diplomatnogolddialog.*.dlabel.borderWidth: 0
2482 Freeciv*diplomatnogolddialog.*.button0.label: _("Darn")
2483 Freeciv*diplomatnogolddialog.*.button0.fromVert: dlabel
2488 Freeciv*revolutiondialog.title: _("Revolution!")
2489 Freeciv*revolutiondialog.*.dlabel.borderWidth: 0
2490 Freeciv*revolutiondialog.*.button0.label: _("Yes")
2491 Freeciv*revolutiondialog.*.button0.fromVert: dlabel
2492 Freeciv*revolutiondialog.*.button1.label: _("No")
2493 Freeciv*revolutiondialog.*.button1.fromVert: dlabel
2494 Freeciv*revolutiondialog.*.button1.fromHoriz: button0
2499 Freeciv*upgradedialog.title: _("Upgrade Obsolete Units")
2500 Freeciv*upgradedialog.*.dlabel.borderWidth: 0
2501 Freeciv*upgradedialog.*.button0.label: _("Yes")
2502 Freeciv*upgradedialog.*.button0.fromVert: dlabel
2503 Freeciv*upgradedialog.*.button1.label: _("No")
2504 Freeciv*upgradedialog.*.button1.fromVert: dlabel
2505 Freeciv*upgradedialog.*.button1.fromHoriz: button0
2508 ! upgrade unit dialog
2510 Freeciv*upgradenodialog.title: _("Upgrade Unit!")
2511 Freeciv*upgradenodialog.*.dlabel.borderWidth: 0
2512 Freeciv*upgradenodialog.*.button0.label: _("Darn")
2513 Freeciv*upgradenodialog.*.button0.fromVert: dlabel
2516 ! disband unit dialog
2518 Freeciv*disbanddialog.title: _("Disband Units")
2519 Freeciv*disbanddialog.*.dlabel.borderWidth: 0
2520 Freeciv*disbanddialog.*.button0.label: _("Yes")
2521 Freeciv*disbanddialog.*.button0.fromVert: dlabel
2522 Freeciv*disbanddialog.*.button1.label: _("No")
2523 Freeciv*disbanddialog.*.button1.fromVert: dlabel
2524 Freeciv*disbanddialog.*.button1.fromHoriz: button0
2527 ! failed disband unit dialog
2529 Freeciv*disbandnodialog.title: _("Disband Units")
2530 Freeciv*disbandnodialog.*.dlabel.borderWidth: 0
2531 Freeciv*disbandnodialog.*.button0.label: _("Darn")
2532 Freeciv*disbandnodialog.*.button0.fromVert: dlabel
2537 Freeciv*governmentdialog.title: _("Your New Government")
2538 Freeciv*governmentdialog.*.dlabel.borderWidth: 0
2539 Freeciv*governmentdialog.*.dlabel.label: _("Select government type:")
2540 Freeciv*governmentdialog.*.button.width: 200
2545 Freeciv*pillagedialog.title: _("What To Pillage")
2546 Freeciv*pillagedialog.*.dlabel.borderWidth: 0
2547 Freeciv*pillagedialog.*.dlabel.label: _("Select what to pillage:")
2548 Freeciv*pillagedialog.*.button.width: 200
2549 Freeciv*pillagedialog.*.closebutton.width: 200
2550 Freeciv*pillagedialog.*.closebutton.label: _("Cancel")
2553 ! unit connect dialog
2555 Freeciv*unitconnectdialog.title: _("Connect")
2556 Freeciv*unitconnectdialog.*.dlabel.borderWidth: 0
2557 Freeciv*unitconnectdialog.*.dlabel.label: _("Choose unit activity:")
2558 Freeciv*unitconnectdialog.*.button.width: 200
2559 Freeciv*unitconnectdialog.*.closebutton.width: 200
2560 Freeciv*unitconnectdialog.*.closebutton.label: _("Cancel")
2565 Freeciv*leftcolumnform.borderWidth: 1
2566 Freeciv*leftcolumnform.top: chainTop
2567 Freeciv*leftcolumnform.bottom: chainBottom
2568 Freeciv*leftcolumnform.left: chainLeft
2569 Freeciv*leftcolumnform.right: chainLeft
2570 Freeciv*leftcolumnform.resizable: True
2571 Freeciv*leftcolumnform.vertDistance: 0
2573 Freeciv*overviewcanvas.width: 160
2574 Freeciv*overviewcanvas.height: 100
2575 Freeciv*overviewcanvas.top: chainTop
2576 Freeciv*overviewcanvas.bottom: chainTop
2577 Freeciv*overviewcanvas.left: chainLeft
2578 Freeciv*overviewcanvas.right: chainRight
2579 Freeciv*overviewcanvas.resizable: True
2581 Freeciv*infocommand.label: \n\n\n\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
2582 Freeciv*infocommand.background: gray84
2583 Freeciv*infocommand.foreground: black
2584 Freeciv*infocommand.justify: left
2585 Freeciv*infocommand.top: chainTop
2586 Freeciv*infocommand.bottom: chainTop
2587 Freeciv*infocommand.left: chainLeft
2588 Freeciv*infocommand.right: chainRight
2590 Freeciv*infocommand.translations: #override \
2591 <Btn1Down>: btn-show-info-popup() \n\
2595 Freeciv*popupinfo.translations: #override \
2596 <Btn1Up>: MenuPopdown()
2598 Freeciv*econlabels.internalWidth: 0
2599 Freeciv*econlabels.internalHeight: 0
2600 Freeciv*econlabels.borderWidth: 0
2601 Freeciv*econlabels.shadowWidth: 0
2602 Freeciv*econlabels.fromVert: infocommand
2603 Freeciv*econlabels.background: gray84
2604 Freeciv*econlabels.top: chainTop
2605 Freeciv*econlabels.bottom: chainTop
2606 Freeciv*econlabels.left: chainLeft
2607 Freeciv*econlabels.right: chainLeft
2609 Freeciv*bulblabel.width: 15
2610 Freeciv*bulblabel.height: 20
2611 Freeciv*bulblabel.internalWidth: 0
2612 Freeciv*bulblabel.internalHeight: 0
2613 Freeciv*bulblabel.fromVert: econlabels
2614 Freeciv*bulblabel.top: chainTop
2615 Freeciv*bulblabel.bottom: chainTop
2616 Freeciv*bulblabel.left: chainLeft
2617 Freeciv*bulblabel.right: chainLeft
2619 Freeciv*sunlabel.width: 15
2620 Freeciv*sunlabel.height: 20
2621 Freeciv*sunlabel.internalWidth: 0
2622 Freeciv*sunlabel.internalHeight: 0
2623 Freeciv*sunlabel.fromVert: econlabels
2624 Freeciv*sunlabel.fromHoriz: bulblabel
2625 Freeciv*sunlabel.top: chainTop
2626 Freeciv*sunlabel.bottom: chainTop
2627 Freeciv*sunlabel.left: chainLeft
2628 Freeciv*sunlabel.right: chainLeft
2630 Freeciv*flakelabel.width: 15
2631 Freeciv*flakelabel.height: 20
2632 Freeciv*flakelabel.internalWidth: 0
2633 Freeciv*flakelabel.internalHeight: 0
2634 Freeciv*flakelabel.fromVert: econlabels
2635 Freeciv*flakelabel.fromHoriz: sunlabel
2636 Freeciv*flakelabel.top: chainTop
2637 Freeciv*flakelabel.bottom: chainTop
2638 Freeciv*flakelabel.left: chainLeft
2639 Freeciv*flakelabel.right: chainLeft
2641 Freeciv*governmentlabel.width: 15
2642 Freeciv*governmentlabel.height: 20
2643 Freeciv*governmentlabel.internalWidth: 0
2644 Freeciv*governmentlabel.internalHeight: 0
2645 Freeciv*governmentlabel.fromVert: econlabels
2646 Freeciv*governmentlabel.fromHoriz: flakelabel
2647 Freeciv*governmentlabel.top: chainTop
2648 Freeciv*governmentlabel.bottom: chainTop
2649 Freeciv*governmentlabel.left: chainLeft
2650 Freeciv*governmentlabel.right: chainLeft
2652 Freeciv*timeoutlabel.label: \ \ \ \ \ \ \ \ \ \ \
2653 Freeciv*timeoutlabel.fromVert: econlabels
2654 Freeciv*timeoutlabel.fromHoriz: governmentlabel
2655 Freeciv*timeoutlabel.top: chainTop
2656 Freeciv*timeoutlabel.bottom: chainTop
2657 Freeciv*timeoutlabel.left: chainLeft
2658 Freeciv*timeoutlabel.right: chainLeft
2659 Freeciv*timeoutlabel.borderWidth: 1
2660 Freeciv*timeoutlabel.internalWidth: 1
2661 Freeciv*timeoutlabel.background: gray84
2663 Freeciv*turndonebutton.label: _("Turn Done")
2664 Freeciv*turndonebutton.fromVert: bulblabel
2665 Freeciv*turndonebutton.top: chainTop
2666 Freeciv*turndonebutton.bottom: chainTop
2667 Freeciv*turndonebutton.left: chainLeft
2668 Freeciv*turndonebutton.right: chainRight
2670 Freeciv*unitinfolabel.label: \n\n\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
2671 Freeciv*unitinfolabel.justify: left
2672 Freeciv*unitinfolabel.fromVert: turndonebutton
2673 Freeciv*unitinfolabel.top: chainTop
2674 Freeciv*unitinfolabel.bottom: chainTop
2675 Freeciv*unitinfolabel.left: chainLeft
2676 Freeciv*unitinfolabel.right: chainRight
2678 Freeciv*unitpixcanvas.label:
2679 Freeciv*unitpixcanvas.background: gray84
2680 Freeciv*unitpixcanvas.borderWidth: 0
2681 Freeciv*unitpixcanvas.internalWidth: 0
2682 Freeciv*unitpixcanvas.internalHeight: 0
2683 Freeciv*unitpixcanvas.fromVert: unitinfolabel
2684 Freeciv*unitpixcanvas.top: chainTop
2685 Freeciv*unitpixcanvas.bottom: chainTop
2686 Freeciv*unitpixcanvas.left: chainLeft
2687 Freeciv*unitpixcanvas.right: chainRight
2689 Freeciv*unitbelowcanvas0.label:
2690 Freeciv*unitbelowcanvas0.internalWidth: 0
2691 Freeciv*unitbelowcanvas0.internalHeight: 0
2692 Freeciv*unitbelowcanvas0.fromVert: unitpixcanvas
2693 Freeciv*unitbelowcanvas0.borderWidth: 0
2694 Freeciv*unitbelowcanvas0.top: chainTop
2695 Freeciv*unitbelowcanvas0.bottom: chainTop
2696 Freeciv*unitbelowcanvas0.left: chainLeft
2697 Freeciv*unitbelowcanvas0.right: chainRight
2698 Freeciv*unitbelowcanvas0.background: gray84
2700 Freeciv*unitbelowcanvas1.label:
2701 Freeciv*unitbelowcanvas1.internalWidth: 0
2702 Freeciv*unitbelowcanvas1.internalHeight: 0
2703 Freeciv*unitbelowcanvas1.fromVert: unitpixcanvas
2704 Freeciv*unitbelowcanvas1.fromHoriz: unitbelowcanvas0
2705 Freeciv*unitbelowcanvas1.borderWidth: 0
2706 Freeciv*unitbelowcanvas1.top: chainTop
2707 Freeciv*unitbelowcanvas1.bottom: chainTop
2708 Freeciv*unitbelowcanvas1.left: chainLeft
2709 Freeciv*unitbelowcanvas1.right: chainRight
2710 Freeciv*unitbelowcanvas1.background: gray84
2712 Freeciv*unitbelowcanvas2.label:
2713 Freeciv*unitbelowcanvas2.internalWidth: 0
2714 Freeciv*unitbelowcanvas2.internalHeight: 0
2715 Freeciv*unitbelowcanvas2.fromVert: unitpixcanvas
2716 Freeciv*unitbelowcanvas2.fromHoriz: unitbelowcanvas1
2717 Freeciv*unitbelowcanvas2.borderWidth: 0
2718 Freeciv*unitbelowcanvas2.top: chainTop
2719 Freeciv*unitbelowcanvas2.bottom: chainTop
2720 Freeciv*unitbelowcanvas2.left: chainLeft
2721 Freeciv*unitbelowcanvas2.right: chainRight
2722 Freeciv*unitbelowcanvas2.background: gray84
2724 Freeciv*unitbelowcanvas3.label:
2725 Freeciv*unitbelowcanvas3.internalWidth: 0
2726 Freeciv*unitbelowcanvas3.internalHeight: 0
2727 Freeciv*unitbelowcanvas3.fromVert: unitpixcanvas
2728 Freeciv*unitbelowcanvas3.fromHoriz: unitbelowcanvas2
2729 Freeciv*unitbelowcanvas3.borderWidth: 0
2730 Freeciv*unitbelowcanvas3.top: chainTop
2731 Freeciv*unitbelowcanvas3.bottom: chainTop
2732 Freeciv*unitbelowcanvas3.left: chainLeft
2733 Freeciv*unitbelowcanvas3.right: chainRight
2734 Freeciv*unitbelowcanvas3.background: gray84
2736 Freeciv*morearrowlabel.label:
2737 Freeciv*morearrowlabel.width: 15
2738 Freeciv*morearrowlabel.height: 20
2739 Freeciv*morearrowlabel.borderWidth: 0
2740 Freeciv*morearrowlabel.internalWidth: 0
2741 Freeciv*morearrowlabel.internalHeight: 0
2742 Freeciv*morearrowlabel.fromVert: unitpixcanvas
2743 Freeciv*morearrowlabel.top: chainTop
2744 Freeciv*morearrowlabel.bottom: chainTop
2745 Freeciv*morearrowlabel.left: chainLeft
2746 Freeciv*morearrowlabel.right: chainLeft
2747 Freeciv*morearrowlabel.background: gray84
2752 Freeciv*mainform.borderWidth: 0
2753 Freeciv*mainform.top: chainTop
2754 Freeciv*mainform.bottom: chainBottom
2755 Freeciv*mainform.left: chainLeft
2756 Freeciv*mainform.right: chainRight
2757 Freeciv*mainform.resizable: True
2762 Freeciv*menuform.borderWidth: 0
2763 Freeciv*menuform.top: chainTop
2764 Freeciv*menuform.bottom: chainTop
2765 Freeciv*menuform.left: chainLeft
2766 Freeciv*menuform.right: chainRight
2767 Freeciv*menuform.resizable: true
2772 Freeciv*mainvpane.top: chainTop
2773 Freeciv*mainvpane.bottom: chainBottom
2774 Freeciv*mainvpane.left: chainLeft
2775 Freeciv*mainvpane.right: chainRight
2776 Freeciv*mainvpane.borderWidth: 0
2777 Freeciv*mainvpane.fromVert: menuform
2778 !*mainvpane.resizable: true
2783 Freeciv*belowmenuform.top: chainTop
2784 Freeciv*belowmenuform.bottom: chainBottom
2785 Freeciv*belowmenuform.left: chainLeft
2786 Freeciv*belowmenuform.right: chainRight
2787 Freeciv*belowmenuform.borderWidth: 0
2788 Freeciv*belowmenuform.fromVert: menuform
2789 Freeciv*belowmenuform.resizable: true
2794 Freeciv*mapform.borderWidth: 1
2795 Freeciv*mapform.top: chainTop
2796 Freeciv*mapform.bottom: chainBottom
2797 Freeciv*mapform.left: chainLeft
2798 Freeciv*mapform.right: chainRight
2799 Freeciv*mapform.fromHoriz: leftcolumnform
2800 Freeciv*mapform.resizable: True
2801 Freeciv*mapform.vertDistance: 0
2807 Freeciv*bottomform.borderWidth: 0
2808 Freeciv*bottomform.top: chainBottom
2809 Freeciv*bottomform.bottom: chainBottom
2810 Freeciv*bottomform.left: chainLeft
2811 Freeciv*bottomform.right: chainRight
2812 !Freeciv*bottomform.skipAdjust: True
2813 Freeciv*bottomform.fromVert: belowmenuform
2814 Freeciv*bottomform.resizable: True
2816 Freeciv*mapvertiscrbar.Height: 300
2817 Freeciv*mapvertiscrbar.left: chainLeft
2818 Freeciv*mapvertiscrbar.right: chainLeft
2819 Freeciv*mapvertiscrbar.top: chainTop
2820 Freeciv*mapvertiscrbar.bottom: chainBottom
2821 Freeciv*mapvertiscrbar.background: gray
2823 Freeciv*mapcanvas.Width: 510
2824 Freeciv*mapcanvas.Height: 300
2825 Freeciv*mapcanvas.fromHoriz: mapvertiscrbar
2826 Freeciv*mapcanvas.left: chainLeft
2827 Freeciv*mapcanvas.right: chainRight
2828 Freeciv*mapcanvas.top: chainTop
2829 Freeciv*mapcanvas.bottom: chainBottom
2831 Freeciv*maphorizscrbar.fromVert: mapcanvas
2832 Freeciv*maphorizscrbar.Width: 510
2833 Freeciv*maphorizscrbar.horizDistance: 25
2834 Freeciv*maphorizscrbar.left: chainLeft
2835 Freeciv*maphorizscrbar.right: chainRight
2836 Freeciv*maphorizscrbar.top: chainBottom
2837 Freeciv*maphorizscrbar.bottom: chainBottom
2838 Freeciv*maphorizscrbar.orientation: horizontal
2839 Freeciv*maphorizscrbar.background: gray
2841 Freeciv*outputwindowtext.Width: 710
2842 Freeciv*outputwindowtext.Height: 100
2843 Freeciv*outputwindowtext.vertDistance: 0
2844 Freeciv*outputwindowtext.left: chainLeft
2845 Freeciv*outputwindowtext.right: chainRight
2846 Freeciv*outputwindowtext.top: chainTop
2847 Freeciv*outputwindowtext.bottom: chainBottom
2848 Freeciv*outputwindowtext.displayCaret: false
2849 Freeciv*outputwindowtext.editType: read
2850 Freeciv*outputwindowtext.scrollVertical: Always
2851 Freeciv*outputwindowtext.*.background: white
2852 Freeciv*outputwindowtext.*.foreground: black
2853 Freeciv*outputwindowtext*wrap: word
2854 Freeciv*outputwindowtext*String: _("\
2855 Freeciv is free software and you are welcome to distribute copies of it\n\
2856 under certain conditions; See the \"Copying\" item on the Help menu.\n\
2857 Now ... Go give 'em hell!")
2859 Freeciv*inputlinetext.Width: 710
2860 Freeciv*inputlinetext.*.editType: edit
2861 Freeciv*inputlinetext.fromVert: outputwindowtext
2862 Freeciv*inputlinetext.left: chainLeft
2863 Freeciv*inputlinetext.right: chainRight
2864 Freeciv*inputlinetext.top: chainBottom
2865 Freeciv*inputlinetext.bottom: chainBottom
2866 Freeciv*inputlinetext.translations: #override \
2867 <Key>Return: key-chatline-send()
2874 Freeciv*mapcanvas.translations:\
2875 <MouseMoved>: mouse-moved() \n\
2876 Shift<BtnDown>: btn-adjust-workers() \n\
2877 <BtnDown>: btn-select-mapcanvas() \n\
2878 Shift Ctrl<Key>r: key-unit-connect-road() \n\
2879 Shift Ctrl<Key>l: key-unit-connect-rail() \n\
2880 Shift Ctrl<Key>i: key-unit-connect-irrigate() \n\
2881 Shift Ctrl<Key>1: key-unit-assign-battlegroup1() \n\
2882 Shift Ctrl<Key>2: key-unit-assign-battlegroup2() \n\
2883 Shift Ctrl<Key>3: key-unit-assign-battlegroup3() \n\
2884 Shift Ctrl<Key>4: key-unit-assign-battlegroup4() \n\
2885 Ctrl<Key>b: key-map-borders-toggle() \n\
2886 Shift Ctrl<Key>n: key-map-native-toggle() \n\
2887 Ctrl<Key>g: key-map-grid-toggle() \n\
2888 Ctrl<Key>n: key-city-names-toggle() \n\
2889 Ctrl<Key>p: key-city-productions-toggle() \n\
2890 Ctrl<Key>w: key-open-worklists() \n\
2891 Ctrl<Key>1: key-unit-select-battlegroup1() \n\
2892 Ctrl<Key>2: key-unit-select-battlegroup2() \n\
2893 Ctrl<Key>3: key-unit-select-battlegroup3() \n\
2894 Ctrl<Key>4: key-unit-select-battlegroup4() \n\
2895 Shift<Key>d: key-unit-disband() \n\
2896 Shift<Key>f: key-open-find-city() \n\
2897 Shift<Key>l: key-open-goto-airlift() \n\
2898 Shift<Key>n: key-unit-nuke() \n\
2899 Shift<Key>o: key-unit-convert() \n\
2900 Shift<Key>p: key-unit-pillage() \n\
2901 Shift<Key>r: key-open-revolution() \n\
2902 Shift<Key>t: key-open-rates() \n\
2903 Shift<Key>u: key-unit-unload-all() \n\
2904 Shift<Key>w: key-unit-wakeup-others() \n\
2905 Shift<Key>1: key-unit-add-to-battlegroup1() \n\
2906 Shift<Key>2: key-unit-add-to-battlegroup2() \n\
2907 Shift<Key>3: key-unit-add-to-battlegroup3() \n\
2908 Shift<Key>4: key-unit-add-to-battlegroup4() \n\
2909 Shift<Key>Return: key-end-turn() \n\
2910 Shift<Key>KP_Enter: key-end-turn() \n\
2911 <Key>a: key-unit-auto-attack-or-settle() \n\
2912 <Key>b: key-unit-build-city-or-wonder() \n\
2913 <Key>c: key-center-on-unit() \n\
2914 <Key>d: key-unit-diplomat-spy-action() \n\
2915 <Key>e: key-unit-airbase() \n\
2916 <Key>f: key-unit-fortify-or-fortress() \n\
2917 <Key>g: key-unit-goto() \n\
2918 <Key>h: key-unit-homecity() \n\
2919 <Key>i: key-unit-irrigate() \n\
2920 <Key>l: key-unit-load() \n\
2921 <Key>m: key-unit-mine() \n\
2922 <Key>n: key-unit-fallout() \n\
2923 <Key>o: key-unit-transform() \n\
2924 <Key>p: key-unit-paradrop-or-pollution() \n\
2925 <Key>q: key-unit-patrol() \n\
2926 <Key>r: key-unit-road-or-trade-route() \n\
2927 <Key>s: key-unit-sentry() \n\
2928 <Key>t: key-city-workers() \n\
2929 <Key>u: key-unit-unload() \n\
2930 <Key>w: key-unit-wait() \n\
2931 <Key>x: key-unit-auto-explore() \n\
2932 <Key>F1: key-open-city-report() \n\
2933 <Key>F2: key-open-units-report() \n\
2934 <Key>F3: key-open-players() \n\
2935 <Key>F5: key-open-economy-report() \n\
2936 <Key>F6: key-open-science-report() \n\
2937 <Key>F7: key-open-wonders() \n\
2938 <Key>F8: key-open-top-five() \n\
2939 <Key>F10: key-open-messages() \n\
2940 <Key>F11: key-open-demographics() \n\
2941 <Key>F12: key-open-spaceship() \n\
2942 <Key>KP_8: key-move-north() \n\
2943 <Key>Up: key-move-north() \n\
2944 <Key>8: key-move-north() \n\
2945 <Key>KP_9: key-move-north-east() \n\
2946 <Key>Prior: key-move-north-east() \n\
2947 <Key>9: key-move-north-east() \n\
2948 <Key>KP_6: key-move-east() \n\
2949 <Key>Right: key-move-east() \n\
2950 <Key>6: key-move-east() \n\
2951 <Key>KP_3: key-move-south-east() \n\
2952 <Key>Next: key-move-south-east() \n\
2953 <Key>3: key-move-south-east() \n\
2954 <Key>KP_2: key-move-south() \n\
2955 <Key>Down: key-move-south() \n\
2956 <Key>2: key-move-south() \n\
2957 <Key>KP_1: key-move-south-west() \n\
2958 <Key>End: key-move-south-west() \n\
2959 <Key>1: key-move-south-west() \n\
2960 <Key>KP_4: key-move-west() \n\
2961 <Key>Left: key-move-west() \n\
2962 <Key>4: key-move-west() \n\
2963 <Key>KP_7: key-move-north-west() \n\
2964 <Key>Home: key-move-north-west() \n\
2965 <Key>7: key-move-north-west() \n\
2966 <Key>KP_5: key-focus-to-next-unit() \n\
2967 <Key>Tab: key-focus-to-next-unit() \n\
2968 <Key>5: key-focus-to-next-unit() \n\
2969 <Key>space: key-unit-done() \n\
2970 <Key>Return: key-end-turn() \n\
2971 <Key>KP_Enter: key-end-turn() \n\
2972 <Key>Escape: key-cancel-action()
2974 Freeciv*overviewcanvas.translations:\
2975 <BtnDown>: btn-select-overviewcanvas() \n\
2976 Shift Ctrl<Key>i: key-unit-connect-irrigate() \n\
2977 Shift Ctrl<Key>l: key-unit-connect-rail() \n\
2978 Shift Ctrl<Key>r: key-unit-connect-road() \n\
2979 Ctrl<Key>g: key-map-grid-toggle() \n\
2980 Ctrl<Key>n: key-city-names-toggle() \n\
2981 Ctrl<Key>p: key-city-productions-toggle() \n\
2982 Ctrl<Key>w: key-open-worklists() \n\
2983 Shift<Key>d: key-unit-disband() \n\
2984 Shift<Key>f: key-open-find-city() \n\
2985 Shift<Key>l: key-open-goto-airlift() \n\
2986 Shift<Key>n: key-unit-nuke() \n\
2987 Shift<Key>o: key-unit-convert() \n\
2988 Shift<Key>p: key-unit-pillage() \n\
2989 Shift<Key>r: key-open-revolution() \n\
2990 Shift<Key>t: key-open-rates() \n\
2991 Shift<Key>u: key-unit-unload-all() \n\
2992 Shift<Key>w: key-unit-wakeup-others() \n\
2993 Shift<Key>Return: key-end-turn() \n\
2994 Shift<Key>KP_Enter: key-end-turn() \n\
2995 <Key>a: key-unit-auto-attack-or-settle() \n\
2996 <Key>b: key-unit-build-city-or-wonder() \n\
2997 <Key>c: key-center-on-unit() \n\
2998 <Key>d: key-unit-diplomat-spy-action() \n\
2999 <Key>e: key-unit-airbase() \n\
3000 <Key>f: key-unit-fortify-or-fortress() \n\
3001 <Key>g: key-unit-goto() \n\
3002 <Key>h: key-unit-homecity() \n\
3003 <Key>i: key-unit-irrigate() \n\
3004 <Key>l: key-unit-load() \n\
3005 <Key>m: key-unit-mine() \n\
3006 <Key>n: key-unit-fallout() \n\
3007 <Key>o: key-unit-transform() \n\
3008 <Key>p: key-unit-paradrop-or-pollution() \n\
3009 <Key>q: key-unit-patrol() \n\
3010 <Key>r: key-unit-road-or-trade-route() \n\
3011 <Key>s: key-unit-sentry() \n\
3012 <Key>t: key-city-workers() \n\
3013 <Key>u: key-unit-unload() \n\
3014 <Key>w: key-unit-wait() \n\
3015 <Key>x: key-unit-auto-explore() \n\
3016 <Key>F1: key-open-city-report() \n\
3017 <Key>F2: key-open-units-report() \n\
3018 <Key>F3: key-open-players() \n\
3019 <Key>F5: key-open-economy-report() \n\
3020 <Key>F6: key-open-science-report() \n\
3021 <Key>F7: key-open-wonders() \n\
3022 <Key>F8: key-open-top-five() \n\
3023 <Key>F10: key-open-messages() \n\
3024 <Key>F11: key-open-demographics() \n\
3025 <Key>F12: key-open-spaceship() \n\
3026 <Key>KP_8: key-move-north() \n\
3027 <Key>Up: key-move-north() \n\
3028 <Key>8: key-move-north() \n\
3029 <Key>KP_9: key-move-north-east() \n\
3030 <Key>Prior: key-move-north-east() \n\
3031 <Key>9: key-move-north-east() \n\
3032 <Key>KP_6: key-move-east() \n\
3033 <Key>Right: key-move-east() \n\
3034 <Key>6: key-move-east() \n\
3035 <Key>KP_3: key-move-south-east() \n\
3036 <Key>Next: key-move-south-east() \n\
3037 <Key>3: key-move-south-east() \n\
3038 <Key>KP_2: key-move-south() \n\
3039 <Key>Down: key-move-south() \n\
3040 <Key>2: key-move-south() \n\
3041 <Key>KP_1: key-move-south-west() \n\
3042 <Key>End: key-move-south-west() \n\
3043 <Key>1: key-move-south-west() \n\
3044 <Key>KP_4: key-move-west() \n\
3045 <Key>Left: key-move-west() \n\
3046 <Key>4: key-move-west() \n\
3047 <Key>KP_7: key-move-north-west() \n\
3048 <Key>Home: key-move-north-west() \n\
3049 <Key>7: key-move-north-west() \n\
3050 <Key>KP_5: key-focus-to-next-unit() \n\
3051 <Key>Tab: key-focus-to-next-unit() \n\
3052 <Key>5: key-focus-to-next-unit() \n\
3053 <Key>space: key-unit-done() \n\
3054 <Key>Return: key-end-turn() \n\
3055 <Key>KP_Enter: key-end-turn() \n\
3056 <Key>Escape: key-cancel-action()
3062 Freeciv*citymainform.*.top: chainTop
3063 Freeciv*citymainform.*.bottom: chainTop
3064 Freeciv*citymainform.*.left: chainLeft
3065 Freeciv*citymainform.*.right: chainLeft
3066 Freeciv*citymainform.resizable: True
3067 Freeciv*citymainform.background: gray84
3069 Freeciv*citynamelabel.borderWidth: 0
3070 Freeciv*citynamelabel.justify: left
3071 Freeciv*citynamelabel.horizDistance: 0
3072 Freeciv*citynamelabel.internalWidth: 0
3073 Freeciv*citynamelabel.resizable: True
3074 Freeciv*citynamelabel.background: gray84
3076 Freeciv*citizenlabels.internalHeight: 0
3077 Freeciv*citizenlabels.internalWidth: 0
3078 Freeciv*citizenlabels.horizDistance: 0
3079 Freeciv*citizenlabels.borderWidth: 0
3080 Freeciv*citizenlabels.shadowWidth: 0
3081 Freeciv*citizenlabels.background: gray84
3082 ! this is needed to blank the label.
3083 Freeciv*citizenlabels.label:
3085 Freeciv*citysubform.borderWidth: 0
3086 Freeciv*citysubform.horizDistance: 0
3087 Freeciv*citysubform.background: gray84
3089 Freeciv*cityleftform.borderWidth: 0
3090 Freeciv*cityleftform.horizDistance: 0
3091 Freeciv*cityleftform.background: gray84
3093 Freeciv*cityprodlabel.vertDistance: 0
3095 Freeciv*cityimprovview.allowVert: True
3097 Freeciv*cityimprovlist.background: white
3099 Freeciv*citysellcommand.label: _(" Sell ")
3101 Freeciv*cityclosecommand.label: _("Close")
3102 Freeciv*cityclosecommand.translations: #override \n\
3103 <Key>Return: key-dialog-city-close() \n\
3104 <Key>Escape: key-dialog-city-close()
3106 Freeciv*cityrenamecommand.label: _("Rename...")
3108 Freeciv*citytradecommand.label: _("Trade")
3110 Freeciv*cityactivatecommand.label: _("Activate Units")
3112 Freeciv*cityshowunitscommand.label: _("Unit List...")
3114 Freeciv*cityoptionscommand.label: _("City Options...")
3116 Freeciv*citybuycommand.label: _(" Buy ")
3118 Freeciv*citychangecommand.label: _("Change...")
3120 Freeciv*cityworklistcommand.label: _("Worklist...")
3122 Freeciv*supportunitlabel.label: _("Supported units:")
3123 Freeciv*supportunitlabel.internalWidth: 0
3124 Freeciv*supportunitlabel.borderWidth: 0
3125 Freeciv*supportunitlabel.background: gray84
3127 Freeciv*supportunitcanvas.label:
3128 Freeciv*supportunitcanvas.borderWidth: 0
3129 Freeciv*supportunitcanvas.internalWidth: 0
3130 Freeciv*supportunitcanvas.internalHeight: 0
3131 Freeciv*supportunitcanvas.translations: #override \n\
3132 <Btn2Down>: set() \n\
3133 <Btn2Up>: notify() unset() \n\
3134 <Btn3Down>: set() \n\
3135 <Btn3Up>: notify() unset()
3137 Freeciv*supportunitnextcommand.label: >
3138 Freeciv*supportunitnextcommand.foreground: black
3139 Freeciv*supportunitnextcommand.background: gray
3141 Freeciv*supportunitprevcommand.label: <
3142 Freeciv*supportunitprevcommand.foreground: black
3143 Freeciv*supportunitprevcommand.background: gray
3145 Freeciv*presentunitlabel.label: _("Units present:")
3146 Freeciv*presentunitlabel.internalWidth: 0
3147 Freeciv*presentunitlabel.borderWidth: 0
3148 Freeciv*presentunitlabel.background: gray84
3150 Freeciv*presentunitcanvas.label:
3151 Freeciv*presentunitcanvas.borderWidth: 0
3152 Freeciv*presentunitcanvas.internalWidth: 0
3153 Freeciv*presentunitcanvas.internalHeight: 0
3154 Freeciv*presentunitcanvas.translations: #override \n\
3155 <Btn2Down>: set() \n\
3156 <Btn2Up>: notify() unset() \n\
3157 <Btn3Down>: set() \n\
3158 <Btn3Up>: notify() unset()
3160 Freeciv*presentunitnextcommand.label: >
3161 Freeciv*presentunitnextcommand.foreground: black
3162 Freeciv*presentunitnextcommand.background: gray
3164 Freeciv*presentunitprevcommand.label: <
3165 Freeciv*presentunitprevcommand.foreground: black
3166 Freeciv*presentunitprevcommand.background: gray
3168 Freeciv*citymapcanvas.horizDistance: 0
3169 Freeciv*citymapcanvas.translations: \
3170 <BtnDown>: btn-select-citymap()
3174 ! the race selection dialog
3176 Freeciv*racespopup.title: _("What Nation Will You Be?")
3178 Freeciv*racespopup*translations: #override \
3179 <Key>Return: key-dialog-races-ok()
3181 Freeciv*racesform.background: gray84
3183 Freeciv*raceslabel.label: _("Select nation and name:")
3184 Freeciv*raceslabel.borderWidth: 0
3185 Freeciv*raceslabel.background: gray84
3187 Freeciv*racestogglesviewport.height: 412
3188 Freeciv*racestogglesviewport.useRight: True
3189 Freeciv*racestogglesviewport.allowVert: True
3191 Freeciv*racestogglesform.borderWidth: 1
3192 Freeciv*racestogglesform.background: gray84
3193 Freeciv*racestogglesform*background: gray
3194 Freeciv*racestogglesform*foreground: black
3196 Freeciv*racesleaderform.borderWidth: 0
3198 Freeciv*racesleaderpickmenubutton.label: _("Pick Name")
3199 Freeciv*racesleaderpickmenubutton.background: gray
3200 Freeciv*racesleaderpickmenubutton.foreground: black
3202 Freeciv*racessexlabel.label: _("Select your sex:")
3203 Freeciv*racessexlabel.borderWidth: 0
3204 Freeciv*racessexlabel.background: gray84
3206 Freeciv*racessextoggle0.label: _("Male ")
3207 Freeciv*racessextoggle1.label: _("Female")
3209 Freeciv*racessexform.background: gray84
3210 Freeciv*racessexform*background: gray
3211 Freeciv*racessexform*foreground: black
3213 Freeciv*racesstylelabel.label: _("Select city style:")
3214 Freeciv*racesstylelabel.borderWidth: 0
3215 Freeciv*racesstylelabel.background: gray84
3217 Freeciv*racesstyleform.borderWidth: 1
3218 Freeciv*racesstyleform.background: gray84
3219 Freeciv*racesstyleform*background: gray
3220 Freeciv*racesstyleform*foreground: black
3222 Freeciv*racesactionform.borderWidth: 0
3224 Freeciv*racesokcommand.label: _(" Ok ")
3226 Freeciv*racesdisconnectcommand.label: _("Disconnect")
3228 Freeciv*racesquitcommand.label: _("Quit")
3230 Freeciv*racespopup.racesform.racestogglesform.?.translations: #override\n\
3231 <Btn1Down>,<Btn1Up>: set() notify()
3233 Freeciv*racespopup.racesform.racessexform.?.translations: #override\n\
3234 <Btn1Down>,<Btn1Up>: set() notify()
3240 Freeciv*playerspopup.title: _("Nations")
3241 Freeciv*playerspopup.iconName: _("Nations")
3242 Freeciv*playerspopup.allowShellResize: True
3244 Freeciv*playersform.resizable: true
3245 Freeciv*playersform.top: chainTop
3246 Freeciv*playersform.bottom: chainBottom
3247 Freeciv*playersform.left: chainLeft
3248 Freeciv*playersform.right: chainRight
3250 Freeciv*playerslabel.resizable: true
3251 Freeciv*playerslabel.justify: left
3252 Freeciv*playerslabel.borderWidth: 1
3253 Freeciv*playerslabel.top: chainTop
3254 Freeciv*playerslabel.bottom: chainTop
3255 Freeciv*playerslabel.left: chainLeft
3256 Freeciv*playerslabel.right: chainRight
3257 Freeciv*playerslabel.label: _("\
3258 Name Nation Embassy Dipl.State Vision Reputation State Host")
3260 Freeciv*playerslist.fromVert: playerslabel
3261 Freeciv*playerslist.forceColumns: true
3262 Freeciv*playerslist.defaultColumns: 1
3263 Freeciv*playerslist.verticalList: true
3264 Freeciv*playerslist.resizable: true
3265 Freeciv*playerslist.top: chainTop
3266 Freeciv*playerslist.bottom: chainBottom
3267 Freeciv*playerslist.left: chainLeft
3268 Freeciv*playerslist.right: chainRight
3269 Freeciv*playerslist.background: white
3271 Freeciv*playersclosecommand.label: _("Close")
3272 Freeciv*playersclosecommand.fromVert: playerslist
3273 Freeciv*playersclosecommand.top: chainBottom
3274 Freeciv*playersclosecommand.bottom: chainBottom
3275 Freeciv*playersclosecommand.left: chainLeft
3276 Freeciv*playersclosecommand.right: chainLeft
3278 Freeciv*playersintcommand.label: _("Intelligence")
3279 Freeciv*playersintcommand.fromHoriz: playersclosecommand
3280 Freeciv*playersintcommand.fromVert: playerslist
3281 Freeciv*playersintcommand.top: chainBottom
3282 Freeciv*playersintcommand.bottom: chainBottom
3283 Freeciv*playersintcommand.left: chainLeft
3284 Freeciv*playersintcommand.right: chainLeft
3286 Freeciv*playersmeetcommand.label: _("Meet")
3287 Freeciv*playersmeetcommand.fromHoriz: playersintcommand
3288 Freeciv*playersmeetcommand.fromVert: playerslist
3289 Freeciv*playersmeetcommand.top: chainBottom
3290 Freeciv*playersmeetcommand.bottom: chainBottom
3291 Freeciv*playersmeetcommand.left: chainLeft
3292 Freeciv*playersmeetcommand.right: chainLeft
3294 Freeciv*playerswarcommand.label: _("Cancel pact")
3295 Freeciv*playerswarcommand.fromHoriz: playersmeetcommand
3296 Freeciv*playerswarcommand.fromVert: playerslist
3297 Freeciv*playerswarcommand.top: chainBottom
3298 Freeciv*playerswarcommand.bottom: chainBottom
3299 Freeciv*playerswarcommand.left: chainLeft
3300 Freeciv*playerswarcommand.right: chainRight
3302 Freeciv*playersvisioncommand.label: _("Withdraw vision")
3303 Freeciv*playersvisioncommand.fromHoriz: playerswarcommand
3304 Freeciv*playersvisioncommand.fromVert: playerslist
3305 Freeciv*playersvisioncommand.top: chainBottom
3306 Freeciv*playersvisioncommand.bottom: chainBottom
3307 Freeciv*playersvisioncommand.left: chainLeft
3308 Freeciv*playersvisioncommand.right: chainRight
3310 Freeciv*playerssshipcommand.label: _("Spaceship")
3311 Freeciv*playerssshipcommand.fromHoriz: playersvisioncommand
3312 Freeciv*playerssshipcommand.fromVert: playerslist
3313 Freeciv*playerssshipcommand.top: chainBottom
3314 Freeciv*playerssshipcommand.bottom: chainBottom
3315 Freeciv*playerssshipcommand.left: chainLeft
3316 Freeciv*playerssshipcommand.right: chainLeft
3321 Freeciv*meswinpopup.title: _("Messages")
3322 Freeciv*meswinpopup.iconName: _("Messages")
3323 Freeciv*meswinpopup.allowShellResize: True
3325 Freeciv*meswinform.resizable: true
3326 Freeciv*meswinform.top: chainTop
3327 Freeciv*meswinform.bottom: chainBottom
3328 Freeciv*meswinform.left: chainLeft
3329 Freeciv*meswinform.right: chainRight
3331 Freeciv*meswinlabel.label: _("Messages")
3332 Freeciv*meswinlabel.resizable: true
3333 Freeciv*meswinlabel.justify: center
3334 Freeciv*meswinlabel.borderWidth: 1
3335 Freeciv*meswinlabel.top: chainTop
3336 Freeciv*meswinlabel.bottom: chainTop
3337 Freeciv*meswinlabel.left: chainLeft
3338 Freeciv*meswinlabel.right: chainRight
3340 Freeciv*meswinviewport.resizable: True
3341 Freeciv*meswinviewport.allowVert: True
3342 Freeciv*meswinviewport.allowHoriz: False
3343 Freeciv*meswinviewport.forceBars: True
3344 Freeciv*meswinviewport.top: chainTop
3345 Freeciv*meswinviewport.bottom: chainBottom
3346 Freeciv*meswinviewport.left: chainLeft
3347 Freeciv*meswinviewport.right: chainRight
3348 Freeciv*meswinviewport.fromVert: meswinlabel
3350 Freeciv*meswinlist.forceColumns: true
3351 Freeciv*meswinlist.defaultColumns: 1
3352 Freeciv*meswinlist.verticalList: true
3353 Freeciv*meswinlist.background: white
3355 Freeciv*meswinclosecommand.label: _("Close")
3356 Freeciv*meswinclosecommand.fromVert: meswinviewport
3357 Freeciv*meswinclosecommand.top: chainBottom
3358 Freeciv*meswinclosecommand.bottom: chainBottom
3359 Freeciv*meswinclosecommand.left: chainLeft
3360 Freeciv*meswinclosecommand.right: chainLeft
3362 Freeciv*meswingotocommand.label: _("Goto location")
3363 Freeciv*meswingotocommand.fromHoriz: meswinclosecommand
3364 Freeciv*meswingotocommand.fromVert: meswinviewport
3365 Freeciv*meswingotocommand.top: chainBottom
3366 Freeciv*meswingotocommand.bottom: chainBottom
3367 Freeciv*meswingotocommand.left: chainLeft
3368 Freeciv*meswingotocommand.right: chainLeft
3370 Freeciv*meswinpopcitycommand.label: _("Popup City")
3371 Freeciv*meswinpopcitycommand.fromHoriz: meswingotocommand
3372 Freeciv*meswinpopcitycommand.fromVert: meswinviewport
3373 Freeciv*meswinpopcitycommand.top: chainBottom
3374 Freeciv*meswinpopcitycommand.bottom: chainBottom
3375 Freeciv*meswinpopcitycommand.left: chainLeft
3376 Freeciv*meswinpopcitycommand.right: chainLeft
3381 Freeciv*startpage.title: _("Pregame")
3382 Freeciv*startpage.iconName: _("Pregame")
3383 Freeciv*startpage.allowShellResize: True
3385 Freeciv*startpageform.resizable: true
3386 Freeciv*startpageform.top: chainTop
3387 Freeciv*startpageform.bottom: chainBottom
3388 Freeciv*startpageform.left: chainLeft
3389 Freeciv*startpageform.right: chainRight
3391 Freeciv*startpagelabel.resizable: true
3392 Freeciv*startpagelabel.justify: left
3393 Freeciv*startpagelabel.borderWidth: 1
3394 Freeciv*startpagelabel.top: chainTop
3395 Freeciv*startpagelabel.bottom: chainTop
3396 Freeciv*startpagelabel.left: chainLeft
3397 Freeciv*startpagelabel.right: chainRight
3398 Freeciv*startpagelabel.label: _("\
3399 Name Ready Leader Nation Team ")
3401 Freeciv*startpageviewport.resizable: true
3402 Freeciv*startpageviewport.allowVert: true
3403 Freeciv*startpageviewport.allowHoriz: false
3404 Freeciv*startpageviewport.forceBars: true
3405 Freeciv*startpageviewport.top: chainTop
3406 Freeciv*startpageviewport.bottom: chainBottom
3407 Freeciv*startpageviewport.left: chainLeft
3408 Freeciv*startpageviewport.right: chainRight
3409 Freeciv*startpageviewport.fromVert: startpagelabel
3411 Freeciv*startpageplayerslist.forceColumns: true
3412 Freeciv*startpageplayerslist.defaultColumns: 1
3413 Freeciv*startpageplayerslist.verticalList: true
3414 Freeciv*startpageplayerslist.resizable: true
3415 Freeciv*startpageplayerslist.top: chainTop
3416 Freeciv*startpageplayerslist.bottom: chainBottom
3417 Freeciv*startpageplayerslist.left: chainLeft
3418 Freeciv*startpageplayerslist.right: chainRight
3419 Freeciv*startpageplayerslist.background: white
3421 Freeciv*startpagecancelcommand.label: _("Cancel")
3422 Freeciv*startpagecancelcommand.fromVert: startpageviewport
3423 Freeciv*startpagecancelcommand.top: chainBottom
3424 Freeciv*startpagecancelcommand.bottom: chainBottom
3425 Freeciv*startpagecancelcommand.left: chainLeft
3426 Freeciv*startpagecancelcommand.right: chainLeft
3428 Freeciv*startpagenationcommand.label: _("Pick Nation")
3429 Freeciv*startpagenationcommand.fromHoriz: startpagecancelcommand
3430 Freeciv*startpagenationcommand.fromVert: startpageviewport
3431 Freeciv*startpagenationcommand.top: chainBottom
3432 Freeciv*startpagenationcommand.bottom: chainBottom
3433 Freeciv*startpagenationcommand.left: chainLeft
3434 Freeciv*startpagenationcommand.right: chainLeft
3436 Freeciv*startpagetakecommand.label: _("Take Player")
3437 Freeciv*startpagetakecommand.fromHoriz: startpagenationcommand
3438 Freeciv*startpagetakecommand.fromVert: startpageviewport
3439 Freeciv*startpagetakecommand.top: chainBottom
3440 Freeciv*startpagetakecommand.bottom: chainBottom
3441 Freeciv*startpagetakecommand.left: chainLeft
3442 Freeciv*startpagetakecommand.right: chainLeft
3444 Freeciv*startpagestartcommand.label: _("Start")
3445 Freeciv*startpagestartcommand.fromHoriz: startpagetakecommand
3446 Freeciv*startpagestartcommand.fromVert: startpageviewport
3447 Freeciv*startpagestartcommand.top: chainBottom
3448 Freeciv*startpagestartcommand.bottom: chainBottom
3449 Freeciv*startpagestartcommand.left: chainLeft
3450 Freeciv*startpagestartcommand.right: chainLeft
3453 ! Settable options dialog
3455 Freeciv*settableoptionspopup.title: _("Game Settings")
3457 Freeciv*settableoptionspopup*Label.background: gray84
3459 Freeciv*settableoptionspopup*Toggle.background: white
3460 Freeciv*settableoptionspopup*Toggle.shapeStyle: oval
3461 Freeciv*settableoptionspopup*Toggle.width: 50
3462 Freeciv*settableoptionspopup*Toggle.internalHeight: 0
3464 Freeciv*settableoptionslabel.label: _("Game Settings")
3465 Freeciv*settableoptionslabel.borderWidth: 0
3467 Freeciv*settableoptionsviewport.fromVert: settableoptionslabel
3468 Freeciv*settableoptionsviewport.height: 510
3469 Freeciv*settableoptionsviewport.useRight: True
3470 Freeciv*settableoptionsviewport.allowVert: True
3473 Freeciv*settableoptionspopup*label.label: XXXXXXXXXXXXXXXXXXXXXXXXXXX
3474 Freeciv*settableoptionspopup*label.borderWidth: 0
3476 Freeciv*settableoptionspopup*input.*.foreground: black
3477 Freeciv*settableoptionspopup*input.*.background: white
3478 Freeciv*settableoptionspopup*input.width: 120
3479 Freeciv*settableoptionspopup*input.*.editType: edit
3481 Freeciv*settableoptionspopup*rlabel.width: 120
3482 Freeciv*settableoptionspopup*rlabel.borderWidth: 1
3484 Freeciv*settableoptionsokcommand.label: _("Ok")
3485 Freeciv*settableoptionsokcommand.fromVert: settableoptionsviewport
3487 Freeciv*settableoptionscancelcommand.label: _("Cancel")
3488 Freeciv*settableoptionscancelcommand.fromHoriz: settableoptionsokcommand
3489 Freeciv*settableoptionscancelcommand.fromVert: settableoptionsviewport