summaryrefslogtreecommitdiff
path: root/po/fr.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-07-14 22:41:52 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-07-14 22:41:52 +0200
commitd247d773db1f700dadda959eccaa427a19080890 (patch)
tree9d422097c1d566428308fc567595a42f769d0679 /po/fr.po
parentf4dc85a3cb6d17b219f94fb01f3109878f79a7a3 (diff)
downloadweechat-d247d773db1f700dadda959eccaa427a19080890.zip
relay: fix freeze when writing on relay socket (use non-blocking sockets in relay for irc and weechat protocols) (bug #36655)
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po22
1 files changed, 11 insertions, 11 deletions
diff --git a/po/fr.po b/po/fr.po
index 3b55aa4f0..0a5d74b5d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2012-07-14 10:46+0200\n"
-"PO-Revision-Date: 2012-07-14 10:46+0200\n"
+"POT-Creation-Date: 2012-07-14 22:39+0200\n"
+"PO-Revision-Date: 2012-07-14 16:28+0200\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: French\n"
@@ -6910,7 +6910,7 @@ msgstr ""
"problème aux développeurs)"
#, c-format
-msgid "%s%s: sending data to server: %d %s"
+msgid "%s%s: sending data to server: error %d %s"
msgstr "%s%s: envoi de données au serveur: erreur %d %s"
msgid "(message dropped)"
@@ -7703,6 +7703,14 @@ msgid "disconnected"
msgstr "déconnecté"
#, c-format
+msgid "%s%s: reading data on socket for client %d: error %d %s"
+msgstr "%s%s: lecture de données sur la socket pour le client %d: erreur %d %s"
+
+#, c-format
+msgid "%s%s: sending data to client %d: error %d %s"
+msgstr "%s%s: envoi de données au client %d: erreur %d %s"
+
+#, c-format
msgid "%s: new client from %s%s%s on port %d (id: %d, relaying: %s%s%s)"
msgstr "%s: nouveau client de %s%s%s sur le port %d (id: %d, relai: %s%s%s)"
@@ -7939,14 +7947,6 @@ msgid "%s%s: not enough memory for parsing message"
msgstr "%s%s: mémoire insuffisante pour analyser le message"
#, c-format
-msgid "%s%s: error sending data to client: %s"
-msgstr "%s%s: erreur d'envoi de données au client: %s"
-
-#, c-format
-msgid "%s%s: error sending data to client %d (%s)"
-msgstr "%s%s: erreur d'envoi de données au client %d (%s)"
-
-#, c-format
msgid "%s%s: failed to execute command \"%s\" for client %d"
msgstr "%s%s: echec d'exécution de la commamde \"%s\" pour le client %d"