1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

All messages translated to french, fixed bugs/typos in some messages

This commit is contained in:
Sebastien Helleu
2007-12-18 17:20:08 +01:00
parent 7873047e55
commit 6fd0bd2158
29 changed files with 10337 additions and 9410 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
gui_chat_printf (NULL,
_("%sError: unknown command \"%s\" (type /help "
"for help)."),
"for help)"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
command + 1);
@@ -220,7 +220,7 @@ input_data (struct t_gui_buffer *buffer, char *data, int only_builtin)
else
gui_chat_printf (buffer,
_("%sYou can not write text in this "
"buffer!"),
"buffer"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
}