Pulled out URLs from about/intro as translation vars

This commit is contained in:
str4d
2013-12-30 05:59:48 +00:00
parent 80d82dd756
commit 1bca7995f7
8 changed files with 210 additions and 258 deletions

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: https://trac.i2p2.de/\n"
"POT-Creation-Date: 2013-11-21 23:32+0000\n"
"POT-Creation-Date: 2013-12-30 05:56+0000\n"
"PO-Revision-Date: 2013-07-04 16:33+0000\n"
"Last-Translator: D.A. Loader\n"
"Language-Team: German "
@@ -563,33 +563,29 @@ msgid "The Invisible Internet Project"
msgstr "Das Invisible Internet Projekt"
#: i2p2www/pages/site/about/intro.html:5
#, python-format
msgid ""
"I2P is an anonymous network, exposing a simple layer that applications "
"can \n"
"use to anonymously and securely send messages to each other. The network "
"itself is \n"
"strictly message based (a la \n"
"<a href=\"http://en.wikipedia.org/wiki/Internet_Protocol\">IP</a>), but "
"there is a \n"
"strictly message based (a la <a href=\"%(ip)s\">IP</a>), but there is a \n"
"library available to allow reliable streaming communication on top of it "
"(a la \n"
"<a "
"href=\"http://en.wikipedia.org/wiki/Transmission_Control_Protocol\">TCP</a>)."
" \n"
"<a href=\"%(tcp)s\">TCP</a>). \n"
"All communication is end to end encrypted (in total there are four layers"
" of \n"
"encryption used when sending a message), and even the end points "
"(\"destinations\") \n"
"are cryptographic identifiers (essentially a pair of <a "
"href=\"http://en.wikipedia.org/wiki/Public_key_encryption\">public "
"keys</a>)."
"href=\"%(pke)s\">public keys</a>)."
msgstr ""
#: i2p2www/pages/site/about/intro.html:17
#: i2p2www/pages/site/about/intro.html:18
msgid "How does it work?"
msgstr "Wie funktioniert es ?"
#: i2p2www/pages/site/about/intro.html:19
#: i2p2www/pages/site/about/intro.html:20
#, python-format
msgid ""
"To anonymize the messages sent, each client application has their I2P "
@@ -615,17 +611,15 @@ msgid ""
"receiver's threat model."
msgstr ""
#: i2p2www/pages/site/about/intro.html:33
#: i2p2www/pages/site/about/intro.html:34
#, python-format
msgid ""
"The first time a client wants to contact another client, they make a "
"query \n"
"against the fully distributed \"<a href=\"%(netdb)s\">network \n"
"database</a>\" - a custom structured <a "
"href=\"http://en.wikipedia.org/wiki/Distributed_hash_table\">\n"
"database</a>\" - a custom structured <a href=\"%(dht)s\">\n"
"distributed hash table (DHT)</a> based off the \n"
"<a href=\"http://en.wikipedia.org/wiki/Kademlia\"> Kademlia "
"algorithm</a>. This is done \n"
"<a href=\"%(kad)s\">Kademlia algorithm</a>. This is done \n"
"to find the other client's inbound tunnels efficiently, but subsequent "
"messages \n"
"between them usually includes that data so no further network database "
@@ -633,16 +627,16 @@ msgid ""
"are required."
msgstr ""
#: i2p2www/pages/site/about/intro.html:44
#: i2p2www/pages/site/about/intro.html:47
#, python-format
msgid "More details about how I2P works are <a href=\"%(docs)s\">available</a>."
msgstr ""
#: i2p2www/pages/site/about/intro.html:48
#: i2p2www/pages/site/about/intro.html:51
msgid "What can you do with it?"
msgstr ""
#: i2p2www/pages/site/about/intro.html:50
#: i2p2www/pages/site/about/intro.html:53
#, python-format
msgid ""
"Within the I2P network, applications are not restricted in how they can \n"
@@ -657,7 +651,8 @@ msgid ""
"forward them towards a specific TCP/IP address."
msgstr ""
#: i2p2www/pages/site/about/intro.html:60
#: i2p2www/pages/site/about/intro.html:63
#, python-format
msgid ""
"I2PTunnel is currently used to let people run their own anonymous website"
" \n"
@@ -674,17 +669,15 @@ msgid ""
"are other application development efforts going on as well, such as one "
"to \n"
"build an optimized swarming file transfer application (a la \n"
"<a href=\"http://www.bittorrent.com/\">BitTorrent</a>), a \n"
"distributed data store (a la <a "
"href=\"https://freenetproject.org/\">Freenet</a> / \n"
"<a href=\"http://mnetproject.org/\">MNet</a>), and a blogging system (a "
"fully \n"
"distributed <a href=\"http://www.livejournal.com/\">LiveJournal</a>), but"
" those are \n"
"<a href=\"%(bittorrent)s\">BitTorrent</a>), a \n"
"distributed data store (a la <a href=\"%(freenet)s\">Freenet</a> / \n"
"<a href=\"%(mnet)s\">MNet</a>), and a blogging system (a fully \n"
"distributed <a href=\"%(livejournal)s\">LiveJournal</a>), but those are \n"
"not ready for use yet."
msgstr ""
#: i2p2www/pages/site/about/intro.html:76
#: i2p2www/pages/site/about/intro.html:82
#, python-format
msgid ""
"I2P is not inherently an \"outproxy\" network - the client you send a "
"message \n"
@@ -698,8 +691,7 @@ msgid ""
"non-I2P \n"
"URLs (e.g. \"http://www.i2p.net\") and forward them to a specific "
"destination\n"
"that runs a <a href=\"http://www.squid-cache.org/\">squid</a> HTTP proxy,"
" allowing \n"
"that runs a <a href=\"%(squid)s\">squid</a> HTTP proxy, allowing \n"
"simple anonymous browsing of the normal web. Simple outproxies like that"
" are \n"
"not viable in the long run for several reasons (including the cost of "
@@ -709,7 +701,7 @@ msgid ""
"certain circumstances the technique could be appropriate."
msgstr ""
#: i2p2www/pages/site/about/intro.html:90
#: i2p2www/pages/site/about/intro.html:96
#, python-format
msgid ""
"The I2P development <a href=\"%(team)s\">team</a> is an open group, "