-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cafe-utils.pot
3134 lines (2441 loc) · 74.7 KB
/
cafe-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 CAFE Desktop Environment team
# This file is distributed under the same license as the cafe-utils package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: cafe-utils 1.25.0\n"
"Report-Msgid-Bugs-To: https://cafe-desktop.org/\n"
"POT-Creation-Date: 2023-11-20 09:32+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"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: baobab/data/cafe-disk-usage-analyzer.desktop.in.in:3
#: baobab/data/cafe-disk-usage-analyzer.appdata.xml.in:7
msgid "CAFE Disk Usage Analyzer"
msgstr ""
#: baobab/data/cafe-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/cafe-disk-usage-analyzer.desktop.in.in:14
msgid "CAFE;check;disk;usage;analyze;size;space;"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:8
msgid "Disk Usage Analyzer Preferences"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:80
msgid "Select _devices to include in filesystem scan:"
msgstr ""
#: baobab/data/baobab-dialog-scan-props.ui:149
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 logview/src/logview-window.c:820
#: cafe-dictionary/src/gdict-window.c:1286
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 logview/src/logview-window.c:821
#: cafe-dictionary/src/gdict-window.c:1287
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:129 logview/src/logview-window.c:823
#: cafe-dictionary/src/gdict-applet.c:1174
#: cafe-dictionary/src/gdict-window.c:1289
msgid "_Help"
msgstr ""
#: baobab/data/baobab-main-window.ui:136 logview/src/logview-window.c:849
#: cafe-dictionary/src/gdict-window.c:1339
msgid "_Contents"
msgstr ""
#: baobab/data/baobab-main-window.ui:183 baobab/src/baobab.c:1238
#: baobab/src/callbacks.c:108
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.cafe.disk-usage-analyzer.gschema.xml.in:9
msgid "Monitor Home"
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:10
msgid "Whether any change to the home directory should be monitored."
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:14
msgid "Excluded partitions URIs"
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:15
msgid "A list of URIs for partitions to be excluded from scanning."
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:21
msgid "Toolbar is Visible"
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:22
msgid "Whether the toolbar should be visible in main window."
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:26
msgid "Statusbar is Visible"
msgstr ""
#: baobab/data/org.cafe.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.cafe.disk-usage-analyzer.gschema.xml.in:31
msgid "Subfolder tips visible"
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:32
msgid "Whether the subfolder tooltips of the selected folder are drawn."
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:36
msgid "Active Chart"
msgstr ""
#: baobab/data/org.cafe.disk-usage-analyzer.gschema.xml.in:37
msgid "Which type of chart should be displayed."
msgstr ""
#: baobab/data/cafe-disk-usage-analyzer.appdata.xml.in:8
msgid "A disk usage analyzing tool for CAFE Desktop"
msgstr ""
#: baobab/data/cafe-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/cafe-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:139 baobab/src/baobab.c:359
msgid "Scanning..."
msgstr ""
#: baobab/src/baobab.c:185
msgid "Total filesystem capacity:"
msgstr ""
#: baobab/src/baobab.c:186
msgid "used:"
msgstr ""
#: baobab/src/baobab.c:187
msgid "available:"
msgstr ""
#: baobab/src/baobab.c:244 baobab/src/baobab.c:301 baobab/src/callbacks.c:274
msgid "Calculating percentage bars..."
msgstr ""
#: baobab/src/baobab.c:255 baobab/src/baobab.c:1305 baobab/src/callbacks.c:278
msgid "Ready"
msgstr ""
#: baobab/src/baobab.c:393
msgid "Total filesystem capacity"
msgstr ""
#: baobab/src/baobab.c:417
msgid "Total filesystem usage"
msgstr ""
#: baobab/src/baobab.c:459
msgid "contains hardlinks for:"
msgstr ""
#: baobab/src/baobab.c:468
#, c-format
msgid "%5d item"
msgid_plural "%5d items"
msgstr[0] ""
msgstr[1] ""
#: baobab/src/baobab.c:594
msgid "Could not initialize monitoring"
msgstr ""
#: baobab/src/baobab.c:595
msgid "Changes to your home folder will not be monitored."
msgstr ""
#: baobab/src/baobab.c:916
msgid "Move to parent folder"
msgstr ""
#: baobab/src/baobab.c:920
msgid "Zoom in"
msgstr ""
#: baobab/src/baobab.c:924
msgid "Zoom out"
msgstr ""
#: baobab/src/baobab.c:928
msgid "Save screenshot"
msgstr ""
#: baobab/src/baobab.c:1114
msgid "View as Rings Chart"
msgstr ""
#: baobab/src/baobab.c:1116
msgid "View as Treemap Chart"
msgstr ""
#: baobab/src/baobab.c:1227
msgid "Show version"
msgstr ""
#: baobab/src/baobab.c:1228
msgid "[DIRECTORY]"
msgstr ""
#: baobab/src/baobab.c:1258
msgid "Too many arguments. Only one directory can be specified."
msgstr ""
#: baobab/src/baobab.c:1278
msgid "Could not detect any mount point."
msgstr ""
#: baobab/src/baobab.c:1280
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:1704
msgid "Cannot create pixbuf image!"
msgstr ""
#: baobab/src/baobab-chart.c:1714
msgid "Save Snapshot"
msgstr ""
#: baobab/src/baobab-chart.c:1741
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:72
#, c-format
msgid "Cannot scan location \"%s\""
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:170
msgid "Custom Location"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:172
msgid "SSH"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:175
msgid "Public FTP"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:177
msgid "FTP (with login)"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:180
msgid "Windows share"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:182
msgid "WebDAV (HTTP)"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:184
msgid "Secure WebDAV (HTTPS)"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:244
msgid "Cannot Connect to Server. You must enter a name for the server."
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:247
msgid "Please enter a name and try again."
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:441
msgid "_Location (URI):"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:457
msgid "_Server:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:470
msgid "Optional information:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:479
msgid "_Share:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:494
#: cafe-dictionary/data/cafe-dictionary-source.ui:121
msgid "_Port:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:508
msgid "_Folder:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:522
msgid "_User Name:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:537
msgid "_Domain Name:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:598
msgid "Connect to Server"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:614
msgid "Service _type:"
msgstr ""
#: baobab/src/baobab-remote-connect-dialog.c:732
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:2428
msgid "Folder"
msgstr ""
#: baobab/src/baobab-treeview.c:244
msgid "Usage"
msgstr ""
#: baobab/src/baobab-treeview.c:258 gsearchtool/src/gsearchtool.c:2441
msgid "Size"
msgstr ""
#: baobab/src/baobab-treeview.c:274
msgid "Contents"
msgstr ""
#: baobab/src/baobab-utils.c:106
msgid "Select Folder"
msgstr ""
#: 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:1204
msgid "Mo_ve to Trash"
msgstr ""
#: baobab/src/baobab-utils.c:397
#, c-format
msgid "Could not open folder \"%s\""
msgstr ""
#: baobab/src/baobab-utils.c:400
msgid "There is no installed viewer capable of displaying the folder."
msgstr ""
#: baobab/src/baobab-utils.c:467
#, c-format
msgid "Could not move \"%s\" to the Trash"
msgstr ""
#: baobab/src/baobab-utils.c:475
msgid "Could not move file to the Trash"
msgstr ""
#: baobab/src/baobab-utils.c:477
#, c-format
msgid "Details: %s"
msgstr ""
#: baobab/src/baobab-utils.c:515
msgid "There was an error displaying help."
msgstr ""
#: baobab/src/callbacks.c:78 logview/src/logview-about.h:46
#: cafe-dictionary/src/gdict-about.c:53
msgid "CAFE Documentation Team"
msgstr ""
#: baobab/src/callbacks.c:83 logview/src/logview-about.h:51
#: cafe-dictionary/src/gdict-about.c:61
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:88 logview/src/logview-about.h:55
#: cafe-dictionary/src/gdict-about.c:66
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:93 logview/src/logview-about.h:59
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:110
msgid "About Disk Usage Analyzer"
msgstr ""
#: baobab/src/callbacks.c:111
msgid "A graphical tool to analyze disk usage."
msgstr ""
#: baobab/src/callbacks.c:112
msgid ""
"Copyright © 2005-2010 Fabio Marzocca\n"
"Copyright © 2011-2020 MATE developers\n"
"Copyright © 2023 Pablo Barciela"
msgstr ""
#: baobab/src/callbacks.c:119 logview/src/logview-about.h:65
#: cafe-dictionary/src/gdict-about.c:57
msgid "translator-credits"
msgstr ""
#: baobab/src/callbacks.c:217 gsearchtool/src/gsearchtool-callbacks.c:505
#: gsearchtool/src/gsearchtool-callbacks.c:843
msgid "The document does not exist."
msgstr ""
#: baobab/src/callbacks.c:298
msgid "The folder does not exist."
msgstr ""
#: gsearchtool/data/cafe-search-tool.appdata.xml.in:7
#: gsearchtool/data/cafe-search-tool.desktop.in:3
msgid "CAFE Search Tool"
msgstr ""
#: gsearchtool/data/cafe-search-tool.appdata.xml.in:8
msgid "A file searching tool for CAFE Desktop"
msgstr ""
#: gsearchtool/data/cafe-search-tool.appdata.xml.in:10
msgid ""
"CAFE 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/cafe-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/cafe-search-tool.desktop.in:13
msgid ""
"CAFE;search;files;locate;documents;folders;computer;name;content;find;tool;"
msgstr ""
#: gsearchtool/data/org.cafe.search-tool.gschema.xml.in:5
msgid "Search history"
msgstr ""
#: gsearchtool/data/org.cafe.search-tool.gschema.xml.in:6
msgid "This key defines the items which were searched for in the past."
msgstr ""
#: gsearchtool/data/org.cafe.search-tool.gschema.xml.in:10
msgid "Show Additional Options"
msgstr ""
#: gsearchtool/data/org.cafe.search-tool.gschema.xml.in:14
msgid "Disable Quick Search"
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.search-tool.gschema.xml.in:19
msgid "Quick Search Excluded Paths"
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.search-tool.gschema.xml.in:24
msgid "Disable Quick Search Second Scan"
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.search-tool.gschema.xml.in:29
msgid "Quick Search Second Scan Excluded Paths"
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.search-tool.gschema.xml.in:34
msgid "Search Result Columns Order"
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.search-tool.gschema.xml.in:39
msgid "Default Window Width"
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.search-tool.gschema.xml.in:44
msgid "Default Window Height"
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.search-tool.gschema.xml.in:49
msgid "Default Window Maximized"
msgstr ""
#: gsearchtool/data/org.cafe.search-tool.gschema.xml.in:50
msgid ""
"This key determines if the search tool window starts in a maximized state."
msgstr ""
#: gsearchtool/data/org.cafe.search-tool.gschema.xml.in:54
msgid "Look in Folder"
msgstr ""
#: gsearchtool/data/org.cafe.search-tool.gschema.xml.in:55
msgid "This key defines the default value of the \"Look in Folder\" widget."
msgstr ""
#: gsearchtool/data/org.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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.cafe.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/libeggsmclient/eggdesktopfile.c:165
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
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
msgid "Can't pass document URIs to a 'Type=Link' desktop entry"
msgstr ""
#: gsearchtool/libeggsmclient/eggdesktopfile.c:1383
msgid "Not a launchable item"
msgstr ""
#: gsearchtool/libeggsmclient/eggsmclient.c:221
msgid "Disable connection to session manager"
msgstr ""
#: gsearchtool/libeggsmclient/eggsmclient.c:224
msgid "Specify file containing saved configuration"
msgstr ""
#: gsearchtool/libeggsmclient/eggsmclient.c:224
msgid "FILE"
msgstr ""
#: gsearchtool/libeggsmclient/eggsmclient.c:227
msgid "Specify session management ID"
msgstr ""
#: gsearchtool/libeggsmclient/eggsmclient.c:227
msgid "ID"
msgstr ""
#: gsearchtool/libeggsmclient/eggsmclient.c:248
msgid "Session management options:"
msgstr ""
#: gsearchtool/libeggsmclient/eggsmclient.c:249
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:3031
msgid "Search for Files"
msgstr ""
#: gsearchtool/src/gsearchtool.c:977 gsearchtool/src/gsearchtool.c:1006
msgid "No files found"