diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-05 11:49:25 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-05 11:49:25 +0100 |
commit | 2d7778292abaf4e5686035d3994cf2e3b2f9a026 (patch) | |
tree | d9e6d5a36403ddef41ed47c47d074922de624be5 /po/it.po | |
parent | 0995eb334f919f2038b8409aab17f2d67470c381 (diff) | |
download | weechat-2d7778292abaf4e5686035d3994cf2e3b2f9a026.zip |
relay: add info "relay_client_count" with optional status name as argument
Use in evaluated strings (for example in /eval or triggers):
- "${info:relay_client_count}": total number of relay clients (any status)
With a specific status:
- "${info:relay_client_count,connecting}"
- "${info:relay_client_count,waiting_auth}"
- "${info:relay_client_count,connected}"
- "${info:relay_client_count,auth_failed}"
- "${info:relay_client_count,disconnected}"
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-04 21:46+0100\n" +"POT-Creation-Date: 2014-03-05 11:39+0100\n" "PO-Revision-Date: 2014-03-04 11:21+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9376,6 +9376,16 @@ msgid "" "sent as irc tag); empty string = disable time in backlog messages" msgstr "" +#, fuzzy +msgid "number of clients for relay" +msgstr "Elenco dei client per il relay" + +#. TRANSLATORS: please do not translate the status names, they must be used in English +msgid "" +"status name (optional): connecting, waiting_auth, connected, auth_failed, " +"disconnected" +msgstr "" + msgid "list of relay clients" msgstr "elenco di client relay" |