~pmarchwiak/synapse-project/recoll-plugin

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
# 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: 2011-09-18 21:36+0200\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"

#: ../data/synapse.desktop.in.h:1
msgid "Search everything you do."
msgstr ""

#: ../data/synapse.desktop.in.h:2
msgid "Synapse"
msgstr ""

#. activate has to stay in first position!
#: ../src/ui/synapse-main.vala:105 ../src/ui/settings.vala:244
msgid "Activate"
msgstr ""

#: ../src/ui/category.vala:31 ../src/ui/category.vala:72
#: ../src/ui/category.vala:135
msgid "All"
msgstr ""

#: ../src/ui/category.vala:69 ../src/ui/category.vala:112
msgid "Actions"
msgstr ""

#: ../src/ui/category.vala:70 ../src/ui/category.vala:114
msgid "Audio"
msgstr ""

#: ../src/ui/category.vala:71 ../src/ui/category.vala:115
msgid "Applications"
msgstr ""

#: ../src/ui/category.vala:73 ../src/ui/category.vala:113
msgid "Places"
msgstr ""

#: ../src/ui/category.vala:74 ../src/ui/category.vala:116
msgid "Documents"
msgstr ""

#: ../src/ui/category.vala:75 ../src/ui/category.vala:117
msgid "Images"
msgstr ""

#: ../src/ui/category.vala:76 ../src/ui/category.vala:118
msgid "Video"
msgstr ""

#: ../src/ui/category.vala:77 ../src/ui/category.vala:119
msgid "Internet"
msgstr ""

#. _labels.set (QueryFlags.ALL, _("All")); // Do not remove!
#: ../src/ui/category.vala:111
msgid "Include remote content"
msgstr ""

#. _labels.set (QueryFlags.FILES, _("Files"));
#: ../src/ui/category.vala:121
msgid "Uncategorized"
msgstr ""

#: ../src/ui/controller.vala:30
msgid "Searching..."
msgstr ""

#: ../src/ui/controller.vala:31
msgid "No results found."
msgstr ""

#: ../src/ui/controller.vala:32
msgid "No recent activities found."
msgstr ""

#: ../src/ui/controller.vala:33
msgid "Type to search..."
msgstr ""

#: ../src/ui/controller.vala:517
msgid "...or press down key to browse recent activities"
msgstr ""

#: ../src/ui/view-virgilio.vala:188 ../src/ui/widgets-matchlistview.vala:923
#, c-format
msgid "<b>%d of %d</b>"
msgstr ""

#: ../src/ui/settings.vala:48
msgid "Status"
msgstr ""

#: ../src/ui/settings.vala:50
msgid "Enable this plugin"
msgstr ""

#: ../src/ui/settings.vala:51
msgid "Disable this plugin"
msgstr ""

#: ../src/ui/settings.vala:57
msgid "About this plugin"
msgstr ""

#: ../src/ui/settings.vala:72 ../src/ui/settings.vala:211
msgid "Configure plugin"
msgstr ""

#: ../src/ui/settings.vala:88 ../src/ui/settings.vala:465
msgid "Disabled"
msgstr ""

#: ../src/ui/settings.vala:92
msgid "Enabled"
msgstr ""

#: ../src/ui/settings.vala:146
msgid "Synapse - Settings"
msgstr ""

#: ../src/ui/settings.vala:168
msgid "Default"
msgstr ""

#: ../src/ui/settings.vala:169
msgid "Essential"
msgstr ""

#: ../src/ui/settings.vala:170
msgid "Doish"
msgstr ""

#: ../src/ui/settings.vala:171
msgid "Side Doish"
msgstr ""

#: ../src/ui/settings.vala:172
msgid "Virgilio"
msgstr ""

#: ../src/ui/settings.vala:245
msgid "Execute"
msgstr ""

#: ../src/ui/settings.vala:246
msgid "Execute without hiding"
msgstr ""

#: ../src/ui/settings.vala:247
msgid "Alternative Delete"
msgstr ""

#: ../src/ui/settings.vala:248
msgid "Next Result"
msgstr ""

#: ../src/ui/settings.vala:249
msgid "Previous Result"
msgstr ""

