aboutsummaryrefslogtreecommitdiff
path: root/nls/C/Translation.m
blob: 55a23badb2c585f1d7ff7f4f001f94b7a24308be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948

$set 0x1 #Align

0x1 BottomCenter
0x2 Bottom Left
0x3 Bottom Right
0x4 Horizontal
0x5 Left
0x6 Left Bottom
0x7 Left Center
0x8 Left Top
0x9 Relative
0xa Right
0xb Right Bottom
0xc Right Center
0xd Right Top
0xe Top Center
0xf Top Left
0x10 Top Right
0x11 Vertical

$set 0x2 #BaseDisplay

0x1 Aborting... dumping core\n
0x2 Shutting Down\n
0x3 %s:      signal %d caught\n

$set 0x3 #Common

0x1 Alpha
0x2 Auto hide
0x3 Compiled
0x4 Compiled options
0x5 Compiler
0x6 Compiler version
0x7 init
0x8 keys
0x9 menu
0xa style
0xb Defaults
0xc disabled
0xd Error
0xe Fluxbox version
0xf Maximize Over
0x10 Visible

$set 0x4 #Configmenu

0x1 AntiAlias
0x2 Auto Raise
0x3 Click Raises
0x4 Click to Focus
0x5 Decorate Transient Windows
0x6 Desktop MouseWheel Switching
0x7 Focus Window on Workspace Change
0x8 Focus Model
0x9 Focus New Windows
0xa Full Maximization
0xb Image Dithering
0xc Opaque Window Moving
0xd Semi Sloppy Focus
0xe Sloppy Focus
0xf Workspace Warping

$set 0x5 #Ewmh

0x1 Fatal: Out of memory, can't allocate for EWMH client list

$set 0x6 #FbTkError

0x1 Warning! Height > 3200 setting Height = 3200
0x2 Warning! Width > 3200 setting Width = 3200
0x3 Warning: can't load fallback font
0x4 Allocation error.
0x5 Error creating pixmap
0x6 Cant create XImage
0x7 Failed to read
0x8 Warning: Failed to find valid format for alpha.
0x9 Warning: Failed to create alpha picture.
0xa Warning: Failed to create alpha pixmap.
0xb Failed to find format for screen(%d)
0xc Out of memory
0xd Out of memory while allocating blue buffer.
0xe Out of memory while allocating green buffer.
0xf Out of memory while allocating red buffer.
0x10 Failed to read theme item
0x11 unsupported visual
0x12 Setting default value

$set 0x7 #Fluxbox

0x1 rc filename is invalid!
0x2 Failed to load groupfile
0x3 Failed to load database
0x4 Retrying with
0x5 Warning! Could not find screen to map window on!
0x6 Can't create %s directory
0x7 Couldn't find screens to manage.\nMake sure you don't have another window manager running.
0x8 Error parsing regular expression
0x9 Fatal! There can only one instance of fluxbox class.
0xa Can not connect to X server.\nMake sure you started X before you start Fluxbox.
0xb Warning: X server does not support locale
0xc Warning: cannot set locale modifiers

$set 0x8 #Gnome

0x1 Fatal: Out of memory, can't allocate for GNOME client list

$set 0x9 #Keys

0x1 Keys: Error on line
0x2 Keys: Failed to merge keytree!
0x3 Keys: Invalid key/modifier on line

$set 0xa #Menu

0x1 Configuration
0x2 Fluxbox default menu
0x3 Exit
0x4 Icons
0x5 Layer...
0x6 On Head...
0x7 Placement
0x8 Reload Config
0x9 Restart
0xa xterm

$set 0xb #Remember

0x1 Decorations
0x2 Dimensions
0x3 Jump to workspace
0x4 Layer
0x5 Remember...
0x6 Position
0x7 Save on close
0x8 Shaded
0x9 Sticky
0xa Unknown apps key
0xb Workspace

$set 0xc #Screen

0x1 BScreen::BScreen: an error occured while querying the X server.\n	another window manager already running on display
0x2 W: %4d x H: %4d
0x3 W: 0000 x H: 0000
0x4 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
0x5 X: %4d x Y: %4d
0x6 0: 0000 x 0: 0000

$set 0xd #Slit

