From fd6b1e91b1cd5cb967c5c5378d41aa3e3b791ca5 Mon Sep 17 00:00:00 2001
From: str4d
{% trans -%} For unpublished LeaseSets such as "shared clients", this is the only way to get the LeaseSet to Bob. Unfortunately this bundling every time adds -almost 100% overhead to a high-bandwidth connection, and much more to +almost 100% overhead to a high-bandwidth connection, and much more to a connection with smaller messages. {%- endtrans %}
{% trans -%} diff --git a/i2p2www/pages/site/docs/api/i2ptunnel.html b/i2p2www/pages/site/docs/api/i2ptunnel.html index 608ab170..f06536cd 100644 --- a/i2p2www/pages/site/docs/api/i2ptunnel.html +++ b/i2p2www/pages/site/docs/api/i2ptunnel.html @@ -40,8 +40,8 @@ A HTTP proxy used for browsing I2P and the regular internet anonymously through Browsing internet through I2P uses a random proxy specified by the "Outproxies:" option. {%- endtrans %}
{% trans -%} While compact response support is optional for both clients and trackers, it is highly -recommended as it reduces the nominal response size by over 90%. +recommended as it reduces the nominal response size by over 90%. {%- endtrans %}
diff --git a/i2p2www/pages/site/docs/discussions/ntcp.html b/i2p2www/pages/site/docs/discussions/ntcp.html index 50409695..f5bf132e 100644 --- a/i2p2www/pages/site/docs/discussions/ntcp.html +++ b/i2p2www/pages/site/docs/discussions/ntcp.html @@ -144,10 +144,10 @@ Posted to new Syndie, 2007-03-27On the whole, I'm open to experimenting with this, though remember why NTCP is there in the first place - SSU failed in a congestion collapse. NTCP "just -works", and while 2-10% retransmission rates can be handled in normal -single-hop networks, that gives us a 40% retransmission rate with 2 hop +works", and while 2-10% retransmission rates can be handled in normal +single-hop networks, that gives us a 40% retransmission rate with 2 hop tunnels. If you loop in some of the measured SSU retransmission rates we saw -back before NTCP was implemented (10-30+%), that gives us an 83% retransmission +back before NTCP was implemented (10-30+%), that gives us an 83% retransmission rate. Perhaps those rates were caused by the low 10 second timeout, but increasing that much would bite us (remember, multiply by 5 and you've got half the journey). @@ -333,7 +333,7 @@ stream timeout. TCP in practice has retransmission timeouts orders of magnitude less, though yes, can get to 60s on links running through exposed wires or satellite transmissions ;) If we increase the streaming lib retransmission timeout to e.g. 75 seconds, we could go get a beer before a web page loads -(especially assuming less than a 98% reliable transport). That's one reason we +(especially assuming less than a 98% reliable transport). That's one reason we prefer NTCP.
@@ -399,7 +399,7 @@ more often on NTCP, but maybe that's a hint on why NTCP performs worse. Posted to new Syndie, 2007-03-31measured SSU retransmission rates we saw back before NTCP was implemented -(10-30+%) +(10-30+%)
Can the router itself measure this? If so, could a transport be selected based @@ -463,7 +463,7 @@ while still somewhat bothering to carry TCP streams. On that background, a small diversity of transports (as many as needed, but not more) appears sensible in either case. Which should be the main transport, depends on their performance-wise. I've seen nasty stuff on my line when I -tried to use its full capacity with UDP. Packet losses on the level of 35%. +tried to use its full capacity with UDP. Packet losses on the level of 35%.
We could definitely try playing with UDP versus TCP priorities, but I'd urge @@ -502,7 +502,7 @@ build messages). On that background, a small diversity of transports (as many as needed, but not more) appears sensible in either case. Which should be the main transport, depends on their performance-wise. I've seen nasty stuff on my line when I -tried to use its full capacity with UDP. Packet losses on the level of 35%. +tried to use its full capacity with UDP. Packet losses on the level of 35%.
diff --git a/i2p2www/pages/site/docs/how/network-database.html b/i2p2www/pages/site/docs/how/network-database.html index 136fc044..bd948a8e 100644 --- a/i2p2www/pages/site/docs/how/network-database.html +++ b/i2p2www/pages/site/docs/how/network-database.html @@ -279,7 +279,7 @@ automatically enabled. {%- endtrans %}
{% trans -%} -With the current rules for automatic opt-in, approximately 6% of +With the current rules for automatic opt-in, approximately 6% of the routers in the network are floodfill routers. {%- endtrans %}
@@ -810,7 +810,7 @@ more correlative. Of course, a larger network makes a Sybil attack that much har{% trans threatmodel=site_url('docs/how/threat-model') -%} However, the general issue of DHT information leakage in I2P needs further investigation. The floodfill routers are in a position to observe queries and gather information. -Certainly, at a level of f = 0.2 (20% malicious nodes, as specifed in the paper) +Certainly, at a level of f = 0.2 (20% malicious nodes, as specifed in the paper) we expect that many of the Sybil threats we describe (here, here and diff --git a/i2p2www/pages/site/docs/how/peer-selection.html b/i2p2www/pages/site/docs/how/peer-selection.html index fd26f061..5922d8b4 100644 --- a/i2p2www/pages/site/docs/how/peer-selection.html +++ b/i2p2www/pages/site/docs/how/peer-selection.html @@ -237,7 +237,7 @@ To prevent some simple attacks, and for performance, there are the following res Two peers from the same /16 IP space may not be in the same tunnel. {%- endtrans %}
{% trans -%} -"%%__INFO__%%" is the master database skiplist with String/Properties key/value entries containing only one entry: +
{% trans INFO='"%%__INFO__%%"' -%} +{{ INFO }} is the master database skiplist with String/Properties key/value entries containing only one entry: {%- endtrans %}
"info": a Properties (UTF-8 String/String Map), serialized as a Mapping: @@ -182,8 +182,8 @@ The maximum number of entries per span is 16.
{% trans -%} -"%%__REVERSE__%%" is the reverse lookup skiplist with Integer/Properties key/value entries +
{% trans REVERSE='"%%__REVERSE__%%"' -%} +{{ REVERSE }} is the reverse lookup skiplist with Integer/Properties key/value entries (as of database version 2): {%- endtrans %}
diff --git a/i2p2www/pages/site/docs/spec/plugin.html b/i2p2www/pages/site/docs/spec/plugin.html index 406d833e..8526379b 100644 --- a/i2p2www/pages/site/docs/spec/plugin.html +++ b/i2p2www/pages/site/docs/spec/plugin.html @@ -321,7 +321,7 @@ Other plugin guidelines
{% trans -%} diff --git a/i2p2www/pages/site/docs/transport/ssu.html b/i2p2www/pages/site/docs/transport/ssu.html index d846503c..6d475bdc 100644 --- a/i2p2www/pages/site/docs/transport/ssu.html +++ b/i2p2www/pages/site/docs/transport/ssu.html @@ -81,7 +81,7 @@ The MTU value is adjusted based on the percentage of packets that are retransmit {%- endtrans %}
{% trans -%} -For both MTU values, it is desirable that (MTU % 16) == 12, so that +For both MTU values, it is desirable that (MTU % 16) == 12, so that the payload portion after the 28-byte IP/UDP header is a multiple of 16 bytes, for encryption purposes. {%- endtrans %}
@@ -118,7 +118,7 @@ honor that when a connection is established.{% trans -%} For IPv6, the minimum MTU is 1280. The IPv6 IP/UDP header is 48 bytes, -so we use an MTU where (MTN % 16 == 0), which is true for 1280. +so we use an MTU where (MTN % 16 == 0), which is true for 1280. {%- endtrans %}
wrapper.java.maxmemory
in
native run time: 5842ms ( 57ms each) java run time: 41072ms (406ms each) -native = 14.223802103622907% of pure java time +native = 14.223802103622907% of pure java time{% trans %}If the native is indeed 5-7x faster (or more) then it looks all good. If not, please report.{% endtrans %}
libjbigi.so
to your i2p directory{% endtrans %}java -jar i2pinstall_%(i2pversion)s.jar -console
en la "
"terminal."
-#: i2p2www/pages/downloads/list.html:81
+#: i2p2www/pages/downloads/list.html:83
#, python-format
msgid ""
"Download that file and double-click it (if that works) or\n"
@@ -520,7 +520,7 @@ msgstr ""
"archivo y seleccionar\n"
" "Abrir con Java"."
-#: i2p2www/pages/downloads/list.html:90
+#: i2p2www/pages/downloads/list.html:92
#, python-format
msgid ""
"Download the graphical installer file above and\n"
@@ -530,11 +530,11 @@ msgstr ""
"Descargue el instalador gráfico y ejecute java -jar "
"i2pinstall_%(i2pversion)s.jar -console
en una terminal."
-#: i2p2www/pages/downloads/list.html:100
+#: i2p2www/pages/downloads/list.html:102
msgid "Packages for Debian & Ubuntu are available."
msgstr "Hay disponibles paquetes para Debian & Ubuntu."
-#: i2p2www/pages/downloads/list.html:115
+#: i2p2www/pages/downloads/list.html:116
#, python-format
msgid ""
"The above file is the current release build.\n"
@@ -544,7 +544,7 @@ msgid ""
" scan or click the QR code."
msgstr ""
-#: i2p2www/pages/downloads/list.html:122
+#: i2p2www/pages/downloads/list.html:123
msgid ""
"The release and dev versions of the I2P APK are not compatible, as they\n"
" are signed by zzz and sponge respectively. Uninstall one before "
@@ -557,7 +557,7 @@ msgstr ""
"una antes de \n"
" instalar la otra."
-#: i2p2www/pages/downloads/list.html:132
+#: i2p2www/pages/downloads/list.html:133
msgid "Source package"
msgstr "Archivo con el código fuente "
@@ -770,7 +770,7 @@ msgstr "De otra forma puede usar el método manual especificado mas abajo."
msgid "Manual updates"
msgstr "Actualizaciones manuales"
-#: i2p2www/pages/downloads/list.html:275
+#: i2p2www/pages/downloads/list.html:274
msgid ""
"Download that file to your I2P\n"
" installation directory and rename as i2pupdate.zip.\n"
@@ -786,17 +786,17 @@ msgstr ""
"archivo resultante i2pupdate.zip a la carpeta de instalación de I2P). NO"
" necesita descomprimir este archivo .zip."
-#: i2p2www/pages/downloads/list.html:284
+#: i2p2www/pages/downloads/list.html:283
msgid "Click \"Restart\""
msgstr ""
"Pulse \"Reiniciar\""
-#: i2p2www/pages/downloads/list.html:289
+#: i2p2www/pages/downloads/list.html:288
msgid "Grab a cup of coffee and come back in 11 minutes"
msgstr "Vaya a por una taza de horchata/café/mate y vuelva en 11 minutos."
-#: i2p2www/pages/downloads/list.html:297
+#: i2p2www/pages/downloads/list.html:296
#, python-format
msgid ""
"The file is signed by zzz,\n"
@@ -805,11 +805,11 @@ msgstr ""
"El archivo está firmado por zzz,\n"
"cuya clave está aquí."
-#: i2p2www/pages/downloads/list.html:302
+#: i2p2www/pages/downloads/list.html:301
msgid "Previous Releases"
msgstr "Versiones Anteriores"
-#: i2p2www/pages/downloads/list.html:304
+#: i2p2www/pages/downloads/list.html:303
#, python-format
msgid ""
"Previous releases are available on wrapper.config."
#: i2p2www/pages/site/faq.html:161
-#, python-format
+#, fuzzy
msgid ""
"Is the CPU usage simply higher than you would like, or is it pegged at "
-"100% for a long time?\n"
+"100% for a long time?\n"
"If it's pegged, this could be a bug. Look in the logs for clues."
msgstr ""
"¿El uso de l aCPU es mayor de lo que le gustaría o está fijo al 100%f por"
@@ -1889,7 +1889,7 @@ msgstr ""
"costes.Pero respondamos su pregunta en tres partes:"
#: i2p2www/pages/site/faq.html:199
-#, python-format
+#, fuzzy
msgid ""
"Distribution - All traffic on I2P is encrypted in multiple layers."
" You don't know\n"
@@ -1901,7 +1901,7 @@ msgid ""
"participating tunnels to 0 (see above).\n"
"It would be nice if you didn't do this, you should help the network by "
"routing traffic for others.\n"
-"Over 95% of users route traffic for others."
+"Over 95% of users route traffic for others."
msgstr ""
"Distribución - Todo el tráfico en I2P es cifrado en varias capas. "
"Usted no puede conocer el contenido, origen o destinación de un mensaje. "
diff --git a/i2p2www/translations/es/LC_MESSAGES/research.po b/i2p2www/translations/es/LC_MESSAGES/research.po
index 88d174ab..893cd0a9 100644
--- a/i2p2www/translations/es/LC_MESSAGES/research.po
+++ b/i2p2www/translations/es/LC_MESSAGES/research.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: https://trac.i2p2.de/\n"
-"POT-Creation-Date: 2013-08-12 10:29+0000\n"
+"POT-Creation-Date: 2013-08-15 21:25+0000\n"
"PO-Revision-Date: 2013-07-25 09:42+0000\n"
"Last-Translator: trolly\n"
"Language-Team: Spanish "
diff --git a/i2p2www/translations/fr/LC_MESSAGES/about.po b/i2p2www/translations/fr/LC_MESSAGES/about.po
index 39ae984a..13314d16 100644
--- a/i2p2www/translations/fr/LC_MESSAGES/about.po
+++ b/i2p2www/translations/fr/LC_MESSAGES/about.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: https://trac.i2p2.de/\n"
-"POT-Creation-Date: 2013-08-12 10:29+0000\n"
+"POT-Creation-Date: 2013-08-15 21:25+0000\n"
"PO-Revision-Date: 2013-08-11 16:29+0000\n"
"Last-Translator: Boxoa590\n"
"Language-Team: French "
@@ -1895,7 +1895,6 @@ msgid ""
msgstr ""
#: i2p2www/pages/site/about/performance/history.html:23
-#, python-format
msgid ""
"\n"
"ugha and duck are working on the C/JNI glue code, and the existing java "
@@ -1904,8 +1903,8 @@ msgid ""
"results\n"
"look fantastic - running the router with the native GMP modPow is "
"providing over\n"
-"a 800% speedup in encryption performance, and the load was cut in half. "
-"This\n"
+"a 800% speedup in encryption performance, and the load was cut in "
+"half. This\n"
"was just on one user's machine, and things are nowhere near ready for "
"packaging\n"
"and deployment, yet."
@@ -1956,12 +1955,12 @@ msgid ""
msgstr ""
#: i2p2www/pages/site/about/performance/history.html:54
-#, python-format
msgid ""
"For unpublished LeaseSets such as \"shared clients\", this is the only "
"way to\n"
"get the LeaseSet to Bob. Unfortunately this bundling every time adds\n"
-"almost 100% overhead to a high-bandwidth connection, and much more to\n"
+"almost 100% overhead to a high-bandwidth connection, and much more to"
+"\n"
"a connection with smaller messages."
msgstr ""
diff --git a/i2p2www/translations/fr/LC_MESSAGES/blog.po b/i2p2www/translations/fr/LC_MESSAGES/blog.po
index 53512fc5..b753f370 100644
--- a/i2p2www/translations/fr/LC_MESSAGES/blog.po
+++ b/i2p2www/translations/fr/LC_MESSAGES/blog.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: https://trac.i2p2.de/\n"
-"POT-Creation-Date: 2013-08-12 10:29+0000\n"
+"POT-Creation-Date: 2013-08-15 21:25+0000\n"
"PO-Revision-Date: 2013-08-12 10:32+0000\n"
"Last-Translator: str4d java -jar i2pinstall_%(i2pversion)s.jar -console
"
"depuis la ligne de commande."
-#: i2p2www/pages/downloads/list.html:100
+#: i2p2www/pages/downloads/list.html:102
msgid "Packages for Debian & Ubuntu are available."
msgstr "Des packages pour Debian & Ubuntu sont disponibles."
-#: i2p2www/pages/downloads/list.html:115
+#: i2p2www/pages/downloads/list.html:116
#, python-format
msgid ""
"The above file is the current release build.\n"
@@ -535,7 +535,7 @@ msgid ""
" scan or click the QR code."
msgstr ""
-#: i2p2www/pages/downloads/list.html:122
+#: i2p2www/pages/downloads/list.html:123
msgid ""
"The release and dev versions of the I2P APK are not compatible, as they\n"
" are signed by zzz and sponge respectively. Uninstall one before "
@@ -548,7 +548,7 @@ msgstr ""
"d'installer⏎\n"
"l'autre."
-#: i2p2www/pages/downloads/list.html:132
+#: i2p2www/pages/downloads/list.html:133
msgid "Source package"
msgstr "À partir des sources:"
@@ -757,7 +757,7 @@ msgstr ""
msgid "Manual updates"
msgstr "Mises à jour manuelles"
-#: i2p2www/pages/downloads/list.html:275
+#: i2p2www/pages/downloads/list.html:274
msgid ""
"Download that file to your I2P\n"
" installation directory and rename as i2pupdate.zip.\n"
@@ -768,17 +768,17 @@ msgid ""
" NOT need to unzip that file."
msgstr ""
-#: i2p2www/pages/downloads/list.html:284
+#: i2p2www/pages/downloads/list.html:283
msgid "Click \"Restart\""
msgstr ""
"Cliquez \"Redémarrer\""
-#: i2p2www/pages/downloads/list.html:289
+#: i2p2www/pages/downloads/list.html:288
msgid "Grab a cup of coffee and come back in 11 minutes"
msgstr "Prenez une tasse de café et revenez dans 11 minutes"
-#: i2p2www/pages/downloads/list.html:297
+#: i2p2www/pages/downloads/list.html:296
#, python-format
msgid ""
"The file is signed by zzz,\n"
@@ -787,11 +787,11 @@ msgstr ""
"Le fichier est signé par zzz,⏎\n"
"dont la clé est içi."
-#: i2p2www/pages/downloads/list.html:302
+#: i2p2www/pages/downloads/list.html:301
msgid "Previous Releases"
msgstr "Précédentes releases"
-#: i2p2www/pages/downloads/list.html:304
+#: i2p2www/pages/downloads/list.html:303
#, python-format
msgid ""
"Previous releases are available on wrapper.java.maxmemory dans wrapper.config
."
#: i2p2www/pages/site/faq.html:161
-#, python-format
msgid ""
"Is the CPU usage simply higher than you would like, or is it pegged at "
-"100% for a long time?\n"
+"100% for a long time?\n"
"If it's pegged, this could be a bug. Look in the logs for clues."
msgstr ""
@@ -1905,7 +1904,6 @@ msgstr ""
"Mais nous allons répondre à votre question en trois parties :"
#: i2p2www/pages/site/faq.html:199
-#, python-format
msgid ""
"Distribution - All traffic on I2P is encrypted in multiple layers."
" You don't know\n"
@@ -1917,7 +1915,7 @@ msgid ""
"participating tunnels to 0 (see above).\n"
"It would be nice if you didn't do this, you should help the network by "
"routing traffic for others.\n"
-"Over 95% of users route traffic for others."
+"Over 95% of users route traffic for others."
msgstr ""
#: i2p2www/pages/site/faq.html:210
diff --git a/i2p2www/translations/fr/LC_MESSAGES/research.po b/i2p2www/translations/fr/LC_MESSAGES/research.po
index b693b1ed..8b5b1c9a 100644
--- a/i2p2www/translations/fr/LC_MESSAGES/research.po
+++ b/i2p2www/translations/fr/LC_MESSAGES/research.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: https://trac.i2p2.de/\n"
-"POT-Creation-Date: 2013-08-12 10:29+0000\n"
+"POT-Creation-Date: 2013-08-15 21:25+0000\n"
"PO-Revision-Date: 2013-08-11 14:55+0000\n"
"Last-Translator: Boxoa590\n"
"Language-Team: French "
diff --git a/i2p2www/translations/pt/LC_MESSAGES/priority.po b/i2p2www/translations/pt/LC_MESSAGES/priority.po
index 9ec913eb..a8323b61 100644
--- a/i2p2www/translations/pt/LC_MESSAGES/priority.po
+++ b/i2p2www/translations/pt/LC_MESSAGES/priority.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: https://trac.i2p2.de/\n"
-"POT-Creation-Date: 2013-08-12 10:29+0000\n"
+"POT-Creation-Date: 2013-08-15 21:25+0000\n"
"PO-Revision-Date: 2013-08-12 10:34+0000\n"
"Last-Translator: str4d java -jar i2pinstall_%(i2pversion)s.jar -console
"
"pela linha de comando."
-#: i2p2www/pages/downloads/list.html:100
+#: i2p2www/pages/downloads/list.html:102
msgid "Packages for Debian & Ubuntu are available."
msgstr "Pacotes para Debian & Ubuntu estão disponíveis."
-#: i2p2www/pages/downloads/list.html:115
+#: i2p2www/pages/downloads/list.html:116
#, python-format
msgid ""
"The above file is the current release build.\n"
@@ -517,7 +517,7 @@ msgid ""
" scan or click the QR code."
msgstr ""
-#: i2p2www/pages/downloads/list.html:122
+#: i2p2www/pages/downloads/list.html:123
msgid ""
"The release and dev versions of the I2P APK are not compatible, as they\n"
" are signed by zzz and sponge respectively. Uninstall one before "
@@ -530,7 +530,7 @@ msgstr ""
"uma antes de instalar\n"
" outra."
-#: i2p2www/pages/downloads/list.html:132
+#: i2p2www/pages/downloads/list.html:133
msgid "Source package"
msgstr "Pacote originário"
@@ -740,7 +740,7 @@ msgstr "Alternativamente, você pode usar o método manual explicado abaixo."
msgid "Manual updates"
msgstr "Atualizações manuais"
-#: i2p2www/pages/downloads/list.html:275
+#: i2p2www/pages/downloads/list.html:274
msgid ""
"Download that file to your I2P\n"
" installation directory and rename as i2pupdate.zip.\n"
@@ -758,17 +758,17 @@ msgstr ""
"Você NÃO \n"
" precisa descompactar esse arquivo."
-#: i2p2www/pages/downloads/list.html:284
+#: i2p2www/pages/downloads/list.html:283
msgid "Click \"Restart\""
msgstr ""
"Clique em \"Reiniciar\""
-#: i2p2www/pages/downloads/list.html:289
+#: i2p2www/pages/downloads/list.html:288
msgid "Grab a cup of coffee and come back in 11 minutes"
msgstr "Pegue um copo de café e volte em 11 minutos"
-#: i2p2www/pages/downloads/list.html:297
+#: i2p2www/pages/downloads/list.html:296
#, python-format
msgid ""
"The file is signed by zzz,\n"
@@ -777,11 +777,11 @@ msgstr ""
"O arquivo é assinado pelo zzz,\n"
"cuja chave está aqui."
-#: i2p2www/pages/downloads/list.html:302
+#: i2p2www/pages/downloads/list.html:301
msgid "Previous Releases"
msgstr "Versões anteriores"
-#: i2p2www/pages/downloads/list.html:304
+#: i2p2www/pages/downloads/list.html:303
#, python-format
msgid ""
"Previous releases are available on Distribution - All traffic on I2P is encrypted in multiple layers."
" You don't know\n"
@@ -1748,7 +1746,7 @@ msgid ""
"participating tunnels to 0 (see above).\n"
"It would be nice if you didn't do this, you should help the network by "
"routing traffic for others.\n"
-"Over 95% of users route traffic for others."
+"Over 95% of users route traffic for others."
msgstr ""
#: i2p2www/pages/site/faq.html:210
diff --git a/i2p2www/translations/sv_SE/LC_MESSAGES/about.po b/i2p2www/translations/sv_SE/LC_MESSAGES/about.po
index f39fe658..9f774840 100644
--- a/i2p2www/translations/sv_SE/LC_MESSAGES/about.po
+++ b/i2p2www/translations/sv_SE/LC_MESSAGES/about.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bugs-To: https://trac.i2p2.de/\n"
-"POT-Creation-Date: 2013-08-12 10:29+0000\n"
+"POT-Creation-Date: 2013-08-15 21:25+0000\n"
"PO-Revision-Date: 2013-04-27 23:10+0000\n"
"Last-Translator: Martin Svensson