#: ../src/ui/settings.vala:250
msgid "First Result"
msgstr ""

#: ../src/ui/settings.vala:251
msgid "Last Result"
msgstr ""

#: ../src/ui/settings.vala:252
msgid "Next 5 Results"
msgstr ""

#: ../src/ui/settings.vala:253
msgid "Previous 5 Results"
msgstr ""

#: ../src/ui/settings.vala:254
msgid "Next Category"
msgstr ""

#: ../src/ui/settings.vala:255
msgid "Previous Category"
msgstr ""

#: ../src/ui/settings.vala:256
msgid "Next Pane"
msgstr ""

#: ../src/ui/settings.vala:257
msgid "Previous Pane"
msgstr ""

#: ../src/ui/settings.vala:258
msgid "Paste"
msgstr ""

#: ../src/ui/settings.vala:259
msgid "Paste current selection"
msgstr ""

#: ../src/ui/settings.vala:260
msgid "Quit"
msgstr ""

#: ../src/ui/settings.vala:274
msgid "Shortcut already in use"
msgstr ""

#: ../src/ui/settings.vala:300
msgid "General"
msgstr ""

#: ../src/ui/settings.vala:301
msgid "Plugins"
msgstr ""

#: ../src/ui/settings.vala:307
msgid "Behavior & Look"
msgstr ""

#: ../src/ui/settings.vala:319
msgid "Theme:"
msgstr ""

#. Autostart checkbox
#: ../src/ui/settings.vala:324
msgid "Startup on login"
msgstr ""

#. Notification icon
#: ../src/ui/settings.vala:330
msgid "Show notification icon"
msgstr ""

#: ../src/ui/settings.vala:345
msgid "Shortcuts"
msgstr ""

#: ../src/ui/settings.vala:367
msgid "Action"
msgstr ""

#: ../src/ui/settings.vala:404
msgid "Shortcut"
msgstr ""

#: ../src/ui/settings.vala:423
msgid "Click the shortcut you wish to change and press the new shortcut."
msgstr ""

#: ../src/ui/widgets-matchlistview.vala:896
#: ../src/ui/widgets-matchlistview.vala:910
msgid "No results."
msgstr ""

#: ../src/ui/widgets-matchlistview.vala:915
#, c-format
msgid "<b>1 of %d</b>"
msgstr ""

#: ../src/ui/utils.vala:115
msgid "Home"
msgstr ""

#: ../src/ui/utils.vala:129
msgid "Root"
msgstr ""

#: ../src/core/common-actions.vala:77
msgid "Run"
msgstr ""

#: ../src/core/common-actions.vala:78
msgid "Run an application, action or script"
msgstr ""

#: ../src/core/common-actions.vala:132
msgid "Run in Terminal"
msgstr ""

#: ../src/core/common-actions.vala:133
msgid "Run application or command in terminal"
msgstr ""

#: ../src/core/common-actions.vala:180
msgid "Open"
msgstr ""

#: ../src/core/common-actions.vala:181
msgid "Open using default application"
msgstr ""

#: ../src/core/common-actions.vala:250
msgid "Open folder"
msgstr ""

#: ../src/core/common-actions.vala:251
msgid "Open folder containing this file"
msgstr ""

#: ../src/core/common-actions.vala:290
msgid "Copy to Clipboard"
msgstr ""

#: ../src/core/common-actions.vala:291
msgid "Copy selection to clipboard"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:73
msgid "Control Banshee and add items to playlists."
msgstr ""

#. DBusService.get_default ().name_is_activatable (BansheePlaybackController.UNIQUE_NAME), // doesn't work for banshee
#: ../src/plugins/banshee-plugin.vala:79
msgid "Banshee is not installed"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:144
#: ../src/plugins/rhythmbox-plugin.vala:155
msgid "Play"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:145
msgid "Start playback in Banshee"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:172
#: ../src/plugins/rhythmbox-plugin.vala:206
msgid "Pause"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:173
msgid "Pause playback in Banshee"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:194
#: ../src/plugins/rhythmbox-plugin.vala:222
msgid "Next"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:195
msgid "Plays the next song in Banshee's playlist"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:217
#: ../src/plugins/rhythmbox-plugin.vala:245
msgid "Previous"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:218
msgid "Plays the previous song in Banshee's playlist"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:241
msgid "Enqueue in Banshee"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:242
msgid "Add the song to Banshee playlist"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:284
msgid "Play in Banshee"
msgstr ""

