aboutsummaryrefslogtreecommitdiff
path: root/locale/en/LC_MESSAGES/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'locale/en/LC_MESSAGES/messages.po')
-rw-r--r--locale/en/LC_MESSAGES/messages.po85
1 files changed, 47 insertions, 38 deletions
diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po
index 26d3cd64..0fb47730 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -88,7 +88,7 @@ msgstr ""
88msgid "System Architecture" 88msgid "System Architecture"
89msgstr "" 89msgstr ""
90 90
91#: common/navigation.j2.inc:66 template/gnurl.html.j2:126 91#: common/navigation.j2.inc:66 template/gnurl.html.j2:147
92msgid "Source Code" 92msgid "Source Code"
93msgstr "" 93msgstr ""
94 94
@@ -497,7 +497,7 @@ msgid ""
497"org/gauger/\">https://old.gnunet.org/gauger/</a>." 497"org/gauger/\">https://old.gnunet.org/gauger/</a>."
498msgstr "" 498msgstr ""
499 499
500#: template/download.html.j2:7 template/gnurl.html.j2:147 500#: template/download.html.j2:7 template/gnurl.html.j2:169
501msgid "Downloads" 501msgid "Downloads"
502msgstr "" 502msgstr ""
503 503
@@ -724,7 +724,7 @@ msgid ""
724"with egos." 724"with egos."
725msgstr "" 725msgstr ""
726 726
727#: template/gnurl.html.j2:11 727#: template/gnurl.html.j2:20
728msgid "" 728msgid ""
729"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only " 729"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
730"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to " 730"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
@@ -736,11 +736,20 @@ msgid ""
736"to get a proper build of libgnurl." 736"to get a proper build of libgnurl."
737msgstr "" 737msgstr ""
738 738
739#: template/gnurl.html.j2:26 739#: template/gnurl.html.j2:35
740msgid "About gnurl"
741msgstr ""
742
743#: template/gnurl.html.j2:37
744msgid ""
745"Large parts of the following 6 paragraphs are old and need to be rewritten."
746msgstr ""
747
748#: template/gnurl.html.j2:43
740msgid "Motivation" 749msgid "Motivation"
741msgstr "" 750msgstr ""
742 751
743#: template/gnurl.html.j2:28 752#: template/gnurl.html.j2:45
744msgid "" 753msgid ""
745"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but " 754"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
746"other variants are used by some distributions. Supporting other crypto " 755"other variants are used by some distributions. Supporting other crypto "
@@ -752,7 +761,7 @@ msgid ""
752"the bugs that arise might be rather subtle." 761"the bugs that arise might be rather subtle."
753msgstr "" 762msgstr ""
754 763
755#: template/gnurl.html.j2:41 764#: template/gnurl.html.j2:58
756msgid "" 765msgid ""
757"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it " 766"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
758"would anyway be necessary to recompile cURL for GNUnet. But what happens if " 767"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
@@ -774,7 +783,7 @@ msgid ""
774"that code." 783"that code."
775msgstr "" 784msgstr ""
776 785
777#: template/gnurl.html.j2:65 786#: template/gnurl.html.j2:82
778msgid "" 787msgid ""
779"So to use a modern version of GnuTLS, a sane approach is to disable all of " 788"So to use a modern version of GnuTLS, a sane approach is to disable all of "
780"the \"optional\" features of cURL that drag in system libraries that link " 789"the \"optional\" features of cURL that drag in system libraries that link "
@@ -788,11 +797,11 @@ msgid ""
788"this can really be trivially fixed by the cURL developers." 797"this can really be trivially fixed by the cURL developers."
789msgstr "" 798msgstr ""
790 799
791#: template/gnurl.html.j2:79 800#: template/gnurl.html.j2:97
792msgid "Rename to fix" 801msgid "Rename to fix"
793msgstr "" 802msgstr ""
794 803
795#: template/gnurl.html.j2:81 804#: template/gnurl.html.j2:99
796#, python-format 805#, python-format
797msgid "" 806msgid ""
798"How does forking fix it? Easy. First, we can get rid of all of the " 807"How does forking fix it? Easy. First, we can get rid of all of the "
@@ -811,11 +820,11 @@ msgid ""
811"new release." 820"new release."
812msgstr "" 821msgstr ""
813 822
814#: template/gnurl.html.j2:99 823#: template/gnurl.html.j2:118
815msgid "Using libgnurl" 824msgid "Using libgnurl"
816msgstr "" 825msgstr ""
817 826
818#: template/gnurl.html.j2:101 827#: template/gnurl.html.j2:120
819msgid "" 828msgid ""
820"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS " 829"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
821"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". " 830"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
@@ -826,26 +835,26 @@ msgid ""
826"the original curl source have been written." 835"the original curl source have been written."
827msgstr "" 836msgstr ""
828 837
829#: template/gnurl.html.j2:113 838#: template/gnurl.html.j2:133
830msgid "Gotchas" 839msgid "Gotchas"
831msgstr "" 840msgstr ""
832 841
833#: template/gnurl.html.j2:115 842#: template/gnurl.html.j2:135
834msgid "" 843msgid ""
835"libgnurl and gnurl are not intended to be used as a replacement for curl for " 844"libgnurl and gnurl are not intended to be used as a replacement for curl for "
836"users. Since no conflicts in filenames should occur you are not expected to " 845"users. Since no conflicts in filenames should occur you are not expected to "
837"remove curl to make use of gnurl and viceversa." 846"remove curl to make use of gnurl and viceversa."
838msgstr "" 847msgstr ""
839 848
840#: template/gnurl.html.j2:128 849#: template/gnurl.html.j2:149
841msgid "You can get the gnurl git repository using:" 850msgid "You can get the gnurl git repository using:"
842msgstr "" 851msgstr ""
843 852
844#: template/gnurl.html.j2:141 853#: template/gnurl.html.j2:162
845msgid "The versions are checked in as (signed) git tags." 854msgid "The versions are checked in as (signed) git tags."
846msgstr "" 855msgstr ""
847 856
848#: template/gnurl.html.j2:149 857#: template/gnurl.html.j2:171
849msgid "" 858msgid ""
850"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/" 859"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/"
851"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a " 860"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
@@ -858,11 +867,11 @@ msgid ""
858"pkgsrc.org\">pkgsrc</a>." 867"pkgsrc.org\">pkgsrc</a>."
859msgstr "" 868msgstr ""
860 869
861#: template/gnurl.html.j2:165 870#: template/gnurl.html.j2:188
862msgid "Building gnurl" 871msgid "Building gnurl"
863msgstr "" 872msgstr ""
864 873
865#: template/gnurl.html.j2:167 874#: template/gnurl.html.j2:190
866msgid "" 875msgid ""
867"We suggest to closely follow release announcements, as they might indicate " 876"We suggest to closely follow release announcements, as they might indicate "
868"changes in how gnurl is to be build. <br> If your package manager provides a " 877"changes in how gnurl is to be build. <br> If your package manager provides a "
@@ -877,95 +886,95 @@ msgid ""
877"considered to be stable and approved builds." 886"considered to be stable and approved builds."
878msgstr "" 887msgstr ""
879 888
880#: template/gnurl.html.j2:188 889#: template/gnurl.html.j2:211
881msgid "Building from the distributed tarball (prefered method)" 890msgid "Building from the distributed tarball (prefered method)"
882msgstr "" 891msgstr ""
883 892
884#: template/gnurl.html.j2:190 893#: template/gnurl.html.j2:213
885msgid "" 894msgid ""
886"If you want to verify the signature, install an OpenPGP compatible tool such " 895"If you want to verify the signature, install an OpenPGP compatible tool such "
887"as security/gnupgp2 (and set it up). Assuming you use pkgin:" 896"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
888msgstr "" 897msgstr ""
889 898
890#: template/gnurl.html.j2:204 899#: template/gnurl.html.j2:227
891msgid "Fetch the signature key from" 900msgid "Fetch the signature key from"
892msgstr "" 901msgstr ""
893 902
894#: template/gnurl.html.j2:208 903#: template/gnurl.html.j2:231
895msgid "or via commandline with gnupg2." 904msgid "or via commandline with gnupg2."
896msgstr "" 905msgstr ""
897 906
898#: template/gnurl.html.j2:213 907#: template/gnurl.html.j2:236
899msgid "" 908msgid ""
900"Fetch the release, the signature, the checksum file as well as its signature:" 909"Fetch the release, the signature, the checksum file as well as its signature:"
901msgstr "" 910msgstr ""
902 911
903#: template/gnurl.html.j2:232 912#: template/gnurl.html.j2:255
904msgid "" 913msgid ""
905"verify the signatures, and verify the checksums against the checksums in " 914"verify the signatures, and verify the checksums against the checksums in "
906"the .sum.txt file." 915"the .sum.txt file."
907msgstr "" 916msgstr ""
908 917
909#: template/gnurl.html.j2:238 918#: template/gnurl.html.j2:261
910msgid "unpack the tarball:" 919msgid "unpack the tarball:"
911msgstr "" 920msgstr ""
912 921
913#: template/gnurl.html.j2:248 922#: template/gnurl.html.j2:271
914msgid "Change into the directory" 923msgid "Change into the directory"
915msgstr "" 924msgstr ""
916 925
917#: template/gnurl.html.j2:258 926#: template/gnurl.html.j2:281
918msgid "Now you can either run" 927msgid "Now you can either run"
919msgstr "" 928msgstr ""
920 929
921#: template/gnurl.html.j2:268 930#: template/gnurl.html.j2:291
922msgid "directly (and read configure-gnurl before you do so) or invoke" 931msgid "directly (and read configure-gnurl before you do so) or invoke"
923msgstr "" 932msgstr ""
924 933
925#: template/gnurl.html.j2:278 934#: template/gnurl.html.j2:301
926msgid "" 935msgid ""
927"and pass additional parameters such as a custom PREFIX location. Further " 936"and pass additional parameters such as a custom PREFIX location. Further "
928"reference can be the" 937"reference can be the"
929msgstr "" 938msgstr ""
930 939
931#: template/gnurl.html.j2:283 940#: template/gnurl.html.j2:306
932msgid "Now run" 941msgid "Now run"
933msgstr "" 942msgstr ""
934 943
935#: template/gnurl.html.j2:293 944#: template/gnurl.html.j2:316
936msgid "(this is optional)" 945msgid "(this is optional)"
937msgstr "" 946msgstr ""
938 947
939#: template/gnurl.html.j2:302 948#: template/gnurl.html.j2:325
940msgid "and you are done." 949msgid "and you are done."
941msgstr "" 950msgstr ""
942 951
943#: template/gnurl.html.j2:306 952#: template/gnurl.html.j2:329
944msgid "Building from a tagged git commit" 953msgid "Building from a tagged git commit"
945msgstr "" 954msgstr ""
946 955
947#: template/gnurl.html.j2:308 956#: template/gnurl.html.j2:331
948msgid "" 957msgid ""
949"Follow the steps above, but instead of downloading the tarball, clone the " 958"Follow the steps above, but instead of downloading the tarball, clone the "
950"git tag you want to build from." 959"git tag you want to build from."
951msgstr "" 960msgstr ""
952 961
953#: template/gnurl.html.j2:318 962#: template/gnurl.html.j2:342
954msgid "Reporting Bugs" 963msgid "Reporting Bugs"
955msgstr "" 964msgstr ""
956 965
957#: template/gnurl.html.j2:320 966#: template/gnurl.html.j2:344
958msgid "" 967msgid ""
959"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/" 968"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/"
960"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but " 969"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
961"we prefer to track bugs on the bugtracker." 970"we prefer to track bugs on the bugtracker."
962msgstr "" 971msgstr ""
963 972
964#: template/gnurl.html.j2:329 973#: template/gnurl.html.j2:354
965msgid "Maintainer and Cryptographic signatures" 974msgid "Maintainer and Cryptographic signatures"
966msgstr "" 975msgstr ""
967 976
968#: template/gnurl.html.j2:331 977#: template/gnurl.html.j2:356
969msgid "" 978msgid ""
970"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP " 979"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
971"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key " 980"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "