forked from varietywalls/variety
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariety.pot
2020 lines (1598 loc) · 49.7 KB
/
variety.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-16 21:43-0700\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../data/plugins/quotes/GoodreadsSource.py:49
msgid "Fetches quotes from Goodreads.com"
msgstr ""
#: ../variety/Texts.py:20
msgid "Keep original"
msgstr ""
#: ../variety/Texts.py:21
msgid "Grayscale"
msgstr ""
#: ../variety/Texts.py:22
msgid "Heavy blur"
msgstr ""
#: ../variety/Texts.py:23
msgid "Soft blur"
msgstr ""
#: ../variety/Texts.py:24
msgid "Oil painting"
msgstr ""
#: ../variety/Texts.py:25
msgid "Pencil sketch"
msgstr ""
#: ../variety/Texts.py:26
msgid "Pointilism"
msgstr ""
#: ../variety/Texts.py:27
msgid "Pixellate"
msgstr ""
#: ../variety/Texts.py:31
msgid "The Favorites folder"
msgstr ""
#: ../variety/Texts.py:32
msgid "The Fetched folder"
msgstr ""
#: ../variety/Texts.py:35
msgid ""
"Recommended by Variety. Adapts to your taste as you mark images as favorite "
"or trash."
msgstr ""
#: ../variety/Texts.py:37
msgid ""
"Latest favorites by the other users of Variety. [May contain NSFW images]"
msgstr ""
#: ../variety/Texts.py:38
msgid "Random wallpapers from Desktoppr.co"
msgstr ""
#: ../variety/Texts.py:39
msgid "NASA's Astronomy Picture of the Day"
msgstr ""
#: ../variety/Texts.py:41
msgid "World Sunlight Map - live wallpaper from Die.net"
msgstr ""
#: ../variety/Texts.py:42
msgid "Bing Photo of the Day"
msgstr ""
#: ../variety/Texts.py:43
msgid "High-resolution photos from Unsplash.com"
msgstr ""
#: ../variety/Texts.py:47
msgid ""
"You can change the wallpaper back and forth by scrolling the mouse wheel on "
"top of the indicator icon."
msgstr ""
#: ../variety/Texts.py:48
msgid ""
"If you want to run custom commands every time the wallpaper changes or if "
"you use an alternative desktop environment, please edit the scripts in ~/."
"config/variety/scripts. There are examples there for various desktop "
"environments."
msgstr ""
#: ../variety/Texts.py:49
msgid ""
"Variety can be controlled from the command line and you can use this to "
"define keyboard shortcuts for the operations you use most often. Run "
"\"variety --help\" to see all available commands."
msgstr ""
#: ../variety/Texts.py:50
msgid ""
"You can drop image links or files on the launcher icon to download them and "
"use them as wallpapers. For quicker downloading from a specific site, you "
"can also use clipboard monitoring (see \"Manual downloading\" tab)."
msgstr ""
#: ../variety/Texts.py:51
msgid ""
"Applying a heavy blurring filter is a great way to get abstract-looking and "
"unobtrusive, yet colorful wallpapers, similar in spirit to the default one "
"in Ubuntu."
msgstr ""
#: ../variety/Texts.py:52
msgid ""
"Adding your own custom filters is quite easy: open ~/.config/variety/variety."
"conf in an editor and use the existing filters as an example. Every filter "
"is just a line of options to be passed to ImageMagick's convert command."
msgstr ""
#: ../variety/Texts.py:53
msgid ""
"When you select an image source, its images are displayed in a window at the "
"bottom of the screen. Click an image there to set is as wallpaper. Right-"
"click to close the window, to modify its appearance or to perform file "
"operations. You can select multiple image sources to create a \"merged\" "
"thumbnail view of all of them. Please mind that thumbnail view is limited to "
"several hundred randomly selected images."
msgstr ""
#: ../variety/Texts.py:54
msgid ""
"To enable desktop notifications when the wallpaper changes, uncomment the "
"two lines at the bottom of ~/.config/variety/scripts/set_wallpaper."
msgstr ""
#: ../variety/Texts.py:55
msgid ""
"Variety's indicator icon is themeable - if you you choose the \"Light\" "
"option for the icon, Variety will first check if the current GTK theme has "
"an icon named \"variety-indicator\" and will use it instead of the bundled "
"light icon."
msgstr ""
#: ../variety/Texts.py:56
msgid ""
"When you choose to save quotes to Favorites, these are by default saved to "
"~/.config/variety/favorite_quotes.txt. This file is compatible with "
"Variety's local files quote source. If you want to use it - copy it to ~/."
"config/variety/pluginconfig/quotes/ and enable the Local Files quote source. "
"This file is also compatible with the Unix fortune utility."
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:245
msgid "All"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:366
#: ../variety/PreferencesVarietyDialog.py:532
#: ../data/ui/PreferencesVarietyDialog.ui.h:11
msgid "Images"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:367
msgid "Folders"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:369 ../data/ui/AddFlickrDialog.ui.h:2
msgid "Flickr"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:370
#: ../data/ui/AddWallhavenDialog.ui.h:2
msgid "Wallhaven.cc"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:371 ../data/ui/AddRedditDialog.ui.h:2
msgid "Reddit"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:372
#: ../data/ui/AddMediaRssDialog.ui.h:2
msgid "Media RSS"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:397
msgid "Remove the source, keep the files"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:398
msgid "Remove the sources, keep the files"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:405
msgid "Remove the source and delete the downloaded files"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:406
msgid "Remove the sources and delete the downloaded files"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:439
msgid "World Sunlight Map enabled"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:440
msgid ""
"Using the World Sunlight Map requires both downloading and changing enabled "
"at intervals of 30 minutes or less. Settings were adjusted automatically."
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:525
msgid "Add Images"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:526
#: ../variety/PreferencesVarietyDialog.py:550 ../variety/FolderChooser.py:66
msgid "Cancel"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:526
#: ../variety/PreferencesVarietyDialog.py:550
msgid "Add"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:548
msgid ""
"Add Folders - Only add the root folders, subfolders are searched recursively"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:678
#: ../variety/PreferencesVarietyDialog.py:691
#: ../data/ui/PreferencesVarietyDialog.ui.h:151
msgid "Edit..."
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:685
msgid "View Image"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:688
msgid "Open Folder"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:1065
#: ../variety/PreferencesVarietyDialog.py:1084
#: ../variety/PreferencesVarietyDialog.py:1092
msgid "No write permissions"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:1072
msgid "Limit disabled"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:1073
msgid ""
"Changing the download folder automatically turns off the size limit to "
"prevent from accidental data loss"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:1079
#, python-format
msgid "Actual download folder: %s "
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:1159
msgid "Could not adjust permissions"
msgstr ""
#: ../variety/PreferencesVarietyDialog.py:1160
#, python-format
msgid ""
"You may try manually running this command:\n"
"sudo chmod %s \"%s\""
msgstr ""
#: ../data/ui/WelcomeDialog.ui.h:1
msgid "Welcome to Variety!"
msgstr ""
#: ../data/ui/WelcomeDialog.ui.h:2
msgid "Continue"
msgstr ""
#: ../data/ui/WelcomeDialog.ui.h:3
msgid ""
"Variety is an automatic wallpaper changer. It rotates your desktop wallpaper "
"on a regular basis using local images or images downloaded from various "
"online sources. It runs quietly in the background - to control it, click "
"this icon in your system tray:"
msgstr ""
#: ../data/ui/WelcomeDialog.ui.h:4
msgid ""
"Variety is open-source software, created by Peter Levi, a software developer "
"from Bulgaria. If you like it, please <a href=\"http://peterlevi.com/variety/"
"donate/\">donate</a>."
msgstr ""
#: ../data/ui/WelcomeDialog.ui.h:5
msgid ""
"Now please take some time to set your preferences on the following screens."
msgstr ""
#: ../variety/LoginOrRegisterDialog.py:80
#, python-format
msgid "Oops, server returned error (%s)"
msgstr ""
#: ../variety/LoginOrRegisterDialog.py:85
msgid "Could not connect to server"
msgstr ""
#: ../variety/indicator.py:60 ../variety/indicator.py:107
#: ../variety/indicator.py:178
msgid "_Next"
msgstr ""
#: ../variety/indicator.py:65 ../variety/indicator.py:112
#: ../variety/indicator.py:183
msgid "_Previous"
msgstr ""
#: ../variety/indicator.py:72
msgid "Current desktop wallpaper"
msgstr ""
#: ../variety/indicator.py:76
msgid "Show origin"
msgstr ""
#: ../variety/indicator.py:87 ../variety/VarietyWindow.py:642
#: ../variety/ThumbsManager.py:144
msgid "Copy to _Favorites"
msgstr ""
#. both
#: ../variety/indicator.py:92 ../variety/VarietyWindow.py:651
#: ../data/ui/PreferencesVarietyDialog.ui.h:148
msgid "Move to Favorites"
msgstr ""
#: ../variety/indicator.py:98 ../variety/ThumbsManager.py:160
msgid "Delete to _Trash"
msgstr ""
#: ../variety/indicator.py:117 ../variety/indicator.py:188
msgid "_Next, skipping forward history"
msgstr ""
#: ../variety/indicator.py:125
msgid ""
"Tip: Scroll wheel over icon\n"
"for Next and Previous"
msgstr ""
#: ../variety/indicator.py:131 ../variety/indicator.py:197
#: ../variety/VarietyWindow.py:773 ../variety/VarietyWindow.py:787
msgid "Pause on current"
msgstr ""
#: ../variety/indicator.py:135
msgid "_Image"
msgstr ""
#: ../variety/indicator.py:142 ../variety/ThumbsManager.py:167
msgid "Where is it from?"
msgstr ""
#: ../variety/indicator.py:146
msgid "Show without effects"
msgstr ""
#: ../variety/indicator.py:154
msgid "Google Image Search"
msgstr ""
#: ../variety/indicator.py:160 ../variety/indicator.py:235
#: ../data/ui/FacebookPublishDialog.ui.h:2
msgid "Share on Facebook"
msgstr ""
#: ../variety/indicator.py:167 ../variety/ThumbsManager.py:136
msgid "Set EXIF Rating"
msgstr ""
#: ../variety/indicator.py:203 ../variety/VarietyWindow.py:790
msgid "Save to Favorites"
msgstr ""
#: ../variety/indicator.py:208
msgid "View Favorites..."
msgstr ""
#: ../variety/indicator.py:215
msgid "Copy to Clipboard"
msgstr ""
#: ../variety/indicator.py:225
msgid "Google Quote"
msgstr ""
#: ../variety/indicator.py:230
msgid "Google Author"
msgstr ""
#: ../variety/indicator.py:242 ../variety/indicator.py:296
msgid "Preferences..."
msgstr ""
#: ../variety/indicator.py:250
msgid "Turn off"
msgstr ""
#: ../variety/indicator.py:256
msgid "_Quote"
msgstr ""
#: ../variety/indicator.py:263
msgid "_History"
msgstr ""
#: ../variety/indicator.py:269
msgid "_Wallpaper Selector"
msgstr ""
#: ../variety/indicator.py:275
msgid "Recent _Downloads"
msgstr ""
#: ../variety/indicator.py:290
msgid "Start Slideshow"
msgstr ""
#: ../variety/indicator.py:300
msgid "About"
msgstr ""
#: ../variety/indicator.py:304 ../data/ui/PreferencesVarietyDialog.ui.h:177
msgid "Donate"
msgstr ""
#: ../variety/indicator.py:308
msgid "Quit"
msgstr ""
#: ../variety/AddMediaRssDialog.py:40
msgid ""
"This does not seem to be a valid Media RSS feed URL or there is no content "
"there."
msgstr ""
#: ../data/ui/FacebookPublishDialog.ui.h:1
msgid "Variety - Publish to Facebook"
msgstr ""
#: ../data/ui/FacebookPublishDialog.ui.h:3
msgid ""
"Publish a link to the current wallpaper on Facebook. Include this text along "
"with the link (or just leave empty):"
msgstr ""
#: ../data/ui/FacebookPublishDialog.ui.h:4
msgid "Use current quote"
msgstr ""
#: ../data/ui/FacebookPublishDialog.ui.h:5 ../variety/VarietyWindow.py:2578
msgid "Do not ask anymore, always use the text above"
msgstr ""
#: ../variety/AddWallhavenDialog.py:38 ../variety/AddFlickrDialog.py:138
msgid "No images found"
msgstr ""
#: ../variety/VarietyWindow.py:638 ../variety/VarietyWindow.py:790
#: ../variety/VarietyWindow.py:2737
msgid "Already in Favorites"
msgstr ""
#: ../variety/VarietyWindow.py:643 ../variety/ThumbsManager.py:151
msgid "Move to _Favorites"
msgstr ""
#: ../variety/VarietyWindow.py:673 ../variety/ThumbsManager.py:119
msgid "Fetched: Show Origin"
msgstr ""
#: ../variety/VarietyWindow.py:675 ../variety/VarietyWindow.py:780
#: ../variety/ThumbsManager.py:121
#, python-format
msgid "View at %s"
msgstr ""
#: ../variety/VarietyWindow.py:725
msgid "Unknown"
msgstr ""
#: ../variety/VarietyWindow.py:750
#, python-format
msgid "Author: %s"
msgstr ""
#: ../variety/VarietyWindow.py:773 ../variety/VarietyWindow.py:787
msgid "Resume regular changes"
msgstr ""
#: ../variety/VarietyWindow.py:922
msgid "Filtering too strict?"
msgstr ""
#: ../variety/VarietyWindow.py:923
msgid ""
"Variety is finding too few images that match your image filtering criteria"
msgstr ""
#: ../variety/VarietyWindow.py:1404
msgid "Please add more image sources or wait for some downloads"
msgstr ""
#: ../variety/VarietyWindow.py:1406
msgid "Please add more image sources"
msgstr ""
#: ../variety/VarietyWindow.py:1407
msgid "No more wallpapers"
msgstr ""
#: ../variety/VarietyWindow.py:1621
msgid "Current wallpaper is not in the image sources"
msgstr ""
#: ../variety/VarietyWindow.py:1656
#, python-format
msgid ""
"Could not move to %s. You probably don't have permissions to move this file."
msgstr ""
#: ../variety/VarietyWindow.py:1658
#, python-format
msgid ""
"Could not copy to %s. You probably don't have permissions to copy this file."
msgstr ""
#: ../variety/VarietyWindow.py:1678 ../variety/VarietyWindow.py:1706
#: ../variety/VarietyWindow.py:1711
msgid "Cannot delete"
msgstr ""
#: ../variety/VarietyWindow.py:1679
#, python-format
msgid "You don't have permissions to delete %s to Trash."
msgstr ""
#: ../variety/VarietyWindow.py:1707
msgid "Deleting to trash failed, check variety.log for more information."
msgstr ""
#: ../variety/VarietyWindow.py:1712
msgid ""
"Deleting to trash failed because no suitable program is installed. Please "
"install gvfs (gvfs-bin), trash-cli, or konqueror."
msgstr ""
#: ../variety/VarietyWindow.py:2005
msgid ""
"I will open an editor with the config file and apply the changes after you "
"save and close the editor."
msgstr ""
#: ../variety/VarietyWindow.py:2043
msgid ""
"%prog [options] [files or urls]\n"
"\n"
"Passing local files will add them to Variety's queue.\n"
"Passing remote URLs will make Variety fetch them to Fetched folder and place "
"them in the queue.\n"
"\n"
"To set a specific wallpaper: %prog /some/local/image.jpg --next"
msgstr ""
#: ../variety/VarietyWindow.py:2053
msgid ""
"Show logging messages (-vv shows even finer debugging messages, -vvv debugs "
"variety_lib too)"
msgstr ""
#: ../variety/VarietyWindow.py:2057
msgid "Make the running instance quit"
msgstr ""
#: ../variety/VarietyWindow.py:2061
msgid ""
"Print the current wallpaper location. Used only when the application is "
"already running."
msgstr ""
#: ../variety/VarietyWindow.py:2065
msgid "Show Next wallpaper"
msgstr ""
#: ../variety/VarietyWindow.py:2069
msgid "Show Previous wallpaper"
msgstr ""
#: ../variety/VarietyWindow.py:2073
msgid "Show Next wallpaper, skipping the forward history"
msgstr ""
#: ../variety/VarietyWindow.py:2077
msgid ""
"Move current wallpaper to Trash. Used only when the application is already "
"running."
msgstr ""
#: ../variety/VarietyWindow.py:2081
msgid ""
"Copy current wallpaper to Favorites. Used only when the application is "
"already running."
msgstr ""
#: ../variety/VarietyWindow.py:2085
msgid ""
"Move current wallpaper to Favorites. Used only when the application is "
"already running."
msgstr ""
#: ../variety/VarietyWindow.py:2089
msgid "Pause on current image"
msgstr ""
#: ../variety/VarietyWindow.py:2093
msgid "Resume regular image changes"
msgstr ""
#: ../variety/VarietyWindow.py:2097
msgid "Toggle Pause/Resume state"
msgstr ""
#: ../variety/VarietyWindow.py:2101
msgid "Show Next quote"
msgstr ""
#: ../variety/VarietyWindow.py:2105
msgid "Show Previous quote"
msgstr ""
#: ../variety/VarietyWindow.py:2109
msgid "Show Next quote, skipping the forward history"
msgstr ""
#: ../variety/VarietyWindow.py:2113
msgid "Toggle Quotes Pause/Resume state"
msgstr ""
#: ../variety/VarietyWindow.py:2117
msgid "Save the current quote to Favorites"
msgstr ""
#: ../variety/VarietyWindow.py:2121
msgid "Toggle History display"
msgstr ""
#: ../variety/VarietyWindow.py:2125
msgid "Toggle Recent Downloads display"
msgstr ""
#: ../variety/VarietyWindow.py:2129
msgid "Show Preferences dialog"
msgstr ""
#: ../variety/VarietyWindow.py:2133
msgid ""
"Show manual wallpaper selector - the thumbnail bar filled with images from "
"the active image sources"
msgstr ""
#: ../variety/VarietyWindow.py:2137
msgid ""
"Sets and applies an option. The option names are the same that are used in "
"Variety's config file ~/.config/variety/variety.conf. Multiple options can "
"be set in a single command. Example: 'variety --set-option icon Dark --set-"
"option clock_enabled True'. USE WITH CAUTION: You are changing the settings "
"file directly in an unguarded way."
msgstr ""
#: ../variety/VarietyWindow.py:2151
msgid "options --next/--fast-forward and --previous are mutually exclusive"
msgstr ""
#: ../variety/VarietyWindow.py:2154
msgid "options --trash and --favorite are mutually exclusive"
msgstr ""
#: ../variety/VarietyWindow.py:2157
msgid "options --pause and --resume are mutually exclusive"
msgstr ""
#: ../variety/VarietyWindow.py:2160
msgid ""
"options --quotes-next/--quotes-fast-forward and --quotes-previous are "
"mutually exclusive"
msgstr ""
#: ../variety/VarietyWindow.py:2277 ../variety/ImageFetcher.py:60
#: ../variety/ImageFetcher.py:70 ../variety/ImageFetcher.py:77
#: ../variety/ImageFetcher.py:110
msgid "Not an image"
msgstr ""
#: ../variety/VarietyWindow.py:2282
msgid "Added to queue"
msgstr ""
#: ../variety/VarietyWindow.py:2283 ../variety/VarietyWindow.py:2289
msgid "Press Next to see it"
msgstr ""
#: ../variety/VarietyWindow.py:2289
msgid "Fetched"
msgstr ""
#: ../variety/VarietyWindow.py:2335
msgid "Unsupported source type"
msgstr ""
#: ../variety/VarietyWindow.py:2336 ../variety/VarietyWindow.py:2373
msgid "Are you running the most recent version of Variety?"
msgstr ""
#: ../variety/VarietyWindow.py:2342
msgid "New image source added"
msgstr ""
#: ../variety/VarietyWindow.py:2344
msgid "Image source already exists, enabling it"
msgstr ""
#: ../variety/VarietyWindow.py:2365
msgid "Fetched and applied"
msgstr ""
#: ../variety/VarietyWindow.py:2369
msgid "It works!"
msgstr ""
#: ../variety/VarietyWindow.py:2369
msgid "Yay, Variety links work. Great!"
msgstr ""
#: ../variety/VarietyWindow.py:2373
msgid "Unsupported command"
msgstr ""
#: ../variety/VarietyWindow.py:2375
msgid "Could not process the given variety:// URL"
msgstr ""
#: ../variety/VarietyWindow.py:2376
msgid "Run with logging enabled to see details"
msgstr ""
#: ../variety/VarietyWindow.py:2575
msgid "Do not ask anymore, always use the current quote"
msgstr ""
#: ../variety/VarietyWindow.py:2610 ../variety/VarietyWindow.py:2639
msgid "Published"
msgstr ""
#: ../variety/VarietyWindow.py:2610 ../variety/VarietyWindow.py:2639
msgid "You may open your Facebook feed to see the post"
msgstr ""
#: ../variety/VarietyWindow.py:2613 ../variety/VarietyWindow.py:2642
msgid "Could not publish"
msgstr ""
#: ../variety/VarietyWindow.py:2805
msgid "Could not create autostart entry"
msgstr ""
#: ../variety/VarietyWindow.py:2806
msgid ""
"An error occurred while creating the autostart desktop entry\n"
"Please run from a terminal with the -v flag and try again."
msgstr ""
#: ../variety/VarietyWindow.py:2856
msgid "No images"
msgstr ""
#: ../variety/VarietyWindow.py:2856
msgid "There are no images in the slideshow folders"
msgstr ""
#: ../variety/VarietyWindow.py:2889
msgid "Wallhaven image sources disabled"
msgstr ""
#: ../variety/VarietyWindow.py:2890
msgid ""
"Please google \"Python SNI SSL error\" if you want to fix the problem "
"yourself."
msgstr ""
#: ../variety/VarietyWindow.py:2896
msgid ""
"There are SSL incompatibilities between your version of Python and some "
"https sites like Wallhaven. You can <a href=\"https://stackoverflow.com/"
"questions/18578439/using-requests-with-tls-doesnt-give-sni-support/\">read "
"more about the issue here</a>.\n"
"\n"
"Do you want to install the Python dependencies required to fix this "
"problem? \n"
"This operation will ask for superuser privileges. "
msgstr ""
#: ../variety/VarietyWindow.py:2901
msgid "Variety - SSL error. Install dependencies?"
msgstr ""
#: ../variety/VarietyWindow.py:2922
msgid "Installing..."
msgstr ""
#: ../variety/VarietyWindow.py:2923
#, python-format
msgid ""
"Installation will take a minute or two. Please be patient. Log file is at %s"
msgstr ""
#: ../variety/VarietyWindow.py:2936
msgid "Dependencies were installed. Please restart Variety now."
msgstr ""
#: ../variety/VarietyWindow.py:2937
msgid ""
"If SSL errors persist, you will have to google for \"Python SNI SSL error\" "
"and seek another solution."
msgstr ""
#: ../variety/VarietyWindow.py:2940
msgid "Failure. Wallhaven sources disabled."
msgstr ""
#: ../variety/VarietyWindow.py:2941
#, python-format
msgid ""
"SSL-related dependencies were not installed successfully. Please see %s or "
"google \"Python SNI SSL error\" and seek another solution."
msgstr ""
#: ../data/ui/FacebookFirstRunDialog.ui.h:1
msgid "Variety - Facebook Sharing"
msgstr ""
#: ../data/ui/FacebookFirstRunDialog.ui.h:2
#: ../data/ui/PreferencesVarietyDialog.ui.h:152
msgid "Facebook Sharing"
msgstr ""
#: ../data/ui/FacebookFirstRunDialog.ui.h:3
msgid ""
"You are sharing on Facebook for the first time. Sharing from Variety is "
"available for images that come from online sources and for quotes. It works "
"this way: \n"
"\n"
"<span font_weight=\"bold\">1. Login to Facebook</span>\n"
"Facebook will open in your default browser. You will be prompted to login if "
"you are not already logged in. \n"
"\n"
"<span font_weight=\"bold\">2. Authorize Variety to publish to your feed.</"
"span>\n"
"You will be asked to allow Variety to publish to your feed on your behalf. "
"Variety will only use this permission to publish those images and quotes "
"that you tell it to, nothing else.\n"
"\n"
"<span font_weight=\"bold\">3. Configure browser to open variety:// links "
"with Variety or xdg-open</span>\n"
"Then you will be redirected to a page with instructions to associate "
"\"variety://\" links with Variety in your browser. Please follow these "
"instructions to complete the setup. You have to do this only once.\n"
"\n"
"No passwords or login information is kept locally, just an OAuth Facebook "
"token that will be valid for a couple of weeks. After its validity expires "
"you will be asked to login again."
msgstr ""
#: ../data/plugins/quotes/QuotationsPageSource.py:35
msgid "Fetches quotes from TheQuotationsPage.com"
msgstr ""
#: ../data/ui/AddRedditDialog.ui.h:1
msgid "Variety - add Reddit feed"
msgstr ""
#: ../data/ui/AddRedditDialog.ui.h:3
msgid ""
"Enter the name of a subreddit or paste the full URL of a subreddit or a <a "
"href=\"http://reddit.com\">Reddit</a> user. You may specify sort order and "
"time period if you wish. Variety will use posts to direct images or to Imgur "
"pages within the first 100 submissions returned by Reddit.\n"
"\n"
"Example: You may specify simply 'comics' or <a href=\"http://www.reddit.com/"
"r/comics\">http://www.reddit.com/r/comics</a>\n"
"Example: Top posts from the month: <a href=\"http://www.reddit.com/r/comics/"
"top/?sort=top&t=month\">http://www.reddit.com/r/comics/top/?sort=top&"
"t=month</a>"
msgstr ""
#: ../data/ui/AddRedditDialog.ui.h:7
msgid "URL or name of a subreddit: "
msgstr ""
#: ../data/ui/AddRedditDialog.ui.h:8
msgid "Just a moment to check what's there"
msgstr ""
#: ../data/ui/AddRedditDialog.ui.h:9 ../data/ui/AddFlickrDialog.ui.h:17
#: ../data/ui/AddWallhavenDialog.ui.h:10 ../data/ui/AddMediaRssDialog.ui.h:6
msgid " "
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:1
msgid "Variety - add Flickr as an image source"
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:3
msgid ""
"Please specify the <a href=\"http://flickr.com\">Flickr</a> search criteria. "
"Photos that match all of the chosen criteria will be downloaded. Leave "
"unneeded criteria empty."
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:4
#: ../data/ui/PreferencesVarietyDialog.ui.h:58
msgid "Tags: "
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:5
msgid ""
"A comma-separated list of tags. A photo has to contain all of them "
"simultaneosly in order to match.\n"
"Example: yellow,car"
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:7
msgid "User: "
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:8
msgid ""
"Please insert the URL to the user's photostream or to one of their photos.\n"
"Example: <a href=\"http://www.flickr.com/photos/peter-levi/\">http://www."
"flickr.com/photos/peter-levi/</a>"
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:10
msgid "Group: "
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:11
msgid ""
"Please insert the group's URL.\n"
"Example: <a href=\"http://www.flickr.com/groups/wallpapers/\">http://www."
"flickr.com/groups/wallpapers/</a>"
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:13
msgid "Text:"
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:14
msgid ""
"Free text search in photos' titles, descriptions and tags. Exclude terms by "
"prepending them with -.\n"
"Example: apple -pie"
msgstr ""
#: ../data/ui/AddFlickrDialog.ui.h:16 ../data/ui/AddWallhavenDialog.ui.h:9
msgid "Just a moment to check this search"
msgstr ""
#: ../variety/FolderChooser.py:65