1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

core: update translations (issue #128)

This commit is contained in:
Sébastien Helleu
2018-01-06 13:58:26 +01:00
parent bab307bf1b
commit 9876a8d0a7
76 changed files with 1120 additions and 522 deletions
+16
View File
@@ -10,6 +10,8 @@
| fifo | fifo_filename | Name der FIFO-Pipe | -
| guile | guile_eval | evaluation of source code | source code to execute
| guile | guile_interpreter | Name des verwendeten Interpreters | -
| guile | guile_version | Version des verwendeten Interpreters | -
@@ -32,34 +34,48 @@
| irc | irc_server_isupport_value | Wert der Funktion, sofern es vom Server unterstützt wird (durch IRC Message 005) | Server,Funktion
| javascript | javascript_eval | evaluation of source code | source code to execute
| javascript | javascript_interpreter | Name des verwendeten Interpreters | -
| javascript | javascript_version | Version des verwendeten Interpreters | -
| lua | lua_eval | evaluation of source code | source code to execute
| lua | lua_interpreter | Name des verwendeten Interpreters | -
| lua | lua_version | Version des verwendeten Interpreters | -
| perl | perl_eval | evaluation of source code | source code to execute
| perl | perl_interpreter | Name des verwendeten Interpreters | -
| perl | perl_version | Version des verwendeten Interpreters | -
| php | php_eval | evaluation of source code | source code to execute
| php | php_interpreter | Name des verwendeten Interpreters | -
| php | php_version | Version des verwendeten Interpreters | -
| python | python2_bin | Pfad für Python 2.x Interpreter | -
| python | python_eval | evaluation of source code | source code to execute
| python | python_interpreter | Name des verwendeten Interpreters | -
| python | python_version | Version des verwendeten Interpreters | -
| relay | relay_client_count | Anzahl an Clients für Relay | Statusname (optional): connecting, waiting_auth, connected, auth_failed, disconnected
| ruby | ruby_eval | evaluation of source code | source code to execute
| ruby | ruby_interpreter | Name des verwendeten Interpreters | -
| ruby | ruby_version | Version des verwendeten Interpreters | -
| tcl | tcl_eval | evaluation of source code | source code to execute
| tcl | tcl_interpreter | Name des verwendeten Interpreters | -
| tcl | tcl_version | Version des verwendeten Interpreters | -
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: installierte Skripten werden aufgelistet
listfull: detaillierte Auflistung aller installierten Skripten
load: installiert ein Skript
autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis
reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet)
unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet)
filename: Skript (Datei) welches geladen werden soll
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
version: zeigt die Version des verwendeten Interpreters an
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
Without argument, this command lists all loaded scripts.
----
+16
View File
@@ -10,6 +10,8 @@
| fifo | fifo_filename | name of FIFO pipe | -
| guile | guile_eval | evaluation of source code | source code to execute
| guile | guile_interpreter | name of the interpreter used | -
| guile | guile_version | version of the interpreter used | -
@@ -32,34 +34,48 @@
| irc | irc_server_isupport_value | value of feature, if supported by server (from IRC message 005) | server,feature
| javascript | javascript_eval | evaluation of source code | source code to execute
| javascript | javascript_interpreter | name of the interpreter used | -
| javascript | javascript_version | version of the interpreter used | -
| lua | lua_eval | evaluation of source code | source code to execute
| lua | lua_interpreter | name of the interpreter used | -
| lua | lua_version | version of the interpreter used | -
| perl | perl_eval | evaluation of source code | source code to execute
| perl | perl_interpreter | name of the interpreter used | -
| perl | perl_version | version of the interpreter used | -
| php | php_eval | evaluation of source code | source code to execute
| php | php_interpreter | name of the interpreter used | -
| php | php_version | version of the interpreter used | -
| python | python2_bin | path to python 2.x interpreter | -
| python | python_eval | evaluation of source code | source code to execute
| python | python_interpreter | name of the interpreter used | -
| python | python_version | version of the interpreter used | -
| relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected
| ruby | ruby_eval | evaluation of source code | source code to execute
| ruby | ruby_interpreter | name of the interpreter used | -
| ruby | ruby_version | version of the interpreter used | -
| tcl | tcl_eval | evaluation of source code | source code to execute
| tcl | tcl_interpreter | name of the interpreter used | -
| tcl | tcl_version | version of the interpreter used | -
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+16
View File
@@ -10,6 +10,8 @@
| fifo | fifo_filename | nom du tube FIFO | -
| guile | guile_eval | évaluation de code source | code source à exécuter
| guile | guile_interpreter | nom de l'interpréteur utilisé | -
| guile | guile_version | version de l'interpréteur utilisé | -
@@ -32,34 +34,48 @@
| irc | irc_server_isupport_value | valeur de la fonctionnalité, si supportée par le serveur (du message IRC 005) | serveur,fonctionnalité
| javascript | javascript_eval | évaluation de code source | code source à exécuter
| javascript | javascript_interpreter | nom de l'interpréteur utilisé | -
| javascript | javascript_version | version de l'interpréteur utilisé | -
| lua | lua_eval | évaluation de code source | code source à exécuter
| lua | lua_interpreter | nom de l'interpréteur utilisé | -
| lua | lua_version | version de l'interpréteur utilisé | -
| perl | perl_eval | évaluation de code source | code source à exécuter
| perl | perl_interpreter | nom de l'interpréteur utilisé | -
| perl | perl_version | version de l'interpréteur utilisé | -
| php | php_eval | évaluation de code source | code source à exécuter
| php | php_interpreter | nom de l'interpréteur utilisé | -
| php | php_version | version de l'interpréteur utilisé | -
| python | python2_bin | chemin vers l'interpréteur python 2.x | -
| python | python_eval | évaluation de code source | code source à exécuter
| python | python_interpreter | nom de l'interpréteur utilisé | -
| python | python_version | version de l'interpréteur utilisé | -
| relay | relay_client_count | nombre de clients pour le relai | nom du statut (optionnel) : connecting, waiting_auth, connected, auth_failed, disconnected
| ruby | ruby_eval | évaluation de code source | code source à exécuter
| ruby | ruby_interpreter | nom de l'interpréteur utilisé | -
| ruby | ruby_version | version de l'interpréteur utilisé | -
| tcl | tcl_eval | évaluation de code source | code source à exécuter
| tcl | tcl_interpreter | nom de l'interpréteur utilisé | -
| tcl | tcl_version | version de l'interpréteur utilisé | -
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <fichier>
autoload
reload|unload [-q] [<nom>]
eval [-o|-oc] <code>
version
list : lister les scripts chargés
@@ -19,8 +20,12 @@ autoload : charger tous les scripts dans le répertoire "autoload"
reload : recharger un script (si pas de nom donné, décharger tous les scripts puis charger tous les scripts dans le répertoire "autoload")
unload : décharger un script (si pas de nom donné, décharger tous les scripts)
fichier : script (fichier) à charger
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
-q : mode silencieux : ne pas afficher de messages
nom : nom de script (nom utilisé dans l'appel à la fonction "register")
eval : évaluer le code source et afficher le résultat sur le tampon courant
-o : envoyer le résultat de l'évaluation au tampon sans exécuter les commandes
-oc : envoyer le résultat de l'évaluation au tampon et exécuter les commandes
code : le code source à évaluer
version : afficher la version de l'interpréteur utilisé
Sans paramètre, cette commande liste les scripts chargés.
+16
View File
@@ -10,6 +10,8 @@
| fifo | fifo_filename | nome della pipe FIFO | -
| guile | guile_eval | evaluation of source code | source code to execute
| guile | guile_interpreter | name of the interpreter used | -
| guile | guile_version | version of the interpreter used | -
@@ -32,34 +34,48 @@
| irc | irc_server_isupport_value | valore della caratteristica, se supportata dal servre (dal messaggio IRC 005) | server,caratteristica
| javascript | javascript_eval | evaluation of source code | source code to execute
| javascript | javascript_interpreter | name of the interpreter used | -
| javascript | javascript_version | version of the interpreter used | -
| lua | lua_eval | evaluation of source code | source code to execute
| lua | lua_interpreter | name of the interpreter used | -
| lua | lua_version | version of the interpreter used | -
| perl | perl_eval | evaluation of source code | source code to execute
| perl | perl_interpreter | name of the interpreter used | -
| perl | perl_version | version of the interpreter used | -
| php | php_eval | evaluation of source code | source code to execute
| php | php_interpreter | name of the interpreter used | -
| php | php_version | version of the interpreter used | -
| python | python2_bin | path per l'interprete python 2.x | -
| python | python_eval | evaluation of source code | source code to execute
| python | python_interpreter | name of the interpreter used | -
| python | python_version | version of the interpreter used | -
| relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected
| ruby | ruby_eval | evaluation of source code | source code to execute
| ruby | ruby_interpreter | name of the interpreter used | -
| ruby | ruby_version | version of the interpreter used | -
| tcl | tcl_eval | evaluation of source code | source code to execute
| tcl | tcl_interpreter | name of the interpreter used | -
| tcl | tcl_version | version of the interpreter used | -
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+16
View File
@@ -10,6 +10,8 @@
| fifo | fifo_filename | FIFO パイプの名前 | -
| guile | guile_eval | evaluation of source code | source code to execute
| guile | guile_interpreter | 使用中のインタプリタの名前 | -
| guile | guile_version | 使用中のインタプリタのバージョン | -
@@ -32,34 +34,48 @@
| irc | irc_server_isupport_value | サーバがサポートする場合、機能の値 (IRC メッセージ 005 を使う) | サーバ、機能
| javascript | javascript_eval | evaluation of source code | source code to execute
| javascript | javascript_interpreter | 使用中のインタプリタの名前 | -
| javascript | javascript_version | 使用中のインタプリタのバージョン | -
| lua | lua_eval | evaluation of source code | source code to execute
| lua | lua_interpreter | 使用中のインタプリタの名前 | -
| lua | lua_version | 使用中のインタプリタのバージョン | -
| perl | perl_eval | evaluation of source code | source code to execute
| perl | perl_interpreter | 使用中のインタプリタの名前 | -
| perl | perl_version | 使用中のインタプリタのバージョン | -
| php | php_eval | evaluation of source code | source code to execute
| php | php_interpreter | 使用中のインタプリタの名前 | -
| php | php_version | 使用中のインタプリタのバージョン | -
| python | python2_bin | python 2.x インタプリタへのパス | -
| python | python_eval | evaluation of source code | source code to execute
| python | python_interpreter | 使用中のインタプリタの名前 | -
| python | python_version | 使用中のインタプリタのバージョン | -
| relay | relay_client_count | 中継するクライアントのリスト | 状態名 (任意): connecting、waiting_auth、connected、auth_failed、disconnected
| ruby | ruby_eval | evaluation of source code | source code to execute
| ruby | ruby_interpreter | 使用中のインタプリタの名前 | -
| ruby | ruby_version | 使用中のインタプリタのバージョン | -
| tcl | tcl_eval | evaluation of source code | source code to execute
| tcl | tcl_interpreter | 使用中のインタプリタの名前 | -
| tcl | tcl_version | 使用中のインタプリタのバージョン | -
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16 -11
View File
@@ -10,18 +10,23 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: ロード済みスクリプトをリストアップ
listfull: ロード済みスクリプトをリストアップ (詳細)
load: スクリプトをロード
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
filename: ロードするスクリプト (ファイル)
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
-q: 出力抑制モード: メッセージを表示しない
version: 使用中のインタプリタのバージョンを表示
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
引数無しの場合、全てのロード済みスクリプトをリストアップします。
Without argument, this command lists all loaded scripts.
----
+16
View File
@@ -10,6 +10,8 @@
| fifo | fifo_filename | nazwa strumienia FIFO | -
| guile | guile_eval | evaluation of source code | source code to execute
| guile | guile_interpreter | name of the interpreter used | -
| guile | guile_version | version of the interpreter used | -
@@ -32,34 +34,48 @@
| irc | irc_server_isupport_value | wartość opcji, jeśli jest wpierana przez serwer (z wiadomości IRC 005) | serwer,właściwość
| javascript | javascript_eval | evaluation of source code | source code to execute
| javascript | javascript_interpreter | name of the interpreter used | -
| javascript | javascript_version | version of the interpreter used | -
| lua | lua_eval | evaluation of source code | source code to execute
| lua | lua_interpreter | name of the interpreter used | -
| lua | lua_version | version of the interpreter used | -
| perl | perl_eval | evaluation of source code | source code to execute
| perl | perl_interpreter | name of the interpreter used | -
| perl | perl_version | version of the interpreter used | -
| php | php_eval | evaluation of source code | source code to execute
| php | php_interpreter | name of the interpreter used | -
| php | php_version | version of the interpreter used | -
| python | python2_bin | ścieżka do interpretera pythona 2.x | -
| python | python_eval | evaluation of source code | source code to execute
| python | python_interpreter | name of the interpreter used | -
| python | python_version | version of the interpreter used | -
| relay | relay_client_count | liczba podłączonych klientów | nazwa statusu (opcjonalne): łączenie, oczekiwanie na uwierzytelnienie, połączono, uwierzytelnienie nieudane, rozłączono
| ruby | ruby_eval | evaluation of source code | source code to execute
| ruby | ruby_interpreter | name of the interpreter used | -
| ruby | ruby_version | version of the interpreter used | -
| tcl | tcl_eval | evaluation of source code | source code to execute
| tcl | tcl_interpreter | name of the interpreter used | -
| tcl | tcl_version | version of the interpreter used | -
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+6 -1
View File
@@ -10,6 +10,7 @@
load [-q] <filename>
autoload
reload|unload [-q] [<name>]
eval [-o|-oc] <code>
version
list: list loaded scripts
@@ -19,8 +20,12 @@ autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.
+41 -22
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-10-17 20:12+0200\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
"Language: cs\n"
@@ -6086,8 +6086,8 @@ msgstr "%s: zaregistrován skript \"%s\", verze %s (%s)"
msgid "Support of scheme scripts (with Guile)"
msgstr "Podpora scriptů v Sheme (pomocí Guile)"
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: stdout/stderr: %s%s"
#, c-format
@@ -6098,6 +6098,10 @@ msgstr "%s%s: funkce \"%s\" musí vracet korektní hodnotu"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: chyba ve funkci \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: skript \"%s\" nenalezen"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: načítám skript \"%s\""
@@ -9551,10 +9555,6 @@ msgstr "%s%s: vyjímka: %s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: nemůžu spustit funkci \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: skript \"%s\" nenalezen"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: nemohu vytvořit nový pod-interpreter"
@@ -9567,6 +9567,10 @@ msgstr "%s%s: nemůžu načíst soubor \"%s\""
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: nemůžu spustit soubor \"%s\""
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sBarva \"%s\" není definovávána v paletě"
#, fuzzy
msgid "Log buffers to files"
msgstr "konfigurační soubory"
@@ -9793,21 +9797,29 @@ msgstr "podpora skriptů v lua"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s: nemohu přesměrovat stdout a stderr"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: nemůžu načíst soubor \"%s\""
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: nemůžu spustit soubor \"%s\""
msgid "Support of perl scripts"
msgstr "Podpora skriptů v perlu"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: funkce \"%s\" musí vracet jednu validní hodnotu (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: funkce \"%s\" je vnitřně špatně použitá"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s: nedostatek paměti ve funkci \"%s\""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: chyba: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: nemůžu parsovat soubor \"%s\""
@@ -10204,7 +10216,7 @@ msgstr "seznam/načíst/odebrat skirpty"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<jméno>] || load <jméno_souboru> || autoload || reload|unload "
"[<jméno>]"
@@ -10219,8 +10231,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -10248,6 +10264,13 @@ msgstr "ukazatel skriptu (volitelný)"
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr "jméno serveru (zástupný znak \"*\" je povolen) (volitelný)"
#, fuzzy
msgid "evaluation of source code"
msgstr "seznam skriptů"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s%s: nemohu uvolnit interpreter"
@@ -10873,10 +10896,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Podpora skriptů v ruby"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: stdout/stderr: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: nemůžu číst soubor \"%s\""
+43 -22
View File
@@ -23,8 +23,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-12-23 21:50+0100\n"
"POT-Creation-Date: 2018-01-06 14:03+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"Language: de\n"
@@ -7469,8 +7469,8 @@ msgstr "%s: registriertes Skript \"%s\", Version %s (%s)"
msgid "Support of scheme scripts (with Guile)"
msgstr "Unterstützung von Scheme-Skripten (mittels Guile)"
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: stdout/stderr: %s%s"
#, c-format
@@ -7481,6 +7481,10 @@ msgstr "%s%s: Funktion \"%s\" muss einen gültigen Wert zurück geben"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: Fehler in Funktion \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: Skript \"%s\" wurde nicht gefunden"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: Lade das Skript \"%s\""
@@ -11300,10 +11304,6 @@ msgstr "%s%s: Ausnahmefehler: %s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: Kann die Funktion \"%s\" nicht ausführen"
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: Skript \"%s\" wurde nicht gefunden"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: Kann sub-Interpreter nicht erstellen"
@@ -11316,6 +11316,10 @@ msgstr "%s%s: Kann die Datei \"%s\" nicht laden"
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: Die Datei \"%s\" kann nicht ausgeführt werden"
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sIn der Farbpalette ist die Farbe \"%s\" nicht definiert"
msgid "Log buffers to files"
msgstr "sichert Buffer in eine Datei"
@@ -11554,21 +11558,29 @@ msgstr "Unterstützung von Lua-Skripten"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s: Weiterleitung von stdout und stderr nicht möglich"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: Kann die Datei \"%s\" nicht laden"
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: Die Datei \"%s\" kann nicht ausgeführt werden"
msgid "Support of perl scripts"
msgstr "Unterstützung von Perl-Skripten"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: Die Funktion \"%s\" muss einen gültigen Wert zurück geben (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: Funktion \"%s\" wird intern falsch genutzt"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s Nicht genug Speicher in Funktion \"%s\""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: Fehler: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: Datei \"%s\" Analyse nicht möglich"
@@ -11960,13 +11972,15 @@ msgstr "Beschreibung der Erweiterungsoption"
msgid "list/load/unload scripts"
msgstr "auflisten/installieren/beenden von Skripten"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
#, fuzzy
msgid ""
" list: list loaded scripts\n"
"listfull: list loaded scripts (verbose)\n"
@@ -11976,8 +11990,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -12009,6 +12027,13 @@ msgstr "Skript Pointer (optional)"
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr "Name des Skriptes (Platzhalter \"*\" kann verwendet werden) (optional)"
#, fuzzy
msgid "evaluation of source code"
msgstr "Liste der Skripten"
msgid "source code to execute"
msgstr ""
msgid "name of the interpreter used"
msgstr "Name des verwendeten Interpreters"
@@ -12702,10 +12727,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Unterstützung von Ruby-Skripten"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: stdout/stderr: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: Datei \"%s\" kann nicht gelesen werden"
+41 -22
View File
@@ -22,8 +22,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-10-17 20:12+0200\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
"Language: es\n"
@@ -6315,8 +6315,8 @@ msgstr "%s: script \"%s\" registrado, versión %s (%s)"
msgid "Support of scheme scripts (with Guile)"
msgstr ""
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: stdout/stderr: %s%s"
#, c-format
@@ -6327,6 +6327,10 @@ msgstr "%s%s: la función \"%s\" debe retornar un valor válido"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: error en la función \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" no encontrado"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: cargando el script \"%s\""
@@ -9873,10 +9877,6 @@ msgstr "%s%s[%s%s%s]%s excepción %s%s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: no es posible ejecutar la función \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" no encontrado"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: no es posible crear un sub-interprete nuevo"
@@ -9889,6 +9889,10 @@ msgstr "%s%s: no es posible cargar el archivo \"%s\""
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: no es posible ejecutar el archivo \"%s\""
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sColor \"%s\" no está definido en la paleta"
msgid "Log buffers to files"
msgstr "Guardar registro de buffers"
@@ -10120,21 +10124,29 @@ msgstr "Soporte para scripts en lua"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s: no es posible redirigir stdout y stderr"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: no es posible cargar el archivo \"%s\""
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: no es posible ejecutar el archivo \"%s\""
msgid "Support of perl scripts"
msgstr "Soporte para scripts en perl"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: función \"%s\" debe retornar un valor válido (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: la función \"%s\" es mal usada internamente"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s: no hay memoria suficiente en la función \"%s\""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: error: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: no es posible analizar el archivo \"%s\""
@@ -10542,7 +10554,7 @@ msgstr "listar/cargar/descargar scripts"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<nombre>] || load [-q] <archivo> || autoload || reload|unload "
"[-q] [<nombre>]"
@@ -10557,8 +10569,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -10589,6 +10605,13 @@ msgstr ""
"nombre del script (puede empezar o terminar con \"*\" como comodín) "
"(opcional)"
#, fuzzy
msgid "evaluation of source code"
msgstr "lista de scripts"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s%s: no es posible liberar el interprete"
@@ -11225,10 +11248,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Soporte para scripts en ruby"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: stdout/stderr: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: no es posible leer el archivo \"%s\""
+49 -24
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-12-23 21:14+0100\n"
"POT-Creation-Date: 2018-01-06 14:03+0100\n"
"PO-Revision-Date: 2018-01-06 14:05+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -7317,8 +7317,8 @@ msgid "Support of scheme scripts (with Guile)"
msgstr "Support des scripts scheme (avec Guile)"
#, c-format
msgid "%s: stdout/stderr: %s%s"
msgstr "%s : stdout/stderr : %s%s"
msgid "%s: stdout/stderr: %s"
msgstr "%s : stdout/stderr : %s"
#, c-format
msgid "%s%s: function \"%s\" must return a valid value"
@@ -7328,6 +7328,10 @@ msgstr "%s%s : la fonction \"%s\" doit retourner une valeur valide"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s : erreur dans la fonction \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s : script \"%s\" non trouvé"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s : chargement du script \"%s\""
@@ -11038,10 +11042,6 @@ msgstr "%s%s : exception : %s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s : impossible de lancer la fonction \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s : script \"%s\" non trouvé"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s : impossible de créer le sous-interpréteur"
@@ -11054,6 +11054,10 @@ msgstr "%s%s : impossible de charger le fichier \"%s\""
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s : impossible d'exécuter le fichier \"%s\""
#, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sLa commande \"/%s eval\" n'est pas implémentée"
msgid "Log buffers to files"
msgstr "Enregistrement des tampons dans des fichiers"
@@ -11290,21 +11294,29 @@ msgstr "Support des scripts lua"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s : impossible de rediriger stdout et stderr"
#, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s : impossible de charger le code source"
#, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s : impossible d'exécuter le code source"
msgid "Support of perl scripts"
msgstr "Support des scripts perl"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s : la fonction \"%s\" doit retourner une valeur valide (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s : la fonction \"%s\" est mal utilisée en interne"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s : pas assez de mémoire dans la fonction \"%s\""
#, c-format
msgid "%s: warning:"
msgstr "%s : attention :"
#, c-format
msgid "%s: error:"
msgstr "%s : erreur :"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s : impossible de lire le fichier \"%s\""
@@ -11696,10 +11708,10 @@ msgstr "lister/charger/décharger des scripts"
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<nom>] || load [-q] <fichier> || autoload || reload|unload [-"
"q] [<nom>] || version"
"q] [<nom>] || eval [-o|-oc] <code> || version"
msgid ""
" list: list loaded scripts\n"
@@ -11710,8 +11722,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -11725,9 +11741,16 @@ msgstr ""
" unload : décharger un script (si pas de nom donné, décharger tous les "
"scripts)\n"
" fichier : script (fichier) à charger\n"
" -q : mode silencieux : ne pas afficher de messages\n"
" nom : nom de script (nom utilisé dans l'appel à la fonction \"register"
"\")\n"
" -q : mode silencieux : ne pas afficher de messages\n"
" eval : évaluer le code source et afficher le résultat sur le tampon "
"courant\n"
" -o : envoyer le résultat de l'évaluation au tampon sans exécuter les "
"commandes\n"
" -oc : envoyer le résultat de l'évaluation au tampon et exécuter les "
"commandes\n"
" code : le code source à évaluer\n"
" version : afficher la version de l'interpréteur utilisé\n"
"\n"
"Sans paramètre, cette commande liste les scripts chargés."
@@ -11741,6 +11764,12 @@ msgstr "pointeur vers le script (optionnel)"
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr "nom de script (le caractère joker \"*\" est autorisé) (optionnel)"
msgid "evaluation of source code"
msgstr "évaluation de code source"
msgid "source code to execute"
msgstr "code source à exécuter"
msgid "name of the interpreter used"
msgstr "nom de l'interpréteur utilisé"
@@ -12431,10 +12460,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Support des scripts ruby"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s : stdout/stderr : %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s : impossible de lire le fichier \"%s\""
+42 -23
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-10-17 20:14+0200\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
"Language: hu\n"
@@ -5612,9 +5612,9 @@ msgstr ""
msgid "Support of scheme scripts (with Guile)"
msgstr ""
#, c-format
msgid "%s: stdout/stderr: %s%s"
msgstr ""
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%sSzerver: %s%s\n"
#, fuzzy, c-format
msgid "%s%s: function \"%s\" must return a valid value"
@@ -5624,6 +5624,10 @@ msgstr "%s a \"%s\" modul nem található\n"
msgid "%s%s: error in function \"%s\""
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
#, fuzzy, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s a \"%s\" szerver nem található\n"
#, fuzzy, c-format
msgid "%s: loading script \"%s\""
msgstr "folyamat: \"%s\" szerver betöltése\n"
@@ -8935,10 +8939,6 @@ msgstr "%s[%s%s%s] %s%s%s kitiltva\n"
msgid "%s%s: unable to run function \"%s\""
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
#, fuzzy, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s a \"%s\" szerver nem található\n"
#, fuzzy, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s nem sikerült a szervert létrehozni\n"
@@ -8951,6 +8951,10 @@ msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
msgid "%s%s: unable to execute file \"%s\""
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
#, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr ""
#, fuzzy
msgid "Log buffers to files"
msgstr "szerver konfigurációs fájljának újraolvastatása"
@@ -9133,22 +9137,30 @@ msgstr "Aliaszok listája:\n"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s nem sikerült a szervert létrehozni\n"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
#, fuzzy
msgid "Support of perl scripts"
msgstr "Aliaszok listája:\n"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr ""
#, fuzzy, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s a \"%s\" modul nem található\n"
#, fuzzy, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s nincs elegendő memória új DCC számára\n"
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%sSzerver: %s%s\n"
#, fuzzy, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
@@ -9576,7 +9588,7 @@ msgstr "modulok listázása/betöltése/eltávolítása"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"[list [név]] | [listfull [név]] | [load fájlnév] | [autoload] | [reload "
"[név]] | [unload [név]]"
@@ -9591,8 +9603,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -9618,6 +9634,13 @@ msgstr ""
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr ""
#, fuzzy
msgid "evaluation of source code"
msgstr "Aliaszok listája:\n"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s nem sikerült a szervert létrehozni\n"
@@ -10219,10 +10242,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Aliaszok listája:\n"
#, fuzzy, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%sSzerver: %s%s\n"
#, fuzzy, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
+41 -22
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-10-17 20:14+0200\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
"Language: it\n"
@@ -6489,8 +6489,8 @@ msgstr "%s: script \"%s\" registrato, versione %s (%s)"
msgid "Support of scheme scripts (with Guile)"
msgstr "Supporto agli script scheme (con Guile)"
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: stdout/stderr: %s%s"
#, c-format
@@ -6501,6 +6501,10 @@ msgstr "%s%s: la funzione \"%s\" deve restituire un valore valido"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: errore nella funzioe \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" non trovato"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: caricamento dello script \"%s\""
@@ -10064,10 +10068,6 @@ msgstr "%s%s[%s%s%s]%s eccezione %s%s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: impossibile eseguire la funzione \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" non trovato"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: impossibile creare un nuovo sub-interprete"
@@ -10080,6 +10080,10 @@ msgstr "%s%s: impossibile caricare il file \"%s\""
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: impossibile eseguire il file \"%s\""
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sColore \"%s\" non definito nella tavolozza"
msgid "Log buffers to files"
msgstr "Registra i buffer su file"
@@ -10311,21 +10315,29 @@ msgstr "Supporto agli script lua"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s: impossibile reindirizzare verso stdout e stderr"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: impossibile caricare il file \"%s\""
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: impossibile eseguire il file \"%s\""
msgid "Support of perl scripts"
msgstr "Supporto agli script perl"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: la funzione \"%s\" deve restituire un valore valido (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: uso improprio della funzione interna \"%s\""
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s: memoria non sufficiente nella funzione \"%s\""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: errore: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: impossibile analizzare il file \"%s\""
@@ -10733,7 +10745,7 @@ msgstr "elenca/carica/scarica script"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<nome>] || load [-q] <nomefile> || autoload || reload|unload "
"[-q][<nome>]"
@@ -10748,8 +10760,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -10781,6 +10797,13 @@ msgstr ""
"nome script (può iniziare o terminare con \"*\" come carattere jolly) "
"(opzionale)"
#, fuzzy
msgid "evaluation of source code"
msgstr "elenco degli script"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s%s: impossibile liberare l'interprete"
@@ -11438,10 +11461,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Supporto agli script ruby"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: stdout/stderr: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: impossibile leggere il file \"%s\""
+43 -22
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-12-30 09:00+0900\n"
"POT-Creation-Date: 2018-01-06 14:03+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
"translation/ja_JP>\n"
@@ -6992,8 +6992,8 @@ msgstr "%s: スクリプト \"%s\"、バージョン %s (%s) が登録されま
msgid "Support of scheme scripts (with Guile)"
msgstr "scheme スクリプトサポート (Guile を利用)"
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: 標準出力/標準エラー: %s%s"
#, c-format
@@ -7004,6 +7004,10 @@ msgstr "%s%s: 関数 \"%s\" は有効な値を返さなければいけません"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: 関数 \"%s\" にエラー"
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: スクリプト \"%s\" が見つかりません"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: スクリプト \"%s\" のロード中"
@@ -10618,10 +10622,6 @@ msgstr "%s%s: 例外: %s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: 関数 \"%s\" を実行できません"
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: スクリプト \"%s\" が見つかりません"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: 新しい sub-interpreter を作成できません"
@@ -10634,6 +10634,10 @@ msgstr "%s%s: ファイル \"%s\" をロードできません"
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: ファイル \"%s\" を実行できません"
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%s色 \"%s\" はパレットで定義されていません"
msgid "Log buffers to files"
msgstr "ファイルにバッファログを保存"
@@ -10854,21 +10858,29 @@ msgstr "lua スクリプトサポート"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s: 標準出力と標準エラーをリダイレクトできません"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: ファイル \"%s\" をロードできません"
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: ファイル \"%s\" を実行できません"
msgid "Support of perl scripts"
msgstr "perl スクリプトサポート"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: 関数 \"%s\" は値を一つ返さなければいけません (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: 関数 \"%s\" は内部的に誤用されています"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s: 関数 \"%s\" 内に十分なメモリがありません"
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: エラー: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: ファイル \"%s\" を解析できません"
@@ -11246,13 +11258,15 @@ msgstr "プラグインオプションの説明"
msgid "list/load/unload scripts"
msgstr "スクリプトをリストアップ/ロード/アンロード"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
#, fuzzy
msgid ""
" list: list loaded scripts\n"
"listfull: list loaded scripts (verbose)\n"
@@ -11262,8 +11276,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -11292,6 +11310,13 @@ msgstr "スクリプトポインタ (任意)"
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr "スクリプト名 (ワイルドカード \"*\" を使うことができます) (任意)"
#, fuzzy
msgid "evaluation of source code"
msgstr "スクリプトのリスト"
msgid "source code to execute"
msgstr ""
msgid "name of the interpreter used"
msgstr "使用中のインタプリタの名前"
@@ -11969,10 +11994,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "ruby スクリプトサポート"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: 標準入力/標準エラー: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: ファイル \"%s\" を読み込めません"
+41 -22
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-11-15 07:23+0100\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
"Language: pl\n"
@@ -7126,8 +7126,8 @@ msgstr "%s: zarejestrowano skrypt \"%s\", wersja %s (%s)"
msgid "Support of scheme scripts (with Guile)"
msgstr "Wsparcie dla skryptów scheme (za pomocą Guile)"
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: stdout/stderr: %s%s"
#, c-format
@@ -7138,6 +7138,10 @@ msgstr "%s%s: funkcja \"%s\" musi zwrócić poprawną wartość"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: błąd w funkcji \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: nie znaleziono skryptu \"%s\""
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: ładuję skrypt \"%s\""
@@ -10798,10 +10802,6 @@ msgstr "%s%s: wyjątek %s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: nie można wykonać funkcji \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: nie znaleziono skryptu \"%s\""
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: nie można stworzyć nowego pod-interpretatora"
@@ -10814,6 +10814,10 @@ msgstr "%s%s: nie można wczytać pliku \"%s\""
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: nie można wykonać pliku \"%s\""
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sKolor \"%s\" nie jest zdefiniowany w palecie"
msgid "Log buffers to files"
msgstr "Zapisuj bufory do plików"
@@ -11041,21 +11045,29 @@ msgstr "Wsparcie dla skryptów lua"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s: nie można przekierować standardowego wyjścia i wyjścia błędu"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: nie można wczytać pliku \"%s\""
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: nie można wykonać pliku \"%s\""
msgid "Support of perl scripts"
msgstr "Wsparcie dla skryptów perla"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: funkcja \"%s\" musi zwrócić jedną poprawną wartość (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: funkcja \"%s\" jest wewnętrznie źle użyta"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s: za mało pamięci wewnątrz funkcji \"%s\""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: błąd: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: nie można przetworzyć pliku \"%s\""
@@ -11441,7 +11453,7 @@ msgstr "list/load/unload skrypt"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<nazwa>] || load [-q] <nazwapliku> || autoload || reload|"
"unload [-q] [<nazwa>]"
@@ -11456,8 +11468,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -11485,6 +11501,13 @@ msgstr "wskaźnik skryptu (opcjonalne)"
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr "nazwa skryptu (wildcard \"*\" jest dozwolony) (opcjonalne)"
#, fuzzy
msgid "evaluation of source code"
msgstr "lista skryptów"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s%s: nie można zwolnić interpretera"
@@ -12175,10 +12198,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Wsparcie dla skryptów ruby"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: stdout/stderr: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: nie można odczytać pliku \"%s\""
+41 -22
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-11-15 07:24+0100\n"
"POT-Creation-Date: 2018-01-06 14:03+0100\n"
"PO-Revision-Date: 2018-01-06 13:50+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
"Language: pt\n"
@@ -6842,8 +6842,8 @@ msgstr "%s: script \"%s\" registado, versão %s (%s)"
msgid "Support of scheme scripts (with Guile)"
msgstr "Suporte de scripts scheme (com Guile)"
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: stdout/stderr: %s%s"
#, c-format
@@ -6854,6 +6854,10 @@ msgstr "%s%s: a função \"%s\" deve retornar um valor válido"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: erro na função \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" não encontrado"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: a carregar o script \"%s\""
@@ -10509,10 +10513,6 @@ msgstr "%s%s: exceção: %s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: não foi possível executar a função \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" não encontrado"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: não foi possível criar novo subinterpretador"
@@ -10525,6 +10525,10 @@ msgstr "%s%s: não foi possível carregar o ficheiro \"%s\""
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: não foi possível executar o ficheiro \"%s\""
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sA cor \"%s\" não está definida na paleta"
msgid "Log buffers to files"
msgstr "Registar buffers em ficheiros"
@@ -10751,21 +10755,29 @@ msgstr "Suporte de scripts lua"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s%s: não foi possível redirecionar stdout nem stderr"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: não foi possível carregar o ficheiro \"%s\""
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: não foi possível executar o ficheiro \"%s\""
msgid "Support of perl scripts"
msgstr "Suporte de scripts perl"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: a função \"%s\" deve retornar um valor válido (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: a função \"%s\" é usada internamente de modo incorreto"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s: memória insuficiente na função \"%s\""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: erro: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: não foi possível analisar o ficheiro \"%s\""
@@ -11149,7 +11161,7 @@ msgstr "listar/carregar/descarregar scripts"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<nome>] || load [-q] <ficheiro> || autoload || reload|unload "
"[-q] [<nome>]"
@@ -11164,8 +11176,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -11193,6 +11209,13 @@ msgstr "ponteiro para script (opcional)"
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr "nome do script (o caráter universal \"*\" é permitido) (opcional)"
#, fuzzy
msgid "evaluation of source code"
msgstr "lista de scripts"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s%s: não foi possível libertar o interpretador"
@@ -11882,10 +11905,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Suporte de scripts ruby"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: stdout/stderr: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: não foi possível ler o ficheiro \"%s\""
+41 -22
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-10-17 20:14+0200\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
"Language: pt_BR\n"
@@ -6272,8 +6272,8 @@ msgstr "%s: script \"%s\" registrado, versão %s (%s)"
msgid "Support of scheme scripts (with Guile)"
msgstr ""
#, c-format
msgid "%s: stdout/stderr: %s%s"
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s: stdout/stderr: %s%s"
#, c-format
@@ -6284,6 +6284,10 @@ msgstr "%s%s: função \"%s\" deve retornar um valor válido"
msgid "%s%s: error in function \"%s\""
msgstr "%s%s: erro na função \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" não encontrado"
#, c-format
msgid "%s: loading script \"%s\""
msgstr "%s: carregando script \"%s\""
@@ -9412,10 +9416,6 @@ msgstr "%s%s[%s%s%s]%s exceção %s%s"
msgid "%s%s: unable to run function \"%s\""
msgstr "%s%s: não foi possível executar função \"%s\""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" não encontrado"
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s%s: não foi possível criar novo sub-interpretador"
@@ -9428,6 +9428,10 @@ msgstr "%s%s: não foi possível carregar arquivo \"%s\""
msgid "%s%s: unable to execute file \"%s\""
msgstr "%s%s: não foi possível executar arquivo \"%s\""
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sCor \"%s\" não está definida na palheta"
#, fuzzy
msgid "Log buffers to files"
msgstr "arquivos de configuração"
@@ -9631,22 +9635,30 @@ msgid "%s%s: unable to redirect stdout and stderr"
msgstr ""
"%s%s: não foi possível redirecionar saídas padrão (stdout) e de erro (stderr)"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: não foi possível carregar arquivo \"%s\""
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: não foi possível executar arquivo \"%s\""
#, fuzzy
msgid "Support of perl scripts"
msgstr "list de scripts"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr "%s%s: função \"%s\" deve retornar um valor válido (%d)"
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s%s: função \"%s\" é mal utilizada internamente"
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s%s: memória insuficiente na função \"%s\""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: erro: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "%s%s: não foi possível interpretar arquivo \"%s\""
@@ -10051,7 +10063,7 @@ msgstr "listar/carregar/descarregar scripts"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"list|listfull [<nome>] || load <arquivo> || autoload || reload|unload "
"[<name>]"
@@ -10067,8 +10079,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -10100,6 +10116,13 @@ msgstr ""
"nome do script (pode começar ou terminar com \"*\" como um coringa) "
"(opcional)"
#, fuzzy
msgid "evaluation of source code"
msgstr "list de scripts"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s%s: não foi possível liberar interpretador"
@@ -10704,10 +10727,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "list de scripts"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%s%s: stdout/stderr: %s%s"
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "%s%s: não foi possível ler arquivo \"%s\""
+42 -23
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"PO-Revision-Date: 2017-10-17 20:14+0200\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
"Language: ru\n"
@@ -5650,9 +5650,9 @@ msgstr ""
msgid "Support of scheme scripts (with Guile)"
msgstr ""
#, c-format
msgid "%s: stdout/stderr: %s%s"
msgstr ""
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%sСервер: %s%s\n"
#, fuzzy, c-format
msgid "%s%s: function \"%s\" must return a valid value"
@@ -5662,6 +5662,10 @@ msgstr "%s plugin \"%s\" не найден\n"
msgid "%s%s: error in function \"%s\""
msgstr "Не могу записать лог-файл \"%s\"\n"
#, fuzzy, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s сервер \"%s\" не найден\n"
#, fuzzy, c-format
msgid "%s: loading script \"%s\""
msgstr "сессия: загружаю сервер \"%s\"\n"
@@ -8973,10 +8977,6 @@ msgstr "%s[%s%s%s] %s%s%s забанен\n"
msgid "%s%s: unable to run function \"%s\""
msgstr "Не могу записать лог-файл \"%s\"\n"
#, fuzzy, c-format
msgid "%s%s: script \"%s\" not found"
msgstr "%s сервер \"%s\" не найден\n"
#, fuzzy, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr "%s не могу создать сервер\n"
@@ -8989,6 +8989,10 @@ msgstr "Не могу записать лог-файл \"%s\"\n"
msgid "%s%s: unable to execute file \"%s\""
msgstr "Не могу записать лог-файл \"%s\"\n"
#, fuzzy, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr "%sЦвет \"%s\" не определён в палитре"
#, fuzzy
msgid "Log buffers to files"
msgstr "перезагрузить конфигурационный файл сервера"
@@ -9170,22 +9174,30 @@ msgstr "Список сокращений:\n"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr "%s не могу создать сервер\n"
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "Не могу записать лог-файл \"%s\"\n"
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "Не могу записать лог-файл \"%s\"\n"
#, fuzzy
msgid "Support of perl scripts"
msgstr "Список сокращений:\n"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr ""
#, fuzzy, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr "%s plugin \"%s\" не найден\n"
#, fuzzy, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr "%s недостаточно памяти для нового DCC\n"
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%sСервер: %s%s\n"
#, fuzzy, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr "Не могу записать лог-файл \"%s\"\n"
@@ -9612,7 +9624,7 @@ msgstr "перечислить/загрузить/выгрузить plugin'ы"
#, fuzzy
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
"[list [имя]] | [listfull [имя]] | [load имя_файла] | [autoload] | [reload "
"[имя]] | [unload [имя]]"
@@ -9627,8 +9639,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -9654,6 +9670,13 @@ msgstr ""
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr ""
#, fuzzy
msgid "evaluation of source code"
msgstr "Список сокращений:\n"
msgid "source code to execute"
msgstr ""
#, fuzzy
msgid "name of the interpreter used"
msgstr "%s не могу создать сервер\n"
@@ -10255,10 +10278,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Список сокращений:\n"
#, fuzzy, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr "%sСервер: %s%s\n"
#, fuzzy, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr "Не могу записать лог-файл \"%s\"\n"
+41 -22
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
@@ -5178,9 +5178,9 @@ msgstr ""
msgid "Support of scheme scripts (with Guile)"
msgstr ""
#, c-format
msgid "%s: stdout/stderr: %s%s"
msgstr ""
#, fuzzy, c-format
msgid "%s: stdout/stderr: %s"
msgstr "%s%s: hata: %s"
#, c-format
msgid "%s%s: function \"%s\" must return a valid value"
@@ -5190,6 +5190,10 @@ msgstr ""
msgid "%s%s: error in function \"%s\""
msgstr ""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr ""
#, c-format
msgid "%s: loading script \"%s\""
msgstr ""
@@ -8157,10 +8161,6 @@ msgstr "%s%s: hata: %s"
msgid "%s%s: unable to run function \"%s\""
msgstr ""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr ""
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr ""
@@ -8173,6 +8173,10 @@ msgstr ""
msgid "%s%s: unable to execute file \"%s\""
msgstr ""
#, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr ""
msgid "Log buffers to files"
msgstr ""
@@ -8343,21 +8347,29 @@ msgstr "Lua betik desteği"
msgid "%s%s: unable to redirect stdout and stderr"
msgstr ""
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: sunucuya yeniden bağlanılıyor..."
#, fuzzy, c-format
msgid "%s%s: unable to execute source code"
msgstr "%s%s: sunucuya yeniden bağlanılıyor..."
msgid "Support of perl scripts"
msgstr "Perl betik desteği"
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr ""
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr ""
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr ""
#, c-format
msgid "%s: warning:"
msgstr ""
#, fuzzy, c-format
msgid "%s: error:"
msgstr "%s%s: hata: %s"
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr ""
@@ -8724,7 +8736,7 @@ msgstr ""
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
msgid ""
@@ -8736,8 +8748,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -8752,6 +8768,13 @@ msgstr ""
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr ""
#, fuzzy
msgid "evaluation of source code"
msgstr "betiklerin listesi"
msgid "source code to execute"
msgstr ""
msgid "name of the interpreter used"
msgstr ""
@@ -9315,10 +9338,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr "Ruby betik desteği"
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr ""
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr ""
+38 -20
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-12-23 21:13+0100\n"
"POT-Creation-Date: 2018-01-06 14:03+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"
@@ -5120,7 +5120,7 @@ msgid "Support of scheme scripts (with Guile)"
msgstr ""
#, c-format
msgid "%s: stdout/stderr: %s%s"
msgid "%s: stdout/stderr: %s"
msgstr ""
#, c-format
@@ -5131,6 +5131,10 @@ msgstr ""
msgid "%s%s: error in function \"%s\""
msgstr ""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr ""
#, c-format
msgid "%s: loading script \"%s\""
msgstr ""
@@ -8040,10 +8044,6 @@ msgstr ""
msgid "%s%s: unable to run function \"%s\""
msgstr ""
#, c-format
msgid "%s%s: script \"%s\" not found"
msgstr ""
#, c-format
msgid "%s%s: unable to create new sub-interpreter"
msgstr ""
@@ -8056,6 +8056,10 @@ msgstr ""
msgid "%s%s: unable to execute file \"%s\""
msgstr ""
#, c-format
msgid "%sCommand \"/%s eval\" is not yet implemented"
msgstr ""
msgid "Log buffers to files"
msgstr ""
@@ -8225,21 +8229,29 @@ msgstr ""
msgid "%s%s: unable to redirect stdout and stderr"
msgstr ""
#, c-format
msgid "%s%s: unable to load source code"
msgstr ""
#, c-format
msgid "%s%s: unable to execute source code"
msgstr ""
msgid "Support of perl scripts"
msgstr ""
#, c-format
msgid "%s%s: function \"%s\" must return one valid value (%d)"
msgstr ""
#, c-format
msgid "%s%s: function \"%s\" is internally misused"
msgstr ""
#, c-format
msgid "%s%s: not enough memory in function \"%s\""
msgstr ""
#, c-format
msgid "%s: warning:"
msgstr ""
#, c-format
msgid "%s: error:"
msgstr ""
#, c-format
msgid "%s%s: unable to parse file \"%s\""
msgstr ""
@@ -8605,7 +8617,7 @@ msgstr ""
msgid ""
"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload "
"[-q] [<name>] || version"
"[-q] [<name>] || eval [-o|-oc] <code> || version"
msgstr ""
msgid ""
@@ -8617,8 +8629,12 @@ msgid ""
"all scripts in \"autoload\" directory)\n"
" unload: unload a script (if no name given, unload all scripts)\n"
"filename: script (file) to load\n"
" name: a script name (name used in call to \"register\" function)\n"
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" function)\n"
" eval: evaluate source code and display result on current buffer\n"
" -o: send evaluation result to the buffer without executing commands\n"
" -oc: send evaluation result to the buffer and execute commands\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."
@@ -8633,6 +8649,12 @@ msgstr ""
msgid "script name (wildcard \"*\" is allowed) (optional)"
msgstr ""
msgid "evaluation of source code"
msgstr ""
msgid "source code to execute"
msgstr ""
msgid "name of the interpreter used"
msgstr ""
@@ -9199,10 +9221,6 @@ msgstr ""
msgid "Support of ruby scripts"
msgstr ""
#, c-format
msgid "%s%s: stdout/stderr: %s%s"
msgstr ""
#, c-format
msgid "%s%s: unable to read file \"%s\""
msgstr ""
+2 -2
View File
@@ -56,7 +56,7 @@ struct t_gui_buffer *guile_eval_buffer = NULL;
char *guile_eval_output = NULL;
#define GUILE_EVAL_SCRIPT \
"(weechat:register \"" WEECHAT_SCRIPT_EVAL_NAME "\" \"\" \"1.0\" " \
"\"" WEECHAT_LICENSE "\" \"Evaluation of script code\" " \
"\"" WEECHAT_LICENSE "\" \"Evaluation of source code\" " \
"\"\" \"\")\n" \
"\n" \
"(define (script_guile_eval code)\n" \
@@ -698,7 +698,7 @@ weechat_guile_reload_name (const char *name)
}
/*
* Evaluates guile code.
* Evaluates guile source code.
*
* Returns:
* 1: OK
+4 -3
View File
@@ -528,7 +528,7 @@ weechat_js_reload_name (const char *name)
}
/*
* Evaluates javascript code.
* Evaluates javascript source code.
*
* Returns:
* 1: OK
@@ -683,8 +683,9 @@ weechat_js_command_cb (const void *pointer, void *data,
WEECHAT_COMMAND_ERROR;
/* TODO: implement /javascript eval */
weechat_printf (NULL,
"%sCommand \"/javascript eval\" is not yet implemented",
weechat_prefix ("error"));
_("%sCommand \"/%s eval\" is not yet implemented"),
weechat_prefix ("error"),
weechat_js_plugin->name);
}
else
WEECHAT_COMMAND_ERROR;
+6 -4
View File
@@ -63,7 +63,7 @@ char *lua_eval_output = NULL;
"end\n" \
"\n" \
"weechat.register('" WEECHAT_SCRIPT_EVAL_NAME "', '', '1.0', " \
"'" WEECHAT_LICENSE "', 'Evaluation of script code', '', '')\n"
"'" WEECHAT_LICENSE "', 'Evaluation of source code', '', '')\n"
struct t_plugin_script *lua_scripts = NULL;
struct t_plugin_script *last_lua_script = NULL;
@@ -562,7 +562,8 @@ weechat_lua_load (const char *filename, const char *code)
if (luaL_loadstring (lua_current_interpreter, code) != 0)
{
weechat_printf (NULL,
weechat_gettext ("%s%s: unable to load code"),
weechat_gettext ("%s%s: unable to load source "
"code"),
weechat_prefix ("error"), LUA_PLUGIN_NAME);
weechat_printf (NULL,
weechat_gettext ("%s%s: error: %s"),
@@ -595,7 +596,8 @@ weechat_lua_load (const char *filename, const char *code)
if (code)
{
weechat_printf (NULL,
weechat_gettext ("%s%s: unable to execute code"),
weechat_gettext ("%s%s: unable to execute source "
"code"),
weechat_prefix ("error"), LUA_PLUGIN_NAME);
}
else
@@ -796,7 +798,7 @@ weechat_lua_unload_all ()
}
/*
* Evaluates lua code.
* Evaluates lua source code.
*
* Returns:
* 1: OK
+2 -2
View File
@@ -54,7 +54,7 @@ char *perl_eval_output = NULL;
" eval \"$_[0]\";\n" \
"}\n" \
"weechat::register('" WEECHAT_SCRIPT_EVAL_NAME "', '', '1.0', " \
"'" WEECHAT_LICENSE "', 'Evaluation of script code', '', '');\n"
"'" WEECHAT_LICENSE "', 'Evaluation of source code', '', '');\n"
struct t_plugin_script *perl_scripts = NULL;
struct t_plugin_script *last_perl_script = NULL;
@@ -790,7 +790,7 @@ weechat_perl_reload_name (const char *name)
}
/*
* Evaluates perl code.
* Evaluates perl source code.
*
* Returns:
* 1: OK
+4 -3
View File
@@ -823,7 +823,7 @@ weechat_php_reload_name (const char *name)
}
/*
* Evaluates PHP code.
* Evaluates PHP source code.
*
* Returns:
* 1: OK
@@ -978,8 +978,9 @@ weechat_php_command_cb (const void *pointer, void *data,
WEECHAT_COMMAND_ERROR;
/* TODO: implement /php eval */
weechat_printf (NULL,
"%sCommand \"/php eval\" is not yet implemented",
weechat_prefix ("error"));
_("%sCommand \"/%s eval\" is not yet implemented"),
weechat_prefix ("error"),
weechat_php_plugin->name);
}
else
WEECHAT_COMMAND_ERROR;
+4 -4
View File
@@ -265,13 +265,13 @@ plugin_script_init (struct t_weechat_plugin *weechat_plugin,
" -q: quiet mode: do not display messages\n"
" name: a script name (name used in call to \"register\" "
"function)\n"
" eval: evaluate script code and display result on current "
" eval: evaluate source code and display result on current "
"buffer\n"
" -o: send evaluation result to the buffer without executing "
"commands\n"
" -oc: send evaluation result to the buffer and execute "
"commands\n"
" code: the script code to evaluate\n"
" code: source code to evaluate\n"
" version: display the version of interpreter used\n"
"\n"
"Without argument, this command lists all loaded scripts."),
@@ -292,8 +292,8 @@ plugin_script_init (struct t_weechat_plugin *weechat_plugin,
"(optional)"),
init->callback_infolist, NULL, NULL);
snprintf (string, sizeof (string), "%s_eval", weechat_plugin->name);
weechat_hook_info (string, N_("evaluation of script code"),
N_("code to execute"),
weechat_hook_info (string, N_("evaluation of source code"),
N_("source code to execute"),
init->callback_info_eval, NULL, NULL);
/* add signal for "debug_dump" */
+4 -3
View File
@@ -59,7 +59,7 @@ char *python_eval_output = NULL;
" exec(code)\n" \
"\n" \
"weechat.register('" WEECHAT_SCRIPT_EVAL_NAME "', '', '1.0', " \
"'" WEECHAT_LICENSE "', 'Evaluation of script code', '', '')\n"
"'" WEECHAT_LICENSE "', 'Evaluation of source code', '', '')\n"
struct t_plugin_script *python_scripts = NULL;
struct t_plugin_script *last_python_script = NULL;
@@ -808,7 +808,8 @@ weechat_python_load (const char *filename, const char *code)
if (PyErr_Occurred ())
{
weechat_printf (NULL,
weechat_gettext ("%s%s: unable to execute code"),
weechat_gettext ("%s%s: unable to execute source "
"code"),
weechat_prefix ("error"), PYTHON_PLUGIN_NAME);
PyErr_Print ();
if (rc)
@@ -1042,7 +1043,7 @@ weechat_python_reload_name (const char *name)
}
/*
* Evaluates python code.
* Evaluates python source code.
*
* Returns:
* 1: OK
+2 -2
View File
@@ -77,7 +77,7 @@ char *ruby_eval_output = NULL;
#define RUBY_EVAL_SCRIPT \
"def weechat_init\n" \
" Weechat.register('" WEECHAT_SCRIPT_EVAL_NAME "', '', '1.0', " \
"'" WEECHAT_LICENSE "', 'Evaluation of script code', '', '')\n" \
"'" WEECHAT_LICENSE "', 'Evaluation of source code', '', '')\n" \
" return Weechat::WEECHAT_RC_OK\n" \
"end\n" \
"\n" \
@@ -842,7 +842,7 @@ weechat_ruby_unload_all ()
}
/*
* Evaluates ruby code.
* Evaluates ruby source code.
*
* Returns:
* 1: OK
+4 -3
View File
@@ -534,7 +534,7 @@ weechat_tcl_reload_name (const char *name)
}
/*
* Evaluates tcl code.
* Evaluates TCL source code.
*
* Returns:
* 1: OK
@@ -689,8 +689,9 @@ weechat_tcl_command_cb (const void *pointer, void *data,
WEECHAT_COMMAND_ERROR;
/* TODO: implement /tcl eval */
weechat_printf (NULL,
"%sCommand \"/tcl eval\" is not yet implemented",
weechat_prefix ("error"));
_("%sCommand \"/%s eval\" is not yet implemented"),
weechat_prefix ("error"),
weechat_tcl_plugin->name);
}
else
WEECHAT_COMMAND_ERROR;