-
Notifications
You must be signed in to change notification settings - Fork 62
/
xreader.pot
1685 lines (1305 loc) · 34.5 KB
/
xreader.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: 2023-07-05 13:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../backend/comics/comics-document.c:208
#, c-format
msgid ""
"Error launching the command “%s” in order to decompress the comic book: %s"
msgstr ""
#: ../backend/comics/comics-document.c:222
#, c-format
msgid "The command “%s” failed at decompressing the comic book."
msgstr ""
#: ../backend/comics/comics-document.c:231
#, c-format
msgid "The command “%s” did not end normally."
msgstr ""
#: ../backend/comics/comics-document.c:459
#, c-format
msgid "Not a comic book MIME type: %s"
msgstr ""
#: ../backend/comics/comics-document.c:466
msgid "Can't find an appropriate command to decompress this type of comic book"
msgstr ""
#: ../backend/comics/comics-document.c:540 ../backend/epub/epub-document.c:644
#: ../libdocument/ev-document-factory.c:145
#: ../libdocument/ev-document-factory.c:288
msgid "Unknown MIME Type"
msgstr ""
#: ../backend/comics/comics-document.c:567
msgid "File corrupted"
msgstr ""
#: ../backend/comics/comics-document.c:580
msgid "No files in archive"
msgstr ""
#: ../backend/comics/comics-document.c:619
#, c-format
msgid "No images found in archive %s"
msgstr ""
#: ../backend/comics/comics-document.c:866 ../backend/epub/epub-document.c:1819
#, c-format
msgid "There was an error deleting “%s”."
msgstr ""
#: ../backend/comics/comics-document.c:1015
#, c-format
msgid "Error %s"
msgstr ""
#: ../backend/comics/comicsdocument.xreader-backend.in.h:1
msgid "Comic Books"
msgstr ""
#: ../backend/djvu/djvu-document.c:171
msgid "DjVu document has incorrect format"
msgstr ""
#: ../backend/djvu/djvu-document.c:248
msgid ""
"The document is composed of several files. One or more of these files cannot "
"be accessed."
msgstr ""
#: ../backend/djvu/djvudocument.xreader-backend.in.h:1
msgid "DjVu Documents"
msgstr ""
#: ../backend/dvi/dvi-document.c:107
msgid "DVI document has incorrect format"
msgstr ""
#: ../backend/dvi/dvidocument.xreader-backend.in.h:1
msgid "DVI Documents"
msgstr ""
#: ../backend/epub/epub-document.c:661
msgid "Not an ePub document"
msgstr ""
#: ../backend/epub/epub-document.c:766
msgid "could not retrieve filename"
msgstr ""
#: ../backend/epub/epub-document.c:794
msgid "could not open archive"
msgstr ""
#: ../backend/epub/epub-document.c:810 ../backend/epub/epub-document.c:826
msgid "could not extract archive"
msgstr ""
#: ../backend/epub/epub-document.c:858 ../backend/epub/epub-document.c:941
msgid "could not retrieve container file"
msgstr ""
#: ../backend/epub/epub-document.c:870
msgid "could not open container file"
msgstr ""
#: ../backend/epub/epub-document.c:880
msgid "container file is corrupt"
msgstr ""
#: ../backend/epub/epub-document.c:890
msgid "epub file is invalid or corrupt"
msgstr ""
#: ../backend/epub/epub-document.c:900
msgid "epub file is corrupt, no container"
msgstr ""
#: ../backend/epub/epub-document.c:985
msgid "could not parse content manifest"
msgstr ""
#: ../backend/epub/epub-document.c:994
msgid "content file is invalid"
msgstr ""
#: ../backend/epub/epub-document.c:1003
msgid "epub file has no spine"
msgstr ""
#: ../backend/epub/epub-document.c:1012
msgid "epub file has no manifest"
msgstr ""
#: ../backend/epub/epub-document.c:1103
msgid "Could not set up document tree for loading, some files missing"
msgstr ""
#: ../backend/epub/epubdocument.xreader-backend.in.h:1
msgid "epub Documents"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:522
msgid "This work is in the Public Domain"
msgstr ""
#. translators: this is the document security state
#: ../backend/pdf/ev-poppler.cc:775 ../backend/pdf/ev-poppler.cc:781
msgid "Yes"
msgstr ""
#. translators: this is the document security state
#: ../backend/pdf/ev-poppler.cc:778 ../backend/pdf/ev-poppler.cc:781
msgid "No"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:908
msgid "Type 1"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:910
msgid "Type 1C"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:912
msgid "Type 3"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:914
msgid "TrueType"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:916
msgid "Type 1 (CID)"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:918
msgid "Type 1C (CID)"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:920
msgid "TrueType (CID)"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:922
msgid "Unknown font type"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:948
msgid "No name"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:956
msgid "Embedded subset"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:958
msgid "Embedded"
msgstr ""
#: ../backend/pdf/ev-poppler.cc:960
msgid "Not embedded"
msgstr ""
#: ../backend/pdf/pdfdocument.xreader-backend.in.h:1
msgid "PDF Documents"
msgstr ""
#: ../backend/ps/ev-spectre.c:102
#, c-format
msgid "Failed to load document “%s”"
msgstr ""
#: ../backend/ps/ev-spectre.c:135
#, c-format
msgid "Failed to save document “%s”"
msgstr ""
#: ../backend/ps/psdocument.xreader-backend.in.h:1
msgid "PostScript Documents"
msgstr ""
#: ../backend/tiff/tiff-document.c:114
msgid "Invalid document"
msgstr ""
#: ../libdocument/ev-attachment.c:304 ../libdocument/ev-attachment.c:325
#, c-format
msgid "Couldn't save attachment “%s”: %s"
msgstr ""
#: ../libdocument/ev-attachment.c:373
#, c-format
msgid "Couldn't open attachment “%s”: %s"
msgstr ""
#: ../libdocument/ev-attachment.c:408
#, c-format
msgid "Couldn't open attachment “%s”"
msgstr ""
#: ../libdocument/ev-document-factory.c:170
#, c-format
msgid "File type %s (%s) is not supported"
msgstr ""
#: ../libdocument/ev-document-factory.c:361
msgid "All Documents"
msgstr ""
#: ../libdocument/ev-document-factory.c:393
msgid "All Files"
msgstr ""
#: ../libdocument/ev-file-helpers.c:147
#, c-format
msgid "Failed to create a temporary file: %s"
msgstr ""
#: ../libdocument/ev-file-helpers.c:309
#, c-format
msgid "Failed to create a temporary directory: %s"
msgstr ""
#: ../cut-n-paste/smclient/eggdesktopfile.c:165
#, c-format
msgid "File is not a valid .desktop file"
msgstr ""
#: ../cut-n-paste/smclient/eggdesktopfile.c:188
#, c-format
msgid "Unrecognized desktop file Version '%s'"
msgstr ""
#: ../cut-n-paste/smclient/eggdesktopfile.c:957
#, c-format
msgid "Starting %s"
msgstr ""
#: ../cut-n-paste/smclient/eggdesktopfile.c:1098
#, c-format
msgid "Application does not accept documents on command line"
msgstr ""
#: ../cut-n-paste/smclient/eggdesktopfile.c:1166
#, c-format
msgid "Unrecognized launch option: %d"
msgstr ""
#: ../cut-n-paste/smclient/eggdesktopfile.c:1365
#, c-format
msgid "Can't pass document URIs to a 'Type=Link' desktop entry"
msgstr ""
#: ../cut-n-paste/smclient/eggdesktopfile.c:1384
#, c-format
msgid "Not a launchable item"
msgstr ""
#: ../cut-n-paste/smclient/eggsmclient.c:224
msgid "Disable connection to session manager"
msgstr ""
#: ../cut-n-paste/smclient/eggsmclient.c:227
msgid "Specify file containing saved configuration"
msgstr ""
#: ../cut-n-paste/smclient/eggsmclient.c:227 ../previewer/ev-previewer.c:35
#: ../previewer/ev-previewer.c:36
msgid "FILE"
msgstr ""
#: ../cut-n-paste/smclient/eggsmclient.c:230
msgid "Specify session management ID"
msgstr ""
#: ../cut-n-paste/smclient/eggsmclient.c:230
msgid "ID"
msgstr ""
#: ../cut-n-paste/smclient/eggsmclient.c:251
msgid "Session management options:"
msgstr ""
#: ../cut-n-paste/smclient/eggsmclient.c:252
msgid "Show session management options"
msgstr ""
#. translators: this is the label for toolbar button
#: ../cut-n-paste/zoom-control/ephy-zoom.h:49 ../shell/ev-window.c:6661
msgid "Best Fit"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:50
msgid "Fit Page Width"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:51 ../shell/ev-window.c:6223
msgid "Expand Window to Fit"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:53
msgid "50%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:54
msgid "70%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:55
msgid "85%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:56
msgid "100%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:57
msgid "125%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:58
msgid "150%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:59
msgid "175%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:60
msgid "200%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:61
msgid "300%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:62
msgid "400%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:63
msgid "800%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:64
msgid "1600%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:65
msgid "3200%"
msgstr ""
#: ../cut-n-paste/zoom-control/ephy-zoom.h:66
msgid "6400%"
msgstr ""
#: ../data/xreader.appdata.xml.in.h:1
msgid "A Document Viewer"
msgstr ""
#: ../data/xreader.appdata.xml.in.h:2
msgid ""
"<p> Xreader is a simple multi-page document viewer. It can display and print "
"PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, XPS and Portable "
"Document Format (PDF) files, as well as comic book archive files. When "
"supported by the document, it also allows searching for text, copying text "
"to the clipboard, hypertext navigation and table-of-contents bookmarks. </p>"
msgstr ""
#: ../data/xreader.desktop.in.in.h:1 ../shell/ev-window-title.c:157
#: ../shell/main.c:239 ../shell/main.c:268
msgid "Document Viewer"
msgstr ""
#: ../data/xreader.desktop.in.in.h:2
msgid "View multi-page documents"
msgstr ""
#: ../previewer/ev-previewer.c:34
msgid "Delete the temporary file"
msgstr ""
#: ../previewer/ev-previewer.c:35
msgid "Print settings file"
msgstr ""
#: ../previewer/ev-previewer.c:104 ../previewer/ev-previewer.c:135
msgid "Print Preview"
msgstr ""
#: ../previewer/ev-previewer-window.c:83 ../shell/ev-window.c:3426
msgid "Failed to print document"
msgstr ""
#: ../previewer/ev-previewer-window.c:235
#, c-format
msgid "The selected printer '%s' could not be found"
msgstr ""
#. Go menu
#: ../previewer/ev-previewer-window.c:281 ../shell/ev-window.c:6232
msgid "_Previous Page"
msgstr ""
#: ../previewer/ev-previewer-window.c:282 ../shell/ev-window.c:6234
msgid "Go to the previous page"
msgstr ""
#: ../previewer/ev-previewer-window.c:284 ../shell/ev-window.c:6236
msgid "_Next Page"
msgstr ""
#: ../previewer/ev-previewer-window.c:285 ../shell/ev-window.c:6238
msgid "Go to the next page"
msgstr ""
#: ../previewer/ev-previewer-window.c:288 ../shell/ev-window.c:6211
msgid "Enlarge the document"
msgstr ""
#: ../previewer/ev-previewer-window.c:291 ../shell/ev-window.c:6215
msgid "Shrink the document"
msgstr ""
#. translators: this is the label for toolbar button
#: ../previewer/ev-previewer-window.c:294 ../shell/ev-window.c:6657
msgid "Original size"
msgstr ""
#. translators: Print document currently shown in the Print Preview window
#. translators: Title of the print dialog
#: ../previewer/ev-previewer-window.c:297 ../libview/ev-print-operation.c:1328
msgid "Print"
msgstr ""
#: ../previewer/ev-previewer-window.c:298 ../shell/ev-window.c:6150
msgid "Print this document"
msgstr ""
#: ../previewer/ev-previewer-window.c:341 ../shell/ev-window.c:6434
msgid "_Best Fit"
msgstr ""
#: ../previewer/ev-previewer-window.c:342 ../shell/ev-window.c:6436
msgid "Make the current document fill the window"
msgstr ""
#: ../previewer/ev-previewer-window.c:344 ../shell/ev-window.c:6438
msgid "Fit Page _Width"
msgstr ""
#: ../previewer/ev-previewer-window.c:345 ../shell/ev-window.c:6440
msgid "Make the current document fill the window width"
msgstr ""
#: ../previewer/ev-previewer-window.c:561 ../shell/ev-window.c:6605
msgid "Page"
msgstr ""
#: ../previewer/ev-previewer-window.c:562 ../shell/ev-window.c:6606
msgid "Select Page"
msgstr ""
#: ../libmisc/ev-page-action-widget.c:85 ../libmisc/ev-page-action-widget.c:125
#, c-format
msgid "(%d of %d)"
msgstr ""
#: ../libmisc/ev-page-action-widget.c:87 ../libmisc/ev-page-action-widget.c:127
#, c-format
msgid "of %d"
msgstr ""
#. Create tree view
#: ../libview/ev-loading-window.c:76 ../shell/ev-sidebar-annotations.c:134
#: ../shell/ev-sidebar-layers.c:122 ../shell/ev-sidebar-links.c:256
msgid "Loading…"
msgstr ""
#. Initial state
#: ../libview/ev-print-operation.c:332
msgid "Preparing to print…"
msgstr ""
#: ../libview/ev-print-operation.c:334
msgid "Finishing…"
msgstr ""
#: ../libview/ev-print-operation.c:336
#, c-format
msgid "Printing page %d of %d…"
msgstr ""
#: ../libview/ev-print-operation.c:1184
msgid "The requested format is not supported by this printer."
msgstr ""
#: ../libview/ev-print-operation.c:1247
msgid "Invalid page selection"
msgstr ""
#: ../libview/ev-print-operation.c:1248
msgid "Warning"
msgstr ""
#: ../libview/ev-print-operation.c:1250
msgid "Your print range selection does not include any pages"
msgstr ""
#: ../libview/ev-print-operation.c:1937
msgid "Page Scaling:"
msgstr ""
#. translators: Value for 'Page Scaling:' to not scale the document pages on printing
#: ../libview/ev-print-operation.c:1943
msgid "None"
msgstr ""
#: ../libview/ev-print-operation.c:1944
msgid "Shrink to Printable Area"
msgstr ""
#: ../libview/ev-print-operation.c:1945
msgid "Fit to Printable Area"
msgstr ""
#: ../libview/ev-print-operation.c:1948
msgid ""
"Scale document pages to fit the selected printer page. Select from one of "
"the following:\n"
"\n"
"• \"None\": No page scaling is performed.\n"
"\n"
"• \"Shrink to Printable Area\": Document pages larger than the printable "
"area are reduced to fit the printable area of the printer page.\n"
"\n"
"• \"Fit to Printable Area\": Document pages are enlarged or reduced as "
"required to fit the printable area of the printer page.\n"
msgstr ""
#: ../libview/ev-print-operation.c:1960
msgid "Auto Rotate and Center"
msgstr ""
#: ../libview/ev-print-operation.c:1963
msgid ""
"Rotate printer page orientation of each page to match orientation of each "
"document page. Document pages will be centered within the printer page."
msgstr ""
#: ../libview/ev-print-operation.c:1968
msgid "Select page size using document page size"
msgstr ""
#: ../libview/ev-print-operation.c:1970
msgid ""
"When enabled, each page will be printed on the same size paper as the "
"document page."
msgstr ""
#: ../libview/ev-print-operation.c:2052
msgid "Page Handling"
msgstr ""
#: ../libview/ev-jobs.c:1738
#, c-format
msgid "Failed to print page %d: %s"
msgstr ""
#: ../libview/ev-view-accessible.c:45
msgid "Scroll Up"
msgstr ""
#: ../libview/ev-view-accessible.c:46
msgid "Scroll Down"
msgstr ""
#: ../libview/ev-view-accessible.c:52
msgid "Scroll View Up"
msgstr ""
#: ../libview/ev-view-accessible.c:53
msgid "Scroll View Down"
msgstr ""
#: ../libview/ev-view-accessible.c:106
msgid "Document View"
msgstr ""
#: ../libview/ev-view-presentation.c:689
msgid "Jump to page:"
msgstr ""
#: ../libview/ev-view-presentation.c:993
msgid "End of presentation. Click to exit."
msgstr ""
#: ../libview/ev-view.c:1855
msgid "Go to first page"
msgstr ""
#: ../libview/ev-view.c:1857
msgid "Go to previous page"
msgstr ""
#: ../libview/ev-view.c:1859
msgid "Go to next page"
msgstr ""
#: ../libview/ev-view.c:1861
msgid "Go to last page"
msgstr ""
#: ../libview/ev-view.c:1863
msgid "Go to page"
msgstr ""
#: ../libview/ev-view.c:1865
msgid "Find"
msgstr ""
#: ../libview/ev-view.c:1893
#, c-format
msgid "Go to page %s"
msgstr ""
#: ../libview/ev-view.c:1899
#, c-format
msgid "Go to %s on file “%s”"
msgstr ""
#: ../libview/ev-view.c:1902
#, c-format
msgid "Go to file “%s”"
msgstr ""
#: ../libview/ev-view.c:1910
#, c-format
msgid "Launch %s"
msgstr ""
#: ../shell/eggfindbar.c:315
msgid "Find:"
msgstr ""
#: ../shell/eggfindbar.c:336 ../shell/ev-window.c:6182
msgid "Find Pre_vious"
msgstr ""
#: ../shell/eggfindbar.c:340
msgid "Find previous occurrence of the search string"
msgstr ""
#: ../shell/eggfindbar.c:344 ../shell/ev-window.c:6178
msgid "Find Ne_xt"
msgstr ""
#: ../shell/eggfindbar.c:348
msgid "Find next occurrence of the search string"
msgstr ""
#: ../shell/eggfindbar.c:355
msgid "Case Sensitive"
msgstr ""
#: ../shell/eggfindbar.c:358
msgid "Toggle case sensitive search"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:99
msgid "Icon:"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:106
msgid "Note"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:107
msgid "Comment"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:108
msgid "Key"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:109
#: ../shell/ev-preferences-dialog.c:137
msgid "Help"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:110
msgid "New Paragraph"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:111
msgid "Paragraph"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:112
msgid "Insert"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:113
msgid "Cross"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:114
msgid "Circle"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:115
msgid "Unknown"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:126
msgid "Markup type:"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:132
msgid "Highlight"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:133
msgid "Strike out"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:134
msgid "Underline"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:135
msgid "Squiggly"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:158
msgid "Annotation Properties"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:178
msgid "Author:"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:191
msgid "Color:"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:203
msgid "Style:"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:219
msgid "Transparent"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:226
msgid "Opaque"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:236
msgid "Initial window state:"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:244
msgid "Open"
msgstr ""
#: ../shell/ev-annotation-properties-dialog.c:245
#: ../shell/ev-preferences-dialog.c:141
msgid "Close"
msgstr ""
#: ../shell/ev-annotations-toolbar.c:120
msgid "Add text annotation"
msgstr ""
#: ../shell/ev-annotations-toolbar.c:126
msgid "Add highlight annotation"
msgstr ""
#: ../shell/ev-application.c:1018
msgid "Running in presentation mode"
msgstr ""
#: ../shell/ev-history.c:474 ../shell/ev-sidebar-bookmarks.c:314
#: ../shell/ev-window.c:916 ../shell/ev-window.c:4780
#, c-format
msgid "Page %s"
msgstr ""
#: ../shell/ev-history-action-widget.c:215 ../shell/ev-window.c:6250
msgid "Go to previous history item"
msgstr ""
#: ../shell/ev-history-action-widget.c:219 ../shell/ev-window.c:6254
msgid "Go to next history item"
msgstr ""
#: ../shell/ev-keyring.c:86
#, c-format
msgid "Password for document %s"
msgstr ""
#: ../shell/ev-open-recent-action.c:72
msgid "Open a recently used document"
msgstr ""
#: ../shell/ev-password-view.c:135
msgid ""
"This document is locked and can only be read by entering the correct "
"password."
msgstr ""
#: ../shell/ev-password-view.c:144 ../shell/ev-password-view.c:261
msgid "_Unlock Document"
msgstr ""
#: ../shell/ev-password-view.c:254
msgid "Enter password"
msgstr ""
#: ../shell/ev-password-view.c:291
#, c-format
msgid ""
"The document “%s” is locked and requires a password before it can be opened."
msgstr ""
#: ../shell/ev-password-view.c:294
msgid "Password required"
msgstr ""
#: ../shell/ev-password-view.c:324
msgid "_Password:"
msgstr ""
#: ../shell/ev-password-view.c:357
msgid "Forget password _immediately"
msgstr ""
#: ../shell/ev-password-view.c:369
msgid "Remember password until you _log out"
msgstr ""
#: ../shell/ev-password-view.c:381
msgid "Remember _forever"
msgstr ""
#: ../shell/ev-preferences-dialog.c:129 ../shell/ev-preferences-dialog.ui.h:3
msgid "Toolbar"
msgstr ""
#: ../shell/ev-preferences-dialog.c:153 ../shell/ev-window.c:6198
msgid "Preferences"
msgstr ""
#: ../shell/ev-preferences-dialog.ui.h:1 ../shell/ev-properties-dialog.c:97
msgid "General"
msgstr ""
#: ../shell/ev-preferences-dialog.ui.h:2
msgid "Maximize window for new documents"
msgstr ""
#: ../shell/ev-preferences-dialog.ui.h:4
msgid "Show history buttons"
msgstr ""
#: ../shell/ev-preferences-dialog.ui.h:5
msgid "Show expand window button"
msgstr ""
#: ../shell/ev-preferences-dialog.ui.h:6
msgid "Show zoom level selector"
msgstr ""
#: ../shell/ev-properties-dialog.c:63
msgid "Properties"
msgstr ""
#: ../shell/ev-properties-dialog.c:107
msgid "Fonts"
msgstr ""
#: ../shell/ev-properties-dialog.c:120
msgid "Document License"
msgstr ""
#: ../shell/ev-properties-fonts.c:133
msgid "Font"
msgstr ""
#: ../shell/ev-properties-fonts.c:160
#, c-format
msgid "Gathering font information… %3d%%"
msgstr ""
#: ../shell/ev-properties-license.c:135
msgid "Usage terms"
msgstr ""
#: ../shell/ev-properties-license.c:141
msgid "Text License"
msgstr ""
#: ../shell/ev-properties-license.c:147
msgid "Further Information"
msgstr ""
#: ../shell/ev-sidebar-annotations.c:292
msgid "Document contains no annotations"
msgstr ""
#: ../shell/ev-sidebar-annotations.c:324
#, c-format
msgid "Page %d"
msgstr ""
#: ../shell/ev-sidebar-annotations.c:509
msgid "Annotations"
msgstr ""
#: ../shell/ev-sidebar-attachments.c:693
msgid "Attachments"
msgstr ""
#: ../shell/ev-sidebar-bookmarks.c:155
msgid "_Open Bookmark"
msgstr ""
#: ../shell/ev-sidebar-bookmarks.c:157
msgid "_Rename Bookmark"
msgstr ""
#: ../shell/ev-sidebar-bookmarks.c:159
msgid "_Remove Bookmark"
msgstr ""
#: ../shell/ev-sidebar-bookmarks.c:615
msgid "Bookmarks"
msgstr ""
#: ../shell/ev-sidebar-layers.c:440