-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
Copy pathsphinx.po
4220 lines (3362 loc) · 92.6 KB
/
sphinx.po
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
# Translations template for Sphinx.
# Copyright (C) 2025 ORGANIZATION
# This file is distributed under the same license as the Sphinx project.
#
# Translators:
# Balázs Úr, 2020
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011
# Molnár Dénes <[email protected]>, 2017
# Peter Schön <[email protected]>, 2018
# Tibor Toth <[email protected]>, 2013,2015
# Tibor Toth <[email protected]>, 2019
msgid ""
msgstr ""
"Project-Id-Version: Sphinx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-03-02 22:40+0000\n"
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
"Last-Translator: Balázs Úr, 2020\n"
"Language-Team: Hungarian (http://app.transifex.com/sphinx-doc/sphinx-1/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: roles.py:206
#, python-format
msgid "Common Vulnerabilities and Exposures; CVE %s"
msgstr ""
#: roles.py:229
#, python-format
msgid "invalid CVE number %s"
msgstr ""
#: roles.py:251
#, python-format
msgid "Common Weakness Enumeration; CWE %s"
msgstr ""
#: roles.py:274
#, python-format
msgid "invalid CWE number %s"
msgstr ""
#: roles.py:294
#, python-format
msgid "Python Enhancement Proposals; PEP %s"
msgstr "Python Fejlesztési Javaslatok; PEP %s"
#: roles.py:317
#, python-format
msgid "invalid PEP number %s"
msgstr ""
#: roles.py:355
#, python-format
msgid "invalid RFC number %s"
msgstr ""
#: theming.py:115
#, python-format
msgid ""
"Theme configuration sections other than [theme] and [options] are not "
"supported (tried to get a value from %r)."
msgstr ""
#: theming.py:120
#, python-format
msgid "setting %s.%s occurs in none of the searched theme configs"
msgstr ""
#: theming.py:135
#, python-format
msgid "unsupported theme option %r given"
msgstr ""
#: theming.py:208
#, python-format
msgid "file %r on theme path is not a valid zipfile or contains no theme"
msgstr ""
#: theming.py:228
#, python-format
msgid "no theme named %r found (missing theme.toml?)"
msgstr ""
#: theming.py:268
#, python-format
msgid "The %r theme has circular inheritance"
msgstr ""
#: theming.py:276
#, python-format
msgid ""
"The %r theme inherits from %r, which is not a loaded theme. Loaded themes "
"are: %s"
msgstr ""
#: theming.py:282
#, python-format
msgid "The %r theme has too many ancestors"
msgstr ""
#: theming.py:310
#, python-format
msgid "no theme configuration file found in %r"
msgstr ""
#: theming.py:335 theming.py:388
#, python-format
msgid "theme %r doesn't have the \"theme\" table"
msgstr ""
#: theming.py:339
#, python-format
msgid "The %r theme \"[theme]\" table is not a table"
msgstr ""
#: theming.py:343 theming.py:391
#, python-format
msgid "The %r theme must define the \"theme.inherit\" setting"
msgstr ""
#: theming.py:347
#, python-format
msgid "The %r theme \"[options]\" table is not a table"
msgstr ""
#: theming.py:366
#, python-format
msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\""
msgstr ""
#: project.py:72
#, python-format
msgid ""
"multiple files found for the document \"%s\": %s\n"
"Use %r for the build."
msgstr ""
#: project.py:87
#, python-format
msgid "Ignored unreadable document %r."
msgstr ""
#: registry.py:167
#, python-format
msgid "Builder class %s has no \"name\" attribute"
msgstr ""
#: registry.py:171
#, python-format
msgid "Builder %r already exists (in module %s)"
msgstr ""
#: registry.py:187
#, python-format
msgid "Builder name %s not registered or available through entry point"
msgstr ""
#: registry.py:197
#, python-format
msgid "Builder name %s not registered"
msgstr ""
#: registry.py:204
#, python-format
msgid "domain %s already registered"
msgstr ""
#: registry.py:228 registry.py:249 registry.py:262
#, python-format
msgid "domain %s not yet registered"
msgstr ""
#: registry.py:235
#, python-format
msgid "The %r directive is already registered to domain %s"
msgstr ""
#: registry.py:253
#, python-format
msgid "The %r role is already registered to domain %s"
msgstr ""
#: registry.py:266
#, python-format
msgid "The %r index is already registered to domain %s"
msgstr ""
#: registry.py:313
#, python-format
msgid "The %r object_type is already registered"
msgstr ""
#: registry.py:344
#, python-format
msgid "The %r crossref_type is already registered"
msgstr ""
#: registry.py:353
#, python-format
msgid "source_suffix %r is already registered"
msgstr ""
#: registry.py:363
#, python-format
msgid "source_parser for %r is already registered"
msgstr ""
#: registry.py:372
#, python-format
msgid "Source parser for %s not registered"
msgstr ""
#: registry.py:390
#, python-format
msgid "Translator for %r already exists"
msgstr ""
#: registry.py:407
#, python-format
msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r"
msgstr ""
#: registry.py:496
#, python-format
msgid "enumerable_node %r already registered"
msgstr ""
#: registry.py:512
#, python-format
msgid "math renderer %s is already registered"
msgstr ""
#: registry.py:529
#, python-format
msgid ""
"the extension %r was already merged with Sphinx since version %s; this "
"extension is ignored."
msgstr ""
#: application.py:302 registry.py:538
#, python-format
msgid "while setting up extension %s:"
msgstr "a(z) %s kiterjesztés beállításakor:"
#: registry.py:543
msgid "Original exception:\n"
msgstr ""
#: registry.py:545
#, python-format
msgid "Could not import extension %s"
msgstr ""
#: registry.py:552
#, python-format
msgid ""
"extension %r has no setup() function; is it really a Sphinx extension "
"module?"
msgstr ""
#: registry.py:565
#, python-format
msgid ""
"The %s extension used by this project needs at least Sphinx v%s; it "
"therefore cannot be built with this version."
msgstr ""
#: registry.py:577
#, python-format
msgid ""
"extension %r returned an unsupported object from its setup() function; it "
"should return None or a metadata dictionary"
msgstr ""
#: registry.py:612
#, python-format
msgid "`None` is not a valid filetype for %r."
msgstr ""
#: application.py:212
#, python-format
msgid "Cannot find source directory (%s)"
msgstr "Nem található a forráskönyvtár (%s)"
#: application.py:217
#, python-format
msgid "Output directory (%s) is not a directory"
msgstr ""
#: application.py:222
msgid "Source directory and destination directory cannot be identical"
msgstr "A forráskönyvtár és célkönyvtár nem lehet azonos"
#: application.py:252
#, python-format
msgid "Running Sphinx v%s"
msgstr "Sphinx %s verzió futtatása"
#: application.py:278
#, python-format
msgid ""
"This project needs at least Sphinx v%s and therefore cannot be built with "
"this version."
msgstr "Ez a projekt legalább a Sphinx %s verzióját igényli, és emiatt nem állítható össze ezzel a verzióval."
#: application.py:297
msgid "making output directory"
msgstr "kimeneti könyvtár elkészítése"
#: application.py:309
msgid ""
"'setup' as currently defined in conf.py isn't a Python callable. Please "
"modify its definition to make it a callable function. This is needed for "
"conf.py to behave as a Sphinx extension."
msgstr "A „setup”, ahogy jelenleg a conf.py fájlban meg van határozva, nem meghívható Python függvény. Módosítsa a meghatározását, hogy meghívható függvénnyé tegye. Ez ahhoz szükséges, hogy a conf.py Sphinx kiterjesztésként viselkedjen."
#: application.py:346
#, python-format
msgid "loading translations [%s]... "
msgstr "fordítások betöltése [%s]…"
#: application.py:370 util/display.py:89
msgid "done"
msgstr "kész"
#: application.py:372
msgid "not available for built-in messages"
msgstr "nem érhető el beépített üzenetekhez"
#: application.py:386
msgid "loading pickled environment"
msgstr "pickle-t környezet betöltése"
#: application.py:394
#, python-format
msgid "failed: %s"
msgstr "sikertelen: %s"
#: application.py:407
msgid "No builder selected, using default: html"
msgstr "Nincs összeállító kiválasztva, az alapértelmezett használata: html"
#: application.py:439
msgid "build finished with problems."
msgstr ""
#: application.py:441
msgid "build succeeded."
msgstr ""
#: application.py:446
msgid ""
"build finished with problems, 1 warning (with warnings treated as errors)."
msgstr ""
#: application.py:450
msgid "build finished with problems, 1 warning."
msgstr ""
#: application.py:452
msgid "build succeeded, 1 warning."
msgstr ""
#: application.py:458
#, python-format
msgid ""
"build finished with problems, %s warnings (with warnings treated as errors)."
msgstr ""
#: application.py:462
#, python-format
msgid "build finished with problems, %s warnings."
msgstr ""
#: application.py:464
#, python-format
msgid "build succeeded, %s warnings."
msgstr ""
#: application.py:1026
#, python-format
msgid "node class %r is already registered, its visitors will be overridden"
msgstr "a(z) %r csomópontosztály már regisztrálva van, a látogatói felül lesznek bírálva"
#: application.py:1119
#, python-format
msgid "directive %r is already registered and will not be overridden"
msgstr ""
#: application.py:1145 application.py:1173
#, python-format
msgid "role %r is already registered and will not be overridden"
msgstr ""
#: application.py:1771
#, python-format
msgid ""
"the %s extension does not declare if it is safe for parallel reading, "
"assuming it isn't - please ask the extension author to check and make it "
"explicit"
msgstr ""
#: application.py:1776
#, python-format
msgid "the %s extension is not safe for parallel reading"
msgstr ""
#: application.py:1780
#, python-format
msgid ""
"the %s extension does not declare if it is safe for parallel writing, "
"assuming it isn't - please ask the extension author to check and make it "
"explicit"
msgstr ""
#: application.py:1785
#, python-format
msgid "the %s extension is not safe for parallel writing"
msgstr ""
#: application.py:1793 application.py:1797
#, python-format
msgid "doing serial %s"
msgstr ""
#: extension.py:58
#, python-format
msgid ""
"The %s extension is required by needs_extensions settings, but it is not "
"loaded."
msgstr ""
#: extension.py:79
#, python-format
msgid ""
"This project needs the extension %s at least in version %s and therefore "
"cannot be built with the loaded version (%s)."
msgstr ""
#: config.py:355
#, python-format
msgid "config directory doesn't contain a conf.py file (%s)"
msgstr "a beállítási könyvtár nem tartalmaz conf.py fájlt (%s)"
#: config.py:366
msgid ""
"Invalid configuration value found: 'language = None'. Update your "
"configuration to a valid language code. Falling back to 'en' (English)."
msgstr ""
#: config.py:394
#, python-format
msgid "'%s' must be '0' or '1', got '%s'"
msgstr ""
#: config.py:399
#, python-format
msgid ""
"cannot override dictionary config setting %r, ignoring (use %r to set "
"individual elements)"
msgstr ""
#: config.py:411
#, python-format
msgid "invalid number %r for config value %r, ignoring"
msgstr ""
#: config.py:419
#, python-format
msgid "cannot override config setting %r with unsupported type, ignoring"
msgstr ""
#: config.py:442
#, python-format
msgid "unknown config value %r in override, ignoring"
msgstr ""
#: config.py:496
#, python-format
msgid "No such config value: %r"
msgstr ""
#: config.py:524
#, python-format
msgid "Config value %r already present"
msgstr ""
#: config.py:561
#, python-format
msgid ""
"cannot cache unpickleable configuration value: %r (because it contains a "
"function, class, or module object)"
msgstr ""
#: config.py:603
#, python-format
msgid "There is a syntax error in your configuration file: %s\n"
msgstr ""
#: config.py:607
msgid ""
"The configuration file (or one of the modules it imports) called sys.exit()"
msgstr ""
#: config.py:615
#, python-format
msgid ""
"There is a programmable error in your configuration file:\n"
"\n"
"%s"
msgstr ""
#: config.py:637
#, python-format
msgid "Failed to convert %r to a frozenset"
msgstr ""
#: config.py:655 config.py:663
#, python-format
msgid "Converting `source_suffix = %r` to `source_suffix = %r`."
msgstr ""
#: config.py:669
#, python-format
msgid ""
"The config value `source_suffix' expects a dictionary, a string, or a list "
"of strings. Got `%r' instead (type %s)."
msgstr ""
#: config.py:690
#, python-format
msgid "Section %s"
msgstr "%s. bekezdés"
#: config.py:691
#, python-format
msgid "Fig. %s"
msgstr "%s. ábra"
#: config.py:692
#, python-format
msgid "Table %s"
msgstr "%s. táblázat"
#: config.py:693
#, python-format
msgid "Listing %s"
msgstr "%s. felsorlás"
#: config.py:802
#, python-brace-format
msgid ""
"The config value `{name}` has to be a one of {candidates}, but `{current}` "
"is given."
msgstr ""
#: config.py:833
#, python-brace-format
msgid ""
"The config value `{name}' has type `{current.__name__}'; expected "
"{permitted}."
msgstr ""
#: config.py:850
#, python-brace-format
msgid ""
"The config value `{name}' has type `{current.__name__}', defaults to "
"`{default.__name__}'."
msgstr ""
#: config.py:862
#, python-format
msgid "primary_domain %r not found, ignored."
msgstr ""
#: config.py:882
msgid ""
"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0"
" behaviour, set \"master_doc = 'contents'\"."
msgstr ""
#: events.py:77
#, python-format
msgid "Event %r already present"
msgstr ""
#: events.py:370
#, python-format
msgid "Unknown event name: %s"
msgstr ""
#: events.py:416
#, python-format
msgid "Handler %r for event %r threw an exception"
msgstr ""
#: highlighting.py:170
#, python-format
msgid "Pygments lexer name %r is not known"
msgstr ""
#: highlighting.py:209
#, python-format
msgid ""
"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. "
"Retrying in relaxed mode."
msgstr ""
#: builders/linkcheck.py:77
#, python-format
msgid "Look for any errors in the above output or in %(outdir)s/output.txt"
msgstr ""
#: builders/linkcheck.py:149
#, python-format
msgid "broken link: %s (%s)"
msgstr ""
#: builders/linkcheck.py:548
#, python-format
msgid "Anchor '%s' not found"
msgstr ""
#: builders/linkcheck.py:758
#, python-format
msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s"
msgstr ""
#: builders/texinfo.py:45
#, python-format
msgid "The Texinfo files are in %(outdir)s."
msgstr ""
#: builders/texinfo.py:48
msgid ""
"\n"
"Run 'make' in that directory to run these through makeinfo\n"
"(use 'make info' here to do that automatically)."
msgstr ""
#: builders/texinfo.py:77
msgid "no \"texinfo_documents\" config value found; no documents will be written"
msgstr ""
#: builders/texinfo.py:89
#, python-format
msgid "\"texinfo_documents\" config value references unknown document %s"
msgstr ""
#: builders/latex/__init__.py:325 builders/texinfo.py:113
#, python-format
msgid "processing %s"
msgstr ""
#: builders/latex/__init__.py:347 builders/manpage.py:54
#: builders/singlehtml.py:176 builders/texinfo.py:119
msgid "writing"
msgstr ""
#: builders/latex/__init__.py:405 builders/texinfo.py:172
msgid "resolving references..."
msgstr ""
#: builders/latex/__init__.py:416 builders/texinfo.py:182
msgid " (in "
msgstr " ("
#: builders/_epub_base.py:422 builders/html/__init__.py:779
#: builders/latex/__init__.py:481 builders/texinfo.py:198
msgid "copying images... "
msgstr ""
#: builders/_epub_base.py:444 builders/latex/__init__.py:496
#: builders/texinfo.py:215
#, python-format
msgid "cannot copy image file %r: %s"
msgstr ""
#: builders/texinfo.py:222
msgid "copying Texinfo support files"
msgstr ""
#: builders/texinfo.py:230
#, python-format
msgid "error writing file Makefile: %s"
msgstr ""
#: builders/changes.py:29
#, python-format
msgid "The overview file is in %(outdir)s."
msgstr ""
#: builders/changes.py:56
#, python-format
msgid "no changes in version %s."
msgstr ""
#: builders/changes.py:58
msgid "writing summary file..."
msgstr ""
#: builders/changes.py:70
msgid "Builtins"
msgstr "Beépített"
#: builders/changes.py:72
msgid "Module level"
msgstr "Modul szint"
#: builders/changes.py:124
msgid "copying source files..."
msgstr ""
#: builders/changes.py:133
#, python-format
msgid "could not read %r for changelog creation"
msgstr ""
#: builders/xml.py:31
#, python-format
msgid "The XML files are in %(outdir)s."
msgstr ""
#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90
#, python-format
msgid "error writing file %s: %s"
msgstr ""
#: builders/xml.py:101
#, python-format
msgid "The pseudo-XML files are in %(outdir)s."
msgstr ""
#: builders/manpage.py:37
#, python-format
msgid "The manual pages are in %(outdir)s."
msgstr ""
#: builders/manpage.py:45
msgid "no \"man_pages\" config value found; no manual pages will be written"
msgstr ""
#: builders/manpage.py:71
#, python-format
msgid "\"man_pages\" config value references unknown document %s"
msgstr ""
#: builders/singlehtml.py:35
#, python-format
msgid "The HTML page is in %(outdir)s."
msgstr ""
#: builders/singlehtml.py:171
msgid "assembling single document"
msgstr ""
#: builders/singlehtml.py:189
msgid "writing additional files"
msgstr ""
#: builders/_epub_base.py:223
#, python-format
msgid "duplicated ToC entry found: %s"
msgstr ""
#: builders/_epub_base.py:433
#, python-format
msgid "cannot read image file %r: copying it instead"
msgstr ""
#: builders/_epub_base.py:464
#, python-format
msgid "cannot write image file %r: %s"
msgstr ""
#: builders/_epub_base.py:476
msgid "Pillow not found - copying image files"
msgstr ""
#: builders/_epub_base.py:511
msgid "writing mimetype file..."
msgstr ""
#: builders/_epub_base.py:520
msgid "writing META-INF/container.xml file..."
msgstr ""
#: builders/_epub_base.py:558
msgid "writing content.opf file..."
msgstr ""
#: builders/_epub_base.py:591
#, python-format
msgid "unknown mimetype for %s, ignoring"
msgstr ""
#: builders/_epub_base.py:745
msgid "node has an invalid level"
msgstr ""
#: builders/_epub_base.py:765
msgid "writing toc.ncx file..."
msgstr ""
#: builders/_epub_base.py:794
#, python-format
msgid "writing %s file..."
msgstr ""
#: builders/epub3.py:84
#, python-format
msgid "The ePub file is in %(outdir)s."
msgstr ""
#: builders/epub3.py:189
msgid "writing nav.xhtml file..."
msgstr ""
#: builders/epub3.py:221
msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:227
msgid "conf value \"epub_uid\" should be XML NAME for EPUB3"
msgstr ""
#: builders/epub3.py:232
msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:238
msgid "conf value \"epub_author\" should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:242
msgid "conf value \"epub_contributor\" should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:247
msgid "conf value \"epub_description\" should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:251
msgid "conf value \"epub_publisher\" should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:256
msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:262
msgid "conf value \"epub_identifier\" should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:265
msgid "conf value \"version\" should not be empty for EPUB3"
msgstr ""
#: builders/epub3.py:279 builders/html/__init__.py:1291
#, python-format
msgid "invalid css_file: %r, ignored"
msgstr ""
#: builders/dummy.py:19
msgid "The dummy builder generates no files."
msgstr ""
#: builders/text.py:29
#, python-format
msgid "The text files are in %(outdir)s."
msgstr ""
#: builders/__init__.py:224
#, python-format
msgid "a suitable image for %s builder not found: %s (%s)"
msgstr ""
#: builders/__init__.py:232
#, python-format
msgid "a suitable image for %s builder not found: %s"
msgstr ""
#: builders/__init__.py:255
msgid "building [mo]: "
msgstr ""
#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791
msgid "writing output... "
msgstr ""
#: builders/__init__.py:275
#, python-format
msgid "all of %d po files"
msgstr ""
#: builders/__init__.py:297
#, python-format
msgid "targets for %d po files that are specified"
msgstr ""
#: builders/__init__.py:309
#, python-format
msgid "targets for %d po files that are out of date"
msgstr ""
#: builders/__init__.py:319
msgid "all source files"
msgstr ""
#: builders/__init__.py:330
#, python-format
msgid "file %r given on command line does not exist, "
msgstr ""
#: builders/__init__.py:337
#, python-format
msgid ""
"file %r given on command line is not under the source directory, ignoring"
msgstr ""
#: builders/__init__.py:348
#, python-format
msgid "file %r given on command line is not a valid document, ignoring"
msgstr ""
#: builders/__init__.py:361
#, python-format
msgid "%d source files given on command line"
msgstr ""
#: builders/__init__.py:377
#, python-format
msgid "targets for %d source files that are out of date"
msgstr ""
#: builders/__init__.py:395 builders/gettext.py:265
#, python-format
msgid "building [%s]: "
msgstr ""
#: builders/__init__.py:406
msgid "looking for now-outdated files... "
msgstr ""
#: builders/__init__.py:410
#, python-format
msgid "%d found"
msgstr ""
#: builders/__init__.py:412
msgid "none found"
msgstr ""
#: builders/__init__.py:419
msgid "pickling environment"
msgstr ""
#: builders/__init__.py:426
msgid "checking consistency"
msgstr ""
#: builders/__init__.py:430
msgid "no targets are out of date."
msgstr ""
#: builders/__init__.py:469
msgid "updating environment: "
msgstr ""
#: builders/__init__.py:494
#, python-format
msgid "%s added, %s changed, %s removed"
msgstr ""
#: builders/__init__.py:531
#, python-format
msgid ""
"Sphinx is unable to load the master document (%s) because it matches a "
"built-in exclude pattern %r. Please move your master document to a different"
" location."
msgstr ""
#: builders/__init__.py:540
#, python-format
msgid ""
"Sphinx is unable to load the master document (%s) because it matches an "
"exclude pattern specified in conf.py, %r. Please remove this pattern from "
"conf.py."
msgstr ""
#: builders/__init__.py:551
#, python-format
msgid ""
"Sphinx is unable to load the master document (%s) because it is not included"
" in the custom include_patterns = %r. Ensure that a pattern in "