diff options
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" -"PO-Revision-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" +"PO-Revision-Date: 2015-04-26 11:43+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -1553,9 +1553,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1570,6 +1571,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -1629,9 +1631,10 @@ msgstr "" " 3. une couleur (format : \"color:xxx\")\n" " 4. une info (format : \"info:nom,paramètres\", les paramètres sont " "optionnels)\n" -" 5. une option (format : \"fichier.section.option\")\n" -" 6. une variable locale du tampon\n" -" 7. un hdata/variable (la valeur est automatiquement convertie en chaîne), " +" 5. une variable d'environnement (format : \"env:XXX\")\n" +" 6. une option (format : \"fichier.section.option\")\n" +" 7. une variable locale du tampon\n" +" 8. un hdata/variable (la valeur est automatiquement convertie en chaîne), " "par défaut \"window\" et \"buffer\" pointent vers la fenêtre et le tampon " "courants.\n" "Le format du hdata peut être le suivant :\n" @@ -1649,6 +1652,7 @@ msgstr "" "\n" "Exemples (chaînes simples) :\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" |