Updated translation strings
This commit is contained in:
477
pots/about.pot
477
pots/about.pot
File diff suppressed because it is too large
Load Diff
143
pots/docs.pot
143
pots/docs.pot
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: I2P website\n"
|
||||
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
|
||||
"POT-Creation-Date: 2014-07-07 04:00+0000\n"
|
||||
"POT-Creation-Date: 2014-07-26 02:42+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -1411,7 +1411,6 @@ msgid "Ports Used by I2P"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/ports.html:3
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:3
|
||||
msgid "May 2013"
|
||||
msgstr ""
|
||||
|
||||
@@ -1448,11 +1447,11 @@ msgstr ""
|
||||
msgid "August 2010"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:5
|
||||
#: i2p2www/pages/site/docs/api/bob.html:12
|
||||
msgid "Technical differences from SAM (for the better?)"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:7
|
||||
#: i2p2www/pages/site/docs/api/bob.html:14
|
||||
msgid ""
|
||||
"BOB has separate command and data channels. \n"
|
||||
"One, an application command channel socket to router to configure.\n"
|
||||
@@ -1462,13 +1461,13 @@ msgid ""
|
||||
"All connections run in parallel."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:16
|
||||
#: i2p2www/pages/site/docs/api/bob.html:23
|
||||
msgid ""
|
||||
"SAM has one connection that does everything, and you need to parse every "
|
||||
"packet."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:20
|
||||
#: i2p2www/pages/site/docs/api/bob.html:27
|
||||
msgid ""
|
||||
"BOB does not hold keypair values, nor does the router.\n"
|
||||
"Your application holds the keypair values. \n"
|
||||
@@ -1477,43 +1476,43 @@ msgid ""
|
||||
"your privacy."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:27
|
||||
#: i2p2www/pages/site/docs/api/bob.html:34
|
||||
msgid "SAM router stores every keypair you ever make."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:31
|
||||
#: i2p2www/pages/site/docs/api/bob.html:38
|
||||
msgid "Those are the important differences."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:35
|
||||
#: i2p2www/pages/site/docs/api/bob.html:42
|
||||
msgid "<code>KEYS</code> = keypair public+private, these are BASE64"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:38
|
||||
#: i2p2www/pages/site/docs/api/bob.html:45
|
||||
msgid "<code>KEY</code> = public key, also BASE64"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:41
|
||||
#: i2p2www/pages/site/docs/api/bob.html:48
|
||||
msgid ""
|
||||
"<code>ERROR</code> as is implied returns the message <code>\"ERROR "
|
||||
"\"+DESCRIPTION+\"\\n\"</code>, where the <code>DESCRIPTION</code> is what"
|
||||
" went wrong."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:44
|
||||
#: i2p2www/pages/site/docs/api/bob.html:51
|
||||
msgid ""
|
||||
"<code>OK</code> returns <code>\"OK\"</code>, and if data is to be "
|
||||
"returned, it is on the same line. <code>OK</code> means the command is "
|
||||
"finished."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:47
|
||||
#: i2p2www/pages/site/docs/api/bob.html:54
|
||||
msgid ""
|
||||
"<code>DATA</code> lines contain information that you requested. There may"
|
||||
" be multiple <code>DATA</code> lines per request."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:51
|
||||
#: i2p2www/pages/site/docs/api/bob.html:58
|
||||
msgid ""
|
||||
"<b>NOTE:</b> The help command is the ONLY command that has an exception "
|
||||
"to\n"
|
||||
@@ -1521,7 +1520,7 @@ msgid ""
|
||||
"help is a HUMAN and not an APPLICATION command."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:57
|
||||
#: i2p2www/pages/site/docs/api/bob.html:64
|
||||
msgid ""
|
||||
"<b>PLEASE NOTE:</b>\n"
|
||||
"For CURRENT details on the commands PLEASE use the built-in help command."
|
||||
@@ -1530,29 +1529,29 @@ msgid ""
|
||||
"documentation on each command."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:63
|
||||
#: i2p2www/pages/site/docs/api/bob.html:70
|
||||
msgid ""
|
||||
"Commands never get obsoleted or changed, however new commands do get "
|
||||
"added from time to time."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:67
|
||||
#: i2p2www/pages/site/docs/api/bob.html:74
|
||||
msgid "Here are the commands we have as of this writing:"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:72
|
||||
#: i2p2www/pages/site/docs/api/bob.html:79
|
||||
msgid "COMMAND"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:72
|
||||
#: i2p2www/pages/site/docs/api/bob.html:79
|
||||
msgid "OPERAND"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:72
|
||||
#: i2p2www/pages/site/docs/api/bob.html:79
|
||||
msgid "RETURNS"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:99
|
||||
#: i2p2www/pages/site/docs/api/bob.html:106
|
||||
msgid ""
|
||||
"Once set up, all TCP sockets can and will block as needed, and there is "
|
||||
"no need for any \n"
|
||||
@@ -1564,7 +1563,7 @@ msgid ""
|
||||
"of connections!"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:106
|
||||
#: i2p2www/pages/site/docs/api/bob.html:113
|
||||
msgid ""
|
||||
"What is also nice about this particular interface is that writing "
|
||||
"anything to interface \n"
|
||||
@@ -1586,7 +1585,7 @@ msgid ""
|
||||
"nothing is coming in."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:118
|
||||
#: i2p2www/pages/site/docs/api/bob.html:125
|
||||
msgid ""
|
||||
"For the following example, we'll setup a very simple local loopback "
|
||||
"connection, \n"
|
||||
@@ -1597,50 +1596,50 @@ msgid ""
|
||||
"can telnet into, and watch the pretty ASCII test puke forth."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:126
|
||||
#: i2p2www/pages/site/docs/api/bob.html:133
|
||||
msgid "EXAMPLE SESSION DIALOGUE -- simple telnet 127.0.0.1 2827 works"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:127
|
||||
#: i2p2www/pages/site/docs/api/bob.html:134
|
||||
msgid "Application"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:128
|
||||
#: i2p2www/pages/site/docs/api/bob.html:135
|
||||
msgid "BOB's Command response."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:130
|
||||
#: i2p2www/pages/site/docs/api/bob.html:142
|
||||
#: i2p2www/pages/site/docs/api/bob.html:162
|
||||
#: i2p2www/pages/site/docs/api/bob.html:270
|
||||
#: i2p2www/pages/site/docs/api/bob.html:282
|
||||
#: i2p2www/pages/site/docs/api/bob.html:297
|
||||
#: i2p2www/pages/site/docs/api/bob.html:137
|
||||
#: i2p2www/pages/site/docs/api/bob.html:149
|
||||
#: i2p2www/pages/site/docs/api/bob.html:169
|
||||
#: i2p2www/pages/site/docs/api/bob.html:277
|
||||
#: i2p2www/pages/site/docs/api/bob.html:289
|
||||
#: i2p2www/pages/site/docs/api/bob.html:304
|
||||
msgid "FROM"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:130
|
||||
#: i2p2www/pages/site/docs/api/bob.html:142
|
||||
#: i2p2www/pages/site/docs/api/bob.html:162
|
||||
#: i2p2www/pages/site/docs/api/bob.html:270
|
||||
#: i2p2www/pages/site/docs/api/bob.html:282
|
||||
#: i2p2www/pages/site/docs/api/bob.html:297
|
||||
#: i2p2www/pages/site/docs/api/bob.html:137
|
||||
#: i2p2www/pages/site/docs/api/bob.html:149
|
||||
#: i2p2www/pages/site/docs/api/bob.html:169
|
||||
#: i2p2www/pages/site/docs/api/bob.html:277
|
||||
#: i2p2www/pages/site/docs/api/bob.html:289
|
||||
#: i2p2www/pages/site/docs/api/bob.html:304
|
||||
msgid "TO"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:130
|
||||
#: i2p2www/pages/site/docs/api/bob.html:142
|
||||
#: i2p2www/pages/site/docs/api/bob.html:162
|
||||
#: i2p2www/pages/site/docs/api/bob.html:270
|
||||
#: i2p2www/pages/site/docs/api/bob.html:282
|
||||
#: i2p2www/pages/site/docs/api/bob.html:297
|
||||
#: i2p2www/pages/site/docs/api/bob.html:137
|
||||
#: i2p2www/pages/site/docs/api/bob.html:149
|
||||
#: i2p2www/pages/site/docs/api/bob.html:169
|
||||
#: i2p2www/pages/site/docs/api/bob.html:277
|
||||
#: i2p2www/pages/site/docs/api/bob.html:289
|
||||
#: i2p2www/pages/site/docs/api/bob.html:304
|
||||
msgid "DIALOGUE"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:137
|
||||
#: i2p2www/pages/site/docs/api/bob.html:144
|
||||
msgid "MAKE NOTE OF THE ABOVE DESTINATION KEY, YOURS WILL BE DIFFERENT!"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:151
|
||||
#: i2p2www/pages/site/docs/api/bob.html:158
|
||||
msgid ""
|
||||
"At this point, there was no error, a destination with a nickname of "
|
||||
"\"mouth\" \n"
|
||||
@@ -1649,11 +1648,11 @@ msgid ""
|
||||
"to the <code>CHARGEN</code> service on <code>19/TCP</code>."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:157
|
||||
#: i2p2www/pages/site/docs/api/bob.html:164
|
||||
msgid "Now for the other half, so that we can actually contact this destination."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:177
|
||||
#: i2p2www/pages/site/docs/api/bob.html:184
|
||||
msgid ""
|
||||
"Now all we need to do is telnet into 127.0.0.1, port 37337,\n"
|
||||
"send the destination key or host address from addressbook we want to "
|
||||
@@ -1662,25 +1661,25 @@ msgid ""
|
||||
"key and it goes."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:184
|
||||
#: i2p2www/pages/site/docs/api/bob.html:191
|
||||
msgid ""
|
||||
"<b>NOTE:</b> The \"quit\" command in the command channel does NOT "
|
||||
"disconnect the tunnels like SAM."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:201
|
||||
#: i2p2www/pages/site/docs/api/bob.html:208
|
||||
msgid "After a few virtual miles of this spew, press <code>Control-]</code>"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:213
|
||||
#: i2p2www/pages/site/docs/api/bob.html:220
|
||||
msgid "Here is what happened..."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:221
|
||||
#: i2p2www/pages/site/docs/api/bob.html:228
|
||||
msgid "You can connect to EEPSITES too!"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:254
|
||||
#: i2p2www/pages/site/docs/api/bob.html:261
|
||||
msgid ""
|
||||
"Pretty cool isn't it? Try some other well known EEPSITES if you like, "
|
||||
"nonexistent ones, \n"
|
||||
@@ -1692,33 +1691,33 @@ msgid ""
|
||||
"human debugging."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:261
|
||||
#: i2p2www/pages/site/docs/api/bob.html:268
|
||||
msgid "Let's put down our destinations now that we are all done with them."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:265
|
||||
#: i2p2www/pages/site/docs/api/bob.html:272
|
||||
msgid "First, lets see what destination nicknames we have."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:277
|
||||
#: i2p2www/pages/site/docs/api/bob.html:284
|
||||
msgid "Alright, there they are. First, let's remove \"mouth\"."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:291
|
||||
#: i2p2www/pages/site/docs/api/bob.html:298
|
||||
msgid ""
|
||||
"Now to remove \"ear\", note that this is what happens when you type too "
|
||||
"fast,\n"
|
||||
"and shows you what typical ERROR messages looks like."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:310
|
||||
#: i2p2www/pages/site/docs/api/bob.html:317
|
||||
msgid ""
|
||||
"I won't bother to show an example of the receiver end of a bridge\n"
|
||||
"because it is very simple. There are two possible settings for it, and\n"
|
||||
"it is toggled with the \"quiet\" command."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:316
|
||||
#: i2p2www/pages/site/docs/api/bob.html:323
|
||||
msgid ""
|
||||
"The default is NOT quiet, and the first data to come into your\n"
|
||||
"listening socket is the destination that is making the contact. It is a\n"
|
||||
@@ -1726,7 +1725,7 @@ msgid ""
|
||||
"Everything after that is for the application to actually consume."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:323
|
||||
#: i2p2www/pages/site/docs/api/bob.html:330
|
||||
msgid ""
|
||||
"In quiet mode, think of it as a regular Internet connection. No\n"
|
||||
"extra data comes in at all. It's just as if you are plain connected to\n"
|
||||
@@ -1736,7 +1735,7 @@ msgid ""
|
||||
"you would not have to modify the web server at all."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/api/bob.html:332
|
||||
#: i2p2www/pages/site/docs/api/bob.html:339
|
||||
msgid ""
|
||||
"The advantage with using BOB for this is as discussed\n"
|
||||
"previously. You could schedule random uptimes for the application,\n"
|
||||
@@ -3010,7 +3009,7 @@ msgstr ""
|
||||
#: i2p2www/pages/site/docs/spec/common-structures.html:838
|
||||
#: i2p2www/pages/site/docs/spec/common-structures.html:943
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:30
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:89
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:93
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
@@ -14190,6 +14189,10 @@ msgstr ""
|
||||
msgid "Datagram Specification"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:3
|
||||
msgid "July 2014"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:6
|
||||
msgid "See the Datagrams page for an overview of the Datagrams API."
|
||||
msgstr ""
|
||||
@@ -14231,10 +14234,10 @@ msgstr ""
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:41
|
||||
msgid ""
|
||||
"Repliable datagrams contain a 'from' address and a signature. These add "
|
||||
"427 bytes of overhead."
|
||||
"at least 427 bytes of overhead."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:91
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:95
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The practical length is limited by lower layers of protocols - the\n"
|
||||
@@ -14244,8 +14247,16 @@ msgid ""
|
||||
"31.5 KB."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:97
|
||||
msgid "See important notes above about the reliability of large datagrams."
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:101
|
||||
#, python-format
|
||||
msgid ""
|
||||
"See <a href=\"%(dgrams)s\">important notes</a> about the reliability of "
|
||||
"large datagrams.\n"
|
||||
"For best results, limit the payload to about 10 KB or less."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/spec/datagrams.html:105
|
||||
msgid "Signatures for types other than DSA_SHA1 were redefined in release 0.9.14."
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/docs/spec/geoip.html:2
|
||||
|
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: I2P website\n"
|
||||
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
|
||||
"POT-Creation-Date: 2014-07-07 04:00+0000\n"
|
||||
"POT-Creation-Date: 2014-07-26 02:42+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -2376,11 +2376,11 @@ msgstr ""
|
||||
msgid "Developer Commit keys"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:269
|
||||
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:277
|
||||
msgid "Developer Transport Keys"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:270
|
||||
#: i2p2www/pages/site/get-involved/develop/developers-keys.html:278
|
||||
#, python-format
|
||||
msgid ""
|
||||
"<b>Note:</b> Transport keys are only needed for setting up a\n"
|
||||
|
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: I2P website\n"
|
||||
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
|
||||
"POT-Creation-Date: 2014-07-07 04:00+0000\n"
|
||||
"POT-Creation-Date: 2014-07-26 02:42+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -91,8 +91,8 @@ msgstr ""
|
||||
|
||||
#: i2p2www/pages/downloads/debian.html:27
|
||||
msgid ""
|
||||
"Instructions for Ubuntu Precise Pangolin (and newer) and derivatives like"
|
||||
" Linux Mint & Trisquel"
|
||||
"Instructions for Ubuntu 12.04 Precise Pangolin (and newer) and "
|
||||
"derivatives like Linux Mint & Trisquel"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/downloads/debian.html:28
|
||||
|
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: I2P website\n"
|
||||
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
|
||||
"POT-Creation-Date: 2014-02-23 03:33+0000\n"
|
||||
"POT-Creation-Date: 2014-07-26 02:42+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -111,22 +111,26 @@ msgid "Network database"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/research/questions.html:6
|
||||
msgid "Transports"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/research/questions.html:11
|
||||
msgid "Tunnels and Destinations"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/research/questions.html:8
|
||||
#: i2p2www/pages/site/research/questions.html:13
|
||||
msgid "Peer selection"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/research/questions.html:10
|
||||
#: i2p2www/pages/site/research/questions.html:15
|
||||
msgid "Unidirectional tunnels"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/research/questions.html:16
|
||||
#: i2p2www/pages/site/research/questions.html:21
|
||||
msgid "Multihoming"
|
||||
msgstr ""
|
||||
|
||||
#: i2p2www/pages/site/research/questions.html:23
|
||||
#: i2p2www/pages/site/research/questions.html:28
|
||||
msgid "Message routing"
|
||||
msgstr ""
|
||||
|
||||
|
Reference in New Issue
Block a user