diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-08 06:56:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-08 06:56:42 +0200 |
commit | f140a9198ef677ca34ff69741225a99c312fd6a3 (patch) | |
tree | f9d4e66a83acad2e2dc6c891e0ff64dddf28916b /po/fr.po | |
parent | e2589aaaca104d9ef66d1405401d814bb63fb4b0 (diff) | |
download | weechat-f140a9198ef677ca34ff69741225a99c312fd6a3.zip |
buflist: add option buflist.look.auto_scroll (issue #332)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-06-05 14:55+0200\n" -"PO-Revision-Date: 2017-06-05 14:55+0200\n" +"POT-Creation-Date: 2017-06-08 06:42+0200\n" +"PO-Revision-Date: 2017-06-08 06:45+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -5799,6 +5799,22 @@ msgid "%s: %d signals hooked" msgstr "%s: %d signaux accrochés" msgid "" +"automatically scroll the buflist bar to always see the current buffer (this " +"works only with a bar on the left/right position with a \"vertical\" " +"filling); this value is the percent number of lines displayed before the " +"current buffer when scrolling (-1 = disable scroll); for example 50 means " +"that after a scroll, the current buffer is at the middle of bar, 0 means on " +"top of bar, 100 means at bottom of bar" +msgstr "" +"faire défiler automatiquement la barre buflist pour toujours voir le tampon " +"courant (cela fonctionne seulement avec une barre en position gauche/droite " +"avec un remplissage \"vertical\") ; cette valeur est un pourcentage de " +"lignes affichées avant le tampon courant lors du défilement (-1 = désactiver " +"le défilement) ; par exemple 50 signifie qu'après un défilement, le tampon " +"courant est au milieu de la barre, 0 signifie en haut de la barre et 100 " +"signifie en bas de la barre" + +msgid "" "conditions to display a buffer (note: content is evaluated, see /help " "buflist); for example to hide server buffers if they are merged with core " "buffer: \"${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!" |