0x1 Clients
0x2 Cycle Down
0x3 Cycle Up
0x4 Slit Direction
0x5 Slit Layer
0x6 Slit on Head
0x7 Slit Placement
0x8 Slit

$set 0xe #Toolbar

0x1 Edit current workspace name
0x2 Iconbar Mode
0x3 All Windows
0x4 Icons
0x5 None
0x6 Workspace
0x7 WorkspaceIcons
0x8 Toolbar Layer
0x9 Toolbar on Head
0xa Toolbar Placement
0xb Toolbar
0xc Toolbar width percent

$set 0xf #Window

0x1 Unnamed

$set 0x10 #Windowmenu

0x1 Close
0x2 Iconify
0x3 Layer
0x4 Lower
0x5 Maximize
0x6 Raise
0x7 Send To ...
0x8 Shade
0x9 Stick

$set 0x11 #Workspace

0x1 Workspace %d
0x2 Workspaces
0x3 New Workspace
0x4 Remove Last

$set 0x12 #bsetroot

0x1 %s: error: must specify one of: -solid, -mod, -gradient\n
0x2 Couldn't create pixmap atoms, giving up!
0x3 %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string>        display connection\n\
-mod <x> <y>             modula pattern\n\
-foreground, -fg <color> modula foreground color\n\
-background, -bg <color> modula background color\n\n\
-gradient <texture>      gradient texture\n\
-from <color>            gradient start color\n\
-to <color>              gradient end color\n\n\
-solid <color>           solid color\n\n\
-help                    print this help text and exit\n

$set 0x13 #main

0x1 error: '-display' requires an argument\n
0x2 Bad Alloc
0x3 Bad cast
0x4 Out of range
0x5 Runtime error
0x6 Standard Exception
0x7 Unknown error
0x8 error: '-log' needs an argument
0x9 Log File
0xa Logging to
0xb error: '-rc' requires an argument\n
0xc Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
-display <string>\t\tuse display connection.\n\
-rc <string>\t\t\tuse alternate resource file.\n\
-version\t\t\tdisplay version and exit.\n\
-info\t\t\t\tdisplay some useful information.\n\
-log <filename>\t\t\tlog output to file.\n\
-help\t\t\t\tdisplay this help text and exit.\n\n

$set 0xd #mainWarnDisplay


$set 0x1 #Align

0x1 BottomCenter
0x2 Bottom Left
0x3 Bottom Right
0x4 Horizontal
0x5 Left
0x6 Left Bottom
0x7 Left Center
0x8 Left Top
0x9 Relative
0xa Right
0xb Right Bottom
0xc Right Center
0xd Right Top
0xe Top Center
0xf Top Left
0x10 Top Right
0x11 Vertical

$set 0x2 #BaseDisplay

0x1 Aborting... dumping core\n
0x2 Shutting Down\n
0x3 %s:      signal %d caught\n

$set 0x3 #Common

0x1 Alpha
0x2 Auto hide
0x3 Compiled
0x4 Compiled options
0x5 Compiler
0x6 Compiler version
0x7 init
0x8 keys
0x9 menu
0xa style
0xb Defaults
0xc disabled
0xd Error
0xe Fluxbox version
0xf Maximize Over
0x10 Visible

$set 0x4 #Configmenu

0x1 AntiAlias
0x2 Auto Raise
0x3 Click Raises
0x4 Click to Focus
0x5 Decorate Transient Windows
0x6 Desktop MouseWheel Switching
0x7 Focus Window on Workspace Change
0x8 Focus Model
0x9 Focus New Windows
0xa Full Maximization
0xb Image Dithering
0xc Opaque Window Moving
0xd Semi Sloppy Focus
0xe Sloppy Focus
0xf Workspace Warping

$set 0x5 #Ewmh

0x1 Fatal: Out of memory, can't allocate for EWMH client list

$set 0x6 #FbTkError

0x1 Warning! Height > 3200 setting Height = 3200
0x2 Warning! Width > 3200 setting Width = 3200
0x3 Warning: can't load fallback font
0x4 Allocation error.
0x5 Error creating pixmap
0x6 Cant create XImage
0x7 Failed to read
0x8 Warning: Failed to find valid format for alpha.
0x9 Warning: Failed to create alpha picture.
0xa Warning: Failed to create alpha pixmap.
0xb Failed to find format for screen(%d)
0xc Out of memory
0xd Out of memory while allocating blue buffer.
0xe Out of memory while allocating green buffer.
0xf Out of memory while allocating red buffer.
0x10 Failed to read theme item
0x11 unsupported visual
0x12 Setting default value