#: ../src/plugins/banshee-plugin.vala:285
#: ../src/plugins/rhythmbox-plugin.vala:318
msgid "Clears the current playlist and plays the song"
msgstr ""

#: ../src/plugins/calculator-plugin.vala:63
msgid "Calculator"
msgstr ""

#: ../src/plugins/calculator-plugin.vala:64
msgid "Calculate basic expressions."
msgstr ""

#: ../src/plugins/calculator-plugin.vala:68
msgid "bc is not installed"
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:42
msgid "Open chat"
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:43
msgid "Open a chat with selected contact"
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:66
msgid "Send a message"
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:67
msgid "Send a message to the contact"
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:100
msgid "Send message to.."
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:101
msgid "Send a message to a contact"
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:136
msgid "Chat actions"
msgstr ""

#: ../src/plugins/chat-actions-plugin.vala:137
msgid "Open chat, or send a message with your favorite IM"
msgstr ""

#: ../src/plugins/command-plugin.vala:56
msgid "Run command"
msgstr ""

#: ../src/plugins/command-plugin.vala:77
msgid "Find and execute arbitrary commands."
msgstr ""

#: ../src/plugins/desktop-file-plugin.vala:90
msgid "Search for and run applications on your computer."
msgstr ""

#: ../src/plugins/desktop-file-plugin.vala:263
#, c-format
msgid "Open with %s"
msgstr ""

#: ../src/plugins/desktop-file-plugin.vala:265
#, c-format
msgid "Opens current selection using %s"
msgstr ""

#: ../src/plugins/devhelp-search.vala:67
msgid "Search in Devhelp"
msgstr ""

#: ../src/plugins/devhelp-search.vala:68
msgid "Search documentation for this symbol"
msgstr ""

#: ../src/plugins/devhelp-search.vala:78
msgid "Search documentation using Devhelp."
msgstr ""

#: ../src/plugins/devhelp-search.vala:82
msgid "Devhelp is not installed"
msgstr ""

#: ../src/plugins/dictionary.vala:67
msgid "Define"
msgstr ""

#: ../src/plugins/dictionary.vala:68
msgid "Look up definition in dictionary"
msgstr ""

#: ../src/plugins/dictionary.vala:78
msgid "Look up definitions of words."
msgstr ""

#: ../src/plugins/dictionary.vala:82
msgid "Gnome Dictionary is not installed"
msgstr ""

#: ../src/plugins/directory-plugin.vala:125
msgid "Open commonly used directories."
msgstr ""

#: ../src/plugins/file-op-plugin.vala:77
msgid "Rename to"
msgstr ""

#: ../src/plugins/file-op-plugin.vala:78
msgid "Rename the file to..."
msgstr ""

#: ../src/plugins/file-op-plugin.vala:95 ../src/plugins/pidgin-plugin.vala:186
#, c-format
msgid "File \"%s\"does not exist."
msgstr ""

#: ../src/plugins/file-op-plugin.vala:107
#, c-format
msgid "Cannot move \"%s\" to \"%s\""
msgstr ""

#: ../src/plugins/file-op-plugin.vala:137
msgid "File Operations"
msgstr ""

#: ../src/plugins/file-op-plugin.vala:138
msgid "Copy, Cut, Paste and Delete files"
msgstr ""

#: ../src/plugins/gnome-screensaver-plugin.vala:60
msgid "Lock Screen"
msgstr ""

#: ../src/plugins/gnome-screensaver-plugin.vala:61
msgid "Locks screen and starts screensaver."
msgstr ""

#: ../src/plugins/gnome-screensaver-plugin.vala:88
msgid "Lock screen of your computer."
msgstr ""

#: ../src/plugins/gnome-screensaver-plugin.vala:92
msgid "Gnome Screen Saver wasn't found"
msgstr ""

