-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
mate-utils.pot
2949 lines (2300 loc) · 70.9 KB
/
mate-utils.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-utils package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mate-utils 1.27.0\n"
"Report-Msgid-Bugs-To: https://mate-desktop.org/\n"
"POT-Creation-Date: 2023-09-10 10:29+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"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: baobab/data/mate-disk-usage-analyzer.desktop.in.in:3
#: baobab/data/mate-disk-usage-analyzer.appdata.xml.in:7
msgid "MATE Disk Usage Analyzer"
msgstr ""
#: baobab/data/mate-disk-usage-analyzer.desktop.in.in:4
msgid "Check folder sizes and available disk space"
msgstr ""
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: baobab/data/mate-disk-usage-analyzer.desktop.in.in:14
msgid "MATE;check;disk;usage;analyze;size;space;"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:18
msgid "Disk Usage Analyzer Preferences"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:32
#: baobab/data/baobab-main-window.ui:129
#: mate-dictionary/src/gdict-applet.c:1234
#: mate-screenshot/data/mate-screenshot.ui:41
msgid "_Help"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:48
msgid "_Close"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:81
msgid "Select _devices to include in filesystem scan:"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:119
msgid "_Monitor changes to your home folder"
msgstr ""
#: baobab/data/baobab-main-window.ui:10
msgid "_Analyzer"
msgstr ""
#: baobab/data/baobab-main-window.ui:17
msgid "Scan _Home Folder"
msgstr ""
#: baobab/data/baobab-main-window.ui:26
msgid "Scan _Filesystem"
msgstr ""
#: baobab/data/baobab-main-window.ui:35
msgid "Scan F_older..."
msgstr ""
#: baobab/data/baobab-main-window.ui:44
msgid "S_can Remote Folder..."
msgstr ""
#: baobab/data/baobab-main-window.ui:74
msgid "_Edit"
msgstr ""
#: baobab/data/baobab-main-window.ui:80
msgid "_Expand All"
msgstr ""
#: baobab/data/baobab-main-window.ui:87
msgid "_Collapse All"
msgstr ""
#: baobab/data/baobab-main-window.ui:101
msgid "_View"
msgstr ""
#: baobab/data/baobab-main-window.ui:108
msgid "_Toolbar"
msgstr ""
#: baobab/data/baobab-main-window.ui:115
msgid "St_atusbar"
msgstr ""
#: baobab/data/baobab-main-window.ui:122
msgid "All_ocated Space"
msgstr ""
#: baobab/data/baobab-main-window.ui:136
msgid "_Contents"
msgstr ""
#: baobab/data/baobab-main-window.ui:183 baobab/src/baobab.c:1237
#: baobab/src/callbacks.c:102
msgid "Disk Usage Analyzer"
msgstr ""
#: baobab/data/baobab-main-window.ui:224 baobab/data/baobab-main-window.ui:236
msgid "Scan home folder"
msgstr ""
#: baobab/data/baobab-main-window.ui:225
msgid "Scan Home"
msgstr ""
#: baobab/data/baobab-main-window.ui:248
msgid "Scan filesystem"
msgstr ""
#: baobab/data/baobab-main-window.ui:249
msgid "Scan Filesystem"
msgstr ""
#: baobab/data/baobab-main-window.ui:265
msgid "Scan a folder"
msgstr ""
#: baobab/data/baobab-main-window.ui:266
msgid "Scan Folder"
msgstr ""
#: baobab/data/baobab-main-window.ui:282
msgid "Scan a remote folder"
msgstr ""
#: baobab/data/baobab-main-window.ui:283
msgid "Scan Remote Folder"
msgstr ""
#: baobab/data/baobab-main-window.ui:312
msgid "Stop scanning"
msgstr ""
#: baobab/data/baobab-main-window.ui:328
msgid "Refresh"
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:9
msgid "Monitor Home"
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:10
msgid "Whether any change to the home directory should be monitored."
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:14
msgid "Excluded partitions URIs"
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:15
msgid "A list of URIs for partitions to be excluded from scanning."
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:21
msgid "Toolbar is Visible"
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:22
msgid "Whether the toolbar should be visible in main window."
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:26
msgid "Statusbar is Visible"
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:27
msgid "Whether the status bar at the bottom of main window should be visible."
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:31
msgid "Subfolder tips visible"
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:32
msgid "Whether the subfolder tooltips of the selected folder are drawn."
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:36
msgid "Active Chart"
msgstr ""
#: baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in:37
msgid "Which type of chart should be displayed."
msgstr ""
#: baobab/data/mate-disk-usage-analyzer.appdata.xml.in:8
msgid "A disk usage analyzing tool for MATE Desktop"
msgstr ""
#: baobab/data/mate-disk-usage-analyzer.appdata.xml.in:10
msgid ""
"As its name implies, Disk Usage Analyzer is a graphical utility that you can "
"use to view and monitor your disk usage and folder structure. It displays "
"summary information in ring or treemap charts."
msgstr ""
#: baobab/data/mate-disk-usage-analyzer.appdata.xml.in:15
msgid ""
"You can perform scans on a file system, your home or any other folder - "
"local or remote. There is also an option to constantly monitor any external "
"changes to the home directory and warn the user if a file is added/removed."
msgstr ""
#: baobab/src/baobab.c:141 baobab/src/baobab.c:358
msgid "Scanning..."
msgstr ""
#: baobab/src/baobab.c:186
msgid "Total filesystem capacity:"
msgstr ""
#: baobab/src/baobab.c:187
msgid "used:"
msgstr ""
#: baobab/src/baobab.c:188
msgid "available:"
msgstr ""
#: baobab/src/baobab.c:243 baobab/src/baobab.c:300 baobab/src/callbacks.c:267
msgid "Calculating percentage bars..."
msgstr ""
#: baobab/src/baobab.c:254 baobab/src/baobab.c:1300 baobab/src/callbacks.c:271
msgid "Ready"
msgstr ""
#: baobab/src/baobab.c:392
msgid "Total filesystem capacity"
msgstr ""
#: baobab/src/baobab.c:416
msgid "Total filesystem usage"
msgstr ""
#: baobab/src/baobab.c:458
msgid "contains hardlinks for:"
msgstr ""
#: baobab/src/baobab.c:467
#, c-format
msgid "%5d item"
msgid_plural "%5d items"
msgstr[0] ""
msgstr[1] ""
#: baobab/src/baobab.c:593
msgid "Could not initialize monitoring"
msgstr ""
#: baobab/src/baobab.c:594
msgid "Changes to your home folder will not be monitored."
msgstr ""
#: baobab/src/baobab.c:913
msgid "Move to parent folder"
msgstr ""
#: baobab/src/baobab.c:917
msgid "Zoom in"
msgstr ""
#: baobab/src/baobab.c:921
msgid "Zoom out"
msgstr ""
#: baobab/src/baobab.c:925
msgid "Save screenshot"
msgstr ""
#: baobab/src/baobab.c:1111
msgid "View as Rings Chart"
msgstr ""
#: baobab/src/baobab.c:1113
msgid "View as Treemap Chart"
msgstr ""
#: baobab/src/baobab.c:1224
msgid "Show version"
msgstr ""
#: baobab/src/baobab.c:1225
msgid "[DIRECTORY]"
msgstr ""
#: baobab/src/baobab.c:1257
msgid "Too many arguments. Only one directory can be specified."
msgstr ""
#: baobab/src/baobab.c:1274
msgid "Could not detect any mount point."
msgstr ""
#: baobab/src/baobab.c:1276
msgid "Without mount points disk usage cannot be analyzed."
msgstr ""
#: baobab/src/baobab-chart.c:203
msgid "Maximum depth"
msgstr ""
#: baobab/src/baobab-chart.c:204
msgid "The maximum depth drawn in the chart from the root"
msgstr ""
#: baobab/src/baobab-chart.c:213
msgid "Chart model"
msgstr ""
#: baobab/src/baobab-chart.c:214
msgid "Set the model of the chart"
msgstr ""
#: baobab/src/baobab-chart.c:221
msgid "Chart root node"
msgstr ""
#: baobab/src/baobab-chart.c:222
msgid "Set the root node from the model"
msgstr ""
#: baobab/src/baobab-chart.c:1708
msgid "Cannot create pixbuf image!"
msgstr ""
#: baobab/src/baobab-chart.c:1718
msgid "Save Snapshot"
msgstr ""
#: baobab/src/baobab-chart.c:1745
msgid "_Image type:"
msgstr ""
#: baobab/src/baobab-prefs.c:171
msgid "Scan"
msgstr ""
#: baobab/src/baobab-prefs.c:178
msgid "Device"
msgstr ""
#: baobab/src/baobab-prefs.c:186
msgid "Mount Point"
msgstr ""
#: baobab/src/baobab-prefs.c:194
msgid "Filesystem Type"
msgstr ""
#: baobab/src/baobab-prefs.c:202
msgid "Total Size"
msgstr ""
#: baobab/src/baobab-prefs.c:211
msgid "Available"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:71
#, c-format
msgid "Cannot scan location \"%s\""
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:160
msgid "Custom Location"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:162
msgid "SSH"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:165
msgid "Public FTP"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:167
msgid "FTP (with login)"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:170
msgid "Windows share"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:172
msgid "WebDAV (HTTP)"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:174
msgid "Secure WebDAV (HTTPS)"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:234
msgid "Cannot Connect to Server. You must enter a name for the server."
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:237
msgid "Please enter a name and try again."
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:431
msgid "_Location (URI):"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:447
msgid "_Server:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:460
msgid "Optional information:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:469
msgid "_Share:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:484
#: mate-dictionary/data/mate-dictionary-source.ui:121
msgid "_Port:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:498
msgid "_Folder:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:512
msgid "_User Name:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:527
msgid "_Domain Name:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:584
msgid "Connect to Server"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:600
msgid "Service _type:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:716
msgid "_Scan"
msgstr ""
#: baobab/src/baobab-treeview.c:83
msgid "Rescan your home folder?"
msgstr ""
#: baobab/src/baobab-treeview.c:84
msgid ""
"The content of your home folder has changed. Select rescan to update the "
"disk usage details."
msgstr ""
#: baobab/src/baobab-treeview.c:85
msgid "_Rescan"
msgstr ""
#: baobab/src/baobab-treeview.c:222 gsearchtool/src/gsearchtool.c:2446
msgid "Folder"
msgstr ""
#: baobab/src/baobab-treeview.c:244
msgid "Usage"
msgstr ""
#: baobab/src/baobab-treeview.c:258 gsearchtool/src/gsearchtool.c:2459
msgid "Size"
msgstr ""
#: baobab/src/baobab-treeview.c:274
msgid "Contents"
msgstr ""
#: baobab/src/baobab-utils.c:105
msgid "Select Folder"
msgstr ""
#: baobab/src/baobab-utils.c:117
msgid "_Show hidden folders"
msgstr ""
#: baobab/src/baobab-utils.c:280
msgid "Cannot check an excluded folder!"
msgstr ""
#: baobab/src/baobab-utils.c:304
#, c-format
msgid "\"%s\" is not a valid folder"
msgstr ""
#: baobab/src/baobab-utils.c:307
msgid "Could not analyze disk usage."
msgstr ""
#: baobab/src/baobab-utils.c:343
msgid "_Open Folder"
msgstr ""
#: baobab/src/baobab-utils.c:349 gsearchtool/src/gsearchtool-callbacks.c:1326
msgid "Mo_ve to Trash"
msgstr ""
#: baobab/src/baobab-utils.c:378
#, c-format
msgid "Could not open folder \"%s\""
msgstr ""
#: baobab/src/baobab-utils.c:381
msgid "There is no installed viewer capable of displaying the folder."
msgstr ""
#: baobab/src/baobab-utils.c:448
#, c-format
msgid "Could not move \"%s\" to the Trash"
msgstr ""
#: baobab/src/baobab-utils.c:456
msgid "Could not move file to the Trash"
msgstr ""
#: baobab/src/baobab-utils.c:458
#, c-format
msgid "Details: %s"
msgstr ""
#: baobab/src/baobab-utils.c:496
msgid "There was an error displaying help."
msgstr ""
#: baobab/src/callbacks.c:74 logview/src/logview-about.h:44
#: mate-dictionary/src/gdict-about.c:49
msgid "MATE Documentation Team"
msgstr ""
#: baobab/src/callbacks.c:79 logview/src/logview-about.h:49
#: mate-dictionary/src/gdict-about.c:57
msgid ""
"This program is free software; you can redistribute it and/or modify it "
"under the terms of the GNU General Public License as published by the Free "
"Software Foundation; either version 2 of the License, or (at your option) "
"any later version."
msgstr ""
#: baobab/src/callbacks.c:84 logview/src/logview-about.h:53
#: mate-dictionary/src/gdict-about.c:62
msgid ""
"This program is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
"more details."
msgstr ""
#: baobab/src/callbacks.c:89 logview/src/logview-about.h:57
#: mate-dictionary/src/gdict-about.c:67
msgid ""
"You should have received a copy of the GNU General Public License along with "
"this program. If not, see <https://www.gnu.org/licenses/>."
msgstr ""
#: baobab/src/callbacks.c:104
msgid "About Disk Usage Analyzer"
msgstr ""
#: baobab/src/callbacks.c:105
msgid "Analyze your disk usage through a graphical tool."
msgstr ""
#: baobab/src/callbacks.c:106
msgid ""
"Copyright © 2005-2010 Fabio Marzocca\n"
"Copyright © 2011-2021 MATE developers"
msgstr ""
#: baobab/src/callbacks.c:112 logview/src/logview-about.h:62
#: mate-dictionary/src/gdict-about.c:53
msgid "translator-credits"
msgstr ""
#: baobab/src/callbacks.c:210 gsearchtool/src/gsearchtool-callbacks.c:505
#: gsearchtool/src/gsearchtool-callbacks.c:878
msgid "The document does not exist."
msgstr ""
#: baobab/src/callbacks.c:291
msgid "The folder does not exist."
msgstr ""
#: gsearchtool/data/mate-search-tool.appdata.xml.in:7
#: gsearchtool/data/mate-search-tool.desktop.in:3
msgid "MATE Search Tool"
msgstr ""
#: gsearchtool/data/mate-search-tool.appdata.xml.in:8
msgid "A file searching tool for MATE Desktop"
msgstr ""
#: gsearchtool/data/mate-search-tool.appdata.xml.in:10
msgid ""
"MATE Search Tool is a simple but powerful utility that allows you to search "
"for files and folders on any mounted file system. Its interface gives you "
"instant access to a wide variety of parameters for each search, such as text "
"contained within a file, ownership, date of modification, file size, folder "
"exclusion, etc.."
msgstr ""
#: gsearchtool/data/mate-search-tool.desktop.in:4
msgid "Locate documents and folders on this computer by name or content"
msgstr ""
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: gsearchtool/data/mate-search-tool.desktop.in:13
msgid ""
"MATE;search;files;locate;documents;folders;computer;name;content;find;tool;"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:5
msgid "Search history"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:6
msgid "This key defines the items which were searched for in the past."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:10
msgid "Show Additional Options"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:14
msgid "Disable Quick Search"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:15
msgid ""
"This key determines if the search tool disables the use of the locate "
"command when performing simple file name searches."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:19
msgid "Quick Search Excluded Paths"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:20
msgid ""
"This key defines the paths the search tool will exclude from a quick search. "
"The wildcards '*' and '?' are supported. The default values are /mnt/*, /"
"media/*, /dev/*, /tmp/*, /proc/*, and /var/*."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:24
msgid "Disable Quick Search Second Scan"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:25
msgid ""
"This key determines if the search tool disables the use of the find command "
"after performing a quick search."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:29
msgid "Quick Search Second Scan Excluded Paths"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:30
msgid ""
"This key defines the paths the search tool will exclude from a second scan "
"when performing a quick search. The second scan uses the find command to "
"search for files. The purpose of the second scan is to find files that have "
"not been indexed. The wildcards '*' and '?' are supported. The default value "
"is /."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:34
msgid "Search Result Columns Order"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:35
msgid ""
"This key defines the order of the columns in the search results. This key "
"should not be modified by the user."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:39
msgid "Default Window Width"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:40
msgid ""
"This key defines the window width, and it's used to remember the size of the "
"search tool between sessions. Setting it to -1 will make the search tool use "
"the default width."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:44
msgid "Default Window Height"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:45
msgid ""
"This key defines the window height, and it's used to remember the size of "
"the search tool between sessions. Setting it to -1 will make the search tool "
"use the default height."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:49
msgid "Default Window Maximized"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:50
msgid ""
"This key determines if the search tool window starts in a maximized state."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:54
msgid "Look in Folder"
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:55
msgid "This key defines the default value of the \"Look in Folder\" widget."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:62
msgid ""
"This key determines if the \"Contains the text\" search option is selected "
"when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:66
msgid ""
"This key determines if the \"Date modified less than\" search option is "
"selected when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:70
msgid ""
"This key determines if the \"Date modified more than\" search option is "
"selected when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:74
msgid ""
"This key determines if the \"Size at least\" search option is selected when "
"the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:78
msgid ""
"This key determines if the \"Size at most\" search option is selected when "
"the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:82
msgid ""
"This key determines if the \"File is empty\" search option is selected when "
"the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:86
msgid ""
"This key determines if the \"Owned by user\" search option is selected when "
"the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:90
msgid ""
"This key determines if the \"Owned by group\" search option is selected when "
"the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:94
msgid ""
"This key determines if the \"Owner is unrecognized\" search option is "
"selected when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:98
msgid ""
"This key determines if the \"Name does not contain\" search option is "
"selected when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:102
msgid ""
"This key determines if the \"Name matches regular expression\" search option "
"is selected when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:106
msgid ""
"This key determines if the \"Show hidden files and folders\" search option "
"is selected when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:110
msgid ""
"This key determines if the \"Follow symbolic links\" search option is "
"selected when the search tool is started."
msgstr ""
#: gsearchtool/data/org.mate.search-tool.gschema.xml.in:114
msgid ""
"This key determines if the \"Exclude other filesystems\" search option is "
"selected when the search tool is started."
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggdesktopfile.c:169
msgid "File is not a valid .desktop file"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggdesktopfile.c:194
#, c-format
msgid "Unrecognized desktop file Version '%s'"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggdesktopfile.c:984
#, c-format
msgid "Starting %s"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggdesktopfile.c:1126
msgid "Application does not accept documents on command line"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggdesktopfile.c:1194
#, c-format
msgid "Unrecognized launch option: %d"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggdesktopfile.c:1410
msgid "Can't pass document URIs to a 'Type=Link' desktop entry"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggdesktopfile.c:1431
msgid "Not a launchable item"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggsmclient.c:234
msgid "Disable connection to session manager"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggsmclient.c:239
msgid "Specify file containing saved configuration"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggsmclient.c:239
msgid "FILE"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggsmclient.c:244
msgid "Specify session management ID"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggsmclient.c:244
msgid "ID"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggsmclient.c:270
msgid "Session management options:"
msgstr ""
#: gsearchtool/mate-submodules/libegg/eggsmclient.c:271
msgid "Show session management options"
msgstr ""
#: gsearchtool/src/gsearchtool.c:81
msgid "Contains the _text"
msgstr ""
#: gsearchtool/src/gsearchtool.c:83
msgid "_Date modified less than"
msgstr ""
#: gsearchtool/src/gsearchtool.c:83 gsearchtool/src/gsearchtool.c:84
msgid "days"
msgstr ""
#: gsearchtool/src/gsearchtool.c:84
msgid "Date modified more than"
msgstr ""
#: gsearchtool/src/gsearchtool.c:86
msgid "S_ize at least"
msgstr ""
#: gsearchtool/src/gsearchtool.c:86 gsearchtool/src/gsearchtool.c:87
msgid "kilobytes"
msgstr ""
#: gsearchtool/src/gsearchtool.c:87
msgid "Si_ze at most"
msgstr ""
#: gsearchtool/src/gsearchtool.c:88
msgid "File is empty"
msgstr ""
#: gsearchtool/src/gsearchtool.c:90
msgid "Owned by _user"
msgstr ""
#: gsearchtool/src/gsearchtool.c:91
msgid "Owned by _group"
msgstr ""
#: gsearchtool/src/gsearchtool.c:92
msgid "Owner is unrecognized"
msgstr ""
#: gsearchtool/src/gsearchtool.c:94
msgid "Na_me does not contain"
msgstr ""
#: gsearchtool/src/gsearchtool.c:95
msgid "Name matches regular e_xpression"
msgstr ""
#: gsearchtool/src/gsearchtool.c:97
msgid "Show hidden and backup files"
msgstr ""
#: gsearchtool/src/gsearchtool.c:98
msgid "Follow symbolic links"
msgstr ""
#: gsearchtool/src/gsearchtool.c:99
msgid "Exclude other filesystems"
msgstr ""
#: gsearchtool/src/gsearchtool.c:157
msgid "Show version of the application"
msgstr ""
#: gsearchtool/src/gsearchtool.c:158 gsearchtool/src/gsearchtool.c:163
#: gsearchtool/src/gsearchtool.c:172
msgid "STRING"
msgstr ""
#: gsearchtool/src/gsearchtool.c:159
msgid "PATH"
msgstr ""
#: gsearchtool/src/gsearchtool.c:160
msgid "VALUE"
msgstr ""
#: gsearchtool/src/gsearchtool.c:164 gsearchtool/src/gsearchtool.c:165
msgid "DAYS"
msgstr ""
#: gsearchtool/src/gsearchtool.c:166 gsearchtool/src/gsearchtool.c:167
msgid "KILOBYTES"
msgstr ""
#: gsearchtool/src/gsearchtool.c:169
msgid "USER"
msgstr ""
#: gsearchtool/src/gsearchtool.c:170
msgid "GROUP"
msgstr ""
#: gsearchtool/src/gsearchtool.c:173
msgid "PATTERN"
msgstr ""
#: gsearchtool/src/gsearchtool.c:384
msgid "A locate database has probably not been created."
msgstr ""
#: gsearchtool/src/gsearchtool.c:486
#, c-format
msgid "Character set conversion failed for \"%s\""
msgstr ""
#: gsearchtool/src/gsearchtool.c:510
msgid "Searching..."
msgstr ""
#: gsearchtool/src/gsearchtool.c:510 gsearchtool/src/gsearchtool.c:1047
#: gsearchtool/src/gsearchtool.c:3043
msgid "Search for Files"
msgstr ""
#: gsearchtool/src/gsearchtool.c:993 gsearchtool/src/gsearchtool.c:1022