diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-19 17:07:52 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-19 20:59:38 +0100 |
commit | 7e2396ade81d6778e87ef50698efce5adfb4032e (patch) | |
tree | 5ff7e2ccbed94e3434afb6ccc495efc05887d34f /po/pl.po | |
parent | 1526f58d7a9142a96ffbcc133893fbab07fd6007 (diff) | |
download | weechat-7e2396ade81d6778e87ef50698efce5adfb4032e.zip |
core: add options "setvar" and "delvar" in command /buffer, rename option "localvar" to "listvar"
The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still
recognized by WeeChat, to stay compatible with any extension/script calling
it (or referencing it in the documentation).
It is deprecated and will be removed in a future release.
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-12-18 20:22+0100\n" +"POT-Creation-Date: 2020-12-19 18:17+0100\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -1276,8 +1276,9 @@ msgid "" "<number>|<name> || unmerge [<number>|-all] || hide [<number>|<name>|-all " "[<number>|<name>...]] || unhide [<number>|<name>|-all [<number>|<name>...]] " "|| renumber [<number1> [<number2> [<start>]]] || close [<n1>[-<n2>]|" -"<name>...] || notify [<level>] || localvar [<number>|<name>] || set " -"<property> [<value>] || get <property> || <number>|-|+|<name>" +"<name>...] || notify [<level>] || listvar [<number>|<name>] || setvar <name> " +"[<value>] || delvar <name> || set <property> [<value>] || get <property> || " +"<number>|-|+|<name>" msgstr "" "list || add [-free] [-switch] <nazwa> || clear [<numer>|<nazwa>|-merged|-all " "[<numer>|<nazwa>...]] || move <numer>|-|+ || swap <numer1>|<nazwa1> " @@ -1316,8 +1317,10 @@ msgid "" " message: for messages from users + highlights\n" " all: all messages\n" " reset: reset to default value (all)\n" -"localvar: display local variables for the buffer\n" -" set: set a property for current buffer\n" +" listvar: display local variables in a buffer\n" +" setvar: set a local variable in the current buffer\n" +" delvar: delete a local variable from the current buffer\n" +" set: set a property in the current buffer\n" " get: display a property of current buffer\n" " number: jump to buffer by number, possible prefix:\n" " '+': relative jump, add number to current\n" @@ -3312,6 +3315,14 @@ msgstr "numery buforów" msgid "names of buffers (including plugins names)" msgstr "nazwy buforów (włącznie z nazwami wtyczek)" +#, fuzzy +msgid "buffer local variables" +msgstr "Zapisuj bufory do plików" + +#, fuzzy +msgid "value of a buffer local variable" +msgstr "wartość zmiennej środowiskowej" + msgid "properties that can be set on a buffer" msgstr "właściwości, jakie mogą być ustawione w buforze" @@ -5549,7 +5560,7 @@ msgid "" " $*: all arguments\n" " $~: last argument\n" " $var: where \"var\" is a local variable of buffer (see /buffer " -"localvar)\n" +"listvar)\n" " examples: $nick, $channel, $server, $plugin, $name\n" "\n" "Examples:\n" |