forked from mate-desktop/mate-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mate-panel.pot
3107 lines (2455 loc) · 78.6 KB
/
mate-panel.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 MATE Desktop Environment team
# This file is distributed under the same license as the mate-panel package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mate-panel 1.27.2\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/mate-panel/issues\n"
"POT-Creation-Date: 2023-09-02 19:26+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"
#: applets/clock/calendar-window.c:257 applets/clock/clock.ui:708
msgid "Locations"
msgstr ""
#: applets/clock/calendar-window.c:257
msgid "Edit"
msgstr ""
#: applets/clock/calendar-window.c:484
msgid "Calendar"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display the time in 12-hours format (eg, like
#. * in the US: 8:10 am). The %p expands to am/pm.
#: applets/clock/clock.c:461
msgid "%l:%M:%S %p"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display the time in 12-hours format (eg, like
#. * in the US: 8:10 am). The %p expands to am/pm.
#.
#: applets/clock/clock.c:461 applets/clock/clock-location-tile.c:500
msgid "%l:%M %p"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display the time in 24-hours format (eg, like
#. * in France: 20:10).
#. Translators: This is a strftime format
#. * string.
#. * It is used to display the time in 24-hours
#. * format (eg, like in France: 20:10).
#: applets/clock/clock.c:466 applets/clock/clock.c:1736
msgid "%H:%M:%S"
msgstr ""
#. Translators: This is a strftime format
#. * string.
#. * It is used to display the time in 24-hours
#. * format (eg, like in France: 20:10).
#. Translators: This is a strftime format string.
#. * It is used to display the time in 24-hours format
#. * (eg, like in France: 20:10).
#. Translators: This is a strftime format string.
#. * It is used to display the time in 24-hours format (eg, like
#. * in France: 20:10).
#.
#: applets/clock/clock.c:466 applets/clock/clock.c:1742
#: applets/clock/clock-location-tile.c:460
#: applets/clock/clock-location-tile.c:507
msgid "%H:%M"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display the date. Replace %e with %d if, when
#. * the day of the month as a decimal number is a single digit,
#. * it should begin with a 0 in your locale (e.g. "May 01"
#. * instead of "May 1").
#: applets/clock/clock.c:477
msgid "%a %b %e"
msgstr ""
#: applets/clock/clock.c:484
#, c-format
msgid ""
"%1$s\n"
"%2$s"
msgstr ""
#: applets/clock/clock.c:492
#, c-format
msgid "%1$s, %2$s"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display a date. Please leave "%%s" as it is:
#. * it will be used to insert the timezone name later.
#: applets/clock/clock.c:674
msgid "%A %B %d (%%s)"
msgstr ""
#: applets/clock/clock.c:700
msgid "Click to hide month calendar"
msgstr ""
#: applets/clock/clock.c:702
msgid "Click to view month calendar"
msgstr ""
#: applets/clock/clock.c:1574
msgid "Computer Clock"
msgstr ""
#. Translators: This is a strftime format
#. * string.
#. * It is used to display the time in 12-hours
#. * format with a leading 0 if needed (eg, like
#. * in the US: 08:10 am). The %p expands to
#. * am/pm.
#: applets/clock/clock.c:1721
msgid "%I:%M:%S %p"
msgstr ""
#. Translators: This is a strftime format
#. * string.
#. * It is used to display the time in 12-hours
#. * format with a leading 0 if needed (eg, like
#. * in the US: 08:10 am). The %p expands to
#. * am/pm.
#: applets/clock/clock.c:1729
msgid "%I:%M %p"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display a date in the full format (so that people can
#. * copy and paste it elsewhere).
#: applets/clock/clock.c:1775
msgid "%A, %B %d %Y"
msgstr ""
#: applets/clock/clock.c:1806
msgid "Set System Time..."
msgstr ""
#: applets/clock/clock.c:1807
msgid "Set System Time"
msgstr ""
#: applets/clock/clock.c:1821
msgid "Failed to set the system time"
msgstr ""
#: applets/clock/clock.c:2011 applets/fish/fish.c:1690
#: applets/notification_area/main.c:290 applets/wncklet/window-list.c:551
#: applets/wncklet/workspace-switcher.c:468
msgid "_Preferences"
msgstr ""
#: applets/clock/clock.c:2014 applets/clock/clock.ui:312
#: applets/fish/fish.c:1693 applets/fish/fish.ui:46
#: applets/notification_area/main.c:293 applets/wncklet/showdesktop.c:239
#: applets/wncklet/window-list.c:559 applets/wncklet/window-list.ui:37
#: applets/wncklet/window-menu.c:105 applets/wncklet/workspace-switcher.c:476
#: applets/wncklet/workspace-switcher.ui:46 mate-panel/drawer.c:558
#: mate-panel/panel-action-button.c:730 mate-panel/panel-addto.c:1267
#: mate-panel/panel-context-menu.c:320
#: mate-panel/panel-ditem-editor-dialog.ui:45 mate-panel/panel-menu-bar.c:355
#: mate-panel/panel-menu-button.c:699 mate-panel/panel-properties-dialog.ui:78
#: mate-panel/panel-properties-dialog.ui:724 mate-panel/panel-run-dialog.ui:39
msgid "_Help"
msgstr ""
#: applets/clock/clock.c:2017 applets/fish/fish.c:1696
#: applets/notification_area/main.c:296 applets/wncklet/showdesktop.c:247
#: applets/wncklet/window-list.c:567 applets/wncklet/window-menu.c:113
#: applets/wncklet/workspace-switcher.c:484
msgid "_About"
msgstr ""
#: applets/clock/clock.c:2020
msgid "Copy _Time"
msgstr ""
#: applets/clock/clock.c:2023
msgid "Copy _Date"
msgstr ""
#: applets/clock/clock.c:2026
msgid "Ad_just Date & Time"
msgstr ""
#: applets/clock/clock.c:3099
msgid "Choose Location"
msgstr ""
#: applets/clock/clock.c:3178
msgid "Edit Location"
msgstr ""
#: applets/clock/clock.c:3304
msgid "City Name"
msgstr ""
#: applets/clock/clock.c:3308
msgid "City Time Zone"
msgstr ""
#: applets/clock/clock.c:3581
#: applets/clock/org.mate.panel.ClockApplet.mate-panel-applet.desktop.in.in:10
msgid "Clock"
msgstr ""
#: applets/clock/clock.c:3582
msgid "About Clock"
msgstr ""
#: applets/clock/clock.c:3584
msgid "The Clock displays the current time and date"
msgstr ""
#: applets/clock/clock.c:3585
msgid ""
"Copyright © 1998-2004 Free Software Foundation, Inc.\n"
"Copyright © 2012-2021 MATE developers"
msgstr ""
#: applets/clock/clock.c:3589 applets/fish/fish.c:562
#: applets/notification_area/main.c:284 applets/wncklet/showdesktop.c:531
#: applets/wncklet/window-list.c:1052 applets/wncklet/window-menu.c:95
#: applets/wncklet/workspace-switcher.c:735 mate-panel/panel-context-menu.c:125
msgid "translator-credits"
msgstr ""
#: applets/clock/clock.ui:31
msgid "Time & Date"
msgstr ""
#: applets/clock/clock.ui:46 applets/clock/clock.ui:952
#: mate-panel/libpanel-util/panel-gtk.c:137 mate-panel/panel-context-menu.c:214
#: mate-panel/panel-ditem-editor-dialog.ui:92 mate-panel/panel-force-quit.c:241
#: mate-panel/panel-recent.c:154 mate-panel/panel-run-dialog.ui:55
#: mate-panel/panel.c:688 mate-panel/panel.c:1491
msgid "_Cancel"
msgstr ""
#: applets/clock/clock.ui:62
msgid "_Set System Time"
msgstr ""
#: applets/clock/clock.ui:198
msgid "_Time:"
msgstr ""
#: applets/clock/clock.ui:212
msgid "Current Time:"
msgstr ""
#: applets/clock/clock.ui:296
msgid "Clock Preferences"
msgstr ""
#: applets/clock/clock.ui:328
msgid "Time _Settings"
msgstr ""
#: applets/clock/clock.ui:343 applets/fish/fish.c:849 applets/fish/fish.ui:62
#: applets/notification_area/notification-area-preferences-dialog.ui:65
#: applets/wncklet/window-list.ui:53 applets/wncklet/workspace-switcher.ui:62
#: mate-panel/panel-addto.c:1278 mate-panel/panel-ditem-editor-dialog.ui:76
#: mate-panel/panel-properties-dialog.ui:94
#: mate-panel/panel-properties-dialog.ui:740
#: mate-panel/panel-test-applets.ui:52
msgid "_Close"
msgstr ""
#: applets/clock/clock.ui:388
msgid "Clock Format"
msgstr ""
#: applets/clock/clock.ui:412
msgid "_12 hour format"
msgstr ""
#: applets/clock/clock.ui:427
msgid "_24 hour format"
msgstr ""
#: applets/clock/clock.ui:467
msgid "Panel Display"
msgstr ""
#: applets/clock/clock.ui:492
msgid "Show the _date"
msgstr ""
#: applets/clock/clock.ui:507
msgid "Show seco_nds"
msgstr ""
#: applets/clock/clock.ui:522
msgid "Show wee_k numbers in calendar"
msgstr ""
#: applets/clock/clock.ui:537
msgid "Show _weather"
msgstr ""
#: applets/clock/clock.ui:552
msgid "Show _temperature"
msgstr ""
#: applets/clock/clock.ui:587 applets/fish/fish.ui:102
#: mate-panel/panel-properties-dialog.ui:384
msgid "General"
msgstr ""
#: applets/clock/clock.ui:639 mate-panel/panel-addto.c:1274
msgid "_Add"
msgstr ""
#: applets/clock/clock.ui:655
msgid "_Edit"
msgstr ""
#: applets/clock/clock.ui:671
msgid "_Remove"
msgstr ""
#: applets/clock/clock.ui:732
msgid "Display"
msgstr ""
#: applets/clock/clock.ui:769
msgid "_Visibility unit:"
msgstr ""
#: applets/clock/clock.ui:791
msgid "_Pressure unit:"
msgstr ""
#: applets/clock/clock.ui:825
msgid "_Wind speed unit:"
msgstr ""
#: applets/clock/clock.ui:839
msgid "_Temperature unit:"
msgstr ""
#: applets/clock/clock.ui:886
msgid "Weather"
msgstr ""
#: applets/clock/clock.ui:915
msgid "East"
msgstr ""
#: applets/clock/clock.ui:918
msgid "West"
msgstr ""
#: applets/clock/clock.ui:929
msgid "North"
msgstr ""
#: applets/clock/clock.ui:932
msgid "South"
msgstr ""
#: applets/clock/clock.ui:968 mate-panel/libpanel-util/panel-gtk.c:141
#: mate-panel/panel-applet-frame.c:959
msgid "_OK"
msgstr ""
#. Languages that have a single word that translates as either "state" or "province" should use that instead of "region".
#: applets/clock/clock.ui:1043
msgid ""
"<small><i>Type a city, region, or country name and then select a match from "
"the pop-up.</i></small>"
msgstr ""
#: applets/clock/clock.ui:1088
msgid "_Timezone:"
msgstr ""
#: applets/clock/clock.ui:1101
msgid "_Location Name:"
msgstr ""
#: applets/clock/clock.ui:1145 applets/clock/clock.ui:1159
msgid "<i>(optional)</i>"
msgstr ""
#: applets/clock/clock.ui:1202
msgid "L_ongitude:"
msgstr ""
#: applets/clock/clock.ui:1223
msgid "L_atitude:"
msgstr ""
#: applets/clock/clock-location-tile.c:181
msgid "Failed to set the system timezone"
msgstr ""
#: applets/clock/clock-location-tile.c:227
msgid "<small>Set...</small>"
msgstr ""
#: applets/clock/clock-location-tile.c:228
msgid "<small>Set</small>"
msgstr ""
#: applets/clock/clock-location-tile.c:304
msgid "Set location as current location and use its timezone for this computer"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display the time in 12-hours format
#. * (eg, like in the US: 8:10 am), when the local
#. * weekday differs from the weekday at the location
#. * (the %A expands to the weekday). The %p expands to
#. * am/pm.
#: applets/clock/clock-location-tile.c:437
msgid "%l:%M <small>%p (%A)</small>"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display the time in 24-hours format
#. * (eg, like in France: 20:10), when the local
#. * weekday differs from the weekday at the location
#. * (the %A expands to the weekday).
#: applets/clock/clock-location-tile.c:445
msgid "%H:%M <small>(%A)</small>"
msgstr ""
#. Translators: This is a strftime format string.
#. * It is used to display the time in 12-hours format
#. * (eg, like in the US: 8:10 am). The %p expands to
#. * am/pm.
#: applets/clock/clock-location-tile.c:454
msgid "%l:%M <small>%p</small>"
msgstr ""
#: applets/clock/clock-location-tile.c:596
#, c-format
msgid "%s, %s"
msgstr ""
#: applets/clock/clock-location-tile.c:608
#: applets/clock/clock-location-tile.c:617
msgid "Unknown"
msgstr ""
#. Translators: The two strings are temperatures.
#: applets/clock/clock-location-tile.c:610
#, c-format
msgid "%s, feels like %s"
msgstr ""
#: applets/clock/clock-location-tile.c:633
#, c-format
msgid "Sunrise: %s / Sunset: %s"
msgstr ""
#: applets/clock/clock-utils.c:92 applets/fish/fish.c:168
#: applets/notification_area/main.c:236 applets/wncklet/wncklet.c:74
#: mate-panel/libpanel-util/panel-show.c:235
#, c-format
msgid "Could not display help document '%s'"
msgstr ""
#: applets/clock/clock-utils.c:121 applets/fish/fish.c:194
#: applets/notification_area/main.c:250 applets/wncklet/wncklet.c:91
msgid "Error displaying help document"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:29
msgid "Hour format"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:30
msgid ""
"This key specifies the hour format used by the clock applet. Possible values "
"are \"12-hour\", \"24-hour\", \"internet\", \"unix\" and \"custom\". If set "
"to \"internet\", the clock will display Internet time. The Internet time "
"system divides the day into 1000 \".beats\". There are no time zones in this "
"system, so time is the same all over the world. If set to \"unix\", the "
"clock will display time in seconds since Epoch, i.e. 1970-01-01. If set to "
"\"custom\", the clock will display time according to the format specified in "
"the custom_format key."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:34
msgid "Custom format of the clock"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:35
msgid ""
"This key specifies the format used by the clock applet when the format key "
"is set to \"custom\". You can use conversion specifiers understood by "
"strftime() to obtain a specific format. See the strftime() manual for more "
"information."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:39
msgid "Show time with seconds"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:40
msgid "If true, display seconds in time."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:44
msgid "Show date in clock"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:45
msgid "If true, display date in the clock, in addition to time."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:49
msgid "Show date in tooltip"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:50
msgid "If true, show date in a tooltip when the pointer is over the clock."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:54
msgid "Show weather in clock"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:55
msgid "If true, display a weather icon."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:59
msgid "Show temperature in clock"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:60
msgid "If true, show the temperature next to the weather icon."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:64
msgid "Show week numbers in calendar"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:65
msgid "If true, show week numbers in the calendar."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:69
msgid "Expand list of locations"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:70
msgid "If true, expand the list of locations in the calendar window."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:74
msgid "List of locations"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:75
msgid "A list of locations to display in the calendar window."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:79
msgid "Temperature unit"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:80
msgid "The unit to use when showing temperatures."
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:84
msgid "Speed unit"
msgstr ""
#: applets/clock/org.mate.panel.applet.clock.gschema.xml.in:85
msgid "The unit to use when showing wind speed."
msgstr ""
#: applets/clock/org.mate.panel.ClockApplet.mate-panel-applet.desktop.in.in:6
msgid "Clock Applet Factory"
msgstr ""
#: applets/clock/org.mate.panel.ClockApplet.mate-panel-applet.desktop.in.in:7
msgid "Factory for clock applet"
msgstr ""
#: applets/clock/org.mate.panel.ClockApplet.mate-panel-applet.desktop.in.in:11
msgid "Get the current time and date"
msgstr ""
#: applets/fish/fish.c:264
#, c-format
msgid ""
"Warning: The command appears to be something actually useful.\n"
"Since this is a useless applet, you may not want to do this.\n"
"We strongly advise you against using %s for anything\n"
"which would make the applet \"practical\" or useful."
msgstr ""
#: applets/fish/fish.c:423
msgid "Images"
msgstr ""
#: applets/fish/fish.c:529 applets/fish/fish.c:573 applets/fish/fish.c:679
#, no-c-format
msgid "%s the Fish"
msgstr ""
#: applets/fish/fish.c:530
#, c-format
msgid ""
"%s has no use what-so-ever. It only takes up disk space and compilation "
"time, and if loaded it also takes up precious panel space and memory. "
"Anybody found using it should be promptly sent for a psychiatric evaluation."
msgstr ""
#: applets/fish/fish.c:547
msgid "(with minor help from George)"
msgstr ""
#: applets/fish/fish.c:553
#: applets/fish/org.mate.panel.FishApplet.mate-panel-applet.desktop.in.in:10
msgid "Fish"
msgstr ""
#: applets/fish/fish.c:554
msgid "About Fish"
msgstr ""
#: applets/fish/fish.c:557
msgid ""
"Copyright © 1998-2002 Free Software Foundation, Inc.\n"
"Copyright © 2002-2005 Vincent Untz\n"
"Copyright © 2012-2021 MATE developers"
msgstr ""
#: applets/fish/fish.c:574
#, c-format
msgid "%s the Fish, a contemporary oracle"
msgstr ""
#: applets/fish/fish.c:640
msgid "Unable to locate the command to execute"
msgstr ""
#: applets/fish/fish.c:684
#, no-c-format
msgid "%s the Fish Says:"
msgstr ""
#: applets/fish/fish.c:746
#, c-format
msgid ""
"Unable to read output from command\n"
"\n"
"Details: %s"
msgstr ""
#: applets/fish/fish.c:845
msgid "_Speak again"
msgstr ""
#: applets/fish/fish.c:926
#, c-format
msgid "The configured command is not working and has been replaced by: %s"
msgstr ""
#: applets/fish/fish.c:959
#, c-format
msgid ""
"Unable to execute '%s'\n"
"\n"
"Details: %s"
msgstr ""
#: applets/fish/fish.c:975
#, c-format
msgid ""
"Unable to read from '%s'\n"
"\n"
"Details: %s"
msgstr ""
#: applets/fish/fish.c:1547
msgid "The water needs changing"
msgstr ""
#: applets/fish/fish.c:1549
msgid "Look at today's date!"
msgstr ""
#: applets/fish/fish.c:1631
#, c-format
msgid "%s the Fish, the fortune teller"
msgstr ""
#: applets/fish/fish.ui:32
msgid "Fish Preferences"
msgstr ""
#: applets/fish/fish.ui:145
msgid "_Name of fish:"
msgstr ""
#: applets/fish/fish.ui:185
msgid "Co_mmand to run when clicked:"
msgstr ""
#: applets/fish/fish.ui:246
msgid "Animation"
msgstr ""
#: applets/fish/fish.ui:266 mate-panel/panel-properties-dialog.ui:482
#: mate-panel/panel-properties-dialog.ui:635
msgid " "
msgstr ""
#: applets/fish/fish.ui:300
msgid "_File:"
msgstr ""
#: applets/fish/fish.ui:315
msgid "Select an animation"
msgstr ""
#: applets/fish/fish.ui:346
msgid "_Total frames in animation:"
msgstr ""
#: applets/fish/fish.ui:361
msgid "_Pause per frame:"
msgstr ""
#: applets/fish/fish.ui:390
msgid "frames"
msgstr ""
#: applets/fish/fish.ui:403
msgid "seconds"
msgstr ""
#: applets/fish/fish.ui:455
msgid "_Rotate on vertical panels"
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:5
msgid "The fish's name"
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:6
msgid ""
"A fish without a name is a pretty dull fish. Bring your fish to life by "
"naming him."
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:10
msgid "The fish's animation pixmap"
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:11
msgid ""
"This key specifies the filename of the pixmap which will be used for the "
"animation displayed in the fish applet relative to the pixmap directory."
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:15
msgid "Command to execute on click"
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:16
msgid ""
"This key specifies the command that will be tried to execute when the fish "
"is clicked."
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:20
msgid "Frames in fish's animation"
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:21
msgid ""
"This key specifies the number of frames that will be displayed in the fish's "
"animation."
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:25
msgid "Pause per frame"
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:26
msgid "This key specifies the number of seconds each frame will be displayed."
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:30
msgid "Rotate on vertical panels"
msgstr ""
#: applets/fish/org.mate.panel.applet.fish.gschema.xml.in:31
msgid ""
"If true, the fish's animation will be displayed rotated on vertical panels."
msgstr ""
#: applets/fish/org.mate.panel.FishApplet.mate-panel-applet.desktop.in.in:6
msgid "Wanda Factory"
msgstr ""
#: applets/fish/org.mate.panel.FishApplet.mate-panel-applet.desktop.in.in:7
msgid "From Whence That Stupid Fish Came"
msgstr ""
#: applets/fish/org.mate.panel.FishApplet.mate-panel-applet.desktop.in.in:11
msgid "Display a swimming fish or another animated creature"
msgstr ""
#: applets/notification_area/main.c:274
#: applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in:10
msgid "Notification Area"
msgstr ""
#: applets/notification_area/main.c:275
msgid "About Notification Area"
msgstr ""
#: applets/notification_area/main.c:278
msgid ""
"Copyright © 2002 Red Hat, Inc.\n"
"Copyright © 2003-2006 Vincent Untz\n"
"Copyright © 2011 Perberos\n"
"Copyright © 2012-2021 MATE developers"
msgstr ""
#: applets/notification_area/main.c:482
msgid "Panel Notification Area"
msgstr ""
#: applets/notification_area/notification-area-preferences-dialog.ui:46
msgid "Notification Area Preferences"
msgstr ""
#: applets/notification_area/notification-area-preferences-dialog.ui:110
msgid "_Minimum Icon Size:"
msgstr ""
#: applets/notification_area/notification-area-preferences-dialog.ui:124
msgid "26"
msgstr ""
#: applets/notification_area/notification-area-preferences-dialog.ui:139
#: mate-panel/panel-properties-dialog.ui:221
msgid "pixels"
msgstr ""
#: applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in:5
msgid "Minimum icon size"
msgstr ""
#: applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in:6
msgid "The minimum size an icon can have."
msgstr ""
#: applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in:6
msgid "Notification Area Factory"
msgstr ""
#: applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in:7
msgid "Factory for notification area"
msgstr ""
#: applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in:11
msgid "Area where notification icons appear"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:10
msgid "Show windows from all workspaces"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:11
msgid ""
"If true, the window list will show windows from all workspaces. Otherwise it "
"will only display windows from the current workspace."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:15
msgid "When to group windows"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:16
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:20
msgid "Move windows to current workspace when unminimized"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:21
msgid ""
"If true, then when unminimizing a window, move it to the current workspace. "
"Otherwise, switch to the workspace of the window."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:25
msgid "Whether to enable mouse scrolling in the switch window list"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:26
msgid ""
"If true, enable mouse scrolling in window list, otherwise disable mouse "
"scrolling in window list."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:30
msgid "Close window on middle mouse click"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in:31
msgid ""
"If true, then clicking the middle mouse button over a taskbar item will "
"close the window."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:5
msgid "Display workspace names"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:6
msgid ""
"If true, the workspaces in the workspace switcher will display the names of "
"the workspaces. Otherwise they will display the windows on the workspace. "
"This setting only works when the window manager is Marco."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:10
msgid "Display all workspaces"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:11
msgid ""
"If true, the workspace switcher will show all workspaces. Otherwise it will "
"only show the current workspace."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:15
msgid "Rows in workspace switcher"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:16
msgid ""
"This key specifies how many rows (for horizontal layout) or columns (for "
"vertical layout) the workspace switcher shows the workspaces in. This key is "
"only relevant if the display_all_workspaces key is true."
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:20
msgid "Wrap around on scroll"
msgstr ""
#: applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in:21
msgid ""
"If true, the workspace switcher will allow wrap-around, which means "
"switching from the first to the last workspace and vice versa via scrolling."
msgstr ""
#: applets/wncklet/org.mate.panel.Wncklet.mate-panel-applet.desktop.in.in:6
msgid "Window Navigation Applet Factory"
msgstr ""
#: applets/wncklet/org.mate.panel.Wncklet.mate-panel-applet.desktop.in.in:7
msgid "Factory for the window navigation related applets"
msgstr ""
#: applets/wncklet/org.mate.panel.Wncklet.mate-panel-applet.desktop.in.in:10
#: applets/wncklet/window-menu.c:83 applets/wncklet/window-menu.c:235
msgid "Window Selector"
msgstr ""
#: applets/wncklet/org.mate.panel.Wncklet.mate-panel-applet.desktop.in.in:11
msgid "Switch between open windows using a menu"
msgstr ""
#: applets/wncklet/org.mate.panel.Wncklet.mate-panel-applet.desktop.in.in:23
#: applets/wncklet/workspace-switcher.c:725
msgid "Workspace Switcher"
msgstr ""
#: applets/wncklet/org.mate.panel.Wncklet.mate-panel-applet.desktop.in.in:24
msgid "Switch between workspaces"
msgstr ""
#: applets/wncklet/org.mate.panel.Wncklet.mate-panel-applet.desktop.in.in:36
#: applets/wncklet/window-list.c:1042
msgid "Window List"
msgstr ""