diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 12:55:20 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 12:55:20 +0100 |
commit | 149c77decdbc81979af5aa9853e346f9beebca79 (patch) | |
tree | 99ba28af0c9747425ff923feb437f6ccc1ad3f88 /po/fr.po | |
parent | 46677c79fcb0aa57ee2129f959c76267a8f08d8d (diff) | |
download | weechat-149c77decdbc81979af5aa9853e346f9beebca79.zip |
core: fix typos in many comments and some strings
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-03-16 16:35+0100\n" -"PO-Revision-Date: 2013-03-16 17:49+0100\n" +"POT-Creation-Date: 2013-03-17 12:45+0100\n" +"PO-Revision-Date: 2013-03-17 12:46+0100\n" "Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -1287,7 +1287,7 @@ msgid "" " \"50\" > \"100\" ==> 1\n" "\n" "Some variables are replaced in expression, using the format ${variable}, " -"variable can be, by order of prioity :\n" +"variable can be, by order of priority :\n" " 1. the name of an option (file.section.option)\n" " 2. the name of a local variable in buffer\n" " 3. a hdata name/variable (the value is automatically converted to string), " @@ -1355,7 +1355,7 @@ msgstr "" " hdata.var1.var2...: démarrer avec un hdata (le pointeur doit être connu), " "et demander les variables l'une après l'autre (d'autres hdata peuvent être " "suivis)\n" -" hdata(list).var1.var2...: démarrer avec un hdata en utlisant une liste, " +" hdata(list).var1.var2...: démarrer avec un hdata en utilisant une liste, " "par exemple :\n" " ${buffer[gui_buffers].full_name}: nom complet du premier tampon dans la " "liste chaînée des tampons\n" @@ -6347,8 +6347,8 @@ msgstr "" msgid "" "force color for some nicks: hash computed with nickname to find color will " -"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); " -"lookup for nicks is with exact case then lower case, so it's possible to use " +"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); look " +"up for nicks is with exact case then lower case, so it's possible to use " "only lower case for nicks in this option" msgstr "" "force la couleur pour certains pseudos: le hash calculé avec le pseudo pour " @@ -6569,7 +6569,7 @@ msgstr "activer le filtre intelligent pour les messages \"join\"" msgid "" "delay for unmasking a join message that was filtered with tag " -"\"irc_smart_filter\" (in minutes): if a nick jas joined max N minutes ago " +"\"irc_smart_filter\" (in minutes): if a nick has joined max N minutes ago " "and then says something on channel (message, notice or update on topic), the " "join is unmasked, as well as nick changes after this join (0 = disable: " "never unmask a join)" |