$set 0x7 #Fluxbox

0x1 rc filename is invalid!
0x2 Failed to load groupfile
0x3 Failed to load database
0x4 Retrying with
0x5 Warning! Could not find screen to map window on!
0x6 Can't create %s directory
0x7 Couldn't find screens to manage.\nMake sure you don't have another window manager running.
0x8 Error parsing regular expression
0x9 Fatal! There can only one instance of fluxbox class.
0xa Can not connect to X server.\nMake sure you started X before you start Fluxbox.
0xb Warning: X server does not support locale
0xc Warning: cannot set locale modifiers

$set 0x8 #Gnome

0x1 Fatal: Out of memory, can't allocate for GNOME client list

$set 0x9 #Keys

0x1 Keys: Error on line
0x2 Keys: Failed to merge keytree!
0x3 Keys: Invalid key/modifier on line

$set 0xa #Menu

0x1 Configuration
0x2 Fluxbox default menu
0x3 Exit
0x4 Icons
0x5 Layer...
0x6 On Head...
0x7 Placement
0x8 Reload Config
0x9 Restart
0xa xterm

$set 0xb #Remember

0x1 Decorations
0x2 Dimensions
0x3 Jump to workspace
0x4 Layer
0x5 Remember...
0x6 Position
0x7 Save on close
0x8 Shaded
0x9 Sticky
0xa Unknown apps key
0xb Workspace

$set 0xc #Screen

0x1 BScreen::BScreen: an error occured while querying the X server.\n	another window manager already running on display
0x2 W: %4d x H: %4d
0x3 W: 0000 x H: 0000
0x4 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
0x5 X: %4d x Y: %4d
0x6 0: 0000 x 0: 0000

$set 0xd #Slit

0x1 Clients
0x2 Cycle Down
0x3 Cycle Up
0x4 Slit Direction
0x5 Slit Layer
0x6 Slit on Head
0x7 Slit Placement
0x8 Slit

$set 0xe #Toolbar

0x1 Edit current workspace name
0x2 Iconbar Mode
0x3 All Windows
0x4 Icons
0x5 None
0x6 Workspace
0x7 WorkspaceIcons
0x8 Toolbar Layer
0x9 Toolbar on Head
0xa Toolbar Placement
0xb Toolbar
0xc Toolbar width percent

$set 0xf #Window

0x1 Unnamed

$set 0x10 #Windowmenu

0x1 Close
0x2 Iconify
0x3 Layer
0x4 Lower
0x5 Maximize
0x6 Raise
0x7 Send To ...
0x8 Shade
0x9 Stick

$set 0x11 #Workspace

0x1 Workspace %d
0x2 Workspaces
0x3 New Workspace
0x4 Remove Last

$set 0x12 #bsetroot

0x1 %s: error: must specify one of: -solid, -mod, -gradient\n
0x2 Couldn't create pixmap atoms, giving up!
0x3 %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string>        display connection\n\
-mod <x> <y>             modula pattern\n\
-foreground, -fg <color> modula foreground color\n\
-background, -bg <color> modula background color\n\n\
-gradient <texture>      gradient texture\n\
-from <color>            gradient start color\n\
-to <color>              gradient end color\n\n\
-solid <color>           solid color\n\n\
-help                    print this help text and exit\n

$set 0x13 #main

0x1 error: '-display' requires an argument\n
0x2 Bad Alloc
0x3 Bad cast
0x4 Out of range
0x5 Runtime error
0x6 Standard Exception
0x7 Unknown error
0x8 error: '-log' needs an argument
0x9 Log File
0xa Logging to
0xb error: '-rc' requires an argument\n
0xc Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
-display <string>\t\tuse display connection.\n\
-rc <string>\t\t\tuse alternate resource file.\n\
-version\t\t\tdisplay version and exit.\n\
-info\t\t\t\tdisplay some useful information.\n\
-log <filename>\t\t\tlog output to file.\n\
-help\t\t\t\tdisplay this help text and exit.\n\n

