diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-15 20:41:13 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-15 20:41:13 +0100 |
commit | 13e4af7b46c2569969c1f065097a0277eeb2c6d2 (patch) | |
tree | 94447cd0ecc9a6d8b0a62d0cfbb13d998709beca /po/hu.po | |
parent | 1efcaa975202fc7dc5d140549e579d92c2fa8f13 (diff) | |
download | weechat-13e4af7b46c2569969c1f065097a0277eeb2c6d2.zip |
script: add status of scripts in output of command /script list in /help script
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-11-17 21:33+0100\n" +"POT-Creation-Date: 2020-12-15 20:37+0100\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6320,7 +6320,7 @@ msgid "remove channel half-operator status from nick(s)" msgstr "elveszi az operátori jogot a felhasználó(k)tól" #, fuzzy -msgid "<nick> [<nick>...]" +msgid "<nick> [<nick>...] || * -yes" msgstr "név [név...]" msgid "" @@ -6333,10 +6333,6 @@ msgstr "" msgid "remove channel operator status from nick(s)" msgstr "elveszi az operátori jogot a felhasználó(k)tól" -#, fuzzy -msgid "<nick> [<nick>...] || * -yes" -msgstr "név [név...]" - msgid "" "nick: nick or mask (wildcard \"*\" is allowed)\n" " *: remove channel operator status from everybody on channel except " @@ -6436,6 +6432,10 @@ msgid "check if a nick is currently on IRC" msgstr "ellenőrzi, hogy egy név fent van-e az IRC-n" #, fuzzy +msgid "<nick> [<nick>...]" +msgstr "név [név...]" + +#, fuzzy msgid "nick: nick" msgstr "név: név" @@ -11005,6 +11005,16 @@ msgid "" " | installed\n" " popular script\n" "\n" +"In output of /script list, the possible status for each script are:\n" +" * ? i a H N\n" +" | | | | | |\n" +" | | | | | obsolete (new version available)\n" +" | | | | held\n" +" | | | autoloaded\n" +" | | installed\n" +" | unknown script (can not be downloaded/updated)\n" +" popular script\n" +"\n" "Keys on script buffer:\n" " alt+i install script\n" " alt+r remove script\n" |