1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

script: add control of autoload (enable/disable/toggle) (task #12393)

New option script.scripts.autoload, new options autoload/noautoload/toggleautoload
for command /script, new action "A" (meta-A) on script buffer (toggle autoload).
This commit is contained in:
Sebastien Helleu
2013-02-25 08:46:41 +01:00
parent 87b5096972
commit b60aec975b
35 changed files with 1227 additions and 535 deletions
+47 -26
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:11+0100\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8495,6 +8495,18 @@ msgstr "%s%s: skript \"%s\" nenačten"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s%s: skript \"%s\" nenačten"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "%s: odebírám skript \"%s\""
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "%s: odebírám skript \"%s\""
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s%s: skript \"%s\" nenalezen"
#, fuzzy, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s: odebírám skript \"%s\""
@@ -8509,10 +8521,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: odebírám skript \"%s\""
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s%s: skript \"%s\" nenalezen"
#, fuzzy, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s%s: skript \"%s\" nenačten"
@@ -8605,9 +8613,9 @@ msgstr ""
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
msgid "Scripts"
@@ -8619,30 +8627,34 @@ msgstr "stránka WeeChat"
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -8848,6 +8860,11 @@ msgstr "barva textu řádku vybraného klienta"
msgid "background color for selected line in script buffer"
msgstr "barva textu řádku vybraného klienta"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -9350,3 +9367,7 @@ msgstr ""
msgid "Constants"
msgstr ""
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s%s: skript \"%s\" nenačten"
+52 -27
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 18:30+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 18:31+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -9255,6 +9255,20 @@ msgstr "%s: Erweiterung \"%s\" ist nicht installiert"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s: Das Skript \"%s\" wurde nicht installiert"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr ""
"%s: Skript \"%s\" liegt in einer nicht unterstützen Programmiersprache vor"
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr ""
"%s: Skript \"%s\" liegt in einer nicht unterstützen Programmiersprache vor"
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: Skript \"%s\" nicht gefunden"
#, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s%s: Fehler beim Herunterladen des Skriptes \"%s\": %s"
@@ -9270,10 +9284,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: Lade Skript \"%s\" herunter..."
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: Skript \"%s\" nicht gefunden"
#, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s: Skript \"%s\" ist nicht installiert"
@@ -9360,12 +9370,12 @@ msgstr "Max WeeChat"
msgid "Alt+key/input: v=back to list d=jump to diff"
msgstr "Alt+Taste/Eingabezeile: v=zurück zur Liste d=gehe zu Diff"
#, c-format
#, fuzzy, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
"%d/%d Skripten (Filter: %s) | Sortierung: %s | Alt+Taste/Eingabe: "
"i=installieren r=entfernen l=starten L=erneut starten u=beenden h=halten/"
@@ -9379,35 +9389,41 @@ msgstr "Skripten"
msgid "WeeChat scripts manager"
msgstr "WeeChat Skripten-Manager"
#, fuzzy
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
#, fuzzy
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -9708,6 +9724,11 @@ msgstr ""
msgid "background color for selected line in script buffer"
msgstr "Hintergrundfarbe"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -10225,3 +10246,7 @@ msgstr "Type"
msgid "Constants"
msgstr "Konstanten"
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s: Das Skript \"%s\" wurde nicht installiert"
+47 -26
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:11+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8755,6 +8755,18 @@ msgstr "%s: el plugin \"%s\" no está cargado"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s: el script \"%s\" no está cargado"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "%s: lenguaje del script \"%s\" desconocido"
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "%s: lenguaje del script \"%s\" desconocido"
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: script \"%s\" no encontrado"
#, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s%s: error al descargar el script \"%s\": %s"
@@ -8769,10 +8781,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: descargando el script \"%s\"..."
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: script \"%s\" no encontrado"
#, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s: el script \"%s\" no esta instalado"
@@ -8859,9 +8867,9 @@ msgstr ""
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
msgid "Scripts"
@@ -8872,30 +8880,34 @@ msgstr "Administrador de scripts de WeeChat"
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -9089,6 +9101,11 @@ msgstr ""
msgid "background color for selected line in script buffer"
msgstr "color de fondo para la línea seleccionada en el buffer de scripts"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -9593,3 +9610,7 @@ msgstr "Tipo"
msgid "Constants"
msgstr "Constantes"
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s: el script \"%s\" no está cargado"
+74 -48
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"PO-Revision-Date: 2013-02-23 12:50+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-24 22:19+0100\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: French\n"
@@ -9011,6 +9011,18 @@ msgstr "%s: l'extension \"%s\" n'est pas chargée"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s: script \"%s\" non chargé"
#, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "%s: chargement automatique activé pour le script \"%s\""
#, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "%s: chargement automatique désactivé pour le script \"%s\""
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: script \"%s\" non trouvé"
#, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s%s: erreur de téléchargement du script \"%s\": %s"
@@ -9026,10 +9038,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: téléchargement du script \"%s\"..."
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: script \"%s\" non trouvé"
#, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s: le script \"%s\" n'est pas installé"
@@ -9117,14 +9125,14 @@ msgstr "Alt+touche/entrée: v=retour à la liste d=sauter au diff"
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
"%d/%d scripts (filtre: %s) | Tri: %s | Alt+touche/entrée: i=installer "
"r=supprimer l=charger L=recharger u=décharger h=(dé)figer v=voir script | "
"Entrée: q=fermer $=rafraîchir s:x,y=trier words=filtrer *=réinit filtre | "
"Souris: gauche=sélectionner droit=installer/supprimer"
"r=supprimer l=charger L=recharger u=décharger A=chargement auto h=(dé)figer "
"v=voir script | Entrée: q=fermer $=rafraîchir s:x,y=trier words=filtrer "
"*=réinit filtre | Souris: gauche=sélectionner droit=installer/supprimer"
msgid "Scripts"
msgstr "Scripts"
@@ -9134,33 +9142,38 @@ msgstr "Gestionnaire de scripts WeeChat"
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
"list [-o|-i] || search <texte> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -9206,26 +9219,29 @@ msgid ""
" /script reload urlserver\n"
" /script upgrade"
msgstr ""
" list: lister les scripts chargés (tous les langages)\n"
" -o: envoyer la liste des scripts chargés au tampon\n"
" -i: copier la liste des scripts chargés dans la ligne de commande "
"(pour envoi au tampon)\n"
" search: chercher des scripts par étiquettes ou texte et afficher le "
" list: lister les scripts chargés (tous les langages)\n"
" -o: envoyer la liste des scripts chargés au tampon\n"
" -i: copier la liste des scripts chargés dans la ligne de "
"commande (pour envoi au tampon)\n"
" search: chercher des scripts par étiquettes ou texte et afficher le "
"résultat sur le tampon des scripts\n"
" show: afficher des infos détaillées sur le script\n"
" load: charger un ou plusieurs scripts\n"
" unload: décharger un ou plusieurs scripts\n"
" reload: recharger un ou plusieurs scripts\n"
" install: installer/mettre à jour un ou plusieurs scripts\n"
" remove: supprimer un ou plusieurs scripts\n"
"installremove: installer ou supprimer un ou plusieurs scripts, selon l'état "
" show: afficher des infos détaillées sur le script\n"
" load: charger un ou plusieurs scripts\n"
" unload: décharger un ou plusieurs scripts\n"
" reload: recharger un ou plusieurs scripts\n"
" autoload: charger automatiquement un ou plusieurs scripts\n"
" noautoload: ne pas charger automatiquement un ou plusieurs scripts\n"
"toggleautoload: activer/désactiver le chargement automatique\n"
" install: installer/mettre à jour un ou plusieurs scripts\n"
" remove: supprimer un ou plusieurs scripts\n"
" installremove: installer ou supprimer un ou plusieurs scripts, selon l'état "
"courant\n"
" hold: figer/défiger un ou plusieurs scripts (un script figé ne sera "
"plus mis à jour et ne peut pas être supprimé)\n"
" -q: mode silencieux: ne pas afficher de messages\n"
" upgrade: mettre à jour les scripts obsolètes (avec nouvelle version "
" hold: figer/défiger un ou plusieurs scripts (un script figé ne "
"sera plus mis à jour et ne peut pas être supprimé)\n"
" -q: mode silencieux: ne pas afficher de messages\n"
" upgrade: mettre à jour les scripts obsolètes (avec nouvelle version "
"disponible)\n"
" update: mettre à jour le cache local des scripts\n"
" update: mettre à jour le cache local des scripts\n"
"\n"
"Sans paramètre, cette commande ouvre un tampon avec la liste des scripts.\n"
"\n"
@@ -9448,6 +9464,13 @@ msgstr ""
msgid "background color for selected line in script buffer"
msgstr "couleur du fond pour la ligne sélectionnée dans le tampon script"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
"charger automatiquement les scripts installés (faire un lien dans le "
"répertoire \"autoload\" vers le script dans le répertoire parent)"
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -9963,3 +9986,6 @@ msgstr "Type"
msgid "Constants"
msgstr "Constantes"
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s: le script \"%s\" est maintenant automatiquement chargé"
+47 -26
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:11+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -7952,6 +7952,18 @@ msgstr "%s a \"%s\" szerver nem található\n"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s a \"%s\" szerver nem található\n"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "folyamat: \"%s\" szerver betöltése\n"
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "folyamat: \"%s\" szerver betöltése\n"
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s a \"%s\" szerver nem található\n"
#, fuzzy, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "folyamat: \"%s\" szerver betöltése\n"
@@ -7967,10 +7979,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "folyamat: \"%s\" szerver betöltése\n"
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s a \"%s\" szerver nem található\n"
#, fuzzy, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s a \"%s\" szerver nem található\n"
@@ -8065,9 +8073,9 @@ msgstr ""
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
msgid "Scripts"
@@ -8079,30 +8087,34 @@ msgstr "WeeChat szlogen"
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -8308,6 +8320,11 @@ msgstr "szerver nevének színe"
msgid "background color for selected line in script buffer"
msgstr "szerver nevének színe"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -8826,3 +8843,7 @@ msgstr ""
msgid "Constants"
msgstr ""
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s a \"%s\" szerver nem található\n"
+47 -26
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:11+0100\n"
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8787,6 +8787,18 @@ msgstr "%s: il plugin \"%s\" non caricato"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s: script \"%s\" non caricato"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "%s: linguaggio sconosciuto per lo script \"%s\""
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "%s: linguaggio sconosciuto per lo script \"%s\""
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: script \"%s\" non trovato"
#, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s%s: errore durante il download dello script \"%s\": %s"
@@ -8802,10 +8814,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: download dello script \"%s\"..."
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: script \"%s\" non trovato"
#, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s: script \"%s\" non installato"
@@ -8893,9 +8901,9 @@ msgstr ""
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
msgid "Scripts"
@@ -8906,30 +8914,34 @@ msgstr "Gestore script di WeeChat"
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -9127,6 +9139,11 @@ msgstr "colore della riga selezionata nel buffer xfer"
msgid "background color for selected line in script buffer"
msgstr "colore della riga selezionata nel buffer xfer"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -9625,3 +9642,7 @@ msgstr "Tipo"
msgid "Constants"
msgstr "Costanti"
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s: script \"%s\" non caricato"
+50 -27
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:11+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -8695,6 +8695,18 @@ msgstr "%s: プラグイン \"%s\" はロードされていません"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s: スクリプト \"%s\" はロードされていません"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "%s: スクリプト \"%s\" は利用できない言語で書かれています"
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "%s: スクリプト \"%s\" は利用できない言語で書かれています"
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: スクリプト \"%s\" が見つかりません"
#, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s%s: スクリプト \"%s\" のダウンロード中にエラーが発生: %s"
@@ -8710,10 +8722,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: スクリプト \"%s\" のダウンロード中"
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: スクリプト \"%s\" が見つかりません"
#, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s: スクリプト \"%s\" はインストールされていません"
@@ -8798,12 +8806,12 @@ msgstr "WeeChat を最大化"
msgid "Alt+key/input: v=back to list d=jump to diff"
msgstr "Alt+key/input: v=リストに戻る d=比較する"
#, c-format
#, fuzzy, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
"%d/%d 個のスクリプト (フィルタ: %s) | ソート: %s | Alt+key/input: i=インス"
"トール r=削除 l=ロード L=リロード u=アンロード h=(アン)ホールド v=スクリプト"
@@ -8816,35 +8824,41 @@ msgstr "スクリプト"
msgid "WeeChat scripts manager"
msgstr "WeeChat スクリプトマネージャ"
#, fuzzy
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
"list || search <text> || show <script> || load|unload|reload <script> "
"[<script>...] || install|remove|hold <script> [<script>...] || upgrade || "
"update"
#, fuzzy
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -9112,6 +9126,11 @@ msgstr "スクリプトバッファ内のロード済みバージョンが選択
msgid "background color for selected line in script buffer"
msgstr "スクリプトバッファ内の選択行の背景色"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -9611,3 +9630,7 @@ msgstr "タイプ"
msgid "Constants"
msgstr "定数"
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s: スクリプト \"%s\" はロードされていません"
+50 -27
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:11+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8842,6 +8842,18 @@ msgstr "%s: wtyczka \"%s\" nie załadowana"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s: skrypt \"%s\" nie załadowany"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "%s: nieznany język dla skryptu \"%s\""
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "%s: nieznany język dla skryptu \"%s\""
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: nie znaleziono skryptu \"%s\""
#, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s%s: błąd podczas pobierania skryptu \"%s\": %s"
@@ -8857,10 +8869,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: pobieram skrypt \"%s\"..."
#, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s: nie znaleziono skryptu \"%s\""
#, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s: skrypt \"%s\" nie zainstalowany"
@@ -8945,12 +8953,12 @@ msgstr "Max WeeChat"
msgid "Alt+key/input: v=back to list d=jump to diff"
msgstr "Alt+klawisz/wejście: v=wróć do listy d=skocz do diff"
#, c-format
#, fuzzy, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
"%d/%d skrypty (filtry: %s) | Sort: %s | Alt+klawisz/wejście: i=instaluj "
"r=usuń l=załaduj L=przeładuj u=wyładuj h=(un)hold v=pokaż skrypt | Wejście: "
@@ -8963,35 +8971,41 @@ msgstr "Skrypty"
msgid "WeeChat scripts manager"
msgstr "Manager skryptów WeeChat"
#, fuzzy
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
"list [-o|-i] || search <tekst> || show <skrypt> || load|unload|reload "
"<skrypt> [<skrypt>...] || install|remove|installremove|hold [-q] <skrypt> "
"[<skrypt>...] || upgrade || update"
#, fuzzy
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -9266,6 +9280,11 @@ msgstr ""
msgid "background color for selected line in script buffer"
msgstr "kolor tła dla zaznaczonej linii w buforze skryptów"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -9765,3 +9784,7 @@ msgstr "Typ"
msgid "Constants"
msgstr "Stałe"
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s: skrypt \"%s\" nie załadowany"
+47 -26
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:12+0100\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8117,6 +8117,18 @@ msgstr "%s%s: script \"%s\" não carregado"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s%s: script \"%s\" não carregado"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "%s: descarregando script \"%s\""
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "%s: descarregando script \"%s\""
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" não encontrado"
#, fuzzy, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "%s: descarregando script \"%s\""
@@ -8131,10 +8143,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "%s: descarregando script \"%s\""
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s%s: script \"%s\" não encontrado"
#, fuzzy, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s%s: script \"%s\" não carregado"
@@ -8227,9 +8235,9 @@ msgstr ""
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
msgid "Scripts"
@@ -8241,30 +8249,34 @@ msgstr "site do WeeChat"
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -8470,6 +8482,11 @@ msgstr "cor do texto da linha do cliente selecionada"
msgid "background color for selected line in script buffer"
msgstr "cor do texto da linha do cliente selecionada"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -8979,3 +8996,7 @@ msgstr ""
msgid "Constants"
msgstr ""
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s%s: script \"%s\" não carregado"
+47 -26
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-23 11:12+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -7975,6 +7975,18 @@ msgstr "%s сервер \"%s\" не найден\n"
msgid "%s: script \"%s\" is not loaded"
msgstr "%s сервер \"%s\" не найден\n"
#, fuzzy, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr "сессия: загружаю сервер \"%s\"\n"
#, fuzzy, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr "сессия: загружаю сервер \"%s\"\n"
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s сервер \"%s\" не найден\n"
#, fuzzy, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr "сессия: загружаю сервер \"%s\"\n"
@@ -7990,10 +8002,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr "сессия: загружаю сервер \"%s\"\n"
#, fuzzy, c-format
msgid "%s: script \"%s\" not found"
msgstr "%s сервер \"%s\" не найден\n"
#, fuzzy, c-format
msgid "%s: script \"%s\" is not installed"
msgstr "%s сервер \"%s\" не найден\n"
@@ -8088,9 +8096,9 @@ msgstr ""
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
msgid "Scripts"
@@ -8102,30 +8110,34 @@ msgstr "слоган WeeChat"
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -8331,6 +8343,11 @@ msgstr "цвет названия сервера"
msgid "background color for selected line in script buffer"
msgstr "цвет названия сервера"
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"
@@ -8843,3 +8860,7 @@ msgstr ""
msgid "Constants"
msgstr ""
#, fuzzy
#~ msgid "%s: script \"%s\" is now autoloaded"
#~ msgstr "%s сервер \"%s\" не найден\n"
+43 -26
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-02-23 12:49+0100\n"
"POT-Creation-Date: 2013-02-24 22:17+0100\n"
"PO-Revision-Date: 2013-02-14 18:20+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -7045,6 +7045,18 @@ msgstr ""
msgid "%s: script \"%s\" is not loaded"
msgstr ""
#, c-format
msgid "%s: autoload enabled for script \"%s\""
msgstr ""
#, c-format
msgid "%s: autoload disabled for script \"%s\""
msgstr ""
#, c-format
msgid "%s: script \"%s\" not found"
msgstr ""
#, c-format
msgid "%s%s: error downloading script \"%s\": %s"
msgstr ""
@@ -7058,10 +7070,6 @@ msgstr ""
msgid "%s: downloading script \"%s\"..."
msgstr ""
#, c-format
msgid "%s: script \"%s\" not found"
msgstr ""
#, c-format
msgid "%s: script \"%s\" is not installed"
msgstr ""
@@ -7147,9 +7155,9 @@ msgstr ""
#, c-format
msgid ""
"%d/%d scripts (filter: %s) | Sort: %s | Alt+key/input: i=install r=remove "
"l=load L=reload u=unload h=(un)hold v=view script | Input: q=close $=refresh "
"s:x,y=sort words=filter *=reset filter | Mouse: left=select right=install/"
"remove"
"l=load L=reload u=unload A=autoload h=(un)hold v=view script | Input: "
"q=close $=refresh s:x,y=sort words=filter *=reset filter | Mouse: "
"left=select right=install/remove"
msgstr ""
msgid "Scripts"
@@ -7160,30 +7168,34 @@ msgstr ""
msgid ""
"list [-o|-i] || search <text> || show <script> || load|unload|reload "
"<script> [<script>...] || install|remove|installremove|hold [-q] <script> "
"<script> [<script>...] || autoload|noautoload|toggleautoload <script> "
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
msgstr ""
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
" -i: copy list of loaded scripts in command line (for sending to "
"buffer)\n"
" search: search scripts by tags or text and display result on scripts "
" search: search scripts by tags or text and display result on scripts "
"buffer\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
"installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded any "
"more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new version "
"available)\n"
" update: update local scripts cache\n"
" show: show detailed info about a script\n"
" load: load script(s)\n"
" unload: unload script(s)\n"
" reload: reload script(s)\n"
" autoload: autoload the script\n"
" noautoload: do not autoload the script\n"
"toggleautoload: toggle autoload\n"
" install: install/upgrade script(s)\n"
" remove: remove script(s)\n"
" installremove: install or remove script(s), depending on current state\n"
" hold: hold/unhold script(s) (a script held will not be upgraded "
"any more and cannot be removed)\n"
" -q: quiet mode: do not display messages\n"
" upgrade: upgrade all installed scripts which are obsolete (new "
"version available)\n"
" update: update local scripts cache\n"
"\n"
"Without argument, this command opens a buffer with list of scripts.\n"
"\n"
@@ -7366,6 +7378,11 @@ msgstr ""
msgid "background color for selected line in script buffer"
msgstr ""
msgid ""
"autoload scripts installed (make a link in \"autoload\" directory to script "
"in parent directory"
msgstr ""
msgid ""
"local cache expiration time, in minutes (-1 = never expires, 0 = always "
"expire)"