This repository was archived by the owner on Jan 31, 2025. It is now read-only.
forked from mate-desktop/mate-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmate-utils.pot
More file actions
3067 lines (2403 loc) · 75.1 KB
/
mate-utils.pot
File metadata and controls
3067 lines (2403 loc) · 75.1 KB
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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-17 21:06+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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../baobab/data/mate-disk-usage-analyzer.desktop.in.in.h:1
msgid "MATE Disk Usage Analyzer"
msgstr ""
#: ../baobab/data/mate-disk-usage-analyzer.desktop.in.in.h:2
msgid "Check folder sizes and available disk space"
msgstr ""
#: ../baobab/data/baobab-dialog-scan-props.ui.h:1
msgid "Disk Usage Analyzer Preferences"
msgstr ""
#: ../baobab/data/baobab-dialog-scan-props.ui.h:2
msgid "Select _devices to include in filesystem scan:"
msgstr ""
#: ../baobab/data/baobab-dialog-scan-props.ui.h:3
msgid "_Monitor changes to your home folder"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:1
msgid "_Analyzer"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:2
msgid "Scan _Home Folder"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:3
msgid "Scan _Filesystem"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:4
msgid "Scan F_older..."
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:5
msgid "S_can Remote Folder..."
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:6 ../logview/src/logview-window.c:817
#: ../mate-dictionary/src/gdict-window.c:1288
msgid "_Edit"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:7
msgid "_Expand All"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:8
msgid "_Collapse All"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:9 ../logview/src/logview-window.c:818
#: ../mate-dictionary/src/gdict-window.c:1289
msgid "_View"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:10
msgid "_Toolbar"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:11
msgid "St_atusbar"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:12
msgid "All_ocated Space"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:13
#: ../logview/src/logview-window.c:820
#: ../mate-dictionary/src/gdict-applet.c:1187
#: ../mate-dictionary/src/gdict-window.c:1291
msgid "_Help"
msgstr ""
#. Help menu
#: ../baobab/data/baobab-main-window.ui.h:14
#: ../logview/src/logview-window.c:846
#: ../mate-dictionary/src/gdict-window.c:1341
msgid "_Contents"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:15 ../baobab/src/baobab.c:1242
msgid "Disk Usage Analyzer"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:16
msgid "Scan home folder"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:17
msgid "Scan Home"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:18
msgid "Scan filesystem"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:19
msgid "Scan Filesystem"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:20
msgid "Scan a folder"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:21
msgid "Scan Folder"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:22
msgid "Scan a remote folder"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:23
msgid "Scan Remote Folder"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:24
msgid "Stop scanning"
msgstr ""
#: ../baobab/data/baobab-main-window.ui.h:25
msgid "Refresh"
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:1
msgid "Monitor Home"
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:2
msgid "Whether any change to the home directory should be monitored."
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:3
msgid "Excluded partitions URIs"
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:4
msgid "A list of URIs for partitions to be excluded from scanning."
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:5
msgid "Toolbar is Visible"
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:6
msgid "Whether the toolbar should be visible in main window."
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:7
msgid "Statusbar is Visible"
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:8
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.h:9
msgid "Subfolder tips visible"
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:10
msgid "Whether the subfolder tooltips of the selected folder are drawn."
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:11
msgid "Active Chart"
msgstr ""
#: ../baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in.h:12
msgid "Which type of chart should be displayed."
msgstr ""
#: ../baobab/data/mate-disk-usage-analyzer.appdata.xml.in.h:1
msgid "A disk usage analyzing tool for MATE Desktop"
msgstr ""
#: ../baobab/data/mate-disk-usage-analyzer.appdata.xml.in.h:2
msgid ""
"<p> 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. </p> <p> 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. </p>"
msgstr ""
#: ../baobab/src/baobab.c:137 ../baobab/src/baobab.c:357
msgid "Scanning..."
msgstr ""
#: ../baobab/src/baobab.c:183
msgid "Total filesystem capacity:"
msgstr ""
#: ../baobab/src/baobab.c:184
msgid "used:"
msgstr ""
#: ../baobab/src/baobab.c:185
msgid "available:"
msgstr ""
#. set statusbar, percentage and allocated/normal size
#: ../baobab/src/baobab.c:242 ../baobab/src/baobab.c:299
#: ../baobab/src/callbacks.c:259
msgid "Calculating percentage bars..."
msgstr ""
#: ../baobab/src/baobab.c:253 ../baobab/src/baobab.c:1306
#: ../baobab/src/callbacks.c:263
msgid "Ready"
msgstr ""
#: ../baobab/src/baobab.c:391
msgid "Total filesystem capacity"
msgstr ""
#: ../baobab/src/baobab.c:415
msgid "Total filesystem usage"
msgstr ""
#: ../baobab/src/baobab.c:457
msgid "contains hardlinks for:"
msgstr ""
#: ../baobab/src/baobab.c:466
#, c-format
msgid "%5d item"
msgid_plural "%5d items"
msgstr[0] ""
msgstr[1] ""
#: ../baobab/src/baobab.c:592
msgid "Could not initialize monitoring"
msgstr ""
#: ../baobab/src/baobab.c:593
msgid "Changes to your home folder will not be monitored."
msgstr ""
#: ../baobab/src/baobab.c:921
msgid "Move to parent folder"
msgstr ""
#: ../baobab/src/baobab.c:925
msgid "Zoom in"
msgstr ""
#: ../baobab/src/baobab.c:929
msgid "Zoom out"
msgstr ""
#: ../baobab/src/baobab.c:933
msgid "Save screenshot"
msgstr ""
#: ../baobab/src/baobab.c:1120
msgid "View as Rings Chart"
msgstr ""
#: ../baobab/src/baobab.c:1122
msgid "View as Treemap Chart"
msgstr ""
#: ../baobab/src/baobab.c:1231
msgid "Show version"
msgstr ""
#: ../baobab/src/baobab.c:1232
msgid "[DIRECTORY]"
msgstr ""
#: ../baobab/src/baobab.c:1262
msgid "Too many arguments. Only one directory can be specified."
msgstr ""
#: ../baobab/src/baobab.c:1279
msgid "Could not detect any mount point."
msgstr ""
#: ../baobab/src/baobab.c:1281
msgid "Without mount points disk usage cannot be analyzed."
msgstr ""
#: ../baobab/src/baobab-chart.c:209
msgid "Maximum depth"
msgstr ""
#: ../baobab/src/baobab-chart.c:210
msgid "The maximum depth drawn in the chart from the root"
msgstr ""
#: ../baobab/src/baobab-chart.c:219
msgid "Chart model"
msgstr ""
#: ../baobab/src/baobab-chart.c:220
msgid "Set the model of the chart"
msgstr ""
#: ../baobab/src/baobab-chart.c:227
msgid "Chart root node"
msgstr ""
#: ../baobab/src/baobab-chart.c:228
msgid "Set the root node from the model"
msgstr ""
#: ../baobab/src/baobab-chart.c:1718
msgid "Cannot create pixbuf image!"
msgstr ""
#. Popup the File chooser dialog
#: ../baobab/src/baobab-chart.c:1728
msgid "Save Snapshot"
msgstr ""
#: ../baobab/src/baobab-chart.c:1755
msgid "_Image type:"
msgstr ""
#: ../baobab/src/baobab-prefs.c:172
msgid "Scan"
msgstr ""
#: ../baobab/src/baobab-prefs.c:179
msgid "Device"
msgstr ""
#: ../baobab/src/baobab-prefs.c:187
msgid "Mount Point"
msgstr ""
#: ../baobab/src/baobab-prefs.c:195
msgid "Filesystem Type"
msgstr ""
#: ../baobab/src/baobab-prefs.c:203
msgid "Total Size"
msgstr ""
#: ../baobab/src/baobab-prefs.c:212
msgid "Available"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:75
#, c-format
msgid "Cannot scan location \"%s\""
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:173
msgid "Custom Location"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:175
msgid "SSH"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:178
msgid "Public FTP"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:180
msgid "FTP (with login)"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:183
msgid "Windows share"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:185
msgid "WebDAV (HTTP)"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:187
msgid "Secure WebDAV (HTTPS)"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:247
msgid "Cannot Connect to Server. You must enter a name for the server."
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:250
msgid "Please enter a name and try again."
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:438
msgid "_Location (URI):"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:454
msgid "_Server:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:467
msgid "Optional information:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:476
msgid "_Share:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:491
#: ../mate-dictionary/data/mate-dictionary-source.ui.h:4
msgid "_Port:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:505
msgid "_Folder:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:519
msgid "_User Name:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:534
msgid "_Domain Name:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:595
msgid "Connect to Server"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:611
msgid "Service _type:"
msgstr ""
#: ../baobab/src/baobab-remote-connect-dialog.c:729
msgid "_Scan"
msgstr ""
#: ../baobab/src/baobab-treeview.c:82
msgid "Rescan your home folder?"
msgstr ""
#: ../baobab/src/baobab-treeview.c:83
msgid ""
"The content of your home folder has changed. Select rescan to update the "
"disk usage details."
msgstr ""
#: ../baobab/src/baobab-treeview.c:84
msgid "_Rescan"
msgstr ""
#: ../baobab/src/baobab-treeview.c:222 ../gsearchtool/src/gsearchtool.c:2436
msgid "Folder"
msgstr ""
#: ../baobab/src/baobab-treeview.c:244
msgid "Usage"
msgstr ""
#: ../baobab/src/baobab-treeview.c:258 ../gsearchtool/src/gsearchtool.c:2449
msgid "Size"
msgstr ""
#: ../baobab/src/baobab-treeview.c:274
msgid "Contents"
msgstr ""
#: ../baobab/src/baobab-utils.c:106
msgid "Select Folder"
msgstr ""
#. add extra widget
#: ../baobab/src/baobab-utils.c:118
msgid "_Show hidden folders"
msgstr ""
#: ../baobab/src/baobab-utils.c:299
msgid "Cannot check an excluded folder!"
msgstr ""
#: ../baobab/src/baobab-utils.c:323
#, c-format
msgid "\"%s\" is not a valid folder"
msgstr ""
#: ../baobab/src/baobab-utils.c:326
msgid "Could not analyze disk usage."
msgstr ""
#: ../baobab/src/baobab-utils.c:362
msgid "_Open Folder"
msgstr ""
#: ../baobab/src/baobab-utils.c:368
#: ../gsearchtool/src/gsearchtool-callbacks.c:1226
msgid "Mo_ve to Trash"
msgstr ""
#: ../baobab/src/baobab-utils.c:402
#, c-format
msgid "Could not open folder \"%s\""
msgstr ""
#: ../baobab/src/baobab-utils.c:405
msgid "There is no installed viewer capable of displaying the folder."
msgstr ""
#: ../baobab/src/baobab-utils.c:474
#, c-format
msgid "Could not move \"%s\" to the Trash"
msgstr ""
#: ../baobab/src/baobab-utils.c:482
msgid "Could not move file to the Trash"
msgstr ""
#: ../baobab/src/baobab-utils.c:484
#, c-format
msgid "Details: %s"
msgstr ""
#: ../baobab/src/baobab-utils.c:522
msgid "There was an error displaying help."
msgstr ""
#: ../baobab/src/callbacks.c:76 ../logview/src/logview-about.h:49
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:81 ../logview/src/logview-about.h:53
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:86 ../logview/src/logview-about.h:57
msgid ""
"You should have received a copy of the GNU General Public License along with "
"this program; if not, write to the Free Software Foundation, Inc., 51 "
"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
msgstr ""
#: ../baobab/src/callbacks.c:98
msgid "A graphical tool to analyze disk usage."
msgstr ""
#. translator credits
#: ../baobab/src/callbacks.c:104 ../logview/src/logview-about.h:63
#: ../mate-dictionary/src/gdict-about.c:55
msgid "translator-credits"
msgstr ""
#: ../baobab/src/callbacks.c:202 ../gsearchtool/src/gsearchtool-callbacks.c:514
#: ../gsearchtool/src/gsearchtool-callbacks.c:864
msgid "The document does not exist."
msgstr ""
#: ../baobab/src/callbacks.c:283
msgid "The folder does not exist."
msgstr ""
#: ../gsearchtool/data/mate-search-tool.appdata.xml.in.h:1
msgid "A file searching tool for MATE Desktop"
msgstr ""
#: ../gsearchtool/data/mate-search-tool.appdata.xml.in.h:2
msgid ""
"<p> 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.. </p>"
msgstr ""
#: ../gsearchtool/data/mate-search-tool.desktop.in.h:1
msgid "MATE Search Tool"
msgstr ""
#: ../gsearchtool/data/mate-search-tool.desktop.in.h:2
msgid "Locate documents and folders on this computer by name or content"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:1
msgid "Search history"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:2
msgid "This key defines the items which were searched for in the past."
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:3
msgid "Show Additional Options"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:4
msgid "Disable Quick Search"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:5
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.h:6
msgid "Quick Search Excluded Paths"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:7
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.h:8
msgid "Disable Quick Search Second Scan"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:9
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.h:10
msgid "Quick Search Second Scan Excluded Paths"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:11
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.h:12
msgid "Search Result Columns Order"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:13
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.h:14
msgid "Default Window Width"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:15
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.h:16
msgid "Default Window Height"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:17
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.h:18
msgid "Default Window Maximized"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:19
msgid ""
"This key determines if the search tool window starts in a maximized state."
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:20
msgid "Look in Folder"
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:21
msgid "This key defines the default value of the \"Look in Folder\" widget."
msgstr ""
#: ../gsearchtool/data/org.mate.search-tool.gschema.xml.in.h:22
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.h:23
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.h:24
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.h:25
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.h:26
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.h:27
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.h:28
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.h:29
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.h:30
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.h:31
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.h:32
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.h:33
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.h:34
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.h:35
msgid ""
"This key determines if the \"Exclude other filesystems\" search option is "
"selected when the search tool is started."
msgstr ""
#: ../gsearchtool/libeggsmclient/eggdesktopfile.c:165
#, c-format
msgid "File is not a valid .desktop file"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggdesktopfile.c:188
#, c-format
msgid "Unrecognized desktop file Version '%s'"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggdesktopfile.c:957
#, c-format
msgid "Starting %s"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggdesktopfile.c:1098
#, c-format
msgid "Application does not accept documents on command line"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggdesktopfile.c:1166
#, c-format
msgid "Unrecognized launch option: %d"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggdesktopfile.c:1364
#, c-format
msgid "Can't pass document URIs to a 'Type=Link' desktop entry"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggdesktopfile.c:1383
#, c-format
msgid "Not a launchable item"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggsmclient.c:225
msgid "Disable connection to session manager"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggsmclient.c:228
msgid "Specify file containing saved configuration"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggsmclient.c:228
msgid "FILE"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggsmclient.c:231
msgid "Specify session management ID"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggsmclient.c:231
msgid "ID"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggsmclient.c:252
msgid "Session management options:"
msgstr ""
#: ../gsearchtool/libeggsmclient/eggsmclient.c:253
msgid "Show session management options"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:82
msgid "Contains the _text"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:84
msgid "_Date modified less than"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:84 ../gsearchtool/src/gsearchtool.c:85
msgid "days"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:85
msgid "Date modified more than"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:87
msgid "S_ize at least"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:87 ../gsearchtool/src/gsearchtool.c:88
msgid "kilobytes"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:88
msgid "Si_ze at most"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:89
msgid "File is empty"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:91
msgid "Owned by _user"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:92
msgid "Owned by _group"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:93
msgid "Owner is unrecognized"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:95
msgid "Na_me does not contain"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:96
msgid "Name matches regular e_xpression"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:98
msgid "Show hidden and backup files"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:99
msgid "Follow symbolic links"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:100
msgid "Exclude other filesystems"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:158
msgid "Show version of the application"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:159 ../gsearchtool/src/gsearchtool.c:164
#: ../gsearchtool/src/gsearchtool.c:173
msgid "STRING"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:160
msgid "PATH"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:161
msgid "VALUE"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:165 ../gsearchtool/src/gsearchtool.c:166
msgid "DAYS"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:167 ../gsearchtool/src/gsearchtool.c:168
msgid "KILOBYTES"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:170
msgid "USER"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:171
msgid "GROUP"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:174
msgid "PATTERN"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:385
msgid "A locate database has probably not been created."
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:487
#, c-format
msgid "Character set conversion failed for \"%s\""
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:511
msgid "Searching..."
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:511 ../gsearchtool/src/gsearchtool.c:1031
#: ../gsearchtool/src/gsearchtool.c:3062
msgid "Search for Files"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:977 ../gsearchtool/src/gsearchtool.c:1006
msgid "No files found"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:999
msgid "(stopped)"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:1005
msgid "No Files Found"
msgstr ""
#: ../gsearchtool/src/gsearchtool.c:1010
#, c-format
msgid "%'d File Found"
msgid_plural "%'d Files Found"
msgstr[0] ""
msgstr[1] ""
#: ../gsearchtool/src/gsearchtool.c:1014 ../gsearchtool/src/gsearchtool.c:1052
#, c-format
msgid "%'d file found"
msgid_plural "%'d files found"