$set 0xd #mainWarnDisplay


$set 0x1 #Align

0x1 BottomCenter
0x2 Bottom Left
0x3 Bottom Right
0x4 Horizontal
0x5 Left
0x6 Left Bottom
0x7 Left Center
0x8 Left Top
0x9 Relative
0xa Right
0xb Right Bottom
0xc Right Center
0xd Right Top
0xe Top Center
0xf Top Left
0x10 Top Right
0x11 Vertical

$set 0x2 #BaseDisplay

0x1 Aborting... dumping core\n
0x2 Shutting Down\n
0x3 %s:      signal %d caught\n

$set 0x3 #Common

0x1 Alpha
0x2 Auto hide
0x3 Compiled
0x4 Compiled options
0x5 Compiler
0x6 Compiler version
0x7 init
0x8 keys
0x9 menu
0xa style
0xb Defaults
0xc disabled
0xd Error
0xe Fluxbox version
0xf Maximize Over
0x10 Visible

$set 0x4 #Configmenu

0x1 AntiAlias
0x2 Auto Raise
0x3 Click Raises
0x4 Click to Focus
0x5 Decorate Transient Windows
0x6 Desktop MouseWheel Switching
0x7 Focus Window on Workspace Change
0x8 Focus Model
0x9 Focus New Windows
0xa Full Maximization
0xb Image Dithering
0xc Opaque Window Moving
0xd Semi Sloppy Focus
0xe Sloppy Focus
0xf Workspace Warping

$set 0x5 #Ewmh

0x1 Fatal: Out of memory, can't allocate for EWMH client list

$set 0x6 #FbTkError

0x1 Warning! Height > 3200 setting Height = 3200
0x2 Warning! Width > 3200 setting Width = 3200
0x3 Warning: can't load fallback font
0x4 Allocation error.
0x5 Error creating pixmap
0x6 Cant create XImage
0x7 Failed to read
0x8 Warning: Failed to find valid format for alpha.
0x9 Warning: Failed to create alpha picture.
0xa Warning: Failed to create alpha pixmap.
0xb Failed to find format for screen(%d)
0xc Out of memory
0xd Out of memory while allocating blue buffer.
0xe Out of memory while allocating green buffer.
0xf Out of memory while allocating red buffer.
0x10 Failed to read theme item
0x11 unsupported visual
0x12 Setting default value

$set 0x7 #Fluxbox

0x1 rc filename is invalid!
0x2 Failed to load groupfile
0x3 Failed to load database
0x4 Retrying with
0x5 Warning! Could not find screen to map window on!
0x6 Can't create %s directory
0x7 Couldn't find screens to manage.\nMake sure you don't have another window manager running.
0x8 Error parsing regular expression
0x9 Fatal! There can only one instance of fluxbox class.
0xa Can not connect to X server.\nMake sure you started X before you start Fluxbox.
0xb Warning: X server does not support locale
0xc Warning: cannot set locale modifiers

$set 0x8 #Gnome

0x1 Fatal: Out of memory, can't allocate for GNOME client list

$set 0x9 #Keys

0x1 Keys: Error on line
0x2 Keys: Failed to merge keytree!
0x3 Keys: Invalid key/modifier on line

$set 0xa #Menu

0x1 Configuration
0x2 Fluxbox default menu
0x3 Exit
0x4 Icons
0x5 Layer...
0x6 On Head...
0x7 Placement
0x8 Reload Config
0x9 Restart
0xa xterm

$set 0xb #Remember

0x1 Decorations
0x2 Dimensions
0x3 Jump to workspace
0x4 Layer
0x5 Remember...
0x6 Position
0x7 Save on close
0x8 Shaded
0x9 Sticky
0xa Unknown apps key
0xb Workspace

$set 0xc #Screen

0x1 BScreen::BScreen: an error occured while querying the X server.\n	another window manager already running on display
0x2 W: %4d x H: %4d
0x3 W: 0000 x H: 0000
0x4 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
0x5 X: %4d x Y: %4d
0x6 0: 0000 x 0: 0000

$set 0xd #Slit

0x1 Clients
0x2 Cycle Down
0x3 Cycle Up
0x4 Slit Direction
0x5 Slit Layer
0x6 Slit on Head
0x7 Slit Placement
0x8 Slit

