This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
forked from mate-desktop/mate-applets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mate-applets.pot
2634 lines (2056 loc) · 61.2 KB
/
mate-applets.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 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-13 18:34+0100\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"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../accessx-status/applet.c:86 ../charpick/charpick.c:571
#: ../geyes/geyes.c:166 ../mateweather/mateweather-about.c:41
#: ../multiload/main.c:48 ../stickynotes/stickynotes_applet_callbacks.c:367
msgid "Sun GNOME Documentation Team <[email protected]>"
msgstr ""
#: ../accessx-status/applet.c:87 ../battstat/battstat_applet.c:819
#: ../charpick/charpick.c:572 ../cpufreq/src/cpufreq-applet.c:469
#: ../drivemount/drivemount.c:109 ../geyes/geyes.c:167
#: ../mateweather/mateweather-about.c:43 ../multiload/main.c:49
#: ../stickynotes/stickynotes_applet_callbacks.c:368
#: ../trashapplet/src/trashapplet.c:421
msgid "MATE Documentation Team"
msgstr ""
#: ../accessx-status/applet.c:98
msgid "About AccessX Status"
msgstr ""
#: ../accessx-status/applet.c:100
msgid "Shows the state of AccessX features such as latched modifiers"
msgstr ""
#: ../accessx-status/applet.c:101
msgid ""
"Copyright © 2003 Sun Microsystems\n"
"Copyright © 2012-2019 MATE developers"
msgstr ""
#: ../accessx-status/applet.c:105 ../battstat/battstat_applet.c:844
#: ../charpick/charpick.c:592 ../command/command.c:114
#: ../cpufreq/src/cpufreq-applet.c:493 ../drivemount/drivemount.c:127
#: ../geyes/geyes.c:186 ../mateweather/mateweather-about.c:61
#: ../multiload/main.c:69 ../netspeed/src/netspeed.c:836
#: ../stickynotes/stickynotes_applet_callbacks.c:388
#: ../timerapplet/timerapplet.c:278 ../trashapplet/src/trashapplet.c:442
msgid "translator-credits"
msgstr ""
#: ../accessx-status/applet.c:124
#, c-format
msgid "There was an error launching the help viewer: %s"
msgstr ""
#: ../accessx-status/applet.c:152
msgid "Open the keyboard preferences dialog"
msgstr ""
#: ../accessx-status/applet.c:167
#, c-format
msgid "There was an error launching the keyboard preferences dialog: %s"
msgstr ""
#: ../accessx-status/applet.c:182
msgid "_Keyboard Accessibility Preferences"
msgstr ""
#: ../accessx-status/applet.c:183 ../battstat/battstat_applet.c:63
#: ../charpick/charpick.c:673 ../cpufreq/src/cpufreq-applet.c:122
#: ../drivemount/drivemount.c:165 ../geyes/geyes.c:359
#: ../mateweather/mateweather-applet.c:117 ../multiload/main.c:488
#: ../stickynotes/stickynotes_applet.c:46 ../trashapplet/src/trashapplet.c:74
msgid "_Help"
msgstr ""
#: ../accessx-status/applet.c:184 ../battstat/battstat_applet.c:66
#: ../charpick/charpick.c:676 ../command/command.c:75
#: ../cpufreq/src/cpufreq-applet.c:125 ../drivemount/drivemount.c:168
#: ../geyes/geyes.c:362 ../mateweather/mateweather-applet.c:120
#: ../multiload/main.c:491 ../stickynotes/stickynotes_applet.c:49
#: ../timerapplet/timerapplet.c:84 ../trashapplet/src/trashapplet.c:77
msgid "_About"
msgstr ""
#. Note to translators: the first letter of the alphabet, not the indefinite article
#: ../accessx-status/applet.c:504 ../accessx-status/applet.c:558
msgid "a"
msgstr ""
#: ../accessx-status/applet.c:1043 ../accessx-status/applet.c:1109
#: ../accessx-status/applet.c:1194 ../accessx-status/applet.c:1388
msgid "AccessX Status"
msgstr ""
#: ../accessx-status/applet.c:1044 ../accessx-status/applet.c:1195
msgid "Shows keyboard status when accessibility features are used."
msgstr ""
#: ../accessx-status/applet.c:1078
msgid "XKB Extension is not enabled"
msgstr ""
#: ../accessx-status/applet.c:1083
msgid "Unknown error"
msgstr ""
#: ../accessx-status/applet.c:1087
#, c-format
msgid "Error: %s"
msgstr ""
#: ../accessx-status/applet.c:1385
#: ../accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in.h:3
msgid "Keyboard Accessibility Status"
msgstr ""
#: ../accessx-status/applet.c:1389
msgid "Displays current state of keyboard accessibility features"
msgstr ""
#: ../accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in.h:1
msgid "AccessX Status Applet Factory"
msgstr ""
#: ../accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in.h:2
msgid "Keyboard Accessibility Status Applet Factory"
msgstr ""
#: ../accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in.h:4
msgid "Shows the status of keyboard accessibility features"
msgstr ""
#: ../battstat/battstat_applet.c:60 ../charpick/charpick.c:670
#: ../command/command.c:74 ../cpufreq/src/cpufreq-applet.c:119
#: ../geyes/geyes.c:356 ../mateweather/mateweather-applet.c:114
#: ../multiload/main.c:482 ../stickynotes/stickynotes_applet.c:43
#: ../timerapplet/timerapplet.c:83
msgid "_Preferences"
msgstr ""
#: ../battstat/battstat_applet.c:71
msgid "System is running on AC power"
msgstr ""
#: ../battstat/battstat_applet.c:72
msgid "System is running on battery power"
msgstr ""
#: ../battstat/battstat_applet.c:176
#, c-format
msgid "Battery charged (%d%%)"
msgstr ""
#: ../battstat/battstat_applet.c:178
#, c-format
msgid "Unknown time (%d%%) remaining"
msgstr ""
#: ../battstat/battstat_applet.c:180
#, c-format
msgid "Unknown time (%d%%) until charged"
msgstr ""
#: ../battstat/battstat_applet.c:185
#, c-format
msgid "%d minute (%d%%) remaining"
msgid_plural "%d minutes (%d%%) remaining"
msgstr[0] ""
msgstr[1] ""
#: ../battstat/battstat_applet.c:190
#, c-format
msgid "%d minute until charged (%d%%)"
msgid_plural "%d minutes until charged (%d%%)"
msgstr[0] ""
msgstr[1] ""
#: ../battstat/battstat_applet.c:196
#, c-format
msgid "%d hour (%d%%) remaining"
msgid_plural "%d hours (%d%%) remaining"
msgstr[0] ""
msgstr[1] ""
#: ../battstat/battstat_applet.c:201
#, c-format
msgid "%d hour until charged (%d%%)"
msgid_plural "%d hours until charged (%d%%)"
msgstr[0] ""
msgstr[1] ""
#. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
#. * Swap order with "%2$s %2$d %1$s %1$d if needed
#: ../battstat/battstat_applet.c:208
#, c-format
msgid "%d %s %d %s (%d%%) remaining"
msgstr ""
#: ../battstat/battstat_applet.c:209 ../battstat/battstat_applet.c:216
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""
#: ../battstat/battstat_applet.c:210 ../battstat/battstat_applet.c:217
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""
#. TRANSLATOR: "%d %s %d %s" are "%d hours %d minutes"
#. * Swap order with "%2$s %2$d %1$s %1$d if needed
#: ../battstat/battstat_applet.c:215
#, c-format
msgid "%d %s %d %s until charged (%d%%)"
msgstr ""
#: ../battstat/battstat_applet.c:229
msgid "Battery Monitor"
msgstr ""
#: ../battstat/battstat_applet.c:240 ../battstat/battstat_applet.c:300
msgid "Your battery is now fully recharged"
msgstr ""
#: ../battstat/battstat_applet.c:275 ../battstat/battstat_applet.c:432
msgid "Battery Notice"
msgstr ""
#. we don't know the remaining time
#: ../battstat/battstat_applet.c:377
#, c-format
msgid "You have %d%% of your total battery capacity remaining."
msgstr ""
#: ../battstat/battstat_applet.c:383
#, c-format
msgid ""
"You have %d minute of battery power remaining (%d%% of the total capacity)."
msgid_plural ""
"You have %d minutes of battery power remaining (%d%% of the total capacity)."
msgstr[0] ""
msgstr[1] ""
#. TRANSLATORS: this is a list, it is left as a single string
#. * to allow you to make it appear like a list would in your
#. * locale. This is if the laptop does not support suspend.
#: ../battstat/battstat_applet.c:395
msgid ""
"To avoid losing your work:\n"
" • plug your laptop into external power, or\n"
" • save open documents and shut your laptop down."
msgstr ""
#. TRANSLATORS: this is a list, it is left as a single string
#. * to allow you to make it appear like a list would in your
#. * locale. This is if the laptop supports suspend.
#: ../battstat/battstat_applet.c:403
msgid ""
"To avoid losing your work:\n"
" • suspend your laptop to save power,\n"
" • plug your laptop into external power, or\n"
" • save open documents and shut your laptop down."
msgstr ""
#: ../battstat/battstat_applet.c:411
msgid "Your battery is running low"
msgstr ""
#: ../battstat/battstat_applet.c:508
msgid "No battery present"
msgstr ""
#: ../battstat/battstat_applet.c:511
msgid "Battery status unknown"
msgstr ""
#: ../battstat/battstat_applet.c:540
msgid "N/A"
msgstr ""
#: ../battstat/battstat_applet.c:783 ../drivemount/drivemount.c:153
#: ../geyes/geyes.c:344 ../geyes/themes.c:226
#: ../mateweather/mateweather-applet.c:63 ../mateweather/mateweather-pref.c:751
#: ../stickynotes/stickynotes_applet_callbacks.c:345
#: ../stickynotes/stickynotes_applet_callbacks.c:540
#: ../trashapplet/src/trashapplet.c:399
#, c-format
msgid "There was an error displaying help: %s"
msgstr ""
#: ../battstat/battstat_applet.c:824
msgid "This utility shows the status of your laptop battery."
msgstr ""
#. true
#: ../battstat/battstat_applet.c:826
msgid "upower backend enabled."
msgstr ""
#. false
#: ../battstat/battstat_applet.c:827
msgid "Legacy backend enabled."
msgstr ""
#: ../battstat/battstat_applet.c:836
msgid "About Battery Charge Monitor"
msgstr ""
#: ../battstat/battstat_applet.c:838
msgid ""
"Copyright © 2000 The Gnulix Society\n"
"Copyright © 2002-2005 Free Software Foundation and others\n"
"Copyright © 2012-2019 MATE developers"
msgstr ""
#: ../battstat/battstat_applet.c:1114 ../battstat/battstat_applet.c:1164
#: ../battstat/org.mate.applets.BattstatApplet.mate-panel-applet.in.in.h:2
msgid "Battery Charge Monitor"
msgstr ""
#: ../battstat/battstat_applet.c:1165
#: ../battstat/org.mate.applets.BattstatApplet.mate-panel-applet.in.in.h:3
msgid "Monitor a laptop's remaining power"
msgstr ""
#: ../battstat/battstat_applet.ui.h:1
msgid "Battery Charge Monitor Preferences"
msgstr ""
#: ../battstat/battstat_applet.ui.h:2
msgid "Appearance"
msgstr ""
#: ../battstat/battstat_applet.ui.h:3
msgid "_Show time/percentage:"
msgstr ""
#: ../battstat/battstat_applet.ui.h:4
msgid "Show _time remaining"
msgstr ""
#: ../battstat/battstat_applet.ui.h:5
msgid "Show _percentage remaining"
msgstr ""
#: ../battstat/battstat_applet.ui.h:6
msgid "Notifications"
msgstr ""
#. TRANSLATOR: This is the beginning of the sentence
#: ../battstat/battstat_applet.ui.h:8
msgid "_Warn when battery charge drops to:"
msgstr ""
#: ../battstat/battstat_applet.ui.h:9
msgid "_Notify when battery is fully recharged"
msgstr ""
#: ../battstat/org.mate.applets.BattstatApplet.mate-panel-applet.in.in.h:1
msgid "Battstat Factory"
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:1
msgid "Red value level"
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:2
msgid ""
"The battery level below which the battery is displayed as red. Also the "
"value at which the low battery warning is displayed."
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:3
msgid "Warn on low time rather than low percentage"
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:4
msgid ""
"Use the value defined in red_value as a time remaining to show the warning "
"dialog rather than a percentage."
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:5
msgid "Low Battery Notification"
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:6
msgid "Notify user when the battery is low."
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:7
msgid "Full Battery Notification"
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:8
msgid "Notify user when the battery is full."
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:9
msgid "Beep for warnings"
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:10
msgid "Beep when displaying a warning."
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:11
msgid "Show the time/percent label"
msgstr ""
#: ../battstat/org.mate.panel.applet.battstat.gschema.xml.in.h:12
msgid "0 for no label, 1 for percentage and 2 for time remaining."
msgstr ""
#. TRANSLATOR: this is a selectable item in a drop-down menu to end
#. * this sentence:
#. * "Warn when battery charge drops to: [XX] percent".
#.
#: ../battstat/properties.c:237
msgid "Percent"
msgstr ""
#. TRANSLATOR: this is a selectable item in a drop-down menu to end
#. * this sentence:
#. * "Warn when battery charge drops to: [XX] minutes remaining"
#.
#: ../battstat/properties.c:243
msgid "Minutes Remaining"
msgstr ""
#: ../battstat/sounds/mate-battstat_applet.soundlist.in.h:1
msgid "Battery Status Utility"
msgstr ""
#: ../battstat/sounds/mate-battstat_applet.soundlist.in.h:2
msgid "Battery power low"
msgstr ""
#: ../battstat/sounds/mate-battstat_applet.soundlist.in.h:3
msgid "Battery fully re-charged"
msgstr ""
#: ../charpick/charpick.c:404
msgid "Available palettes"
msgstr ""
#. TRANSLATOR: This sentance reads something like 'Insert "PILCROW SIGN"'
#. * hopefully, the name of the unicode character has already
#. * been translated.
#.
#: ../charpick/charpick.c:453
#, c-format
msgid "Insert \"%s\""
msgstr ""
#: ../charpick/charpick.c:456
msgid "Insert special character"
msgstr ""
#: ../charpick/charpick.c:460
#, c-format
msgid "insert special character %s"
msgstr ""
#: ../charpick/charpick.c:583
msgid "About Character Palette"
msgstr ""
#: ../charpick/charpick.c:585
msgid ""
"Copyright © 1998, 2004-2005 GNOME Applets Maintainers and others\n"
"Copyright © 2012-2019 MATE developers"
msgstr ""
#: ../charpick/charpick.c:587
msgid ""
"Mate Panel applet for selecting strange characters that are not on my "
"keyboard. Released under GNU General Public Licence."
msgstr ""
#: ../charpick/charpick.c:699 ../charpick/charpick.c:713
#: ../charpick/org.mate.applets.CharpickerApplet.mate-panel-applet.in.in.h:2
#: ../charpick/properties.c:451
msgid "Character Palette"
msgstr ""
#: ../charpick/charpick.c:699
#: ../charpick/org.mate.applets.CharpickerApplet.mate-panel-applet.in.in.h:3
msgid "Insert characters"
msgstr ""
#: ../charpick/org.mate.applets.CharpickerApplet.mate-panel-applet.in.in.h:1
msgid "Charpicker Applet Factory"
msgstr ""
#: ../charpick/org.mate.panel.applet.charpick.gschema.xml.in.h:1
msgid "Characters shown on applet startup"
msgstr ""
#: ../charpick/org.mate.panel.applet.charpick.gschema.xml.in.h:2
msgid ""
"The string that the user had selected when the applet was last used. This "
"string will be displayed when the user starts the applet."
msgstr ""
#: ../charpick/org.mate.panel.applet.charpick.gschema.xml.in.h:3
#: ../charpick/properties.c:378
msgid "List of available palettes"
msgstr ""
#: ../charpick/org.mate.panel.applet.charpick.gschema.xml.in.h:4
msgid "List of strings containing the available palettes."
msgstr ""
#: ../charpick/properties.c:28
msgid "_Edit"
msgstr ""
#: ../charpick/properties.c:116
msgid "_Palette:"
msgstr ""
#: ../charpick/properties.c:124
msgid "Palette entry"
msgstr ""
#: ../charpick/properties.c:125
msgid "Modify a palette by adding or removing characters"
msgstr ""
#: ../charpick/properties.c:239
msgid "Add Palette"
msgstr ""
#: ../charpick/properties.c:276
msgid "Edit Palette"
msgstr ""
#: ../charpick/properties.c:377
msgid "Palettes list"
msgstr ""
#: ../charpick/properties.c:456
msgid "_Palettes:"
msgstr ""
#: ../charpick/properties.c:478
msgid "Add button"
msgstr ""
#: ../charpick/properties.c:479
msgid "Click to add a new palette"
msgstr ""
#: ../charpick/properties.c:491
msgid "Edit button"
msgstr ""
#: ../charpick/properties.c:492
msgid "Click to edit the selected palette"
msgstr ""
#: ../charpick/properties.c:504
msgid "Delete button"
msgstr ""
#: ../charpick/properties.c:505
msgid "Click to delete the selected palette"
msgstr ""
#: ../charpick/properties.c:556
msgid "Character Palette Preferences"
msgstr ""
#: ../command/command.c:108
msgid "About Command Applet"
msgstr ""
#: ../command/command.c:110
msgid ""
"Copyright © 2013-2014 Stefano Karapetsas\n"
"Copyright © 2015-2019 MATE developers"
msgstr ""
#: ../command/command.c:113
#: ../command/org.mate.applets.CommandApplet.mate-panel-applet.in.in.h:3
msgid "Shows the output of a command"
msgstr ""
#: ../command/command.c:131
msgid "Command Applet Preferences"
msgstr ""
#: ../command/command.c:144
msgid "Command:"
msgstr ""
#: ../command/command.c:152
msgid "Interval (seconds):"
msgstr ""
#: ../command/command.c:160
msgid "Maximum width (chars):"
msgstr ""
#: ../command/command.c:168
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:7
#: ../netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in.h:7
msgid "Show icon"
msgstr ""
#: ../command/command.c:319
msgid "Command Applet"
msgstr ""
#: ../command/org.mate.applets.CommandApplet.mate-panel-applet.in.in.h:1
msgid "Command Factory"
msgstr ""
#: ../command/org.mate.applets.CommandApplet.mate-panel-applet.in.in.h:2
msgid "Command"
msgstr ""
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:1
msgid "Command to execute"
msgstr ""
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:2
msgid "Command/script to execute to get the output"
msgstr ""
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:3
msgid "Interval for the command"
msgstr ""
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:4
msgid "Interval to execute the command (in seconds)"
msgstr ""
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:5
msgid "Width of output"
msgstr ""
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:6
msgid "Number of characters to display"
msgstr ""
#: ../command/org.mate.panel.applet.command.gschema.xml.in.h:8
msgid "If applet icon is shown or not"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:1
msgid "CPU Frequency Monitor Preferences"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:2
msgid "Monitor Settings"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:3
msgid "_Monitored CPU:"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:4
msgid "Display Settings"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:5
msgid "_Appearance:"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:6
msgid "Show CPU frequency as _frequency"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:7
msgid "Show frequency _units"
msgstr ""
#: ../cpufreq/cpufreq-preferences.ui.h:8
msgid "Show CPU frequency as _percentage"
msgstr ""
#: ../cpufreq/org.mate.applets.CPUFreqApplet.mate-panel-applet.in.in.h:1
#: ../cpufreq/src/cpufreq-applet.c:816 ../cpufreq/src/cpufreq-applet.c:871
msgid "CPU Frequency Scaling Monitor"
msgstr ""
#: ../cpufreq/org.mate.applets.CPUFreqApplet.mate-panel-applet.in.in.h:2
msgid "Monitor the CPU Frequency Scaling"
msgstr ""
#: ../cpufreq/org.mate.panel.applet.cpufreq.gschema.xml.in.h:1
msgid "CPU to Monitor"
msgstr ""
#: ../cpufreq/org.mate.panel.applet.cpufreq.gschema.xml.in.h:2
msgid ""
"Set the CPU to monitor. In a single processor system you don't have to "
"change it."
msgstr ""
#: ../cpufreq/org.mate.panel.applet.cpufreq.gschema.xml.in.h:3
msgid "Mode to show CPU usage"
msgstr ""
#: ../cpufreq/org.mate.panel.applet.cpufreq.gschema.xml.in.h:4
msgid ""
"A 0 value means to show the applet in graphic mode (pixmap only), 1 to show "
"the applet in text mode (not to show the pixmap) and 2 to show the applet in "
"graphic and text mode."
msgstr ""
#: ../cpufreq/org.mate.panel.applet.cpufreq.gschema.xml.in.h:5
msgid "The type of text to display (if the text is enabled)."
msgstr ""
#: ../cpufreq/org.mate.panel.applet.cpufreq.gschema.xml.in.h:6
msgid ""
"A 0 value means to show CPU frequency, 1 to show frequency and units, and 2 "
"to show percentage instead of frequency."
msgstr ""
#: ../cpufreq/src/cpufreq-applet.c:452 ../cpufreq/src/cpufreq-prefs.c:365
msgid "Could not open help document"
msgstr ""
#: ../cpufreq/src/cpufreq-applet.c:484
msgid "About CPU Frequency Scaling Monitor"
msgstr ""
#: ../cpufreq/src/cpufreq-applet.c:486
msgid ""
"Copyright © 2004 Carlos Garcia Campos\n"
"Copyright © 2012-2019 MATE developers"
msgstr ""
#: ../cpufreq/src/cpufreq-applet.c:488
msgid "This utility shows the current CPU Frequency Scaling."
msgstr ""
#: ../cpufreq/src/cpufreq-applet.c:872
msgid "This utility shows the current CPU Frequency"
msgstr ""
#: ../cpufreq/src/cpufreq-prefs.c:500
msgid "Graphic"
msgstr ""
#: ../cpufreq/src/cpufreq-prefs.c:505
msgid "Text"
msgstr ""
#: ../cpufreq/src/cpufreq-prefs.c:510
msgid "Graphic and Text"
msgstr ""
#: ../cpufreq/src/cpufreq-monitor-cpuinfo.c:121
msgid "Frequency Scaling Unsupported"
msgstr ""
#. If there is no cpufreq support it shows only the cpu frequency,
#. * I think is better than do nothing. I have to notify it to the user, because
#. * he could think that cpufreq is supported but it doesn't work succesfully
#.
#: ../cpufreq/src/cpufreq-monitor-factory.c:59
msgid "CPU frequency scaling unsupported"
msgstr ""
#: ../cpufreq/src/cpufreq-monitor-factory.c:60
msgid ""
"You will not be able to modify the frequency of your machine. Your machine "
"may be misconfigured or not have hardware support for CPU frequency scaling."
msgstr ""
#: ../cpufreq/src/cpufreq-selector/org.mate.cpufreqselector.policy.in.h:1
msgid "Change CPU Frequency scaling"
msgstr ""
#: ../cpufreq/src/cpufreq-selector/org.mate.cpufreqselector.policy.in.h:2
msgid "Privileges are required to change the CPU Frequency scaling."
msgstr ""
#: ../drivemount/drive-button.c:340 ../drivemount/drive-button.c:354
msgid "(mounted)"
msgstr ""
#: ../drivemount/drive-button.c:347
msgid "(not mounted)"
msgstr ""
#: ../drivemount/drive-button.c:616
msgid "Cannot execute Caja"
msgstr ""
#: ../drivemount/drive-button.c:940
msgid "_Play DVD"
msgstr ""
#: ../drivemount/drive-button.c:944
msgid "_Play CD"
msgstr ""
#: ../drivemount/drive-button.c:947
#, c-format
msgid "_Open %s"
msgstr ""
#: ../drivemount/drive-button.c:955
#, c-format
msgid "Un_mount %s"
msgstr ""
#: ../drivemount/drive-button.c:961
#, c-format
msgid "_Mount %s"
msgstr ""
#: ../drivemount/drive-button.c:969
#, c-format
msgid "_Eject %s"
msgstr ""
#: ../drivemount/drivemount.c:120
msgid "About Disk Mounter"
msgstr ""
#: ../drivemount/drivemount.c:122
msgid ""
"Copyright © 2004 Canonical Ltd\n"
"Copyright © 2012-2019 MATE developers"
msgstr ""
#: ../drivemount/drivemount.c:124
msgid "Applet for mounting and unmounting block volumes."
msgstr ""
#: ../drivemount/drivemount.c:185 ../drivemount/drivemount.c:225
#: ../drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in.h:3
msgid "Disk Mounter"
msgstr ""
#: ../drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in.h:1
msgid "Drive Mount Applet Factory"
msgstr ""
#: ../drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in.h:2
msgid "Factory for drive mount applet"
msgstr ""
#: ../drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in.h:4
msgid "Mount local disks and devices"
msgstr ""
#: ../geyes/geyes.c:178
msgid "About Eyes"
msgstr ""
#: ../geyes/geyes.c:180
msgid "A goofy set of eyes for the MATE panel. They follow your mouse."
msgstr ""
#: ../geyes/geyes.c:182
msgid ""
"Copyright © 1999 Dave Camp\n"
"Copyright © 2012-2019 MATE developers"
msgstr ""
#: ../geyes/geyes.c:389 ../geyes/geyes.c:419 ../geyes/geyes.c:421
#: ../geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in.h:2
msgid "Eyes"
msgstr ""
#: ../geyes/geyes.c:422
msgid "The eyes look in the direction of the mouse pointer"
msgstr ""
#: ../geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in.h:1
msgid "Eyes Applet Factory"
msgstr ""
#: ../geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in.h:3
msgid "A set of eyeballs for your panel"
msgstr ""
#: ../geyes/org.mate.panel.applet.geyes.gschema.xml.in.h:1
msgid "Directory in which the theme is located"
msgstr ""
#: ../geyes/themes.c:130
msgid "Can not launch the eyes applet."
msgstr ""
#: ../geyes/themes.c:131
msgid "There was a fatal error while trying to load the theme."
msgstr ""
#: ../geyes/themes.c:285
msgid "Eyes Preferences"
msgstr ""
#: ../geyes/themes.c:318
msgid "Themes"
msgstr ""
#: ../geyes/themes.c:339
msgid "_Select a theme:"
msgstr ""
#: ../mateweather/mateweather-about.c:54
msgid "About Weather Report"
msgstr ""
#: ../mateweather/mateweather-about.c:56
msgid ""
"Copyright © 1999-2005 by S. Papadimitriou and others\n"
"Copyright © 2012-2019 MATE developers"
msgstr ""
#: ../mateweather/mateweather-about.c:58
msgid "A panel application for monitoring local weather conditions."
msgstr ""
#: ../mateweather/mateweather-applet.c:108
msgid "_Details"
msgstr ""
#: ../mateweather/mateweather-applet.c:111
#: ../mateweather/mateweather-dialog.c:186
msgid "_Update"
msgstr ""
#: ../mateweather/mateweather-applet.c:339
#: ../mateweather/org.mate.applets.MateWeatherApplet.mate-panel-applet.in.in.h:3
msgid "Weather Report"
msgstr ""
#: ../mateweather/mateweather-applet.c:354
#: ../mateweather/mateweather-applet.c:358
msgid "MATE Weather"
msgstr ""
#: ../mateweather/mateweather-applet.c:457
msgid "Weather Forecast"
msgstr ""
#: ../mateweather/mateweather-applet.c:469
#, c-format
msgid ""
"City: %s\n"
"Sky: %s\n"
"Temperature: %s"
msgstr ""
#: ../mateweather/mateweather-applet.c:518
msgid "Updating..."
msgstr ""
#: ../mateweather/mateweather-dialog.c:184
msgid "Details"
msgstr ""
#: ../mateweather/mateweather-dialog.c:226
msgid "City:"
msgstr ""
#: ../mateweather/mateweather-dialog.c:232
msgid "Last update:"
msgstr ""
#: ../mateweather/mateweather-dialog.c:238
msgid "Conditions:"
msgstr ""
#: ../mateweather/mateweather-dialog.c:244
msgid "Sky:"
msgstr ""
#: ../mateweather/mateweather-dialog.c:250
msgid "Temperature:"
msgstr ""
#: ../mateweather/mateweather-dialog.c:256
msgid "Feels like:"
msgstr ""
#: ../mateweather/mateweather-dialog.c:262
msgid "Dew point:"
msgstr ""