summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog.adoc4
-rw-r--r--debian-devel/control6
-rw-r--r--debian-stable/control6
-rw-r--r--doc/de/autogen/user/script_commands.adoc2
-rw-r--r--doc/en/autogen/user/script_commands.adoc2
-rw-r--r--doc/en/weechat_dev.en.adoc14
-rw-r--r--doc/en/weechat_user.en.adoc4
-rw-r--r--doc/it/autogen/user/script_commands.adoc2
-rw-r--r--doc/it/weechat_user.it.adoc2
-rw-r--r--doc/ja/autogen/user/script_commands.adoc2
-rw-r--r--doc/pl/autogen/user/script_commands.adoc2
-rw-r--r--po/cs.po8
-rw-r--r--po/de.po8
-rw-r--r--po/es.po8
-rw-r--r--po/fr.po8
-rw-r--r--po/hu.po9
-rw-r--r--po/it.po8
-rw-r--r--po/ja.po8
-rw-r--r--po/pl.po56
-rw-r--r--po/pt.po8
-rw-r--r--po/pt_BR.po9
-rw-r--r--po/ru.po9
-rw-r--r--po/tr.po8
-rw-r--r--po/weechat.pot6
-rw-r--r--src/plugins/script/script-command.c2
-rw-r--r--src/plugins/script/script.c4
-rw-r--r--tools/debian/patches/weechat_debian_jessie.patch8
-rw-r--r--tools/debian/patches/weechat_debian_wheezy.patch8
-rw-r--r--tools/debian/patches/weechat_ubuntu_trusty.patch8
30 files changed, 127 insertions, 104 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28947c27a..0885d566b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,7 +97,7 @@ option(ENABLE_FSET "Enable Fast Set plugin" ON)
option(ENABLE_IRC "Enable IRC plugin" ON)
option(ENABLE_LOGGER "Enable Logger plugin" ON)
option(ENABLE_RELAY "Enable Relay plugin" ON)
-option(ENABLE_SCRIPT "Enable Script plugin (scripts manager)" ON)
+option(ENABLE_SCRIPT "Enable Script plugin (script manager)" ON)
option(ENABLE_SCRIPTS "Enable script plugins (perl, python, ...)" ON)
option(ENABLE_PERL "Enable Perl scripting language" ON)
option(ENABLE_PYTHON "Enable Python scripting language" ON)
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 0de386f51..6efeacce1 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -1197,7 +1197,7 @@ New features::
* relay: add support of SSL (for irc and weechat protocols), new option relay.network.ssl_cert_key (task #12044)
* relay: add option relay.color.client
* relay: add object type "arr" (array) in WeeChat protocol
- * script: new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
+ * script: new plugin "script" (script manager, replacing scripts weeget.py and script.pl)
* scripts: add signals for scripts loaded/unloaded/installed/removed
* scripts: add hdata with list of scripts for each language
@@ -1884,7 +1884,7 @@ New features::
* xfer: add speed limit for DCC files sending (task #6178)
* xfer: add new option xfer.file.use_nick_in_filename for Xfer files (task #7140)
* plugins: add some other plugins: alias, demo, fifo, tcl, xfer
- * scripts: new scripts: weeget.py (scripts manager), jabber.py (jabber/XMPP protocol), go.py (quick jump to buffers), buffers.pl (sidebar with list of buffers), iset.pl (set options interactively), weetris.pl (tetris-like game), mastermind.pl, ...
+ * scripts: new scripts: weeget.py (script manager), jabber.py (jabber/XMPP protocol), go.py (quick jump to buffers), buffers.pl (sidebar with list of buffers), iset.pl (set options interactively), weetris.pl (tetris-like game), mastermind.pl, ...
* api: add hooks: command, timer, file descriptor, process, connection, print, signal, config, completion, modifier, info, infolist
* api: new plugin API with many new functions: hooks, buffer management and nicklist, bars, configuration files, network, infos/infolists, lists, upgrade
diff --git a/debian-devel/control b/debian-devel/control
index 7b4f86d74..35de2c374 100644
--- a/debian-devel/control
+++ b/debian-devel/control
@@ -46,7 +46,7 @@ Description: Fast, light and extensible chat client (metapackage)
- incremental text search
- dynamic filtering of buffer content
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
- and much more!
@@ -72,7 +72,7 @@ Description: Fast, light and extensible chat client - console client
- incremental text search
- dynamic filtering of buffer content
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
- and much more!
@@ -102,7 +102,7 @@ Description: Fast, light and extensible chat client - plugins
.
This package provides some plugins to enhance WeeChat. It currently
ships the following plugins:
- - scripts manager
+ - script manager
- Spell checking (thanks to aspell)
- FIFO pipe for remote control
- Relay (IRC proxy and WeeChat protocol)
diff --git a/debian-stable/control b/debian-stable/control
index e9f0ae2a5..cb72a2ef2 100644
--- a/debian-stable/control
+++ b/debian-stable/control
@@ -45,7 +45,7 @@ Description: Fast, light and extensible chat client (metapackage)
- incremental text search
- dynamic filtering of buffer content
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
- and much more!
@@ -72,7 +72,7 @@ Description: Fast, light and extensible chat client - console client
- incremental text search
- dynamic filtering of buffer content
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
- and much more!
@@ -102,7 +102,7 @@ Description: Fast, light and extensible chat client - plugins
.
This package provides some plugins to enhance WeeChat. It currently
ships the following plugins:
- - scripts manager
+ - script manager
- Spell checking (thanks to aspell)
- FIFO pipe for remote control
- Relay (IRC proxy and WeeChat protocol)
diff --git a/doc/de/autogen/user/script_commands.adoc b/doc/de/autogen/user/script_commands.adoc
index 42beb440e..8e234ef65 100644
--- a/doc/de/autogen/user/script_commands.adoc
+++ b/doc/de/autogen/user/script_commands.adoc
@@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
[[command_script_script]]
-* `+script+`: WeeChat Skripten-Manager
+* `+script+`: WeeChat script manager
----
/script list [-o|-i]
diff --git a/doc/en/autogen/user/script_commands.adoc b/doc/en/autogen/user/script_commands.adoc
index 2e0ca1bb5..629749dbb 100644
--- a/doc/en/autogen/user/script_commands.adoc
+++ b/doc/en/autogen/user/script_commands.adoc
@@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
[[command_script_script]]
-* `+script+`: WeeChat scripts manager
+* `+script+`: WeeChat script manager
----
/script list [-o|-i]
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index ab8296e61..6c87c879f 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -83,7 +83,7 @@ The main WeeChat directories are:
|       python/ | Python scripting API.
|       relay/ | Relay plugin (irc proxy + relay for remote interfaces).
|       ruby/ | Ruby scripting API.
-|       script/ | Scripts manager.
+|       script/ | Script manager.
|       tcl/ | Tcl scripting API.
|       trigger/ | Trigger plugin.
|       xfer/ | Xfer plugin (IRC DCC file/chat).
@@ -301,13 +301,13 @@ WeeChat "core" is located in following directories:
|    ruby/ | Ruby plugin.
|       weechat-ruby.c | Main ruby functions (load/unload scripts, execute ruby code).
|       weechat-ruby-api.c | Ruby scripting API functions.
-|    script/ | Scripts manager.
-|       script.c | Main functions for scripts manager.
+|    script/ | Script manager.
+|       script.c | Main functions for script manager.
|       script-action.c | Actions on scripts (load/unload, install/remove, ...).
-|       script-buffer.c | Buffer for scripts manager.
-|       script-command.c | Commands for scripts manager.
-|       script-completion.c | Completions for scripts manager.
-|       script-config.c | Config options for scripts manager (file script.conf).
+|       script-buffer.c | Buffer for script manager.
+|       script-command.c | Commands for script manager.
+|       script-completion.c | Completions for script manager.
+|       script-config.c | Config options for script manager (file script.conf).
|       script-info.c | Script manager info/infolists/hdata.
|       script-mouse.c | Script mouse actions.
|       script-repo.c | Download and read repository file.
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index acff003e8..2885eaf14 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -2091,7 +2091,7 @@ Default plugins are:
| irc | IRC chat protocol.
| logger | Log buffers to files.
| relay | Relay data via network.
-| script | Scripts manager.
+| script | Script manager.
| python | Python scripting API.
| perl | Perl scripting API.
| ruby | Ruby scripting API.
@@ -3285,7 +3285,7 @@ WeeChat provides 8 scripting plugins: Python, Perl, Ruby, Lua, Tcl, Guile
(scheme), JavaScript and PHP.
These plugins can load, execute and unload scripts for these languages.
-Another plugin called "script" is a scripts manager and is used to load/unload
+Another plugin called "script" is a script manager and is used to load/unload
scripts of any language, and install/remove scripts of WeeChat scripts
repository, which are visible at this URL: https://weechat.org/scripts
diff --git a/doc/it/autogen/user/script_commands.adoc b/doc/it/autogen/user/script_commands.adoc
index dc8804557..629749dbb 100644
--- a/doc/it/autogen/user/script_commands.adoc
+++ b/doc/it/autogen/user/script_commands.adoc
@@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
[[command_script_script]]
-* `+script+`: Gestore script di WeeChat
+* `+script+`: WeeChat script manager
----
/script list [-o|-i]
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index e05952cd8..1ff9248e5 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -3505,7 +3505,7 @@ Questi plugin possono caricare, eseguire e scaricare gli script per questi
linguaggi.
// TRANSLATION MISSING
-Another plugin called "script" is a scripts manager and is used to load/unload
+Another plugin called "script" is a script manager and is used to load/unload
scripts of any language, and install/remove scripts of WeeChat scripts
repository, which are visible at this URL: https://weechat.org/scripts
diff --git a/doc/ja/autogen/user/script_commands.adoc b/doc/ja/autogen/user/script_commands.adoc
index 88e9d4d60..389fce81f 100644
--- a/doc/ja/autogen/user/script_commands.adoc
+++ b/doc/ja/autogen/user/script_commands.adoc
@@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
[[command_script_script]]
-* `+script+`: WeeChat スクリプトマネージャ
+* `+script+`: WeeChat script manager
----
/script list [-o|-i]
diff --git a/doc/pl/autogen/user/script_commands.adoc b/doc/pl/autogen/user/script_commands.adoc
index e3a990621..f62c54278 100644
--- a/doc/pl/autogen/user/script_commands.adoc
+++ b/doc/pl/autogen/user/script_commands.adoc
@@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
[[command_script_script]]
-* `+script+`: Manager skryptów WeeChat
+* `+script+`: WeeChat script manager
----
/script list [-o|-i]
diff --git a/po/cs.po b/po/cs.po
index 9af340bb0..6ee8956b2 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11130,10 +11130,12 @@ msgstr ""
msgid "Scripts"
msgstr "Skripty"
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "Správce skriptů"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "správce skriptů WeeChatu"
#, fuzzy
diff --git a/po/de.po b/po/de.po
index 7661843d0..00db11998 100644
--- a/po/de.po
+++ b/po/de.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-20 14:49+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -13006,10 +13006,12 @@ msgstr ""
msgid "Scripts"
msgstr "Skripten"
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "Skripten-Manager"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "WeeChat Skripten-Manager"
msgid ""
diff --git a/po/es.po b/po/es.po
index 1abfe8341..a5db14572 100644
--- a/po/es.po
+++ b/po/es.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11481,10 +11481,12 @@ msgstr ""
msgid "Scripts"
msgstr ""
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "Administración de scripts"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "Administrador de scripts de WeeChat"
msgid ""
diff --git a/po/fr.po b/po/fr.po
index bd8105bf1..9ba481c55 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
-"PO-Revision-Date: 2018-01-20 08:37+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
+"PO-Revision-Date: 2018-01-29 20:59+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -12729,10 +12729,10 @@ msgstr ""
msgid "Scripts"
msgstr "Scripts"
-msgid "Scripts manager"
+msgid "Script manager"
msgstr "Gestionnaire de scripts"
-msgid "WeeChat scripts manager"
+msgid "WeeChat script manager"
msgstr "Gestionnaire de scripts WeeChat"
msgid ""
diff --git a/po/hu.po b/po/hu.po
index f8ecd11cc..3acbd891f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -10481,11 +10481,12 @@ msgstr ""
msgid "Scripts"
msgstr ""
-msgid "Scripts manager"
-msgstr ""
+#, fuzzy
+msgid "Script manager"
+msgstr "WeeChat szlogen"
#, fuzzy
-msgid "WeeChat scripts manager"
+msgid "WeeChat script manager"
msgstr "WeeChat szlogen"
msgid ""
diff --git a/po/it.po b/po/it.po
index 9ca73dd60..e16ed1895 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11696,10 +11696,12 @@ msgstr ""
msgid "Scripts"
msgstr "Script"
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "Gestore script"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "Gestore script di WeeChat"
msgid ""
diff --git a/po/ja.po b/po/ja.po
index 466f593a9..5298adb09 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-20 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -12257,10 +12257,12 @@ msgstr ""
msgid "Scripts"
msgstr "スクリプト"
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "スクリプトマネージャ"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "WeeChat スクリプトマネージャ"
msgid ""
diff --git a/po/pl.po b/po/pl.po
index 695972292..52826b35a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1255,8 +1255,8 @@ msgid ""
msgstr ""
" list: wyświetla listę buforów (bez podania argumenty wyświetlana jest ta "
"lista)\n"
-" add: dodaje nowy bufor (może zotać zamknięty komendą \"/buffer close\" albo "
-"\"q\")\n"
+" add: dodaje nowy bufor (może zotać zamknięty komendą \"/buffer close\" "
+"albo \"q\")\n"
" clear: czyści zawartość bufora (numer bufora, -merged dla połączonych "
"buforów, -all dla wszystkich buforów, lub nic dla obecnego bufora)\n"
" move: przesuwa bufor na liście (może być względne, np -1); \"-\" = "
@@ -2396,10 +2396,11 @@ msgstr ""
" -switch: przełącza się do bufora\n"
" -core: alias dla bufora \"-buffer core.weechat\"\n"
" -current: wyświetl tekst w obecnym buforze\n"
-" -y: wyświetla niestandardową linię (tylko dla buforów z dowolną zawartością)\n"
+" -y: wyświetla niestandardową linię (tylko dla buforów z dowolną "
+"zawartością)\n"
" line: numer linii bufora z dowolną zawartością (pierwsza linia to 0, "
-"wartość ujemna wyświetla linie od ostatniej: -1 = przedostatnia linia, -2 = dwie "
-"linie po ostatniej, ...)\n"
+"wartość ujemna wyświetla linie od ostatniej: -1 = przedostatnia linia, -2 = "
+"dwie linie po ostatniej, ...)\n"
" -escape: interpretuj znaki poprzedzone \\ (na przykład \\a, \\07, \\x07)\n"
" -date: data wiadomości, możliwe formaty:\n"
" -n: 'n' sekund wcześniej\n"
@@ -2410,12 +2411,12 @@ msgstr ""
" czas: hh:mm:ss (przykład: 04:32:55)\n"
" -tags: oddzielona przecinkami lista tagów (zobacz /help filter w celu "
"wyświetlenia listy najczęstszych tagów)\n"
-" tekst: tekst do wyświetlenia (prefiks i wiadomość muszą być oddzielone za "
-"pomocą \"\\t\", jeśli tekst zaczyna się od \"-\" dodaj \"\\\" przed nim)\n"
+" tekst: tekst do wyświetlenia (prefiks i wiadomość muszą być oddzielone "
+"za pomocą \"\\t\", jeśli tekst zaczyna się od \"-\" dodaj \"\\\" przed nim)\n"
" -stdout: wyświetl tekst na standardowe wyjście (znaki poprzedzone \\ są "
"interpretowane)\n"
-" -stderr: wyświetl tekst na standardowe wyjście błędów (znaki poprzedzone \\ "
-"są interpretowane)\n"
+" -stderr: wyświetl tekst na standardowe wyjście błędów (znaki poprzedzone "
+"\\ są interpretowane)\n"
" -beep: alias dla \"-stderr \\a\"\n"
"\n"
"Opcje -action ... -quit używają prefiksów zdefiniowanych w opcjach \"weechat."
@@ -4478,7 +4479,8 @@ msgid ""
msgstr ""
"oddzielona przecinkiem lista wzorców, dla których częściowe doprłnienia są "
"domyślnie włączone (za pomocą klawisza Tab zamiast shift-Tab); listę wzorców "
-"wzorców można znaleźć w dokumentacji: opis API wtyczek, funkcja \"weechat_hook_command\""
+"wzorców można znaleźć w dokumentacji: opis API wtyczek, funkcja "
+"\"weechat_hook_command\""
msgid ""
"maximum number of commands to display by default in history listing (0 = "
@@ -8969,8 +8971,8 @@ msgid ""
"%s%s: invalid length for split, it must be either 0 or any integer between "
"128 and 4096"
msgstr ""
-"%s%s: nieprawidłowa długość do podzielenia, musi być albo 0 albo liczba pomiędzy "
-"128 a 4096"
+"%s%s: nieprawidłowa długość do podzielenia, musi być albo 0 albo liczba "
+"pomiędzy 128 a 4096"
#, c-format
msgid ""
@@ -9324,8 +9326,8 @@ msgstr ""
"podziel wychodzące wiadomości IRC aby mieściły się w podanej ilości znaków; "
"domyślna wartość to 512, jest to bezpieczna i zalecana wartość; wartość 0 "
"wyłącza podział (nie zalecane, chyba ze wiesz co robisz); dozwolone wartości "
-"to 0 lub dowolna liczba pomiędzy 128 a 4096; ta opcja powinna być zmieniana tylko "
-"dla niestandardowych serwerów IRC, na przykład dla bramek jak bitlbee"
+"to 0 lub dowolna liczba pomiędzy 128 a 4096; ta opcja powinna być zmieniana "
+"tylko dla niestandardowych serwerów IRC, na przykład dla bramek jak bitlbee"
#, c-format
msgid "%s%s: error adding server \"%s\""
@@ -11011,9 +11013,10 @@ msgid ""
"eval); empty value displays the backlog on all buffers; for example to "
"display backlog on private buffers only: \"${type} == private\""
msgstr ""
-"warunki do wyświetlania backlogu (uwaga: zawartość jest przetwarzana, zobacz "
-"/help eval); pusta wartość wyświetla backlog we wszystkich buforach; na przykład "
-"żeby wyświetlić backlog tylko w prywatnych buforach: \"${type} == private\""
+"warunki do wyświetlania backlogu (uwaga: zawartość jest przetwarzana, "
+"zobacz /help eval); pusta wartość wyświetla backlog we wszystkich buforach; "
+"na przykład żeby wyświetlić backlog tylko w prywatnych buforach: \"${type} "
+"== private\""
msgid "color for line ending the backlog"
msgstr "kolor linii kończącej backloga"
@@ -11505,8 +11508,8 @@ msgid ""
"check the license of scripts when they are loaded: if the license is "
"different from the plugin license, a warning is displayed"
msgstr ""
-"sprawdza licencję skryptów podczas ich ładowania: jeśli licencja jest "
-"inna niż licencja wtyczki wyświetlane jest ostrzeżenie"
+"sprawdza licencję skryptów podczas ich ładowania: jeśli licencja jest inna "
+"niż licencja wtyczki wyświetlane jest ostrzeżenie"
#, c-format
msgid ""
@@ -11516,9 +11519,10 @@ msgid ""
"after each eval: this uses less memory, but is slower"
msgstr ""
"przechowuj kontekst pomiędzy dwoma odwołaniami do wykonania tego samego kodu "
-"źródłowego (opcja \"eval\" komendy script lub info \"%s_eval\"); ukryty sktypt "
-"jest używany do wykonania kodu skryptu; jeśli ta opcja jest wyłączona, ukryty skrypt "
-"jest wyładowywany po każdym wykonaniu: zajmuje to mniej pamięci, ale jest wolniejsze"
+"źródłowego (opcja \"eval\" komendy script lub info \"%s_eval\"); ukryty "
+"sktypt jest używany do wykonania kodu skryptu; jeśli ta opcja jest "
+"wyłączona, ukryty skrypt jest wyładowywany po każdym wykonaniu: zajmuje to "
+"mniej pamięci, ale jest wolniejsze"
msgid "list/load/unload scripts"
msgstr "list/load/unload skrypt"
@@ -12459,10 +12463,12 @@ msgstr ""
msgid "Scripts"
msgstr "Skrypty"
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "Manager skryptów"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "Manager skryptów WeeChat"
msgid ""
diff --git a/po/pt.po b/po/pt.po
index 0908c927d..09275710e 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -12147,10 +12147,12 @@ msgstr ""
msgid "Scripts"
msgstr "Scripts"
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "Gestor de scripts"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "Gestor de scripts do Weechat"
msgid ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index d32cf09de..c1dca4d73 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -10967,11 +10967,12 @@ msgstr ""
msgid "Scripts"
msgstr ""
-msgid "Scripts manager"
-msgstr ""
+#, fuzzy
+msgid "Script manager"
+msgstr "site do WeeChat"
#, fuzzy
-msgid "WeeChat scripts manager"
+msgid "WeeChat script manager"
msgstr "site do WeeChat"
msgid ""
diff --git a/po/ru.po b/po/ru.po
index 9b2ee4607..08c392f6f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -10517,11 +10517,12 @@ msgstr ""
msgid "Scripts"
msgstr ""
-msgid "Scripts manager"
-msgstr ""
+#, fuzzy
+msgid "Script manager"
+msgstr "слоган WeeChat"
#, fuzzy
-msgid "WeeChat scripts manager"
+msgid "WeeChat script manager"
msgstr "слоган WeeChat"
msgid ""
diff --git a/po/tr.po b/po/tr.po
index 7fe480ef5..6735e5643 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\n"
"PO-Revision-Date: 2017-06-26 23:33+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -9566,10 +9566,12 @@ msgstr ""
msgid "Scripts"
msgstr "Betikler"
-msgid "Scripts manager"
+#, fuzzy
+msgid "Script manager"
msgstr "Betik yöneticisi"
-msgid "WeeChat scripts manager"
+#, fuzzy
+msgid "WeeChat script manager"
msgstr "WeeChat betik yöneticisi"
msgid ""
diff --git a/po/weechat.pot b/po/weechat.pot
index e50fa0267..c96c7cbdb 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-20 08:35+0100\n"
+"POT-Creation-Date: 2018-01-29 20:59+0100\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"
@@ -9447,10 +9447,10 @@ msgstr ""
msgid "Scripts"
msgstr ""
-msgid "Scripts manager"
+msgid "Script manager"
msgstr ""
-msgid "WeeChat scripts manager"
+msgid "WeeChat script manager"
msgstr ""
msgid ""
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c
index f457e77cd..7b98ab427 100644
--- a/src/plugins/script/script-command.c
+++ b/src/plugins/script/script-command.c
@@ -289,7 +289,7 @@ script_command_init ()
{
weechat_hook_command (
"script",
- N_("WeeChat scripts manager"),
+ N_("WeeChat script manager"),
N_("list [-o|-i]"
" || search <text>"
" || show <script>"
diff --git a/src/plugins/script/script.c b/src/plugins/script/script.c
index df26d9b50..e2f2a54f7 100644
--- a/src/plugins/script/script.c
+++ b/src/plugins/script/script.c
@@ -1,5 +1,5 @@
/*
- * script.c - scripts manager for WeeChat
+ * script.c - script manager for WeeChat
*
* Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
*
@@ -37,7 +37,7 @@
WEECHAT_PLUGIN_NAME(SCRIPT_PLUGIN_NAME);
-WEECHAT_PLUGIN_DESCRIPTION(N_("Scripts manager"));
+WEECHAT_PLUGIN_DESCRIPTION(N_("Script manager"));
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
diff --git a/tools/debian/patches/weechat_debian_jessie.patch b/tools/debian/patches/weechat_debian_jessie.patch
index 7d81d87f8..bd78ee1bb 100644
--- a/tools/debian/patches/weechat_debian_jessie.patch
+++ b/tools/debian/patches/weechat_debian_jessie.patch
@@ -24,7 +24,7 @@ index f8f027d8e..2d8385074 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -71,7 +69,7 @@ Description: Fast, light and extensible chat client - console client
@@ -33,7 +33,7 @@ index f8f027d8e..2d8385074 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -178,17 +176,6 @@ Description: Fast, light and extensible chat client - javascript plugin
@@ -96,7 +96,7 @@ index a68d181e8..e71154b6d 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -71,7 +69,7 @@ Description: Fast, light and extensible chat client - console client
@@ -105,7 +105,7 @@ index a68d181e8..e71154b6d 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -171,16 +169,6 @@ Description: Fast, light and extensible chat client - javascript plugin
diff --git a/tools/debian/patches/weechat_debian_wheezy.patch b/tools/debian/patches/weechat_debian_wheezy.patch
index 2631b5d66..3deedf072 100644
--- a/tools/debian/patches/weechat_debian_wheezy.patch
+++ b/tools/debian/patches/weechat_debian_wheezy.patch
@@ -36,7 +36,7 @@ index f8f027d8e..312d315fa 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -71,7 +68,7 @@ Description: Fast, light and extensible chat client - console client
@@ -45,7 +45,7 @@ index f8f027d8e..312d315fa 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -178,17 +175,6 @@ Description: Fast, light and extensible chat client - javascript plugin
@@ -120,7 +120,7 @@ index a68d181e8..9554e0884 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -71,7 +68,7 @@ Description: Fast, light and extensible chat client - console client
@@ -129,7 +129,7 @@ index a68d181e8..9554e0884 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -171,16 +168,6 @@ Description: Fast, light and extensible chat client - javascript plugin
diff --git a/tools/debian/patches/weechat_ubuntu_trusty.patch b/tools/debian/patches/weechat_ubuntu_trusty.patch
index b46c3543b..da0a74163 100644
--- a/tools/debian/patches/weechat_ubuntu_trusty.patch
+++ b/tools/debian/patches/weechat_ubuntu_trusty.patch
@@ -33,7 +33,7 @@ index f8f027d8e..d382c2c9d 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -71,7 +68,7 @@ Description: Fast, light and extensible chat client - console client
@@ -42,7 +42,7 @@ index f8f027d8e..d382c2c9d 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -178,17 +175,6 @@ Description: Fast, light and extensible chat client - javascript plugin
@@ -114,7 +114,7 @@ index a68d181e8..6c5ef314a 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -71,7 +68,7 @@ Description: Fast, light and extensible chat client - console client
@@ -123,7 +123,7 @@ index a68d181e8..6c5ef314a 100644
- dynamic filtering of buffer content
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
- - scripts manager
+ - script manager
- spell checking
- highly customizable and extensible
@@ -171,16 +168,6 @@ Description: Fast, light and extensible chat client - javascript plugin