-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathte.po
More file actions
3230 lines (2632 loc) · 91.6 KB
/
te.po
File metadata and controls
3230 lines (2632 loc) · 91.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Telugu translation for evince.
# Copyright (C) 2011, 2012 Swecha Telugu Localisation Team <localization@swecha.net>
# This file is distributed under the same license as the evince package.
# Bhuvan Krishna <bhuvan@swecha.net>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: evince master\n"
"POT-Creation-Date: 2012-03-24 16:27+0000\n"
"PO-Revision-Date: 2012-03-25 15:13+0530\n"
"Last-Translator: Bhuvan Krishna <bhuvan@swecha.net>\n"
"Language-Team: Telugu <indlinux-telugu@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/toolbar.page:30(None)
msgid ""
"@@image: 'figures/evince-toolbar-default.png'; "
"md5=2a826732c770c08b11684e28e259bb31"
msgstr ""
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/toolbar.page:51(None)
msgid ""
"@@image: 'figures/evince-toolbar-editor.png'; "
"md5=e6c66f764c39ab5ba01441d970425cd9"
msgstr ""
#: C/toolbar.page:7(desc)
msgid ""
"<link xref=\"toolbar#view\">Show, hide</link> or <link xref=\"toolbar#edit"
"\">edit</link> the toolbar."
msgstr ""
#: C/toolbar.page:13(name) C/synctex-support.page:11(name)
#: C/synctex-search.page:11(name) C/synctex.page:11(name)
#: C/synctex-editors.page:11(name) C/synctex-compile.page:11(name)
#: C/synctex-beamer.page:11(name) C/singlesided-npages.page:12(name)
#: C/singlesided-9-12pages.page:12(name) C/singlesided-5-8pages.page:12(name)
#: C/singlesided-3-4pages.page:12(name) C/singlesided-17-20pages.page:12(name)
#: C/singlesided-13-16pages.page:12(name) C/shortcuts.page:15(name)
#: C/print-booklet.page:12(name) C/opening.page:13(name)
#: C/openerror.page:13(name) C/introduction.page:11(name)
#: C/index.page:15(name) C/forms-saving.page:13(name) C/forms.page:11(name)
#: C/duplex-npages.page:12(name) C/duplex-9pages.page:12(name)
#: C/duplex-8pages.page:12(name) C/duplex-7pages.page:12(name)
#: C/duplex-6pages.page:12(name) C/duplex-5pages.page:12(name)
#: C/duplex-4pages.page:12(name) C/duplex-3pages.page:12(name)
#: C/duplex-16pages.page:12(name) C/duplex-15pages.page:12(name)
#: C/duplex-14pages.page:12(name) C/duplex-13pages.page:12(name)
#: C/duplex-12pages.page:12(name) C/duplex-11pages.page:12(name)
#: C/duplex-10pages.page:12(name) C/commandline.page:15(name)
#: C/bug-filing.page:11(name) C/bookmarks.page:11(name)
#: C/annotations-save.page:10(name) C/annotations.page:11(name)
#: C/annotations-navigate.page:11(name) C/annotations-disabled.page:11(name)
#: C/annotations-delete.page:11(name) C/annotation-properties.page:11(name)
msgid "Tiffany Antopolski"
msgstr ""
#: C/toolbar.page:14(email) C/synctex-support.page:12(email)
#: C/synctex-search.page:12(email) C/synctex.page:12(email)
#: C/synctex-editors.page:12(email) C/synctex-compile.page:12(email)
#: C/synctex-beamer.page:12(email) C/singlesided-npages.page:13(email)
#: C/singlesided-9-12pages.page:13(email)
#: C/singlesided-5-8pages.page:13(email) C/singlesided-3-4pages.page:13(email)
#: C/singlesided-17-20pages.page:13(email)
#: C/singlesided-13-16pages.page:13(email) C/print-booklet.page:13(email)
#: C/opening.page:14(email) C/openerror.page:14(email)
#: C/introduction.page:12(email) C/index.page:16(email)
#: C/forms-saving.page:14(email) C/forms.page:12(email)
#: C/duplex-npages.page:13(email) C/duplex-9pages.page:13(email)
#: C/duplex-8pages.page:13(email) C/duplex-7pages.page:13(email)
#: C/duplex-6pages.page:13(email) C/duplex-5pages.page:13(email)
#: C/duplex-4pages.page:13(email) C/duplex-3pages.page:13(email)
#: C/duplex-16pages.page:13(email) C/duplex-15pages.page:13(email)
#: C/duplex-14pages.page:13(email) C/duplex-13pages.page:13(email)
#: C/duplex-12pages.page:13(email) C/duplex-11pages.page:13(email)
#: C/duplex-10pages.page:13(email) C/commandline.page:16(email)
#: C/bug-filing.page:12(email) C/bookmarks.page:12(email)
#: C/annotations-save.page:11(email) C/annotations.page:12(email)
#: C/annotations-navigate.page:12(email) C/annotations-disabled.page:12(email)
#: C/annotations-delete.page:12(email) C/annotation-properties.page:12(email)
msgid "tiffany@antopolski.com"
msgstr ""
#: C/toolbar.page:17(p) C/textselection.page:15(p)
#: C/synctex-support.page:15(p) C/synctex-search.page:15(p)
#: C/synctex.page:15(p) C/synctex-editors.page:15(p)
#: C/synctex-compile.page:15(p) C/synctex-beamer.page:15(p)
#: C/singlesided-npages.page:16(p) C/singlesided-9-12pages.page:16(p)
#: C/singlesided-5-8pages.page:16(p) C/singlesided-3-4pages.page:16(p)
#: C/singlesided-17-20pages.page:16(p) C/singlesided-13-16pages.page:16(p)
#: C/shortcuts.page:19(p) C/reload.page:18(p) C/print-select.page:15(p)
#: C/print-order.page:16(p) C/printing.page:17(p)
#: C/print-differentsize.page:15(p) C/print-booklet.page:16(p)
#: C/print-2sided.page:16(p) C/presentations.page:15(p) C/password.page:15(p)
#: C/opening.page:17(p) C/openerror.page:17(p) C/noprint.page:14(p)
#: C/movingaround.page:15(p) C/invert-colors.page:18(p)
#: C/introduction.page:15(p) C/index.page:19(p) C/forms-saving.page:17(p)
#: C/forms.page:15(p) C/formats.page:18(p) C/finding.page:16(p)
#: C/editing.page:15(p) C/duplex-npages.page:16(p) C/duplex-9pages.page:16(p)
#: C/duplex-8pages.page:16(p) C/duplex-7pages.page:16(p)
#: C/duplex-6pages.page:16(p) C/duplex-5pages.page:16(p)
#: C/duplex-4pages.page:16(p) C/duplex-3pages.page:16(p)
#: C/duplex-16pages.page:16(p) C/duplex-15pages.page:16(p)
#: C/duplex-14pages.page:16(p) C/duplex-13pages.page:16(p)
#: C/duplex-12pages.page:16(p) C/duplex-11pages.page:16(p)
#: C/duplex-10pages.page:16(p) C/convertSVG.page:15(p)
#: C/convertPostScript.page:15(p) C/convertpdf.page:15(p)
#: C/commandline.page:19(p) C/bug-filing.page:15(p) C/bookmarks.page:15(p)
#: C/annotations-save.page:14(p) C/annotations.page:15(p)
#: C/annotations-navigate.page:15(p) C/annotations-disabled.page:15(p)
#: C/annotations-delete.page:15(p) C/annotation-properties.page:15(p)
msgid "Creative Commons Share Alike 3.0"
msgstr ""
#: C/toolbar.page:22(title)
msgid "Toolbar"
msgstr "పనిముట్ల పట్టా"
#: C/toolbar.page:25(title)
msgid "Show or hide the toolbar"
msgstr ""
#: C/toolbar.page:26(p)
msgid "Click <guiseq><gui>View</gui><gui>Toolbar</gui></guiseq>."
msgstr ""
#: C/toolbar.page:27(p)
msgid "The default toolbar contains only a basic set of tools:"
msgstr ""
#: C/toolbar.page:32(p)
msgid ""
"<gui>Previous</gui> and <gui>Next</gui> for <link xref="
"\"movingaround#between-pages\">moving</link> from page to page."
msgstr ""
#: C/toolbar.page:34(p)
msgid ""
"A tool to adjust the <link xref=\"movingaround#zoom\">zoom</link> level."
msgstr ""
#: C/toolbar.page:35(p)
msgid ""
"The 'page select' <link xref=\"movingaround#between-pages\">tool.</link>"
msgstr ""
#: C/toolbar.page:38(p)
msgid ""
"You can <link xref=\"toolbar#modify\">modify</link> the toolbar if you "
"prefer a different set."
msgstr ""
#: C/toolbar.page:44(title)
msgid "Add, remove and rearrange the tools in the toolbar."
msgstr ""
#: C/toolbar.page:46(p)
msgid "<link xref=\"toolbar#view\">Show</link> the toolbar."
msgstr ""
#: C/toolbar.page:47(p)
msgid "Click <guiseq><gui>Edit</gui><gui>Toolbar</gui></guiseq>."
msgstr ""
#: C/toolbar.page:49(p)
msgid ""
"The <gui>toolbar editor</gui> contains the items that are not in the toolbar "
"and the separator item."
msgstr ""
#: C/toolbar.page:54(title)
msgid "To add new items to the toolbar:"
msgstr ""
#: C/toolbar.page:55(p)
msgid "drag them from the toolbar editor to the toolbar."
msgstr ""
#: C/toolbar.page:57(title)
msgid "To remove items from the toolbar:"
msgstr ""
#: C/toolbar.page:58(p)
msgid "drag them from the toolbar to the toolbar editor."
msgstr ""
#: C/toolbar.page:60(title)
msgid "To rearrange items on the toolbar:"
msgstr ""
#: C/toolbar.page:61(p)
msgid "drag them to their new position on the toolbar."
msgstr ""
#: C/toolbar.page:63(p)
msgid ""
"When you have finish editing the toolbar, click <gui>Close</gui> in the "
"toolbar editor window."
msgstr ""
#: C/textselection.page:7(desc)
msgid ""
"When you copy text, the text that is pasted might be different from what you "
"had selected."
msgstr ""
#: C/textselection.page:11(name) C/shortcuts.page:11(name)
#: C/reload.page:14(name) C/print-select.page:11(name)
#: C/print-order.page:12(name) C/printing.page:13(name)
#: C/print-differentsize.page:11(name) C/print-2sided.page:12(name)
#: C/presentations.page:11(name) C/password.page:11(name)
#: C/noprint.page:10(name) C/movingaround.page:11(name)
#: C/invert-colors.page:14(name) C/index.page:11(name) C/formats.page:14(name)
#: C/finding.page:12(name) C/editing.page:11(name) C/convertSVG.page:11(name)
#: C/convertPostScript.page:11(name) C/convertpdf.page:11(name)
#: C/commandline.page:11(name)
msgid "Phil Bull"
msgstr ""
#: C/textselection.page:12(email) C/shortcuts.page:12(email)
#: C/reload.page:15(email) C/print-select.page:12(email)
#: C/print-order.page:13(email) C/printing.page:14(email)
#: C/print-differentsize.page:12(email) C/print-2sided.page:13(email)
#: C/presentations.page:12(email) C/password.page:12(email)
#: C/noprint.page:11(email) C/movingaround.page:12(email)
#: C/invert-colors.page:15(email) C/index.page:12(email)
#: C/formats.page:15(email) C/finding.page:13(email) C/editing.page:12(email)
#: C/convertSVG.page:12(email) C/convertPostScript.page:12(email)
#: C/convertpdf.page:12(email) C/commandline.page:12(email)
msgid "philbull@gmail.com"
msgstr ""
#: C/textselection.page:20(title)
msgid "Why didn't the text I selected copy properly?"
msgstr ""
#: C/textselection.page:23(p)
msgid ""
"If you highlight and copy text from a document using the <app>document "
"viewer</app> and then paste it into another application, the formatting may "
"alter. It may also contain different characters than the original selection. "
"This often happens when copying text from a PDF document with multiple "
"columns."
msgstr ""
#: C/textselection.page:29(p)
msgid ""
"This problem happens because of how some document formats handle text. The "
"actual text in the document is stored differently from the way it is "
"displayed. This may result in a copy that does not appear as expected."
msgstr ""
#: C/textselection.page:35(p)
msgid ""
"Unfortunately, there is no real way of fixing this problem. Copying less "
"text at a time, or copying the text into a text editor may minimise the "
"problem. You can locate a text editor by clicking <guiseq><gui>Activities</"
"gui><gui>Applications</gui><gui>Accessories</gui><gui>gedit</gui></guiseq>."
msgstr ""
#: C/synctex-support.page:7(desc)
msgid "How to add support for SyncTeX."
msgstr ""
#: C/synctex-support.page:20(title)
msgid "Set-up SyncTeX"
msgstr ""
#: C/synctex-support.page:21(p)
msgid ""
"The following packages need to be installed in order to add support for "
"SyncTeX:"
msgstr ""
#: C/synctex-support.page:26(p)
msgid "texlive-extra-utils"
msgstr ""
#: C/synctex-support.page:31(p)
msgid "gedit-plugins"
msgstr ""
#: C/synctex-support.page:37(p)
msgid "In <app>gedit</app>, enable the SyncTeX Plugin:"
msgstr ""
#: C/synctex-support.page:42(p)
msgid ""
"Click <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui></"
"guiseq> tab."
msgstr ""
#: C/synctex-support.page:47(p)
msgid "Check <gui>SyncTeX</gui>."
msgstr ""
#: C/synctex-search.page:7(desc)
msgid "Flip between the <app>document viewer</app> and <app>gedit</app>."
msgstr ""
#: C/synctex-search.page:20(title)
msgid "Search with SyncTeX"
msgstr ""
#: C/synctex-search.page:21(p)
msgid ""
"After you <link xref=\"synctex-compile\">compile your TeX file with SyncTeX</"
"link>, you will be able to search. SyncTeX even supports forward and "
"backward search from an included file."
msgstr ""
#: C/synctex-search.page:26(title)
msgid ""
"Forward search: from TeX to PDF (from <app>gedit</app> to the <app>document "
"viewer</app>)"
msgstr ""
#: C/synctex-search.page:27(p)
msgid ""
"Forward search allows you to click on a specific section of TeX source code, "
"and jump to the associated position in the PDF. To perform forward search:"
msgstr ""
#: C/synctex-search.page:32(p)
msgid "Click on a line in the TeX file."
msgstr ""
#: C/synctex-search.page:37(p)
msgid ""
"In <app>gedit</app>, click <guiseq><gui>Tools</gui><gui>Forward Search</"
"gui></guiseq>. The corresponding line in the PDF will be outlined in red."
msgstr ""
#: C/synctex-search.page:40(p)
msgid ""
"Alternatively, you can press <keyseq><key>Ctrl</key><key>Alt</key><key>F</"
"key></keyseq>, or <keyseq><key>Ctrl</key>left click</keyseq>. The "
"corresponding line in the PDF will be outlined in red."
msgstr ""
#: C/synctex-search.page:46(p)
msgid ""
"If the corresponding PDF file is not open, performing a forward search will "
"open the PDF in the <app>document viewer</app>."
msgstr ""
#: C/synctex-search.page:50(p)
msgid "If you have a complex project with several TeX files you can put"
msgstr ""
#: C/synctex-search.page:53(code)
#, no-wrap
msgid "% mainfile: mainfile.tex"
msgstr ""
#: C/synctex-search.page:54(p)
msgid ""
"either in the first or last three lines of each included TeX file, and "
"forward search will work. Backward search should always work, even if you "
"don't add the modeline."
msgstr ""
#: C/synctex-search.page:61(title)
msgid ""
"Backward search: from PDF to TeX (from the <app>document viewer</app> to "
"<app>gedit</app>)"
msgstr ""
#: C/synctex-search.page:62(p)
msgid ""
"Backward search allows you to click on a specific line in the PDF file, and "
"jump to the associated line in the TeX source code."
msgstr ""
#: C/synctex-search.page:65(p)
msgid ""
"You can perform a backward search by pressing <keyseq><key>Ctrl</key>left "
"click</keyseq> in the <app>document viewer</app>. The corresponding line in "
"the TeX source code will be hightlighted."
msgstr ""
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/synctex.page:26(None)
msgid ""
"@@image: 'figures/synctex_screencast.ogv'; "
"md5=358d317b4fc69fc7e5c5d4d14f07b6a5"
msgstr ""
#: C/synctex.page:7(desc)
msgid "SyncTeX support is available."
msgstr ""
#: C/synctex.page:19(title)
msgid "What is SyncTeX?"
msgstr ""
#: C/synctex.page:20(p)
msgid ""
"SyncTeX is a method that enables synchronization between a TeX source file "
"and the resulting PDF output."
msgstr ""
#: C/synctex.page:25(title)
msgid "Video Demonstration"
msgstr ""
#: C/synctex.page:30(p)
msgid "Press <keyseq><key>Ctrl</key>click</keyseq> to sync."
msgstr ""
#: C/synctex-editors.page:7(desc)
msgid "Which editor can you use to edit your TEX file?"
msgstr ""
#: C/synctex-editors.page:20(title)
msgid "Supported editors"
msgstr ""
#: C/synctex-editors.page:22(app)
msgid "gedit"
msgstr "జీఎడిట్"
#: C/synctex-editors.page:23(p)
msgid ""
"<link xref=\"synctex-search#forward-search\">Forward Search</link> (from "
"<app>gedit</app> to the <app>document viewer</app>) and <link xref=\"synctex-"
"search#backward-search\">Backward search</link> (from the <app>document "
"viewer</app> to <app>gedit</app>) are both supported."
msgstr ""
#: C/synctex-editors.page:28(title)
msgid "Vim-latex"
msgstr ""
#: C/synctex-editors.page:29(p)
msgid ""
"The <app>gedit</app> plugin contains a python script (evince_dbus.py) that "
"can be used to get SyncTeX working with Vim. In order to use vim-latex "
"together with the <app>document viewer</app> you need to follow the next "
"steps:"
msgstr ""
#: C/synctex-editors.page:35(p)
msgid ""
"Copy the evince_dbus.py to some directory in your path and give it +x "
"permissions."
msgstr ""
#: C/synctex-editors.page:41(p)
msgid "Modify your ~/.vimrc file and add the following lines."
msgstr ""
#: C/synctex-editors.page:44(code)
#, no-wrap
msgid ""
"\n"
"let g:Tex_ViewRule_pdf = 'evince_dbus.py'\n"
"let g:Tex_DefaultTargetFormat = 'pdf'\n"
"let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*'\n"
msgstr ""
#: C/synctex-editors.page:52(p)
msgid ""
"Now you can use Forward search from vim-latex by typing \\ls. Backward "
"search is not yet supported."
msgstr ""
#: C/synctex-compile.page:7(desc)
msgid "How to compile your TeX document with SyncTeX"
msgstr ""
#: C/synctex-compile.page:19(title)
msgid "Compile TeX with SyncTeX"
msgstr ""
#: C/synctex-compile.page:20(p)
msgid ""
"Adding the line <em>\\synctex=1</em> in the preamble of your TeX file will "
"trigger synchronization with SyncTeX."
msgstr ""
#: C/synctex-compile.page:23(code)
#, no-wrap
msgid ""
"\n"
"\\documentclass{article}\n"
"\\synctex=1\n"
"\\usepackage{fullpage}\n"
"\\begin{document}\n"
"...\n"
"\\end{document}\n"
msgstr ""
#: C/synctex-compile.page:31(p)
msgid ""
"Alternatively, you can run the pdflatex command with the <em>-synctex=1</em> "
"option:"
msgstr ""
#: C/synctex-compile.page:34(screen)
#, no-wrap
msgid "pdflatex -synctex=1 yourFile.tex"
msgstr ""
#: C/synctex-beamer.page:7(desc)
msgid "Using SyncTeX with the LaTeX Beamer class."
msgstr ""
#: C/synctex-beamer.page:19(title)
msgid "Beamer with SyncTeX"
msgstr ""
#: C/synctex-beamer.page:20(p)
msgid "Beamer is a LaTeX class for creating slides for presentations."
msgstr ""
#: C/synctex-beamer.page:23(p)
msgid ""
"You can perform forward and backward search in a <em>Beamer-LaTeX</em> "
"presentation in a similar fashion to <link xref=\"synctex-search"
"\">searching</link> through other TeX files compiled with SyncTeX. However "
"the search brings you to the corresponding frame (slide), not necessarily "
"the associated line of text. This difference is outlined in detail below."
msgstr ""
#: C/synctex-beamer.page:27(title)
msgid ""
"Forward search: from Beamer-LaTeX source to PDF (<app>gedit</app> to the "
"<app>document viewer</app>)"
msgstr ""
#: C/synctex-beamer.page:28(p)
msgid ""
"With <link xref=\"synctex-search#forward-search\">forward search</link>, you "
"can click on a specific line of Beamer-LaTeX source code. The <em>top</em> "
"of the corresponding slide in the PDF will be outlined in red. This will "
"often be the <em>frametitle</em>."
msgstr ""
#: C/synctex-beamer.page:35(title)
msgid ""
"Backward search: from PDF to Beamer-LaTeX source (from the <app>document "
"viewer</app> to <app>gedit</app>)"
msgstr ""
#: C/synctex-beamer.page:36(p)
msgid ""
"With <link xref=\"synctex-search#backward-search\">backward search</link>, "
"you click on some text in a frame, and the corresponding line of LaTex code "
"that ends that particular frame is highlighted. This will usually be the "
"line:"
msgstr ""
#: C/synctex-beamer.page:39(code)
#, no-wrap
msgid "\\end{frame}"
msgstr ""
#: C/synctex-beamer.page:40(p)
msgid "corresponding to the frame you clicked on."
msgstr ""
#: C/singlesided-npages.page:8(desc)
msgid "Print a booklet over 20 pages."
msgstr ""
#: C/singlesided-npages.page:21(title) C/duplex-npages.page:21(title)
msgid "n-page booklet"
msgstr ""
#: C/singlesided-npages.page:23(p) C/duplex-npages.page:23(p)
msgid "<em>n</em> is a multiple of 4."
msgstr ""
#: C/singlesided-npages.page:27(p)
msgid ""
"If the number of pages in your PDF document is not a multiple of 4, you "
"should add the appropriate number of blank pages (1, 2 or 3) to make it a "
"multiple of 4. To do so, you can:"
msgstr ""
#: C/singlesided-npages.page:33(p) C/singlesided-9-12pages.page:28(p)
#: C/singlesided-5-8pages.page:28(p) C/singlesided-3-4pages.page:28(p)
#: C/singlesided-17-20pages.page:28(p) C/singlesided-13-16pages.page:28(p)
#: C/duplex-npages.page:34(p) C/duplex-3pages.page:66(p)
#: C/duplex-15pages.page:29(p)
msgid "Create a blank PDF using <app>LibreOffice Writer</app>."
msgstr ""
#: C/singlesided-npages.page:38(p) C/singlesided-9-12pages.page:33(p)
#: C/singlesided-5-8pages.page:33(p) C/singlesided-17-20pages.page:33(p)
#: C/singlesided-13-16pages.page:33(p) C/duplex-npages.page:39(p)
msgid ""
"Merge the blank pages with your PDF document using <app>PDF-Shuffler</app> "
"placing the blank pages at the end."
msgstr ""
#: C/singlesided-npages.page:44(p) C/singlesided-9-12pages.page:39(p)
#: C/singlesided-5-8pages.page:39(p) C/singlesided-3-4pages.page:39(p)
#: C/singlesided-17-20pages.page:39(p) C/singlesided-13-16pages.page:39(p)
msgid "To print:"
msgstr ""
#: C/singlesided-npages.page:49(p) C/singlesided-npages.page:96(p)
#: C/singlesided-9-12pages.page:44(p) C/singlesided-9-12pages.page:89(p)
#: C/singlesided-5-8pages.page:44(p) C/singlesided-5-8pages.page:89(p)
#: C/singlesided-3-4pages.page:44(p) C/singlesided-3-4pages.page:89(p)
#: C/singlesided-17-20pages.page:44(p) C/singlesided-17-20pages.page:90(p)
#: C/singlesided-13-16pages.page:44(p) C/singlesided-13-16pages.page:92(p)
#: C/print-2sided.page:29(p) C/duplex-npages.page:48(p)
#: C/duplex-9pages.page:24(p) C/duplex-9pages.page:104(p)
#: C/duplex-9pages.page:120(p) C/duplex-8pages.page:24(p)
#: C/duplex-7pages.page:25(p) C/duplex-7pages.page:62(p)
#: C/duplex-6pages.page:25(p) C/duplex-6pages.page:68(p)
#: C/duplex-5pages.page:24(p) C/duplex-5pages.page:108(p)
#: C/duplex-4pages.page:24(p) C/duplex-3pages.page:26(p)
#: C/duplex-16pages.page:24(p) C/duplex-14pages.page:24(p)
#: C/duplex-13pages.page:24(p) C/duplex-12pages.page:24(p)
#: C/duplex-11pages.page:24(p) C/duplex-10pages.page:24(p)
#: C/duplex-10pages.page:67(p)
msgid "Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>."
msgstr ""
#: C/singlesided-npages.page:54(p) C/singlesided-9-12pages.page:51(p)
#: C/singlesided-5-8pages.page:51(p) C/singlesided-3-4pages.page:51(p)
#: C/singlesided-17-20pages.page:49(p) C/singlesided-13-16pages.page:51(p)
#: C/duplex-npages.page:53(p) C/duplex-9pages.page:31(p)
#: C/duplex-8pages.page:30(p) C/duplex-7pages.page:32(p)
#: C/duplex-7pages.page:67(p) C/duplex-6pages.page:30(p)
#: C/duplex-6pages.page:73(p) C/duplex-5pages.page:31(p)
#: C/duplex-4pages.page:31(p) C/duplex-3pages.page:31(p)
#: C/duplex-16pages.page:29(p) C/duplex-14pages.page:29(p)
#: C/duplex-14pages.page:71(p) C/duplex-13pages.page:29(p)
#: C/duplex-12pages.page:30(p) C/duplex-11pages.page:31(p)
#: C/duplex-11pages.page:67(p) C/duplex-10pages.page:30(p)
#: C/duplex-10pages.page:72(p)
msgid "Choose the <gui>General</gui> tab."
msgstr ""
#: C/singlesided-npages.page:57(p) C/singlesided-9-12pages.page:54(p)
#: C/singlesided-5-8pages.page:54(p) C/singlesided-3-4pages.page:54(p)
#: C/singlesided-17-20pages.page:52(p) C/singlesided-13-16pages.page:54(p)
#: C/duplex-npages.page:56(p) C/duplex-8pages.page:33(p)
#: C/duplex-7pages.page:35(p) C/duplex-4pages.page:34(p)
#: C/duplex-16pages.page:32(p) C/duplex-12pages.page:33(p)
#: C/duplex-11pages.page:34(p)
msgid "Under <em>Range</em>, choose <gui>Pages</gui>."
msgstr ""
#: C/singlesided-npages.page:63(item) C/duplex-npages.page:62(item)
msgid ""
"n, 1, 2, n-1, n-2, 3, 4, n-3, n-4, 5, 6, n-5, n-6, 7, 8, n-7, n-8, 9, 10, "
"n-9, n-10, 11, 12, n-11..."
msgstr ""
"n, 1, 2, n-1, n-2, 3, 4, n-3, n-4, 5, 6, n-5, n-6, 7, 8, n-7, n-8, 9, 10, "
"n-9, n-10, 11, 12, n-11..."
#: C/singlesided-npages.page:64(item) C/duplex-npages.page:63(item)
msgid "...until you have typed n-number of pages."
msgstr ""
#: C/singlesided-npages.page:61(item) C/duplex-npages.page:60(item)
msgid ""
"Type the numbers of the pages in this order: <placeholder-1/><placeholder-2/>"
msgstr ""
#: C/singlesided-npages.page:69(p) C/singlesided-npages.page:101(p)
#: C/singlesided-9-12pages.page:62(p) C/singlesided-9-12pages.page:94(p)
#: C/singlesided-5-8pages.page:62(p) C/singlesided-5-8pages.page:94(p)
#: C/singlesided-3-4pages.page:62(p) C/singlesided-3-4pages.page:94(p)
#: C/singlesided-17-20pages.page:63(p) C/singlesided-17-20pages.page:95(p)
#: C/singlesided-13-16pages.page:65(p) C/singlesided-13-16pages.page:97(p)
#: C/duplex-npages.page:68(p) C/duplex-9pages.page:40(p)
#: C/duplex-8pages.page:42(p) C/duplex-7pages.page:44(p)
#: C/duplex-7pages.page:77(p) C/duplex-6pages.page:43(p)
#: C/duplex-6pages.page:83(p) C/duplex-5pages.page:40(p)
#: C/duplex-5pages.page:75(p) C/duplex-4pages.page:42(p)
#: C/duplex-3pages.page:39(p) C/duplex-16pages.page:43(p)
#: C/duplex-14pages.page:41(p) C/duplex-14pages.page:81(p)
#: C/duplex-13pages.page:39(p) C/duplex-12pages.page:42(p)
#: C/duplex-11pages.page:43(p) C/duplex-11pages.page:75(p)
#: C/duplex-10pages.page:42(p) C/duplex-10pages.page:81(p)
msgid "Choose the <gui>Page Setup</gui> tab."
msgstr ""
#: C/singlesided-npages.page:72(p) C/singlesided-9-12pages.page:65(p)
#: C/singlesided-5-8pages.page:65(p) C/singlesided-3-4pages.page:65(p)
#: C/singlesided-17-20pages.page:66(p) C/singlesided-13-16pages.page:68(p)
msgid ""
"Under <em>Layout</em>, in the <gui>Two-side</gui> menu, select <gui>One "
"Sided</gui>."
msgstr ""
#: C/singlesided-npages.page:75(p) C/singlesided-9-12pages.page:68(p)
#: C/singlesided-5-8pages.page:68(p) C/singlesided-3-4pages.page:68(p)
#: C/singlesided-17-20pages.page:69(p) C/singlesided-13-16pages.page:71(p)
msgid "In the <gui>Pages per side</gui> menu, select <gui>2</gui>."
msgstr ""
#: C/singlesided-npages.page:78(p) C/singlesided-9-12pages.page:71(p)
#: C/singlesided-5-8pages.page:71(p) C/singlesided-3-4pages.page:71(p)
#: C/singlesided-17-20pages.page:72(p) C/singlesided-13-16pages.page:74(p)
#: C/duplex-npages.page:77(p) C/duplex-8pages.page:51(p)
#: C/duplex-6pages.page:52(p) C/duplex-5pages.page:78(p)
#: C/duplex-4pages.page:51(p) C/duplex-16pages.page:52(p)
#: C/duplex-14pages.page:50(p) C/duplex-12pages.page:51(p)
#: C/duplex-11pages.page:78(p) C/duplex-10pages.page:51(p)
msgid "In the <gui>Page ordering</gui> menu, select <gui>Left to right</gui>."
msgstr ""
#: C/singlesided-npages.page:81(p) C/singlesided-9-12pages.page:74(p)
#: C/singlesided-5-8pages.page:74(p) C/singlesided-3-4pages.page:74(p)
#: C/singlesided-17-20pages.page:75(p) C/singlesided-13-16pages.page:77(p)
msgid "In the <gui>Only print</gui> menu, select <gui>Odd sheets</gui>."
msgstr ""
#: C/singlesided-npages.page:86(p) C/singlesided-npages.page:109(p)
#: C/singlesided-9-12pages.page:79(p) C/singlesided-9-12pages.page:102(p)
#: C/singlesided-5-8pages.page:79(p) C/singlesided-5-8pages.page:102(p)
#: C/singlesided-3-4pages.page:79(p) C/singlesided-3-4pages.page:102(p)
#: C/singlesided-17-20pages.page:80(p) C/singlesided-17-20pages.page:103(p)
#: C/singlesided-13-16pages.page:82(p) C/singlesided-13-16pages.page:105(p)
#: C/printing.page:29(p) C/duplex-npages.page:82(p) C/duplex-9pages.page:52(p)
#: C/duplex-9pages.page:75(p) C/duplex-9pages.page:94(p)
#: C/duplex-9pages.page:114(p) C/duplex-9pages.page:126(p)
#: C/duplex-8pages.page:54(p) C/duplex-7pages.page:56(p)
#: C/duplex-7pages.page:83(p) C/duplex-6pages.page:55(p)
#: C/duplex-6pages.page:89(p) C/duplex-5pages.page:52(p)
#: C/duplex-5pages.page:81(p) C/duplex-5pages.page:98(p)
#: C/duplex-5pages.page:117(p) C/duplex-4pages.page:56(p)
#: C/duplex-3pages.page:53(p) C/duplex-16pages.page:57(p)
#: C/duplex-14pages.page:53(p) C/duplex-14pages.page:87(p)
#: C/duplex-13pages.page:51(p) C/duplex-13pages.page:76(p)
#: C/duplex-13pages.page:90(p) C/duplex-13pages.page:109(p)
#: C/duplex-13pages.page:120(p) C/duplex-12pages.page:54(p)
#: C/duplex-11pages.page:55(p) C/duplex-11pages.page:81(p)
#: C/duplex-10pages.page:54(p) C/duplex-10pages.page:87(p)
msgid "Click <gui>Print</gui>."
msgstr ""
#: C/singlesided-npages.page:91(p) C/singlesided-9-12pages.page:84(p)
#: C/singlesided-5-8pages.page:84(p) C/singlesided-3-4pages.page:84(p)
#: C/singlesided-17-20pages.page:85(p) C/singlesided-13-16pages.page:87(p)
msgid ""
"When all the pages have printed, flip the pages over and place them back in "
"the printer."
msgstr ""
#: C/singlesided-npages.page:104(p) C/singlesided-9-12pages.page:97(p)
#: C/singlesided-5-8pages.page:97(p) C/singlesided-3-4pages.page:97(p)
#: C/singlesided-17-20pages.page:98(p) C/singlesided-13-16pages.page:100(p)
msgid "In the <gui>Only print</gui> menu, select <gui>Even sheets</gui>."
msgstr ""
#: C/singlesided-9-12pages.page:7(title)
msgid "09-Page or 12-Page Booklet"
msgstr ""
#: C/singlesided-9-12pages.page:8(desc)
msgid "Print a 9, 10, 11 or 12 page booklet."
msgstr ""
#: C/singlesided-9-12pages.page:21(title)
msgid "9-page to 12-page booklet"
msgstr ""
#: C/singlesided-9-12pages.page:23(p)
msgid ""
"If you have a 9, 10 or 11 page PDF document you should add the appropriate "
"number of blank pages to make it 12-pages. To do so, you can:"
msgstr ""
#: C/singlesided-9-12pages.page:57(p) C/duplex-12pages.page:36(p)
msgid ""
"Type the numbers of the pages in this order: 12, 1, 2, 11, 10, 3, 4, 9, 8, "
"5, 6, 7"
msgstr ""
#: C/singlesided-5-8pages.page:7(title)
msgid "05-Page or 4-Page Booklet"
msgstr ""
#: C/singlesided-5-8pages.page:8(desc)
msgid "Print a 5, 6, 7 or 8 page booklet."
msgstr ""
#: C/singlesided-5-8pages.page:21(title)
msgid "5-page to 8-page booklet"
msgstr ""
#: C/singlesided-5-8pages.page:23(p)
msgid ""
"If you have a 5, 6 or 7 page PDF document you should add the appropriate "
"number of blank pages to make it 8-pages. To do so, you can:"
msgstr ""
#: C/singlesided-5-8pages.page:57(p) C/duplex-8pages.page:36(p)
msgid "Type the numbers of the pages in this order: 8, 1, 2, 7, 6, 3, 4, 5"
msgstr ""
#: C/singlesided-3-4pages.page:7(title)
msgid "03-Page or 4-Page Booklet"
msgstr ""
#: C/singlesided-3-4pages.page:8(desc)
msgid "Print a 3 or 4 page booklet."
msgstr ""
#: C/singlesided-3-4pages.page:21(title)
msgid "3-page or 4-page booklet"
msgstr ""
#: C/singlesided-3-4pages.page:23(p)
msgid ""
"If you have a 3-Page PDF document you should add a blank page to make it 4-"
"pages. To do so, you can:"
msgstr ""
#: C/singlesided-3-4pages.page:33(p) C/duplex-3pages.page:71(p)
#: C/duplex-15pages.page:34(p)
msgid ""
"Merge the blank page with your PDF document using <app>PDF-Shuffler</app> "
"placing the blank page at the end."
msgstr ""
#: C/singlesided-3-4pages.page:57(p) C/duplex-4pages.page:37(p)
msgid "Type the numbers of the pages in this order: 4, 1, 2, 3"
msgstr ""
#: C/singlesided-17-20pages.page:8(desc)
msgid "Print a 17, 18, 19 or 20 page booklet."
msgstr ""
#: C/singlesided-17-20pages.page:21(title)
msgid "17-page to 20-page booklet"
msgstr ""
#: C/singlesided-17-20pages.page:23(p)
msgid ""
"If you have a 17, 18 or 19 page PDF document you should add the appropriate "
"number of blank pages to make it 20-pages. To do so, you can:"
msgstr ""
#: C/singlesided-17-20pages.page:58(item)
msgid "20, 1, 2, 19, 18, 3, 4, 17, 16, 5, 6, 15, 14, 7, 8, 13, 12, 9, 10, 11"
msgstr "20, 1, 2, 19, 18, 3, 4, 17, 16, 5, 6, 15, 14, 7, 8, 13, 12, 9, 10, 11"
#: C/singlesided-17-20pages.page:56(item)
#: C/singlesided-13-16pages.page:58(item) C/duplex-16pages.page:36(item)
msgid "Type the numbers of the pages in this order: <placeholder-1/>"
msgstr ""
#: C/singlesided-13-16pages.page:8(desc)
msgid "Print a 13, 14, 15 or 16 page booklet."
msgstr ""
#: C/singlesided-13-16pages.page:21(title)
msgid "13-page to 16-page booklet"
msgstr ""
#: C/singlesided-13-16pages.page:23(p)
msgid ""
"If you have a 13, 14 or 15 page PDF document you should add the appropriate "
"number of blank pages to make it 16-pages. To do so, you can:"
msgstr ""
#: C/singlesided-13-16pages.page:60(item) C/duplex-16pages.page:38(item)
msgid "16, 1, 2, 15, 14, 3, 4, 13, 12, 5, 6, 11, 10, 7, 8, 9"
msgstr "16, 1, 2, 15, 14, 3, 4, 13, 12, 5, 6, 11, 10, 7, 8, 9"
#: C/shortcuts.page:7(desc)
msgid ""
"See a list of all shortcuts, and learn how to create your own custom "
"shortcuts."
msgstr ""
#: C/shortcuts.page:16(email)
msgid "tiffany.antopolski@gmail.com"
msgstr ""
#: C/shortcuts.page:25(title)
msgid "Keyboard shortcuts"
msgstr ""
#: C/shortcuts.page:27(title)
msgid "Default shortcuts"
msgstr ""
#: C/shortcuts.page:29(title)
msgid "Opening, closing, saving and printing"
msgstr ""
#: C/shortcuts.page:32(p)
msgid "Open a document."
msgstr ""
#: C/shortcuts.page:33(key) C/shortcuts.page:37(key) C/shortcuts.page:42(key)
#: C/shortcuts.page:46(key) C/shortcuts.page:50(key) C/shortcuts.page:55(key)
#: C/shortcuts.page:89(key) C/shortcuts.page:93(key) C/shortcuts.page:103(key)
#: C/shortcuts.page:107(key) C/shortcuts.page:121(key)
#: C/shortcuts.page:125(key) C/shortcuts.page:129(key)
#: C/shortcuts.page:139(key) C/shortcuts.page:143(key)
#: C/shortcuts.page:148(key) C/shortcuts.page:152(key)
msgid "Ctrl"
msgstr "Ctrl"
#: C/shortcuts.page:33(key)
msgid "O"
msgstr "O"
#: C/shortcuts.page:36(p)
msgid "Open a copy of the current document."
msgstr ""
#: C/shortcuts.page:37(key)
msgid "N"
msgstr "N"
#: C/shortcuts.page:40(p)
msgid "Save a copy of the current document with a new file name."
msgstr ""
#: C/shortcuts.page:42(key)
msgid "S"
msgstr "S"
#: C/shortcuts.page:45(p)
msgid "Print the current document."
msgstr ""
#: C/shortcuts.page:46(key)
msgid "P"
msgstr "P"
#: C/shortcuts.page:49(p)
msgid "Close the current document window."
msgstr ""
#: C/shortcuts.page:50(key)
msgid "W"
msgstr "W"
#: C/shortcuts.page:53(p)
msgid "Reload the document (effectively closes and re-opens the document)."
msgstr ""
#: C/shortcuts.page:55(key)
msgid "R"
msgstr "R"
#: C/shortcuts.page:61(title)
msgid "Moving around the document"
msgstr ""
#: C/shortcuts.page:64(p)
msgid "Move up/down a page."
msgstr ""
#: C/shortcuts.page:65(p)
msgid "Arrow keys"
msgstr ""
#: C/shortcuts.page:68(p)
msgid "Move up/down a page several lines at a time."
msgstr ""
#: C/shortcuts.page:69(p)
msgid "<key>Page Up</key> / <key>Page Down</key>"
msgstr ""
#: C/shortcuts.page:72(p)
msgid "Go to the previous/next page."
msgstr ""
#: C/shortcuts.page:73(p)
msgid ""
"<keyseq><key>Ctrl</key><key>Page Up</key></keyseq> / <keyseq><key>Ctrl</"
"key><key>Page Down</key></keyseq>"
msgstr ""
#: C/shortcuts.page:77(p)
msgid ""
"Go to the beginning of a page (beginning of the document if "
"<guiseq><gui>View</gui><gui>Continuous</gui></guiseq> is selected)."
msgstr ""
#: C/shortcuts.page:80(key) C/shortcuts.page:89(key)
msgid "Home"
msgstr "ఇల్లు"
#: C/shortcuts.page:83(p)
msgid ""