$set 0xe #Toolbar

0x1 Edit current workspace name
0x2 Iconbar Mode
0x3 All Windows
0x4 Icons
0x5 None
0x6 Workspace
0x7 WorkspaceIcons
0x8 Toolbar Layer
0x9 Toolbar on Head
0xa Toolbar Placement
0xb Toolbar
0xc Toolbar width percent

$set 0xf #Window

0x1 Unnamed

$set 0x10 #Windowmenu

0x1 Close
0x2 Iconify
0x3 Layer
0x4 Lower
0x5 Maximize
0x6 Raise
0x7 Send To ...
0x8 Shade
0x9 Stick

$set 0x11 #Workspace

0x1 Workspace %d
0x2 Workspaces
0x3 New Workspace
0x4 Remove Last

$set 0x12 #bsetroot

0x1 %s: error: must specify one of: -solid, -mod, -gradient\n
0x2 Couldn't create pixmap atoms, giving up!
0x3 %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string>        display connection\n\
-mod <x> <y>             modula pattern\n\
-foreground, -fg <color> modula foreground color\n\
-background, -bg <color> modula background color\n\n\
-gradient <texture>      gradient texture\n\
-from <color>            gradient start color\n\
-to <color>              gradient end color\n\n\
-solid <color>           solid color\n\n\
-help                    print this help text and exit\n

$set 0x13 #main

0x1 error: '-display' requires an argument\n
0x2 Bad Alloc
0x3 Bad cast
0x4 Out of range
0x5 Runtime error
0x6 Standard Exception
0x7 Unknown error
0x8 error: '-log' needs an argument
0x9 Log File
0xa Logging to
0xb error: '-rc' requires an argument\n
0xc Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
-display <string>\t\tuse display connection.\n\
-rc <string>\t\t\tuse alternate resource file.\n\
-version\t\t\tdisplay version and exit.\n\
-info\t\t\t\tdisplay some useful information.\n\
-log <filename>\t\t\tlog output to file.\n\
-help\t\t\t\tdisplay this help text and exit.\n\n

$set 0xd #mainWarnDisplay


$set 0x1 #Align

0x1 BottomCenter
0x2 Bottom Left
0x3 Bottom Right
0x4 Horizontal
0x5 Left
0x6 Left Bottom
0x7 Left Center
0x8 Left Top
0x9 Relative
0xa Right
0xb Right Bottom
0xc Right Center
0xd Right Top
0xe Top Center
0xf Top Left
0x10 Top Right
0x11 Vertical

$set 0x2 #BaseDisplay

0x1 Aborting... dumping core\n
0x2 Shutting Down\n
0x3 %s:      signal %d caught\n

$set 0x3 #Common

0x1 Alpha
0x2 Auto hide
0x3 Compiled
0x4 Compiled options
0x5 Compiler
0x6 Compiler version
0x7 init
0x8 keys
0x9 menu
0xa style
0xb Defaults
0xc disabled
0xd Error
0xe Fluxbox version
0xf Maximize Over
0x10 Visible

$set 0x4 #Configmenu

0x1 AntiAlias
0x2 Auto Raise
0x3 Click Raises
0x4 Click to Focus
0x5 Decorate Transient Windows
0x6 Desktop MouseWheel Switching
0x7 Focus Window on Workspace Change
0x8 Focus Model
0x9 Focus New Windows
0xa Full Maximization
0xb Image Dithering
0xc Opaque Window Moving
0xd Semi Sloppy Focus
0xe Sloppy Focus
0xf Workspace Warping

$set 0x5 #Ewmh

0x1 Fatal: Out of memory, can't allocate for EWMH client list

$set 0x6 #FbTkError

0x1 Warning! Height > 3200 setting Height = 3200
0x2 Warning! Width > 3200 setting Width = 3200
0x3 Warning: can't load fallback font
0x4 Allocation error.
0x5 Error creating pixmap
0x6 Cant create XImage
0x7 Failed to read
0x8 Warning: Failed to find valid format for alpha.
0x9 Warning: Failed to create alpha picture.
0xa Warning: Failed to create alpha pixmap.
0xb Failed to find format for screen(%d)
0xc Out of memory
0xd Out of memory while allocating blue buffer.
0xe Out of memory while allocating green buffer.
0xf Out of memory while allocating red buffer.
0x10 Failed to read theme item
0x11 unsupported visual
0x12 Setting default value

