-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcafe-panel.pot
3018 lines (2386 loc) · 76 KB
/
cafe-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 CAFE Desktop Environment team
# This file is distributed under the same license as the cafe-panel package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: cafe-panel 1.25.0\n"
"Report-Msgid-Bugs-To: https://github.com/cafe-desktop/cafe-panel/issues\n"
"POT-Creation-Date: 2023-03-23 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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:689
msgid "Locations"
msgstr ""
#: applets/clock/calendar-window.c:257
msgid "Edit"
msgstr ""
#: applets/clock/calendar-window.c:482
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:449
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:449 applets/clock/clock-location-tile.c:502
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:454 applets/clock/clock.c:1603
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:454 applets/clock/clock.c:1609
#: applets/clock/clock-location-tile.c:462
#: applets/clock/clock-location-tile.c:509
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:465
msgid "%a %b %e"
msgstr ""
#: applets/clock/clock.c:472
#, c-format
msgid ""
"%1$s\n"
"%2$s"
msgstr ""
#: applets/clock/clock.c:480
#, 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:663
msgid "%A %B %d (%%s)"
msgstr ""
#: applets/clock/clock.c:689
msgid "Click to hide month calendar"
msgstr ""
#: applets/clock/clock.c:691
msgid "Click to view month calendar"
msgstr ""
#: applets/clock/clock.c:1441
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:1588
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:1596
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:1642
msgid "%A, %B %d %Y"
msgstr ""
#: applets/clock/clock.c:1673
msgid "Set System Time..."
msgstr ""
#: applets/clock/clock.c:1674
msgid "Set System Time"
msgstr ""
#: applets/clock/clock.c:1689
msgid "Failed to set the system time"
msgstr ""
#: applets/clock/clock.c:1885 applets/fish/fish.c:1695
#: applets/notification_area/main.c:293 applets/vncklet/window-list.c:362
#: applets/vncklet/workspace-switcher.c:393
msgid "_Preferences"
msgstr ""
#: applets/clock/clock.c:1888 applets/clock/clock.ui:293
#: applets/fish/fish.c:1698 applets/fish/fish.ui:46
#: applets/notification_area/main.c:296 applets/vncklet/showdesktop.c:242
#: applets/vncklet/window-list.c:370 applets/vncklet/window-list.ui:35
#: applets/vncklet/window-menu.c:99 applets/vncklet/workspace-switcher.c:401
#: applets/vncklet/workspace-switcher.ui:46 cafe-panel/drawer.c:562
#: cafe-panel/panel-action-button.c:753 cafe-panel/panel-addto.c:1310
#: cafe-panel/panel-context-menu.c:319 cafe-panel/panel-ditem-editor.c:648
#: cafe-panel/panel-menu-bar.c:351 cafe-panel/panel-menu-button.c:700
#: cafe-panel/panel-properties-dialog.ui:78
#: cafe-panel/panel-properties-dialog.ui:724 cafe-panel/panel-run-dialog.ui:39
msgid "_Help"
msgstr ""
#: applets/clock/clock.c:1891 applets/fish/fish.c:1701
#: applets/notification_area/main.c:299 applets/vncklet/showdesktop.c:250
#: applets/vncklet/window-list.c:378 applets/vncklet/window-menu.c:107
#: applets/vncklet/workspace-switcher.c:409
msgid "_About"
msgstr ""
#: applets/clock/clock.c:1894
msgid "Copy _Time"
msgstr ""
#: applets/clock/clock.c:1897
msgid "Copy _Date"
msgstr ""
#: applets/clock/clock.c:1900
msgid "Ad_just Date & Time"
msgstr ""
#: applets/clock/clock.c:2898
msgid "Choose Location"
msgstr ""
#: applets/clock/clock.c:2977
msgid "Edit Location"
msgstr ""
#: applets/clock/clock.c:3104
msgid "City Name"
msgstr ""
#: applets/clock/clock.c:3108
msgid "City Time Zone"
msgstr ""
#: applets/clock/clock.c:3388
#: applets/clock/org.cafe.panel.ClockApplet.cafe-panel-applet.desktop.in.in:10
msgid "Clock"
msgstr ""
#: applets/clock/clock.c:3389
msgid "About Clock"
msgstr ""
#: applets/clock/clock.c:3391
msgid "The Clock displays the current time and date"
msgstr ""
#: applets/clock/clock.c:3392
msgid ""
"Copyright © 1998-2004 Free Software Foundation, Inc.\n"
"Copyright © 2012-2020 MATE developers\n"
"Copyright © 2022-2023 Pablo Barciela"
msgstr ""
#: applets/clock/clock.c:3397 applets/fish/fish.c:568
#: applets/notification_area/main.c:287 applets/vncklet/showdesktop.c:510
#: applets/vncklet/window-list.c:837 applets/vncklet/window-menu.c:89
#: applets/vncklet/workspace-switcher.c:649 cafe-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:923
#: cafe-panel/libpanel-util/panel-ctk.c:136 cafe-panel/panel-context-menu.c:214
#: cafe-panel/panel-ditem-editor.c:664 cafe-panel/panel-force-quit.c:240
#: cafe-panel/panel-recent.c:154 cafe-panel/panel-run-dialog.ui:55
#: cafe-panel/panel.c:1356
msgid "_Cancel"
msgstr ""
#: applets/clock/clock.ui:62
msgid "_Set System Time"
msgstr ""
#: applets/clock/clock.ui:191
msgid "_Time:"
msgstr ""
#: applets/clock/clock.ui:205
msgid "Current Time:"
msgstr ""
#: applets/clock/clock.ui:277
msgid "Clock Preferences"
msgstr ""
#: applets/clock/clock.ui:309
msgid "Time _Settings"
msgstr ""
#: applets/clock/clock.ui:324 applets/fish/fish.c:854 applets/fish/fish.ui:62
#: applets/notification_area/notification-area-preferences-dialog.ui:65
#: applets/vncklet/window-list.ui:51 applets/vncklet/workspace-switcher.ui:62
#: cafe-panel/panel-addto.c:1321 cafe-panel/panel-ditem-editor.c:660
#: cafe-panel/panel-properties-dialog.ui:94
#: cafe-panel/panel-properties-dialog.ui:740
#: cafe-panel/panel-test-applets.ui:52
msgid "_Close"
msgstr ""
#: applets/clock/clock.ui:369
msgid "Clock Format"
msgstr ""
#: applets/clock/clock.ui:393
msgid "_12 hour format"
msgstr ""
#: applets/clock/clock.ui:408
msgid "_24 hour format"
msgstr ""
#: applets/clock/clock.ui:448
msgid "Panel Display"
msgstr ""
#: applets/clock/clock.ui:473
msgid "Show the _date"
msgstr ""
#: applets/clock/clock.ui:488
msgid "Show seco_nds"
msgstr ""
#: applets/clock/clock.ui:503
msgid "Show wee_k numbers in calendar"
msgstr ""
#: applets/clock/clock.ui:518
msgid "Show _weather"
msgstr ""
#: applets/clock/clock.ui:533
msgid "Show _temperature"
msgstr ""
#: applets/clock/clock.ui:568 applets/fish/fish.ui:102
#: cafe-panel/panel-properties-dialog.ui:384
msgid "General"
msgstr ""
#: applets/clock/clock.ui:620 cafe-panel/panel-addto.c:1317
msgid "_Add"
msgstr ""
#: applets/clock/clock.ui:636
msgid "_Edit"
msgstr ""
#: applets/clock/clock.ui:652
msgid "_Remove"
msgstr ""
#: applets/clock/clock.ui:713
msgid "Display"
msgstr ""
#: applets/clock/clock.ui:749
msgid "_Visibility unit:"
msgstr ""
#: applets/clock/clock.ui:771
msgid "_Pressure unit:"
msgstr ""
#: applets/clock/clock.ui:805
msgid "_Wind speed unit:"
msgstr ""
#: applets/clock/clock.ui:819
msgid "_Temperature unit:"
msgstr ""
#: applets/clock/clock.ui:854
msgid "Weather"
msgstr ""
#: applets/clock/clock.ui:886
msgid "East"
msgstr ""
#: applets/clock/clock.ui:889
msgid "West"
msgstr ""
#: applets/clock/clock.ui:900
msgid "North"
msgstr ""
#: applets/clock/clock.ui:903
msgid "South"
msgstr ""
#: applets/clock/clock.ui:939 cafe-panel/libpanel-util/panel-ctk.c:140
#: cafe-panel/panel-applet-frame.c:962 cafe-panel/panel-ditem-editor.c:668
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:1012
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:1057
msgid "_Timezone:"
msgstr ""
#: applets/clock/clock.ui:1070
msgid "_Location Name:"
msgstr ""
#: applets/clock/clock.ui:1114 applets/clock/clock.ui:1128
msgid "<i>(optional)</i>"
msgstr ""
#: applets/clock/clock.ui:1171
msgid "L_ongitude:"
msgstr ""
#: applets/clock/clock.ui:1192
msgid "L_atitude:"
msgstr ""
#: applets/clock/clock-location-tile.c:183
msgid "Failed to set the system timezone"
msgstr ""
#: applets/clock/clock-location-tile.c:229
msgid "<small>Set...</small>"
msgstr ""
#: applets/clock/clock-location-tile.c:230
msgid "<small>Set</small>"
msgstr ""
#: applets/clock/clock-location-tile.c:306
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:439
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:447
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:456
msgid "%l:%M <small>%p</small>"
msgstr ""
#: applets/clock/clock-location-tile.c:598
#, c-format
msgid "%s, %s"
msgstr ""
#: applets/clock/clock-location-tile.c:610
#: applets/clock/clock-location-tile.c:619
msgid "Unknown"
msgstr ""
#. Translators: The two strings are temperatures.
#: applets/clock/clock-location-tile.c:612
#, c-format
msgid "%s, feels like %s"
msgstr ""
#: applets/clock/clock-location-tile.c:635
#, c-format
msgid "Sunrise: %s / Sunset: %s"
msgstr ""
#: applets/clock/clock-utils.c:94 applets/fish/fish.c:170
#: applets/notification_area/main.c:238 applets/vncklet/vncklet.c:75
#: cafe-panel/libpanel-util/panel-show.c:234
#, c-format
msgid "Could not display help document '%s'"
msgstr ""
#: applets/clock/clock-utils.c:123 applets/fish/fish.c:196
#: applets/notification_area/main.c:252 applets/vncklet/vncklet.c:92
msgid "Error displaying help document"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:29
msgid "Hour format"
msgstr ""
#: applets/clock/org.cafe.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.cafe.panel.applet.clock.gschema.xml.in:34
msgid "Custom format of the clock"
msgstr ""
#: applets/clock/org.cafe.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.cafe.panel.applet.clock.gschema.xml.in:39
msgid "Show time with seconds"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:40
msgid "If true, display seconds in time."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:44
msgid "Show date in clock"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:45
msgid "If true, display date in the clock, in addition to time."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:49
msgid "Show date in tooltip"
msgstr ""
#: applets/clock/org.cafe.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.cafe.panel.applet.clock.gschema.xml.in:54
msgid "Show weather in clock"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:55
msgid "If true, display a weather icon."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:59
msgid "Show temperature in clock"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:60
msgid "If true, show the temperature next to the weather icon."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:64
msgid "Show week numbers in calendar"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:65
msgid "If true, show week numbers in the calendar."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:69
msgid "Expand list of locations"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:70
msgid "If true, expand the list of locations in the calendar window."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:74
msgid "List of locations"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:75
msgid "A list of locations to display in the calendar window."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:79
msgid "Temperature unit"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:80
msgid "The unit to use when showing temperatures."
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:84
msgid "Speed unit"
msgstr ""
#: applets/clock/org.cafe.panel.applet.clock.gschema.xml.in:85
msgid "The unit to use when showing wind speed."
msgstr ""
#: applets/clock/org.cafe.panel.ClockApplet.cafe-panel-applet.desktop.in.in:6
msgid "Clock Applet Factory"
msgstr ""
#: applets/clock/org.cafe.panel.ClockApplet.cafe-panel-applet.desktop.in.in:7
msgid "Factory for clock applet"
msgstr ""
#: applets/clock/org.cafe.panel.ClockApplet.cafe-panel-applet.desktop.in.in:11
msgid "Get the current time and date"
msgstr ""
#: applets/fish/fish.c:266
#, 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:428
msgid "Images"
msgstr ""
#: applets/fish/fish.c:534 applets/fish/fish.c:579 applets/fish/fish.c:685
#, no-c-format
msgid "%s the Fish"
msgstr ""
#: applets/fish/fish.c:535
#, 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:552
msgid "(with minor help from George)"
msgstr ""
#: applets/fish/fish.c:558
#: applets/fish/org.cafe.panel.FishApplet.cafe-panel-applet.desktop.in.in:10
msgid "Fish"
msgstr ""
#: applets/fish/fish.c:559
msgid "About Fish"
msgstr ""
#: applets/fish/fish.c:562
msgid ""
"Copyright © 1998-2002 Free Software Foundation, Inc.\n"
"Copyright © 2002-2005 Vincent Untz\n"
"Copyright © 2012-2020 MATE developers\n"
"Copyright © 2022-2023 Pablo Barciela"
msgstr ""
#: applets/fish/fish.c:580
#, c-format
msgid "%s the Fish, a contemporary oracle"
msgstr ""
#: applets/fish/fish.c:646
msgid "Unable to locate the command to execute"
msgstr ""
#: applets/fish/fish.c:690
#, no-c-format
msgid "%s the Fish Says:"
msgstr ""
#: applets/fish/fish.c:753
#, c-format
msgid ""
"Unable to read output from command\n"
"\n"
"Details: %s"
msgstr ""
#: applets/fish/fish.c:850
msgid "_Speak again"
msgstr ""
#: applets/fish/fish.c:931
#, c-format
msgid "The configured command is not working and has been replaced by: %s"
msgstr ""
#: applets/fish/fish.c:964
#, c-format
msgid ""
"Unable to execute '%s'\n"
"\n"
"Details: %s"
msgstr ""
#: applets/fish/fish.c:980
#, c-format
msgid ""
"Unable to read from '%s'\n"
"\n"
"Details: %s"
msgstr ""
#: applets/fish/fish.c:1552
msgid "The water needs changing"
msgstr ""
#: applets/fish/fish.c:1554
msgid "Look at today's date!"
msgstr ""
#: applets/fish/fish.c:1636
#, 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 cafe-panel/panel-properties-dialog.ui:482
#: cafe-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.cafe.panel.applet.fish.gschema.xml.in:5
msgid "The fish's name"
msgstr ""
#: applets/fish/org.cafe.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.cafe.panel.applet.fish.gschema.xml.in:10
msgid "The fish's animation pixmap"
msgstr ""
#: applets/fish/org.cafe.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.cafe.panel.applet.fish.gschema.xml.in:15
msgid "Command to execute on click"
msgstr ""
#: applets/fish/org.cafe.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.cafe.panel.applet.fish.gschema.xml.in:20
msgid "Frames in fish's animation"
msgstr ""
#: applets/fish/org.cafe.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.cafe.panel.applet.fish.gschema.xml.in:25
msgid "Pause per frame"
msgstr ""
#: applets/fish/org.cafe.panel.applet.fish.gschema.xml.in:26
msgid "This key specifies the number of seconds each frame will be displayed."
msgstr ""
#: applets/fish/org.cafe.panel.applet.fish.gschema.xml.in:30
msgid "Rotate on vertical panels"
msgstr ""
#: applets/fish/org.cafe.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.cafe.panel.FishApplet.cafe-panel-applet.desktop.in.in:6
msgid "Wanda Factory"
msgstr ""
#: applets/fish/org.cafe.panel.FishApplet.cafe-panel-applet.desktop.in.in:7
msgid "From Whence That Stupid Fish Came"
msgstr ""
#: applets/fish/org.cafe.panel.FishApplet.cafe-panel-applet.desktop.in.in:11
msgid "Display a swimming fish or another anicafed creature"
msgstr ""
#: applets/notification_area/main.c:276
#: applets/notification_area/org.cafe.panel.NotificationAreaApplet.cafe-panel-applet.desktop.in.in:10
msgid "Notification Area"
msgstr ""
#: applets/notification_area/main.c:277
msgid "About Notification Area"
msgstr ""
#: applets/notification_area/main.c:280
msgid ""
"Copyright © 2002 Red Hat, Inc.\n"
"Copyright © 2003-2006 Vincent Untz\n"
"Copyright © 2011 Perberos\n"
"Copyright © 2012-2020 MATE developers\n"
"Copyright © 2022-2023 Pablo Barciela"
msgstr ""
#: applets/notification_area/main.c:486
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
#: cafe-panel/panel-properties-dialog.ui:221
msgid "pixels"
msgstr ""
#: applets/notification_area/org.cafe.panel.applet.notification-area.gschema.xml.in:5
msgid "Minimum icon size"
msgstr ""
#: applets/notification_area/org.cafe.panel.applet.notification-area.gschema.xml.in:6
msgid "The minimum size an icon can have."
msgstr ""
#: applets/notification_area/org.cafe.panel.NotificationAreaApplet.cafe-panel-applet.desktop.in.in:6
msgid "Notification Area Factory"
msgstr ""
#: applets/notification_area/org.cafe.panel.NotificationAreaApplet.cafe-panel-applet.desktop.in.in:7
msgid "Factory for notification area"
msgstr ""
#: applets/notification_area/org.cafe.panel.NotificationAreaApplet.cafe-panel-applet.desktop.in.in:11
msgid "Area where notification icons appear"
msgstr ""
#: applets/vncklet/org.cafe.panel.applet.window-list.gschema.xml.in:10
msgid "Show windows from all workspaces"
msgstr ""
#: applets/vncklet/org.cafe.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/vncklet/org.cafe.panel.applet.window-list.gschema.xml.in:15
msgid "When to group windows"
msgstr ""
#: applets/vncklet/org.cafe.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/vncklet/org.cafe.panel.applet.window-list.gschema.xml.in:20
msgid "Move windows to current workspace when unminimized"
msgstr ""
#: applets/vncklet/org.cafe.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/vncklet/org.cafe.panel.applet.workspace-switcher.gschema.xml.in:5
msgid "Display workspace names"
msgstr ""
#: applets/vncklet/org.cafe.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 Croma."
msgstr ""
#: applets/vncklet/org.cafe.panel.applet.workspace-switcher.gschema.xml.in:10
msgid "Display all workspaces"
msgstr ""
#: applets/vncklet/org.cafe.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/vncklet/org.cafe.panel.applet.workspace-switcher.gschema.xml.in:15
msgid "Rows in workspace switcher"
msgstr ""
#: applets/vncklet/org.cafe.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/vncklet/org.cafe.panel.applet.workspace-switcher.gschema.xml.in:20
msgid "Wrap around on scroll"
msgstr ""
#: applets/vncklet/org.cafe.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/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:6
msgid "Window Navigation Applet Factory"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:7
msgid "Factory for the window navigation related applets"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:10
#: applets/vncklet/window-menu.c:76 applets/vncklet/window-menu.c:228
msgid "Window Selector"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:11
msgid "Switch between open windows using a menu"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:23
#: applets/vncklet/workspace-switcher.c:638
msgid "Workspace Switcher"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:24
msgid "Switch between workspaces"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:36
#: applets/vncklet/window-list.c:826
msgid "Window List"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:37
msgid "Switch between open windows using buttons"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:49
msgid "Show Desktop"
msgstr ""
#: applets/vncklet/org.cafe.panel.Vncklet.cafe-panel-applet.desktop.in.in:50
msgid "Hide application windows and show the desktop"
msgstr ""
#: applets/vncklet/showdesktop.c:184
#, c-format
msgid "Failed to load %s: %s\n"
msgstr ""