Updated translation strings

This commit is contained in:
str4d
2016-07-02 04:52:20 +00:00
parent 81da87aaf9
commit f3edcb8f21
60 changed files with 4745 additions and 809 deletions

View File

@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: http://trac.i2p2.de\n"
"POT-Creation-Date: 2016-06-01 11:46+0000\n"
"POT-Creation-Date: 2016-07-02 04:51+0000\n"
"PO-Revision-Date: 2016-06-01 11:51+0000\n"
"Last-Translator: str4d <str4d@i2pmail.org>\n"
"Language-Team: German (http://www.transifex.com/otf/I2P/language/de/)\n"
@@ -1843,6 +1843,13 @@ msgstr "Standard I2P Klasse, Datenstrukturen, API und Werkzeuge"
#: i2p2www/pages/site/get-involved/develop/applications.html:325
msgid ""
"You can fetch these from an I2P installation, or add the following "
"dependencies\n"
"from Maven Central:"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:334
msgid ""
"Network communication requires the usage of I2P network sockets.\n"
"To demonstrate this, we will create an application where a client can "
"send text messages to a server,\n"
@@ -1850,7 +1857,7 @@ msgid ""
"words, the server will function as an echo."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:330
#: i2p2www/pages/site/get-involved/develop/applications.html:339
msgid ""
"We will start by initializing the server application. This requires "
"getting an I2PSocketManager\n"
@@ -1864,11 +1871,11 @@ msgid ""
"the client can connect to us."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:361
#: i2p2www/pages/site/get-involved/develop/applications.html:370
msgid "Code example 1: initializing the server application."
msgstr "Code Beispiel1: Initialisiere/Starte die Server Anwendung."
#: i2p2www/pages/site/get-involved/develop/applications.html:363
#: i2p2www/pages/site/get-involved/develop/applications.html:372
msgid ""
"Once we have an I2PServerSocket, we can create I2PSocket instances to "
"accept connections from clients.\n"
@@ -1882,24 +1889,24 @@ msgid ""
"The bold code is the new code we add."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:447
#: i2p2www/pages/site/get-involved/develop/applications.html:456
msgid "Code example 2: accepting connections from clients and handling messages."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:451
#: i2p2www/pages/site/get-involved/develop/applications.html:460
msgid ""
"When you run the above server code, it should print something like this "
"(but without the line endings, it should just be\n"
"one huge block of characters):"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:465
#: i2p2www/pages/site/get-involved/develop/applications.html:474
msgid ""
"This is the base64-representation of the server Destination. The client "
"will need this string to reach the server."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:469
#: i2p2www/pages/site/get-involved/develop/applications.html:478
msgid ""
"Now, we will create the client application. Again, a number of steps are "
"required for initialization.\n"
@@ -1913,7 +1920,7 @@ msgid ""
" from the server."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:553
#: i2p2www/pages/site/get-involved/develop/applications.html:562
msgid ""
"Code example 3: starting the client and connecting it to the server "
"application."
@@ -1921,7 +1928,7 @@ msgstr ""
"Code-Beispiel 3: Starten des Clients und verbinden mit der Server "
"Anwendung."
#: i2p2www/pages/site/get-involved/develop/applications.html:555
#: i2p2www/pages/site/get-involved/develop/applications.html:564
msgid ""
"Finally, you can run both the server and the client application.\n"
"First, start the server application. It will print a Destination string "
@@ -1932,47 +1939,47 @@ msgid ""
"server, who will print the message and send it back to the client."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:561
#: i2p2www/pages/site/get-involved/develop/applications.html:570
msgid "Congratulations, you have successfully communicated over I2P!"
msgstr "Gratuliere, Sie haben erfolgreich kommuniziert über I2P!"
#: i2p2www/pages/site/get-involved/develop/applications.html:565
#: i2p2www/pages/site/get-involved/develop/applications.html:574
msgid "Existing Applications"
msgstr "Bestehende Anwendungen"
#: i2p2www/pages/site/get-involved/develop/applications.html:566
#: i2p2www/pages/site/get-involved/develop/applications.html:575
msgid "Contact us if you would like to contribute."
msgstr "Schreib uns an wenn du einen Beitrag leisen möchtest."
#: i2p2www/pages/site/get-involved/develop/applications.html:587
#: i2p2www/pages/site/get-involved/develop/applications.html:596
msgid "Application Ideas"
msgstr "Anwendungsideen"
#: i2p2www/pages/site/get-involved/develop/applications.html:589
#: i2p2www/pages/site/get-involved/develop/applications.html:598
msgid "NNTP server - there have been some in the past, none at the moment"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:592
#: i2p2www/pages/site/get-involved/develop/applications.html:601
msgid ""
"Jabber server - there have been some in the past, and there is one at the"
" moment, with access to the public internet"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:595
#: i2p2www/pages/site/get-involved/develop/applications.html:604
msgid "PGP Key server and/or proxy"
msgstr "PGP-Schlüsselserver und/oder Proxy"
#: i2p2www/pages/site/get-involved/develop/applications.html:598
#: i2p2www/pages/site/get-involved/develop/applications.html:607
msgid ""
"Content Distribution / DHT applications - resurrect feedspace,\n"
"port dijjer, look for alternatives"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:602
#: i2p2www/pages/site/get-involved/develop/applications.html:611
msgid "Help out with <a href=\"http://syndie.i2p2.de/\">Syndie</a> development"
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:605
#: i2p2www/pages/site/get-involved/develop/applications.html:614
msgid ""
"Web-based applications - The sky is the limit for hosting web-server-"
"based\n"
@@ -1980,7 +1987,7 @@ msgid ""
"Any web or CGI technology such as Perl, PHP, Python, or Ruby will work."
msgstr ""
#: i2p2www/pages/site/get-involved/develop/applications.html:610
#: i2p2www/pages/site/get-involved/develop/applications.html:619
msgid ""
"Resurrect some old apps, several previously in the i2p source package -\n"
"bogobot, pants, proxyscript, q, stasher, socks proxy, i2ping, feedspace"