-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
croma.pot
2348 lines (1917 loc) · 67.5 KB
/
croma.pot
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
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR CAFE Desktop Environment team
# This file is distributed under the same license as the croma package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: croma 1.24.1\n"
"Report-Msgid-Bugs-To: https://github.com/cafe-desktop/croma\n"
"POT-Creation-Date: 2022-04-09 10:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/50-croma-desktop-key.xml.in:2
msgid "Desktop"
msgstr ""
#: src/50-croma-desktop-key.xml.in:4
msgid "Show the panel's "Run Application" dialog box"
msgstr ""
#: src/50-croma-desktop-key.xml.in:6 src/org.cafe.croma.gschema.xml:629
msgid "Show the panel's main menu"
msgstr ""
#: src/50-croma-desktop-key.xml.in:8 src/org.cafe.croma.gschema.xml:639
msgid "Take a screenshot"
msgstr ""
#: src/50-croma-desktop-key.xml.in:10 src/org.cafe.croma.gschema.xml:644
msgid "Take a screenshot of a window"
msgstr ""
#: src/50-croma-desktop-key.xml.in:12 src/org.cafe.croma.gschema.xml:649
msgid "Run a terminal"
msgstr ""
#: src/50-croma-desktop-key.xml.in:14 src/org.cafe.croma.gschema.xml:654
msgid "Rename current workspace"
msgstr ""
#: src/50-croma-global-key.xml.in:2 src/50-croma-window-key.xml.in:2
msgid "Window Management"
msgstr ""
#: src/50-croma-global-key.xml.in:4 src/org.cafe.croma.gschema.xml:564
msgid "Move between windows, using a popup window"
msgstr ""
#: src/50-croma-global-key.xml.in:6 src/org.cafe.croma.gschema.xml:554
msgid "Move between windows of an application, using a popup window"
msgstr ""
#: src/50-croma-global-key.xml.in:8 src/org.cafe.croma.gschema.xml:584
msgid "Move between panels and the desktop, using a popup window"
msgstr ""
#: src/50-croma-global-key.xml.in:10 src/org.cafe.croma.gschema.xml:604
msgid "Move between windows immediately"
msgstr ""
#: src/50-croma-global-key.xml.in:12 src/org.cafe.croma.gschema.xml:594
msgid "Move between windows of an application immediately"
msgstr ""
#: src/50-croma-global-key.xml.in:14 src/org.cafe.croma.gschema.xml:614
msgid "Move between panels and the desktop immediately"
msgstr ""
#: src/50-croma-global-key.xml.in:16 src/org.cafe.croma.gschema.xml:624
msgid "Hide all normal windows and set focus to the desktop"
msgstr ""
#: src/50-croma-global-key.xml.in:23 src/org.cafe.croma.gschema.xml:469
msgid "Switch to workspace 1"
msgstr ""
#: src/50-croma-global-key.xml.in:30 src/org.cafe.croma.gschema.xml:474
msgid "Switch to workspace 2"
msgstr ""
#: src/50-croma-global-key.xml.in:37 src/org.cafe.croma.gschema.xml:479
msgid "Switch to workspace 3"
msgstr ""
#: src/50-croma-global-key.xml.in:44 src/org.cafe.croma.gschema.xml:484
msgid "Switch to workspace 4"
msgstr ""
#: src/50-croma-global-key.xml.in:51 src/org.cafe.croma.gschema.xml:489
msgid "Switch to workspace 5"
msgstr ""
#: src/50-croma-global-key.xml.in:58 src/org.cafe.croma.gschema.xml:494
msgid "Switch to workspace 6"
msgstr ""
#: src/50-croma-global-key.xml.in:65 src/org.cafe.croma.gschema.xml:499
msgid "Switch to workspace 7"
msgstr ""
#: src/50-croma-global-key.xml.in:72 src/org.cafe.croma.gschema.xml:504
msgid "Switch to workspace 8"
msgstr ""
#: src/50-croma-global-key.xml.in:79 src/org.cafe.croma.gschema.xml:509
msgid "Switch to workspace 9"
msgstr ""
#: src/50-croma-global-key.xml.in:86 src/org.cafe.croma.gschema.xml:514
msgid "Switch to workspace 10"
msgstr ""
#: src/50-croma-global-key.xml.in:93 src/org.cafe.croma.gschema.xml:519
msgid "Switch to workspace 11"
msgstr ""
#: src/50-croma-global-key.xml.in:100 src/org.cafe.croma.gschema.xml:524
msgid "Switch to workspace 12"
msgstr ""
#: src/50-croma-global-key.xml.in:107 src/org.cafe.croma.gschema.xml:529
msgid "Switch to workspace on the left of the current workspace"
msgstr ""
#: src/50-croma-global-key.xml.in:114 src/org.cafe.croma.gschema.xml:534
msgid "Switch to workspace on the right of the current workspace"
msgstr ""
#: src/50-croma-global-key.xml.in:121 src/org.cafe.croma.gschema.xml:539
msgid "Switch to workspace above the current workspace"
msgstr ""
#: src/50-croma-global-key.xml.in:128 src/org.cafe.croma.gschema.xml:544
msgid "Switch to workspace below the current workspace"
msgstr ""
#: src/50-croma-global-key.xml.in:131 src/org.cafe.croma.gschema.xml:549
msgid "Switch to previously selected workspace"
msgstr ""
#: src/50-croma-window-key.xml.in:6 src/org.cafe.croma.gschema.xml:735
msgid "Activate the window menu"
msgstr ""
#: src/50-croma-window-key.xml.in:10 src/org.cafe.croma.gschema.xml:740
msgid "Toggle fullscreen mode"
msgstr ""
#: src/50-croma-window-key.xml.in:14 src/org.cafe.croma.gschema.xml:745
msgid "Toggle maximization state"
msgstr ""
#: src/50-croma-window-key.xml.in:18 src/org.cafe.croma.gschema.xml:755
msgid "Maximize window"
msgstr ""
#: src/50-croma-window-key.xml.in:22 src/org.cafe.croma.gschema.xml:760
msgid "Restore window"
msgstr ""
#: src/50-croma-window-key.xml.in:26 src/org.cafe.croma.gschema.xml:765
msgid "Toggle shaded state"
msgstr ""
#: src/50-croma-window-key.xml.in:30 src/org.cafe.croma.gschema.xml:775
msgid "Close window"
msgstr ""
#: src/50-croma-window-key.xml.in:34 src/org.cafe.croma.gschema.xml:770
msgid "Minimize window"
msgstr ""
#: src/50-croma-window-key.xml.in:38 src/org.cafe.croma.gschema.xml:780
msgid "Move window"
msgstr ""
#: src/50-croma-window-key.xml.in:42 src/org.cafe.croma.gschema.xml:785
msgid "Resize window"
msgstr ""
#: src/50-croma-window-key.xml.in:50 src/org.cafe.croma.gschema.xml:790
msgid "Toggle whether window is on all workspaces or just one"
msgstr ""
#: src/50-croma-window-key.xml.in:54 src/org.cafe.croma.gschema.xml:875
msgid "Raise window if it's covered by another window, otherwise lower it"
msgstr ""
#: src/50-croma-window-key.xml.in:58 src/org.cafe.croma.gschema.xml:880
msgid "Raise window above other windows"
msgstr ""
#: src/50-croma-window-key.xml.in:62 src/org.cafe.croma.gschema.xml:885
msgid "Lower window below other windows"
msgstr ""
#: src/50-croma-window-key.xml.in:66 src/org.cafe.croma.gschema.xml:890
msgid "Maximize window vertically"
msgstr ""
#: src/50-croma-window-key.xml.in:70 src/org.cafe.croma.gschema.xml:895
msgid "Maximize window horizontally"
msgstr ""
#: src/50-croma-window-key.xml.in:74 src/org.cafe.croma.gschema.xml:900
msgid "Tile window to east (right) side of screen"
msgstr ""
#: src/50-croma-window-key.xml.in:78 src/org.cafe.croma.gschema.xml:905
msgid "Tile window to west (left) side of screen"
msgstr ""
#: src/50-croma-window-key.xml.in:82
msgid "Tile window to north-west (top left) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:86
msgid "Tile window to north-east (top right) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:90
msgid "Tile window to south-west (bottom left) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:94
msgid "Tile window to south-east (bottom right) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:98 src/org.cafe.croma.gschema.xml:930
msgid "Move window to north-west (top left) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:102 src/org.cafe.croma.gschema.xml:935
msgid "Move window to north-east (top right) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:106 src/org.cafe.croma.gschema.xml:940
msgid "Move window to south-west (bottom left) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:110 src/org.cafe.croma.gschema.xml:945
msgid "Move window to south-east (bottom right) corner"
msgstr ""
#: src/50-croma-window-key.xml.in:114 src/org.cafe.croma.gschema.xml:950
msgid "Move window to north (top) side of screen"
msgstr ""
#: src/50-croma-window-key.xml.in:118 src/org.cafe.croma.gschema.xml:955
msgid "Move window to south (bottom) side of screen"
msgstr ""
#: src/50-croma-window-key.xml.in:122 src/org.cafe.croma.gschema.xml:960
msgid "Move window to east (right) side of screen"
msgstr ""
#: src/50-croma-window-key.xml.in:126 src/org.cafe.croma.gschema.xml:965
msgid "Move window to west (left) side of screen"
msgstr ""
#: src/50-croma-window-key.xml.in:130 src/org.cafe.croma.gschema.xml:970
msgid "Move window to center of screen"
msgstr ""
#: src/50-croma-window-key.xml.in:134 src/org.cafe.croma.gschema.xml:975
msgid "Move window to north (top) monitor"
msgstr ""
#: src/50-croma-window-key.xml.in:138 src/org.cafe.croma.gschema.xml:980
msgid "Move window to south (bottom) monitor"
msgstr ""
#: src/50-croma-window-key.xml.in:142 src/org.cafe.croma.gschema.xml:985
msgid "Move window to east (right) monitor"
msgstr ""
#: src/50-croma-window-key.xml.in:146 src/org.cafe.croma.gschema.xml:990
msgid "Move window to west (left) monitor"
msgstr ""
#: src/50-croma-window-key.xml.in:154 src/org.cafe.croma.gschema.xml:795
msgid "Move window to workspace 1"
msgstr ""
#: src/50-croma-window-key.xml.in:162 src/org.cafe.croma.gschema.xml:800
msgid "Move window to workspace 2"
msgstr ""
#: src/50-croma-window-key.xml.in:170 src/org.cafe.croma.gschema.xml:805
msgid "Move window to workspace 3"
msgstr ""
#: src/50-croma-window-key.xml.in:178 src/org.cafe.croma.gschema.xml:810
msgid "Move window to workspace 4"
msgstr ""
#: src/50-croma-window-key.xml.in:186 src/org.cafe.croma.gschema.xml:815
msgid "Move window to workspace 5"
msgstr ""
#: src/50-croma-window-key.xml.in:194 src/org.cafe.croma.gschema.xml:820
msgid "Move window to workspace 6"
msgstr ""
#: src/50-croma-window-key.xml.in:202 src/org.cafe.croma.gschema.xml:825
msgid "Move window to workspace 7"
msgstr ""
#: src/50-croma-window-key.xml.in:210 src/org.cafe.croma.gschema.xml:830
msgid "Move window to workspace 8"
msgstr ""
#: src/50-croma-window-key.xml.in:218 src/org.cafe.croma.gschema.xml:835
msgid "Move window to workspace 9"
msgstr ""
#: src/50-croma-window-key.xml.in:226 src/org.cafe.croma.gschema.xml:840
msgid "Move window to workspace 10"
msgstr ""
#: src/50-croma-window-key.xml.in:234 src/org.cafe.croma.gschema.xml:845
msgid "Move window to workspace 11"
msgstr ""
#: src/50-croma-window-key.xml.in:242 src/org.cafe.croma.gschema.xml:850
msgid "Move window to workspace 12"
msgstr ""
#: src/50-croma-window-key.xml.in:250 src/org.cafe.croma.gschema.xml:855
msgid "Move window one workspace to the left"
msgstr ""
#: src/50-croma-window-key.xml.in:258 src/org.cafe.croma.gschema.xml:860
msgid "Move window one workspace to the right"
msgstr ""
#: src/50-croma-window-key.xml.in:266 src/org.cafe.croma.gschema.xml:865
msgid "Move window one workspace up"
msgstr ""
#: src/50-croma-window-key.xml.in:274 src/org.cafe.croma.gschema.xml:870
msgid "Move window one workspace down"
msgstr ""
#: src/org.cafe.croma.gschema.xml:50
msgid "Modifier to use for modified window click actions"
msgstr ""
#: src/org.cafe.croma.gschema.xml:51
msgid ""
"Clicking a window while holding down this modifier key will move the window "
"(left click), resize the window (middle click), or show the window menu "
"(right click). The middle and right click operations may be swapped using "
"the \"resize_with_right_button\" key. Modifier is expressed as \"<Alt>\" or "
"\"<Super>\" for example."
msgstr ""
#: src/org.cafe.croma.gschema.xml:55
msgid "Whether to resize with the right button"
msgstr ""
#: src/org.cafe.croma.gschema.xml:56
msgid ""
"Set this to true to resize with the right button and show a menu with the "
"middle button while holding down the key given in \"mouse_button_modifier\"; "
"set it to false to make it work the opposite way around."
msgstr ""
#: src/org.cafe.croma.gschema.xml:60
msgid "Whether to display preselected tab window border"
msgstr ""
#: src/org.cafe.croma.gschema.xml:61
msgid ""
"Set this to false to disable border of preselected window while performing "
"tab switching."
msgstr ""
#: src/org.cafe.croma.gschema.xml:65
msgid "Arrangement of buttons on the titlebar"
msgstr ""
#: src/org.cafe.croma.gschema.xml:66
msgid ""
"Arrangement of buttons on the titlebar. The value should be a string, such "
"as \"menu:minimize,maximize,spacer,close\"; the colon separates the left "
"corner of the window from the right corner, and the button names are comma-"
"separated. Duplicate buttons are not allowed. Unknown button names are "
"silently ignored so that buttons can be added in future croma versions "
"without breaking older versions. A special spacer tag can be used to insert "
"some space between two adjacent buttons."
msgstr ""
#: src/org.cafe.croma.gschema.xml:70
msgid "Window focus mode"
msgstr ""
#: src/org.cafe.croma.gschema.xml:71
msgid ""
"The window focus mode indicates how windows are activated. It has three "
"possible values; \"click\" means windows must be clicked in order to focus "
"them, \"sloppy\" means windows are focused when the mouse enters the window, "
"and \"mouse\" means windows are focused when the mouse enters the window and "
"unfocused when the mouse leaves the window."
msgstr ""
#: src/org.cafe.croma.gschema.xml:75
msgid "Control how new windows get focus"
msgstr ""
#: src/org.cafe.croma.gschema.xml:76
msgid ""
"This option provides additional control over how newly created windows get "
"focus. It has two possible values; \"smart\" applies the user's normal focus "
"mode, and \"strict\" results in windows started from a terminal not being "
"given focus."
msgstr ""
#: src/org.cafe.croma.gschema.xml:80
msgid "Whether raising should be a side-effect of other user interactions"
msgstr ""
#: src/org.cafe.croma.gschema.xml:81
msgid ""
"Setting this option to false can lead to buggy behavior, so users are "
"strongly discouraged from changing it from the default of true. Many actions "
"(e.g. clicking in the client area, moving or resizing the window) normally "
"raise the window as a side-effect. Setting this option to false, which is "
"strongly discouraged, will decouple raising from other user actions, and "
"ignore raise requests generated by applications. See http://bugzilla.gnome."
"org/show_bug.cgi?id=445447#c6. Even when this option is false, windows can "
"still be raised by an alt-left-click anywhere on the window, a normal click "
"on the window decorations, or by special messages from pagers, such as "
"activation requests from tasklist applets. This option is currently disabled "
"in click-to-focus mode. Note that the list of ways to raise windows when "
"raise_on_click is false does not include programmatic requests from "
"applications to raise windows; such requests will be ignored regardless of "
"the reason for the request. If you are an application developer and have a "
"user complaining that your application does not work with this setting "
"disabled, tell them it is _their_ fault for breaking their window manager "
"and that they need to change this option back to true or live with the "
"\"bug\" they requested."
msgstr ""
#: src/org.cafe.croma.gschema.xml:85
msgid "Action on title bar double-click"
msgstr ""
#: src/org.cafe.croma.gschema.xml:86
msgid ""
"This option determines the effects of double-clicking on the title bar. "
"Current valid options are 'toggle_shade', which will shade/unshade the "
"window, 'toggle_maximize' which will maximize/unmaximize the window, "
"'toggle_maximize_horizontally' and 'toggle_maximize_vertically' which will "
"maximize/unmaximize the window in that direction only, 'minimize' which will "
"minimize the window, 'shade' which will roll the window up, 'menu' which "
"will display the window menu, 'lower' which will put the window behind all "
"the others, and 'none' which will not do anything."
msgstr ""
#: src/org.cafe.croma.gschema.xml:90
msgid "Action on title bar middle-click"
msgstr ""
#: src/org.cafe.croma.gschema.xml:91
msgid ""
"This option determines the effects of middle-clicking on the title bar. "
"Current valid options are 'toggle_shade', which will shade/unshade the "
"window, 'toggle_maximize' which will maximize/unmaximize the window, "
"'toggle_maximize_horizontally' and 'toggle_maximize_vertically' which will "
"maximize/unmaximize the window in that direction only, 'minimize' which will "
"minimize the window, 'shade' which will roll the window up, 'menu' which "
"will display the window menu, 'lower' which will put the window behind all "
"the others, and 'none' which will not do anything."
msgstr ""
#: src/org.cafe.croma.gschema.xml:95
msgid "Action on title bar right-click"
msgstr ""
#: src/org.cafe.croma.gschema.xml:96
msgid ""
"This option determines the effects of right-clicking on the title bar. "
"Current valid options are 'toggle_shade', which will shade/unshade the "
"window, 'toggle_maximize' which will maximize/unmaximize the window, "
"'toggle_maximize_horizontally' and 'toggle_maximize_vertically' which will "
"maximize/unmaximize the window in that direction only, 'minimize' which will "
"minimize the window, 'shade' which will roll the window up, 'menu' which "
"will display the window menu, 'lower' which will put the window behind all "
"the others, and 'none' which will not do anything."
msgstr ""
#: src/org.cafe.croma.gschema.xml:100
msgid "Automatically raises the focused window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:101
msgid ""
"If set to true, and the focus mode is either \"sloppy\" or \"mouse\" then "
"the focused window will be automatically raised after a delay specified by "
"the auto_raise_delay key. This is not related to clicking on a window to "
"raise it, nor to entering a window during drag-and-drop."
msgstr ""
#: src/org.cafe.croma.gschema.xml:105
msgid "Delay in milliseconds for the auto raise option"
msgstr ""
#: src/org.cafe.croma.gschema.xml:106
msgid ""
"The time delay before raising a window if auto_raise is set to true. The "
"delay is given in thousandths of a second."
msgstr ""
#: src/org.cafe.croma.gschema.xml:110
msgid "Current theme"
msgstr ""
#: src/org.cafe.croma.gschema.xml:111
msgid ""
"The theme determines the appearance of window borders, titlebar, and so "
"forth."
msgstr ""
#: src/org.cafe.croma.gschema.xml:115
msgid "Use standard system font in window titles"
msgstr ""
#: src/org.cafe.croma.gschema.xml:116
msgid ""
"If true, ignore the titlebar_font option, and use the standard application "
"font for window titles."
msgstr ""
#: src/org.cafe.croma.gschema.xml:120
msgid "Window title font"
msgstr ""
#: src/org.cafe.croma.gschema.xml:121
msgid ""
"A font description string describing a font for window titlebars. The size "
"from the description will only be used if the titlebar_font_size option is "
"set to 0. Also, this option is disabled if the titlebar_uses_desktop_font "
"option is set to true."
msgstr ""
#: src/org.cafe.croma.gschema.xml:126
msgid "Number of workspaces"
msgstr ""
#: src/org.cafe.croma.gschema.xml:127
msgid ""
"Number of workspaces. Must be more than zero, and has a fixed maximum to "
"prevent making the desktop unusable by accidentally asking for too many "
"workspaces."
msgstr ""
#: src/org.cafe.croma.gschema.xml:131
msgid "Workspace wrap style"
msgstr ""
#: src/org.cafe.croma.gschema.xml:132
msgid ""
"The wrap style is used to determine how to switch from one workspace to "
"another at the border of the workspace switcher. When set to \"no wrap\", "
"nothing will happen if you try to switch to a workspace past the border of "
"the workspace switcher. If set to \"classic\", the old croma behavior is "
"used: the end of one row leads to the beginning of the next and the end of a "
"column leads to the beginning of the next. If set to \"toroidal\", "
"workspaces are connected like a doughnut: the end of each row leads to its "
"own beginning and the end of each column leads to its own beginning."
msgstr ""
#: src/org.cafe.croma.gschema.xml:136
msgid "Enable Visual Bell"
msgstr ""
#: src/org.cafe.croma.gschema.xml:137
msgid ""
"Turns on a visual indication when an application or the system issues a "
"'bell' or 'beep'; useful for the hard-of-hearing and for use in noisy "
"environments."
msgstr ""
#: src/org.cafe.croma.gschema.xml:141
msgid "System Bell is Audible"
msgstr ""
#: src/org.cafe.croma.gschema.xml:142
msgid ""
"Determines whether applications or the system can generate audible 'beeps'; "
"may be used in conjunction with 'visual bell' to allow silent 'beeps'."
msgstr ""
#: src/org.cafe.croma.gschema.xml:146
msgid "Visual Bell Type"
msgstr ""
#: src/org.cafe.croma.gschema.xml:147
msgid ""
"Tells Croma how to implement the visual indication that the system bell or "
"another application 'bell' indicator has been rung. Currently there are two "
"valid values, \"fullscreen\", which causes a fullscreen white-black flash, "
"and \"frame_flash\" which causes the titlebar of the application which sent "
"the bell signal to flash. If the application which sent the bell is unknown "
"(as is usually the case for the default \"system beep\"), the currently "
"focused window's titlebar is flashed."
msgstr ""
#: src/org.cafe.croma.gschema.xml:151
msgid "Compositing Manager"
msgstr ""
#: src/org.cafe.croma.gschema.xml:152
msgid "Determines whether Croma is a compositing manager."
msgstr ""
#: src/org.cafe.croma.gschema.xml:156
msgid "Fast Alt-Tab with compositing manager (disable thumbnails)"
msgstr ""
#: src/org.cafe.croma.gschema.xml:157
msgid ""
"If set to true, no window thumbnails will be displayed in the alt-tab popup "
"window when the compositing manager is enabled. Application icons will be "
"displayed instead. Note that on high resolution screens with many visible "
"windows there can be a perceptible lag in rendering."
msgstr ""
#: src/org.cafe.croma.gschema.xml:161
msgid "If true, trade off usability for less resource usage"
msgstr ""
#: src/org.cafe.croma.gschema.xml:162
msgid ""
"If true, croma will give the user less feedback by using wireframes, "
"avoiding animations, or other means. This is a significant reduction in "
"usability for many users, but may allow legacy applications to continue "
"working, and may also be a useful tradeoff for terminal servers. However, "
"the wireframe feature is disabled when accessibility is on."
msgstr ""
#: src/org.cafe.croma.gschema.xml:166
msgid "(Not implemented) Navigation works in terms of applications not windows"
msgstr ""
#: src/org.cafe.croma.gschema.xml:167
msgid ""
"If true, then Croma works in terms of applications rather than windows. The "
"concept is a bit abstract, but in general an application-based setup is more "
"like the Mac and less like Windows. When you focus a window in application-"
"based mode, all the windows in the application will be raised. Also, in "
"application-based mode, focus clicks are not passed through to windows in "
"other applications. Application-based mode is, however, largely "
"unimplemented at the moment."
msgstr ""
#: src/org.cafe.croma.gschema.xml:171
msgid "Disable misfeatures that are required by old or broken applications"
msgstr ""
#: src/org.cafe.croma.gschema.xml:172
msgid ""
"Some applications disregard specifications in ways that result in window "
"manager misfeatures. This option puts Croma in a rigorously correct mode, "
"which gives a more consistent user interface, provided one does not need to "
"run any misbehaving applications."
msgstr ""
#: src/org.cafe.croma.gschema.xml:176
msgid "Determines if new windows are created on the center of the screen"
msgstr ""
#: src/org.cafe.croma.gschema.xml:177
msgid ""
"If set to true, new windows are opened in the center of the screen. "
"Otherwise, they are opened at the top left of the screen."
msgstr ""
#: src/org.cafe.croma.gschema.xml:181
msgid "Whether to enable window tiling"
msgstr ""
#: src/org.cafe.croma.gschema.xml:182
msgid ""
"If enabled, dropping windows on screen edges maximizes them vertically and "
"resizes them horizontally to cover half of the available area. Drag-dropping "
"to the top maximizes the window if allow-top-tiling is enabled."
msgstr ""
#: src/org.cafe.croma.gschema.xml:186
msgid "Whether to maximize the window when dragged to the top of the screen"
msgstr ""
#: src/org.cafe.croma.gschema.xml:187
msgid ""
"If enabled, drag-dropping a window to the top of the screen will maximize "
"it. Only works when allow-tiling is enabled."
msgstr ""
#: src/org.cafe.croma.gschema.xml:191
msgid "Whether to enable cycling through different tile sizes"
msgstr ""
#: src/org.cafe.croma.gschema.xml:192
msgid ""
"If enabled, tiling a window will cycle through multiple different sizes by "
"using the same keyboard shortcut multiple times in a row."
msgstr ""
#: src/org.cafe.croma.gschema.xml:196
msgid "Window placement mode"
msgstr ""
#: src/org.cafe.croma.gschema.xml:197
msgid ""
"The window placement mode indicates how new windows are positioned. "
"\"automatic\" means the system chooses a location automatically based on the "
"space available on the desktop, or by a simple cascade if there is no space; "
"\"pointer\" means that new windows are placed according to the mouse pointer "
"position; \"manual\" means that the user must manually place the new window "
"with the mouse or keyboard."
msgstr ""
#: src/org.cafe.croma.gschema.xml:201
msgid "List of applications ignored by show-desktop"
msgstr ""
#: src/org.cafe.croma.gschema.xml:202
msgid ""
"Comma separated class list. Each running GUI application referenced to given "
"windows manager class will be ignored by 'Show Desktop' functionality."
msgstr ""
#: src/org.cafe.croma.gschema.xml:207
msgid "Icon size in alt-tab popup window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:208
msgid ""
"Size of the application icons displayed in alt-tab popup window. The "
"screen's scale factor is applied to this value."
msgstr ""
#: src/org.cafe.croma.gschema.xml:213
msgid "Maximum number of columns in alt-tab popup window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:214
msgid ""
"The popup window will be expanded to fit up to these many entries per row."
msgstr ""
#: src/org.cafe.croma.gschema.xml:218
msgid "Expand the alt-tab popup window to fit longer window titles"
msgstr ""
#: src/org.cafe.croma.gschema.xml:219
msgid ""
"The popup window may be expanded up to the width determined by the config "
"parameter 'alt-tab-max-columns'."
msgstr ""
#: src/org.cafe.croma.gschema.xml:226 src/org.cafe.croma.gschema.xml:231
#: src/org.cafe.croma.gschema.xml:236 src/org.cafe.croma.gschema.xml:241
#: src/org.cafe.croma.gschema.xml:246 src/org.cafe.croma.gschema.xml:251
#: src/org.cafe.croma.gschema.xml:256 src/org.cafe.croma.gschema.xml:261
#: src/org.cafe.croma.gschema.xml:266 src/org.cafe.croma.gschema.xml:271
#: src/org.cafe.croma.gschema.xml:276 src/org.cafe.croma.gschema.xml:281
#: src/org.cafe.croma.gschema.xml:286 src/org.cafe.croma.gschema.xml:291
#: src/org.cafe.croma.gschema.xml:296 src/org.cafe.croma.gschema.xml:301
#: src/org.cafe.croma.gschema.xml:306 src/org.cafe.croma.gschema.xml:311
#: src/org.cafe.croma.gschema.xml:316 src/org.cafe.croma.gschema.xml:321
#: src/org.cafe.croma.gschema.xml:326 src/org.cafe.croma.gschema.xml:331
#: src/org.cafe.croma.gschema.xml:336 src/org.cafe.croma.gschema.xml:341
#: src/org.cafe.croma.gschema.xml:346 src/org.cafe.croma.gschema.xml:351
#: src/org.cafe.croma.gschema.xml:356 src/org.cafe.croma.gschema.xml:361
#: src/org.cafe.croma.gschema.xml:366 src/org.cafe.croma.gschema.xml:371
#: src/org.cafe.croma.gschema.xml:376 src/org.cafe.croma.gschema.xml:381
#: src/org.cafe.croma.gschema.xml:386 src/org.cafe.croma.gschema.xml:391
#: src/org.cafe.croma.gschema.xml:396 src/org.cafe.croma.gschema.xml:401
msgid "Name of workspace"
msgstr ""
#: src/org.cafe.croma.gschema.xml:227 src/org.cafe.croma.gschema.xml:232
#: src/org.cafe.croma.gschema.xml:237 src/org.cafe.croma.gschema.xml:242
#: src/org.cafe.croma.gschema.xml:247 src/org.cafe.croma.gschema.xml:252
#: src/org.cafe.croma.gschema.xml:257 src/org.cafe.croma.gschema.xml:262
#: src/org.cafe.croma.gschema.xml:267 src/org.cafe.croma.gschema.xml:272
#: src/org.cafe.croma.gschema.xml:277 src/org.cafe.croma.gschema.xml:282
#: src/org.cafe.croma.gschema.xml:287 src/org.cafe.croma.gschema.xml:292
#: src/org.cafe.croma.gschema.xml:297 src/org.cafe.croma.gschema.xml:302
#: src/org.cafe.croma.gschema.xml:307 src/org.cafe.croma.gschema.xml:312
#: src/org.cafe.croma.gschema.xml:317 src/org.cafe.croma.gschema.xml:322
#: src/org.cafe.croma.gschema.xml:327 src/org.cafe.croma.gschema.xml:332
#: src/org.cafe.croma.gschema.xml:337 src/org.cafe.croma.gschema.xml:342
#: src/org.cafe.croma.gschema.xml:347 src/org.cafe.croma.gschema.xml:352
#: src/org.cafe.croma.gschema.xml:357 src/org.cafe.croma.gschema.xml:362
#: src/org.cafe.croma.gschema.xml:367 src/org.cafe.croma.gschema.xml:372
#: src/org.cafe.croma.gschema.xml:377 src/org.cafe.croma.gschema.xml:382
#: src/org.cafe.croma.gschema.xml:387 src/org.cafe.croma.gschema.xml:392
#: src/org.cafe.croma.gschema.xml:397 src/org.cafe.croma.gschema.xml:402
msgid "The name of a workspace."
msgstr ""
#: src/org.cafe.croma.gschema.xml:409 src/org.cafe.croma.gschema.xml:414
#: src/org.cafe.croma.gschema.xml:419 src/org.cafe.croma.gschema.xml:424
#: src/org.cafe.croma.gschema.xml:429 src/org.cafe.croma.gschema.xml:434
#: src/org.cafe.croma.gschema.xml:439 src/org.cafe.croma.gschema.xml:444
#: src/org.cafe.croma.gschema.xml:449 src/org.cafe.croma.gschema.xml:454
#: src/org.cafe.croma.gschema.xml:459 src/org.cafe.croma.gschema.xml:464
msgid "Run a defined command"
msgstr ""
#: src/org.cafe.croma.gschema.xml:410 src/org.cafe.croma.gschema.xml:415
#: src/org.cafe.croma.gschema.xml:420 src/org.cafe.croma.gschema.xml:425
#: src/org.cafe.croma.gschema.xml:430 src/org.cafe.croma.gschema.xml:435
#: src/org.cafe.croma.gschema.xml:440 src/org.cafe.croma.gschema.xml:445
#: src/org.cafe.croma.gschema.xml:450 src/org.cafe.croma.gschema.xml:455
#: src/org.cafe.croma.gschema.xml:460 src/org.cafe.croma.gschema.xml:465
msgid ""
"The keybinding that runs the correspondingly-numbered command in /apps/croma/"
"keybinding_commands The format looks like \"<Control>a\" or "
"\"<Shift><Alt>F1\". The parser is fairly liberal and allows lower or upper "
"case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set "
"the option to the special string \"disabled\", then there will be no "
"keybinding for this action."
msgstr ""
#: src/org.cafe.croma.gschema.xml:470 src/org.cafe.croma.gschema.xml:475
#: src/org.cafe.croma.gschema.xml:480 src/org.cafe.croma.gschema.xml:485
#: src/org.cafe.croma.gschema.xml:490 src/org.cafe.croma.gschema.xml:495
#: src/org.cafe.croma.gschema.xml:500 src/org.cafe.croma.gschema.xml:505
#: src/org.cafe.croma.gschema.xml:510 src/org.cafe.croma.gschema.xml:515
#: src/org.cafe.croma.gschema.xml:520 src/org.cafe.croma.gschema.xml:525
#: src/org.cafe.croma.gschema.xml:530 src/org.cafe.croma.gschema.xml:535
#: src/org.cafe.croma.gschema.xml:540 src/org.cafe.croma.gschema.xml:545
#: src/org.cafe.croma.gschema.xml:550 src/org.cafe.croma.gschema.xml:625
#: src/org.cafe.croma.gschema.xml:630 src/org.cafe.croma.gschema.xml:635
#: src/org.cafe.croma.gschema.xml:640 src/org.cafe.croma.gschema.xml:645
#: src/org.cafe.croma.gschema.xml:650 src/org.cafe.croma.gschema.xml:655
#: src/org.cafe.croma.gschema.xml:736 src/org.cafe.croma.gschema.xml:741
#: src/org.cafe.croma.gschema.xml:746 src/org.cafe.croma.gschema.xml:751
#: src/org.cafe.croma.gschema.xml:756 src/org.cafe.croma.gschema.xml:761
#: src/org.cafe.croma.gschema.xml:766 src/org.cafe.croma.gschema.xml:771
#: src/org.cafe.croma.gschema.xml:776 src/org.cafe.croma.gschema.xml:781
#: src/org.cafe.croma.gschema.xml:786 src/org.cafe.croma.gschema.xml:791
#: src/org.cafe.croma.gschema.xml:796 src/org.cafe.croma.gschema.xml:801
#: src/org.cafe.croma.gschema.xml:806 src/org.cafe.croma.gschema.xml:811
#: src/org.cafe.croma.gschema.xml:816 src/org.cafe.croma.gschema.xml:821
#: src/org.cafe.croma.gschema.xml:826 src/org.cafe.croma.gschema.xml:831
#: src/org.cafe.croma.gschema.xml:836 src/org.cafe.croma.gschema.xml:841
#: src/org.cafe.croma.gschema.xml:846 src/org.cafe.croma.gschema.xml:851
#: src/org.cafe.croma.gschema.xml:856 src/org.cafe.croma.gschema.xml:861
#: src/org.cafe.croma.gschema.xml:866 src/org.cafe.croma.gschema.xml:871
#: src/org.cafe.croma.gschema.xml:876 src/org.cafe.croma.gschema.xml:881
#: src/org.cafe.croma.gschema.xml:886 src/org.cafe.croma.gschema.xml:891
#: src/org.cafe.croma.gschema.xml:896 src/org.cafe.croma.gschema.xml:901
#: src/org.cafe.croma.gschema.xml:906 src/org.cafe.croma.gschema.xml:911
#: src/org.cafe.croma.gschema.xml:916 src/org.cafe.croma.gschema.xml:921
#: src/org.cafe.croma.gschema.xml:926 src/org.cafe.croma.gschema.xml:931
#: src/org.cafe.croma.gschema.xml:936 src/org.cafe.croma.gschema.xml:941
#: src/org.cafe.croma.gschema.xml:946 src/org.cafe.croma.gschema.xml:951
#: src/org.cafe.croma.gschema.xml:956 src/org.cafe.croma.gschema.xml:961
#: src/org.cafe.croma.gschema.xml:966 src/org.cafe.croma.gschema.xml:971
#: src/org.cafe.croma.gschema.xml:976 src/org.cafe.croma.gschema.xml:981
#: src/org.cafe.croma.gschema.xml:986 src/org.cafe.croma.gschema.xml:991
msgid ""
"The format looks like \"<Control>a\" or \"<Shift><Alt>F1\". The parser is "
"fairly liberal and allows lower or upper case, and also abbreviations such "
"as \"<Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
"\"disabled\", then there will be no keybinding for this action."
msgstr ""
#: src/org.cafe.croma.gschema.xml:555 src/org.cafe.croma.gschema.xml:560
#: src/org.cafe.croma.gschema.xml:565 src/org.cafe.croma.gschema.xml:570
#: src/org.cafe.croma.gschema.xml:575 src/org.cafe.croma.gschema.xml:580
#: src/org.cafe.croma.gschema.xml:585 src/org.cafe.croma.gschema.xml:590
#: src/org.cafe.croma.gschema.xml:595 src/org.cafe.croma.gschema.xml:600
#: src/org.cafe.croma.gschema.xml:605 src/org.cafe.croma.gschema.xml:610
#: src/org.cafe.croma.gschema.xml:615 src/org.cafe.croma.gschema.xml:620
msgid ""
"The format looks like \"<Control>a\" or \"<Shift><Alt>F1\". The parser is "
"fairly liberal and allows lower or upper case, and also abbreviations such "
"as \"<Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
"\"disabled\", then there will be no keybinding for this action. This "
"keybinding may be reversed by holding down the \"shift\" key; therefore, "
"\"shift\" cannot be one of the keys it uses."
msgstr ""
#: src/org.cafe.croma.gschema.xml:559
msgid "Move backward between windows of an application, using a popup window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:569
msgid "Move backward between windows, using a popup window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:574
msgid "Move between windows on all workspaces, using a popup window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:579
msgid "Move backward between windows on all workspaces, using a popup window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:589
msgid "Move backward between panels and the desktop, using a popup window"
msgstr ""
#: src/org.cafe.croma.gschema.xml:599
msgid "Move backward between windows of an application immediately"
msgstr ""
#: src/org.cafe.croma.gschema.xml:609
msgid "Move backward between windows immediately"
msgstr ""
#: src/org.cafe.croma.gschema.xml:619
msgid "Move backward between panels and the desktop immediately"
msgstr ""
#: src/org.cafe.croma.gschema.xml:634
msgid "Show the panel's \"Run Application\" dialog box"
msgstr ""
#: src/org.cafe.croma.gschema.xml:662 src/org.cafe.croma.gschema.xml:667
#: src/org.cafe.croma.gschema.xml:672 src/org.cafe.croma.gschema.xml:677
#: src/org.cafe.croma.gschema.xml:682 src/org.cafe.croma.gschema.xml:687
#: src/org.cafe.croma.gschema.xml:692 src/org.cafe.croma.gschema.xml:697
#: src/org.cafe.croma.gschema.xml:702 src/org.cafe.croma.gschema.xml:707
#: src/org.cafe.croma.gschema.xml:712 src/org.cafe.croma.gschema.xml:717
msgid "Commands to run in response to keybindings"
msgstr ""
#: src/org.cafe.croma.gschema.xml:663 src/org.cafe.croma.gschema.xml:668
#: src/org.cafe.croma.gschema.xml:673 src/org.cafe.croma.gschema.xml:678
#: src/org.cafe.croma.gschema.xml:683 src/org.cafe.croma.gschema.xml:688
#: src/org.cafe.croma.gschema.xml:693 src/org.cafe.croma.gschema.xml:698
#: src/org.cafe.croma.gschema.xml:703 src/org.cafe.croma.gschema.xml:708
#: src/org.cafe.croma.gschema.xml:713 src/org.cafe.croma.gschema.xml:718
msgid ""
"The /apps/croma/global_keybindings/run_command_N keys define keybindings "
"that correspond to these commands. Pressing the keybinding for run_command_N "
"will execute command_N."
msgstr ""
#: src/org.cafe.croma.gschema.xml:722
msgid "The screenshot command"
msgstr ""
#: src/org.cafe.croma.gschema.xml:723
msgid ""
"The /apps/croma/global_keybindings/run_command_screenshot key defines a "
"keybinding which causes the command specified by this setting to be invoked."
msgstr ""
#: src/org.cafe.croma.gschema.xml:727
msgid "The window screenshot command"
msgstr ""
#: src/org.cafe.croma.gschema.xml:728
msgid ""
"The /apps/croma/global_keybindings/run_command_window_screenshot key defines "
"a keybinding which causes the command specified by this setting to be "
"invoked."
msgstr ""
#: src/org.cafe.croma.gschema.xml:750
msgid "Toggle whether a window will always be visible over other windows"
msgstr ""
#: src/org.cafe.croma.gschema.xml:910
msgid "Tile window to north-west (upper left) corner of screen"
msgstr ""
#: src/org.cafe.croma.gschema.xml:915
msgid "Tile window to north-east (upper right) corner of screen"
msgstr ""
#: src/org.cafe.croma.gschema.xml:920
msgid "Tile window to south-east (lower right) corner of screen"
msgstr ""
#: src/org.cafe.croma.gschema.xml:925
msgid "Tile window to south-west (lower left) corner of screen"
msgstr ""
#: src/core/bell.c:294
msgid "Bell event"
msgstr ""
#: src/core/core.c:214
#, c-format