#: ../src/plugins/hybrid-search-plugin.vala:86
msgid "Improve results returned by the Zeitgeist plugin by looking "
msgstr ""

#: ../src/plugins/imgur-plugin.vala:51
msgid "Upload to imgur"
msgstr ""

#: ../src/plugins/imgur-plugin.vala:52
msgid "Upload selection to imgur image sharer"
msgstr ""

#: ../src/plugins/imgur-plugin.vala:164
#: ../src/plugins/pastebin-plugin.vala:152
msgid ""
"The selection was successfully uploaded and its URL was copied to clipboard."
msgstr ""

#: ../src/plugins/imgur-plugin.vala:168
#: ../src/plugins/pastebin-plugin.vala:156
msgid ""
"An error occurred during upload, please check the log for more information."
msgstr ""

#: ../src/plugins/imgur-plugin.vala:176
msgid "Synapse - Imgur"
msgstr ""

#: ../src/plugins/imgur-plugin.vala:232
msgid "Upload to imgur to contact.."
msgstr ""

#: ../src/plugins/imgur-plugin.vala:233
msgid "Upload selection to imgur image sharer, and send the link to contact"
msgstr ""

#: ../src/plugins/imgur-plugin.vala:266
msgid "Imgur"
msgstr ""

#: ../src/plugins/imgur-plugin.vala:267
msgid "Share images using imgur."
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:45
msgid "Authorize with Launchpad"
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:52
msgid ""
"Please press the Finish button once you login to Launchpad with your web "
"browser"
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:55
msgid "Finish authorization"
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:261
msgid "Find bugs and branches on Launchpad."
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:312
#, c-format
msgid "Launchpad: Bazaar branches for %s"
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:319
#, c-format
msgid "Launchpad: Series %s for Project %s"
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:326
#, c-format
msgid "Launchpad: Bazaar branch %s"
msgstr ""

#: ../src/plugins/launchpad-plugin.vala:341
#, c-format
msgid "Launchpad: Bug #%s"
msgstr ""

#: ../src/plugins/locate-plugin.vala:95 ../src/plugins/locate-plugin.vala:105
msgid "Locate"
msgstr ""

#: ../src/plugins/locate-plugin.vala:96
msgid "Locate files with this name on the filesystem"
msgstr ""

#: ../src/plugins/locate-plugin.vala:106
msgid "Runs locate command to find files on the filesystem."
msgstr ""

#: ../src/plugins/locate-plugin.vala:110
msgid "Unable to find \"locate\" binary"
msgstr ""

#: ../src/plugins/opensearch.vala:252
msgid "Search the web."
msgstr ""

#: ../src/plugins/opensearch.vala:264
msgid "Google"
msgstr ""

#: ../src/plugins/opensearch.vala:265
msgid "Search the web using google.com"
msgstr ""

#: ../src/plugins/opensearch.vala:266
msgid "Google Maps"
msgstr ""

#: ../src/plugins/opensearch.vala:267
msgid "Search using Google Maps"
msgstr ""

#: ../src/plugins/pastebin-plugin.vala:42
#: ../src/plugins/pastebin-plugin.vala:262
msgid "Pastebin"
msgstr ""

#: ../src/plugins/pastebin-plugin.vala:43
#: ../src/plugins/pastebin-plugin.vala:229
msgid "Pastebin selection"
msgstr ""

#: ../src/plugins/pastebin-plugin.vala:164
msgid "Synapse - Pastebin"
msgstr ""

#: ../src/plugins/pastebin-plugin.vala:228
msgid "Pastebin to contact.."
msgstr ""

#: ../src/plugins/pastebin-plugin.vala:263
msgid "Upload files to pastebin."
msgstr ""

#: ../src/plugins/pastebin-plugin.vala:267
msgid "Unable to find \"pastebinit\" program"
msgstr ""

#: ../src/plugins/pidgin-plugin.vala:78
msgid "Get access to your Pidgin contacts"
msgstr ""

#: ../src/plugins/pidgin-plugin.vala:82
msgid "Pidgin is not installed."
msgstr ""

#: ../src/plugins/pidgin-plugin.vala:95
msgid "Send in chat to.."
msgstr ""

