diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-22 08:14:29 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-22 08:14:29 +0100 |
commit | 1ef3237b6b2f7ed07faccc0c1ab897f37827421d (patch) | |
tree | b236f04b6efcd49667a389362030fb4dd4b0cb24 /po/fr.po | |
parent | e253a2509ae648a358991103fafbd18d21bb06cd (diff) | |
download | weechat-1ef3237b6b2f7ed07faccc0c1ab897f37827421d.zip |
api: return value in function command(), remove WeeChat error after command callback if return code is WEECHAT_RC_ERROR
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-11-15 18:20+0100\n" -"PO-Revision-Date: 2014-11-15 18:20+0100\n" +"POT-Creation-Date: 2014-11-21 18:33+0100\n" +"PO-Revision-Date: 2014-11-22 07:54+0100\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -2902,6 +2902,16 @@ msgstr "" " activer le mode d'affichage dépouillé pendant 2 secondes :\n" " /window bare 2" +#, c-format +msgid "%sToo few arguments for command \"%s%s%s\" (help on command: /help %s)" +msgstr "" +"%sPas assez de paramètres pour la commande \"%s%s%s\" (aide sur la " +"commande : /help %s)" + +#, c-format +msgid "%sError with command \"%s\" (help on command: /help %s)" +msgstr "%sErreur avec la commande \"%s\" (aide sur la commande : /help %s)" + msgid "names of buffers" msgstr "noms des tampons" @@ -4356,10 +4366,6 @@ msgid "%sYou can not write text in this buffer" msgstr "%sVous ne pouvez pas écrire de texte dans ce tampon" #, c-format -msgid "%sError with command \"%s\" (help on command: /help %s)" -msgstr "%sErreur avec la commande \"%s\" (aide sur la commande : /help %s)" - -#, c-format msgid "%sError: unknown command \"%s\" (type /help for help)" msgstr "%sErreur : commande \"%s\" inconnue (tapez /help pour l'aide)" |