$set 0x7 #Fluxbox

0x1 rc filename is invalid!
0x2 Failed to load groupfile
0x3 Failed to load database
0x4 Retrying with
0x5 Warning! Could not find screen to map window on!
0x6 Can't create %s directory
0x7 Couldn't find screens to manage.\nMake sure you don't have another window manager running.
0x8 Error parsing regular expression
0x9 Fatal! There can only one instance of fluxbox class.
0xa Can not connect to X server.\nMake sure you started X before you start Fluxbox.
0xb Warning: X server does not support locale
0xc Warning: cannot set locale modifiers

$set 0x8 #Gnome

0x1 Fatal: Out of memory, can't allocate for GNOME client list

$set 0x9 #Keys

0x1 Keys: Error on line
0x2 Keys: Failed to merge keytree!
0x3 Keys: Invalid key/modifier on line

$set 0xa #Menu

0x1 Configuration
0x2 Fluxbox default menu
0x3 Exit
0x4 Icons
0x5 Layer...
0x6 On Head...
0x7 Placement
0x8 Reload Config
0x9 Restart
0xa xterm

$set 0xb #Remember

0x1 Decorations
0x2 Dimensions
0x3 Jump to workspace
0x4 Layer
0x5 Remember...
0x6 Position
0x7 Save on close
0x8 Shaded
0x9 Sticky
0xa Unknown apps key
0xb Workspace

$set 0xc #Screen

0x1 BScreen::BScreen: an error occured while querying the X server.\n	another window manager already running on display
0x2 W: %4d x H: %4d
0x3 W: 0000 x H: 0000
0x4 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
0x5 X: %4d x Y: %4d
0x6 0: 0000 x 0: 0000

$set 0xd #Slit

0x1 Clients
0x2 Cycle Down
0x3 Cycle Up
0x4 Slit Direction
0x5 Slit Layer
0x6 Slit on Head
0x7 Slit Placement
0x8 Slit

$set 0xe #Toolbar

0x1 Edit current workspace name
0x2 Iconbar Mode
0x3 All Windows
0x4 Icons
0x5 None
0x6 Workspace
0x7 WorkspaceIcons
0x8 Toolbar Layer
0x9 Toolbar on Head
0xa Toolbar Placement
0xb Toolbar
0xc Toolbar width percent

$set 0xf #Window

0x1 Unnamed

$set 0x10 #Windowmenu

0x1 Close
0x2 Iconify
0x3 Layer
0x4 Lower
0x5 Maximize
0x6 Raise
0x7 Send To ...
0x8 Shade
0x9 Stick

$set 0x11 #Workspace

0x1 Workspace %d
0x2 Workspaces
0x3 New Workspace
0x4 Remove Last

$set 0x12 #bsetroot

0x1 %s: error: must specify one of: -solid, -mod, -gradient\n
0x2 Couldn't create pixmap atoms, giving up!
0x3 %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
-display <string>        display connection\n\
-mod <x> <y>             modula pattern\n\
-foreground, -fg <color> modula foreground color\n\
-background, -bg <color> modula background color\n\n\
-gradient <texture>      gradient texture\n\
-from <color>            gradient start color\n\
-to <color>              gradient end color\n\n\
-solid <color>           solid color\n\n\
-help                    print this help text and exit\n

$set 0x13 #main

0x1 error: '-display' requires an argument\n
0x2 Bad Alloc
0x3 Bad cast
0x4 Out of range
0x5 Runtime error
0x6 Standard Exception
0x7 Unknown error
0x8 error: '-log' needs an argument
0x9 Log File
0xa Logging to
0xb error: '-rc' requires an argument\n
0xc Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
-display <string>\t\tuse display connection.\n\
-rc <string>\t\t\tuse alternate resource file.\n\
-version\t\t\tdisplay version and exit.\n\
-info\t\t\t\tdisplay some useful information.\n\
-log <filename>\t\t\tlog output to file.\n\
-help\t\t\t\tdisplay this help text and exit.\n\n

$set 0xd #mainWarnDisplay