#: ../src/plugins/pidgin-plugin.vala:96
msgid "Send selected file within Pidgin"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:86
msgid "Control Rhythmbox and add items to playlists."
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:90
msgid "Rhythmbox is not installed"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:156
msgid "Start playback in Rhythmbox"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:207
msgid "Pause playback in Rhythmbox"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:223
msgid "Plays the next song in Rhythmbox's playlist"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:246
msgid "Plays the previous song in Rhythmbox's playlist"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:270
msgid "Enqueue in Rhythmbox"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:271
msgid "Add the song to Rhythmbox playlist"
msgstr ""

#: ../src/plugins/rhythmbox-plugin.vala:317
msgid "Play in Rhythmbox"
msgstr ""

#: ../src/plugins/selection-plugin.vala:55
msgid "Selection"
msgstr ""

#. plugin title
#: ../src/plugins/selection-plugin.vala:56
msgid "Provides actions for currently selected text."
msgstr ""

#: ../src/plugins/selection-plugin.vala:81
msgid "Selected text"
msgstr ""

#. Plugin title
#: ../src/plugins/ssh-plugin.vala:53
msgid "Connect to host with SSH"
msgstr ""

#: ../src/plugins/ssh-plugin.vala:58
msgid "ssh is not installed"
msgstr ""

#: ../src/plugins/ssh-plugin.vala:174
msgid "Connect with SSH"
msgstr ""

#: ../src/plugins/system-management.vala:89
msgid "Suspend"
msgstr ""

#: ../src/plugins/system-management.vala:90
msgid "Put your computer into suspend mode"
msgstr ""

#: ../src/plugins/system-management.vala:159
msgid "Hibernate"
msgstr ""

#: ../src/plugins/system-management.vala:160
msgid "Put your computer into hibernation mode"
msgstr ""

#: ../src/plugins/system-management.vala:228
msgid "Shut Down"
msgstr ""

#: ../src/plugins/system-management.vala:229
msgid "Turn your computer off"
msgstr ""

#: ../src/plugins/system-management.vala:286
msgid "Restart"
msgstr ""

#: ../src/plugins/system-management.vala:287
msgid "Restart your computer"
msgstr ""

#: ../src/plugins/system-management.vala:345
msgid "Suspend, hibernate, restart or shutdown your computer."
msgstr ""

#: ../src/plugins/system-management.vala:349
msgid "ConsoleKit wasn't found"
msgstr ""

#: ../src/plugins/zeitgeist-plugin.vala:158
msgid "few moments ago"
msgstr ""

#: ../src/plugins/zeitgeist-plugin.vala:163
#, c-format
msgid "%d minute ago"
msgid_plural "%d minutes ago"
msgstr[0] ""
msgstr[1] ""

#: ../src/plugins/zeitgeist-plugin.vala:168
#, c-format
msgid "%d hour ago"
msgid_plural "%d hours ago"
msgstr[0] ""
msgstr[1] ""

#: ../src/plugins/zeitgeist-plugin.vala:173
#, c-format
msgid "%d day ago"
msgid_plural "%d days ago"
msgstr[0] ""
msgstr[1] ""

#: ../src/plugins/zeitgeist-plugin.vala:178
#, c-format
msgid "%d week ago"
msgid_plural "%d weeks ago"
msgstr[0] ""
msgstr[1] ""

#: ../src/plugins/zeitgeist-plugin.vala:192
msgid "Search various items logged by Zeitgeist."
msgstr ""

#: ../src/plugins/zeitgeist-plugin.vala:196
#: ../src/plugins/zeitgeist-related.vala:112
msgid "Zeitgeist is not installed"
msgstr ""

#: ../src/plugins/zeitgeist-related.vala:97
msgid "Find related"
msgstr ""

#: ../src/plugins/zeitgeist-related.vala:98
msgid "Find resources related to this result"
msgstr ""

#: ../src/plugins/zeitgeist-related.vala:107
msgid "Related files"
msgstr ""

#: ../src/plugins/zeitgeist-related.vala:108
msgid "Finds files related to other search results using Zeitgeist."
msgstr ""