core: fix /help weechat.look.buffer_time_same

This commit is contained in:
Sébastien Helleu 2019-04-13 20:38:19 +02:00
parent 0b5bff9ef5
commit 573377e2d9
20 changed files with 51 additions and 50 deletions

View File

@ -597,7 +597,7 @@
** Standardwert: `+"%H:%M:%S"+`
* [[option_weechat.look.buffer_time_same]] *weechat.look.buffer_time_same*
** Beschreibung: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (always display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** Beschreibung: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette
** Standardwert: `+""+`

View File

@ -597,7 +597,7 @@
** default value: `+"%H:%M:%S"+`
* [[option_weechat.look.buffer_time_same]] *weechat.look.buffer_time_same*
** description: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (always display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** description: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** type: string
** values: any string
** default value: `+""+`

View File

@ -597,7 +597,7 @@
** valeur par défaut: `+"%H:%M:%S"+`
* [[option_weechat.look.buffer_time_same]] *weechat.look.buffer_time_same*
** description: pass:none[heure affichée pour un message avec la même heure que le message précédent ; utilisez un espace " " pour cacher l'heure, une autre chaîne pour l'afficher à la place de l'heure, ou une chaîne vide pour désactiver cette fonctionnalité (toujours afficher l'heure) (note : le contenu est évalué, donc vous pouvez utiliser des couleurs avec le format "${color:xxx}", voir /help eval)]
** description: pass:none[heure affichée pour un message avec la même heure que le message précédent ; utilisez un espace " " pour cacher l'heure, une autre chaîne pour l'afficher à la place de l'heure, ou une chaîne vide pour désactiver cette fonctionnalité (afficher l'heure) (note : le contenu est évalué, donc vous pouvez utiliser des couleurs avec le format "${color:xxx}", voir /help eval)]
** type: chaîne
** valeurs: toute chaîne
** valeur par défaut: `+""+`

View File

@ -597,7 +597,7 @@
** valore predefinito: `+"%H:%M:%S"+`
* [[option_weechat.look.buffer_time_same]] *weechat.look.buffer_time_same*
** descrizione: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (always display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** descrizione: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** tipo: stringa
** valori: qualsiasi stringa
** valore predefinito: `+""+`

View File

@ -597,7 +597,7 @@
** デフォルト値: `+"%H:%M:%S"+`
* [[option_weechat.look.buffer_time_same]] *weechat.look.buffer_time_same*
** 説明: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (always display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** 説明: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+""+`

View File

@ -597,7 +597,7 @@
** domyślna wartość: `+"%H:%M:%S"+`
* [[option_weechat.look.buffer_time_same]] *weechat.look.buffer_time_same*
** opis: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (always display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** opis: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)]
** typ: ciąg
** wartości: dowolny ciąg
** domyślna wartość: `+""+`

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-17 18:32+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -3061,8 +3061,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"časový formát pro \"time\" položku panelu (viz. man strftime pro specifikaci "

View File

@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-04-13 18:46+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@ -3682,11 +3682,12 @@ msgstr ""
"\"${color:252}%H${color:245}%M${color:240}%S\""
#. TRANSLATORS: string "${color:xxx}" must NOT be translated
#, fuzzy
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"Uhrzeit die für eine Nachricht dargestellt werden soll, wenn es sich um die "

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-17 16:04+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -3186,8 +3186,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"prefijo mostrado por un mensaje con el mismo nick que en el mensaje previo: "

View File

@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"PO-Revision-Date: 2019-04-13 20:32+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-04-13 20:37+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@ -3584,16 +3584,16 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"heure affichée pour un message avec la même heure que le message précédent ; "
"utilisez un espace \" \" pour cacher l'heure, une autre chaîne pour "
"l'afficher à la place de l'heure, ou une chaîne vide pour désactiver cette "
"fonctionnalité (toujours afficher l'heure) (note : le contenu est évalué, "
"donc vous pouvez utiliser des couleurs avec le format \"${color:xxx}\", "
"voir /help eval)"
"fonctionnalité (afficher l'heure) (note : le contenu est évalué, donc vous "
"pouvez utiliser des couleurs avec le format \"${color:xxx}\", voir /help "
"eval)"
msgid ""
"force \"bold\" attribute for light colors and \"darkgray\" in basic colors "

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-02-28 20:18+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2690,8 +2690,8 @@ msgstr "új nap kezdetével megjelenő időbélyeg"
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr "új nap kezdetével megjelenő időbélyeg"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-17 16:04+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -3285,8 +3285,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"prefisso mostrato per un messaggio con lo stesso nick del messaggio "

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-04-01 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@ -3477,8 +3477,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"同じニックネームからの連続したメッセージに前置するプレフィックス: 空白文字 "

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-21 23:32+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@ -3534,8 +3534,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"prefiks wyświetlany dla wiadomości z takim samym nickiem jak poprzednia "

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-21 23:33+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@ -3488,8 +3488,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"prefixo apresentado para uma mensagem do mesmo nick que a mensagem anterior: "

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-11 21:10+0100\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -3235,8 +3235,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""
"formato de tempo para o item de barra \"time\" (veja man strftime para "

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-11 21:10+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2713,8 +2713,8 @@ msgstr "отображение маркера даты при смене дня"
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr "отображение маркера даты при смене дня"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2019-03-17 16:04+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2446,8 +2446,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-04-13 20:30+0200\n"
"POT-Creation-Date: 2019-04-13 20:37+0200\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2441,8 +2441,8 @@ msgstr ""
msgid ""
"time displayed for a message with same time as previous message: use a space "
"\" \" to hide time, another string to display this string instead of time, "
"or an empty string to disable feature (always display time) (note: content "
"is evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"or an empty string to disable feature (display time) (note: content is "
"evaluated, so you can use colors with format \"${color:xxx}\", see /help "
"eval)"
msgstr ""

View File

@ -2716,7 +2716,7 @@ config_weechat_init_options ()
N_("time displayed for a message with same time as previous message: "
"use a space \" \" to hide time, another string to display this "
"string instead of time, or an empty string to disable feature "
"(always display time) (note: content is evaluated, so you can use "
"(display time) (note: content is evaluated, so you can use "
"colors with format \"${color:xxx}\", see /help eval)"),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,