diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-13 10:06:25 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-13 10:06:25 +0100 |
commit | f821a94cc412bc4afc7fc751cf040e88603c6b98 (patch) | |
tree | f127dff3c765e0c0851d5986ae214c55adfc4976 /po/fr.po | |
parent | f057e86390f70046636a734191a08844f8ff79e5 (diff) | |
download | weechat-f821a94cc412bc4afc7fc751cf040e88603c6b98.zip |
irc: use a more explicit error when the creation of a temporary server failed
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 29 |
1 files changed, 17 insertions, 12 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-02-09 12:43+0100\n" -"PO-Revision-Date: 2014-02-09 12:45+0100\n" +"POT-Creation-Date: 2014-02-13 10:01+0100\n" +"PO-Revision-Date: 2014-02-13 10:03+0100\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -5116,8 +5116,12 @@ msgstr "" "%s%s: déconnecté de %d %s (connexion SSL non supportée avec la mise à jour)" #, c-format -msgid "%s%s: error with server from URL (\"%s\"), ignored" -msgstr "%s%s: erreur avec le serveur de l'URL (\"%s\"), ignoré" +msgid "" +"%s%s: unable to create temporary server \"%s\" (check if there is already a " +"server with this name)" +msgstr "" +"%s%s: impossible de créer le serveur temporaire \"%s\" (vérifiez s'il y a " +"déjà un serveur avec ce nom)" #, c-format msgid "" @@ -5169,10 +5173,6 @@ msgid "%s: server %s%s%s created (temporary server, NOT SAVED!)" msgstr "%s: serveur %s%s%s créé (serveur temporaire, NON SAUVÉ !)" #, c-format -msgid "%s%s: unable to create server \"%s\"" -msgstr "%s%s: impossible de créer le serveur \"%s\"" - -#, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sDemande CTCP vers %s%s%s: %s%s%s%s%s" @@ -8154,10 +8154,6 @@ msgid "%s%s: error when allocating new server" msgstr "%s%s: impossible d'allouer un nouveau serveur" #, c-format -msgid "%s%s: error creating new server \"%s\"" -msgstr "%s%s: erreur de création du serveur \"%s\"" - -#, c-format msgid "" "%s%s: sending data to server: null pointer (please report problem to " "developers)" @@ -10984,6 +10980,15 @@ msgstr "Type" msgid "Constants" msgstr "Constantes" +#~ msgid "%s%s: error with server from URL (\"%s\"), ignored" +#~ msgstr "%s%s: erreur avec le serveur de l'URL (\"%s\"), ignoré" + +#~ msgid "%s%s: unable to create server \"%s\"" +#~ msgstr "%s%s: impossible de créer le serveur \"%s\"" + +#~ msgid "%s%s: error creating new server \"%s\"" +#~ msgstr "%s%s: erreur de création du serveur \"%s\"" + #~ msgid "" #~ "hotlist sort type (group_time_asc (default), group_time_desc, " #~ "group_number_asc, group_number_desc, number_asc, number_desc)" |