mirror of
https://github.com/weechat/weechat.git
synced 2026-06-15 07:34:46 +02:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dacffe946 | |||
| 3409d9a7e7 | |||
| c14e090638 | |||
| 1b348cf8ad | |||
| 66161f5249 | |||
| a1bbfb0129 | |||
| 428127cb71 | |||
| 029e539aba | |||
| 53acc07eb1 | |||
| bbe2f9093c | |||
| 09efc5333f |
@@ -1,9 +1,18 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
ChangeLog - 2007-01-06
|
||||
ChangeLog - 2007-01-10
|
||||
|
||||
|
||||
Version 0.2.3 (2007-01-10):
|
||||
* fixed display bugs with nicklist at top/bottom when look_nicklist_separator
|
||||
is OFF (bug #18737)
|
||||
* fixed iconv problem, causing truncated words when using iso locale
|
||||
* fixed topic scroll when topic has multi-bytes chars
|
||||
* fixed compilation problem with iconv under FreeBSD
|
||||
* fixed bugs with charset: now decodes/encodes nicks and channels in IRC
|
||||
messages (bug #18716)
|
||||
|
||||
Version 0.2.2 (2007-01-06):
|
||||
* fixed bug with status bar (missing refresh) when closing a buffer
|
||||
* fixed bug with use of first buffer for a channel if not connected
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
* FlashCode, 2007-01-10
|
||||
|
||||
WeeChat 0.2.3 released.
|
||||
|
||||
This version fixes several major bugs of version 0.2.2.
|
||||
All users of version 0.2.2 should upgrade to this version.
|
||||
|
||||
* FlashCode, 2007-01-06
|
||||
|
||||
WeeChat 0.2.2 released.
|
||||
|
||||
+2
-2
@@ -19,10 +19,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 0.2.2, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 0.2.3, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.2])
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.3])
|
||||
|
||||
# Checks for programs
|
||||
AC_PROG_CC
|
||||
|
||||
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.2 - User guide</title>
|
||||
<title>WeeChat 0.2.3 - User guide</title>
|
||||
<subtitle>Schneller, leichter und erweiterbarer IRC Client</subtitle>
|
||||
|
||||
<author>
|
||||
@@ -705,7 +705,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
<row>
|
||||
<entry>Alt + J dann Alt + X</entry>
|
||||
<entry>
|
||||
Schalte in den ersten Channel des nächsten Puffers
|
||||
Schalte in den ersten Channel des nächsten Servers
|
||||
(oder in den Server-Puffer wenn keine Channel offen ist)
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.2 - User guide</title>
|
||||
<title>WeeChat 0.2.3 - User guide</title>
|
||||
<subtitle>Fast, light and extensible IRC client</subtitle>
|
||||
|
||||
<author>
|
||||
@@ -701,7 +701,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
<row>
|
||||
<entry>Alt + J then Alt + X</entry>
|
||||
<entry>
|
||||
Switch to first channel of next buffer
|
||||
Switch to first channel of next server
|
||||
(or server buffer if no channel is opened)
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.2 - Guide utilisateur</title>
|
||||
<title>WeeChat 0.2.3 - Guide utilisateur</title>
|
||||
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 22:32+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1339,38 +1339,38 @@ msgstr "nemůžu změnit mód přo ostatní uživatele"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (zabezpečená část)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServer: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "připojen"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "nepřipojen"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "na"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "off"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (dočasný server, nebude uložen)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "sekund"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(skrytý)"
|
||||
|
||||
@@ -2235,51 +2235,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s server/kanál (%s/%s) nenaleyen pro exec příkaz pluginu\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "bajtů"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "KB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "MB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "GB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Akceptovat"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Storno"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Odebrat"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Pročistit staré DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Zavřít DCC pohled"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Vyčistit buffer"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Zavřít čistý pohled na data"
|
||||
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
# Thomas Schuetz <i18n@internet-villa.de>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
|
||||
"Language-Team: <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1339,38 +1339,38 @@ msgstr "Modes anderer User können nicht geändert werden"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (sichere Verbindung)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServer: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "verbunden"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "nicht verbunden"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "an"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "aus"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (temporärer Server, wird nicht gespeichert)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "Sekunden"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(versteckt)"
|
||||
|
||||
@@ -2243,51 +2243,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s Server/Channel (%s/%s) für den Plugin-Exec-Befehl nicht gefunden\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "Bytes"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "KB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "MB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "GB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] annehmen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] abbrechen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] entfernen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] alte DCCs entfernen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] DCC-Ansicht schließen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Puffer löschen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Rohdatenansicht schließen"
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Weechat 0.2.2\n"
|
||||
"Project-Id-Version: Weechat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1357,38 +1357,38 @@ msgstr "no es posible cambiar el modo para el resto de usuarios"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "quién es (conexión segura)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServidor:%s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "conectado"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "no conectado"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "activo"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "inactivo"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (servidor temporal, no será guardado)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "segundos"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(oculto)"
|
||||
|
||||
@@ -2271,52 +2271,52 @@ msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr ""
|
||||
"%s servidor/canal (%s/%s) no encontrado para el plugin de comando exec\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "bytes"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "Tiempo estimado de llegada"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Aceptar"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Cancelar"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Eliminar"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Purgar los viejos DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Cerrar la vista DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
#, fuzzy
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr "saltar al búfer DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Cerrar vista de datos basura"
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1345,38 +1345,38 @@ msgstr "impossible de changer le mode pour les autres utilisateurs"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (connexion sécurisée)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServeur: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "connecté"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "non connecté"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "activé"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "désactivé"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (serveur temporaire, ne sera pas sauvé)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "secondes"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(caché)"
|
||||
|
||||
@@ -2260,51 +2260,51 @@ msgstr ""
|
||||
"%s serveur/canal (%s/%s) non trouvé pour l'exécution de commande de "
|
||||
"l'extension\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "octets"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "Ko"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "Mo"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "Go"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Accepter"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Annuler"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Retirer"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Purger anciens DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Fermer la vue DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Effacer le tampon"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Fermer la vue IRC brut"
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
# Andras Voroskoi <voroskoi@frugalware.org>, 2006-2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2006-11-01 18:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:49+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1351,38 +1351,38 @@ msgstr "más felhasználók üzemmódját nem módosíthatja"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "kicsoda (titkosított kapcsolat)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%s Szerver: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "csatlakozva"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "nincs csatlakozva"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "be"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "ki"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (átmeneti szerver, nem lesz mentve)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "másodperc"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(rejtett)"
|
||||
|
||||
@@ -2243,51 +2243,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s (%s/%s) szerver/szoba nem található a modul futtatása parancshoz\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "byte"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "KB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "MB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "GB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Elfogadás"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Mégsem"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Eltávolítás"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Régi DCC törlése"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] DCC nézet bezárása"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Puffer törlése"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Nyers adat nézet bezárása"
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:49+0100\n"
|
||||
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1338,38 +1338,38 @@ msgstr "вы не можете менять режимы других польз
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (защищённое соединение)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sСервер: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "подключен"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "отключен"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "вкл."
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "выкл."
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (временный сервер, не будет сохранён)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "секунды"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(скрытый)"
|
||||
|
||||
@@ -2224,51 +2224,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s сервер/канал (%s/%s) не найден для команды plug-inа\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "байтов"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "КБ"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "ГБ"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "осталось"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Принять"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Отменить"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Удалить"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Очистить список"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Закрыть окно"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Очистить буфер"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Закрыть окно сырых данных"
|
||||
|
||||
|
||||
+23
-23
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -1235,38 +1235,38 @@ msgstr ""
|
||||
msgid "whois (secure connection)"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr ""
|
||||
|
||||
@@ -2095,51 +2095,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+29
-8
@@ -194,16 +194,14 @@ ascii_strcasestr (char *string, char *search)
|
||||
*/
|
||||
|
||||
char *
|
||||
weechat_iconv (char *from_code, char *to_code, char *string)
|
||||
weechat_iconv (int from_utf8, char *from_code, char *to_code, char *string)
|
||||
{
|
||||
char *outbuf;
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
iconv_t cd;
|
||||
char *inbuf;
|
||||
char *inbuf, *ptr_inbuf, *ptr_outbuf, *next_char;
|
||||
int done;
|
||||
ICONV_CONST char *ptr_inbuf;
|
||||
char *ptr_outbuf;
|
||||
size_t err, inbytesleft, outbytesleft;
|
||||
|
||||
if (from_code && from_code[0] && to_code && to_code[0]
|
||||
@@ -223,7 +221,7 @@ weechat_iconv (char *from_code, char *to_code, char *string)
|
||||
done = 0;
|
||||
while (!done)
|
||||
{
|
||||
err = iconv (cd, &ptr_inbuf, &inbytesleft,
|
||||
err = iconv (cd, (ICONV_CONST char **)(&ptr_inbuf), &inbytesleft,
|
||||
&ptr_outbuf, &outbytesleft);
|
||||
if (err == (size_t)(-1))
|
||||
{
|
||||
@@ -236,7 +234,28 @@ weechat_iconv (char *from_code, char *to_code, char *string)
|
||||
done = 1;
|
||||
break;
|
||||
case EILSEQ:
|
||||
ptr_inbuf[0] = '?';
|
||||
if (from_utf8)
|
||||
{
|
||||
next_char = utf8_next_char (ptr_inbuf);
|
||||
if (next_char)
|
||||
{
|
||||
inbytesleft -= next_char - ptr_inbuf;
|
||||
ptr_inbuf = next_char;
|
||||
}
|
||||
else
|
||||
{
|
||||
inbytesleft--;
|
||||
ptr_inbuf++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ptr_inbuf++;
|
||||
inbytesleft--;
|
||||
}
|
||||
ptr_outbuf[0] = '?';
|
||||
ptr_outbuf++;
|
||||
outbytesleft--;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -282,7 +301,8 @@ weechat_iconv_to_internal (char *charset, char *string)
|
||||
if (utf8_is_valid (input, NULL))
|
||||
return input;
|
||||
|
||||
output = weechat_iconv ((charset && charset[0]) ?
|
||||
output = weechat_iconv (0,
|
||||
(charset && charset[0]) ?
|
||||
charset : local_charset,
|
||||
WEECHAT_INTERNAL_CHARSET,
|
||||
input);
|
||||
@@ -313,7 +333,8 @@ weechat_iconv_from_internal (char *charset, char *string)
|
||||
if (input)
|
||||
{
|
||||
utf8_normalize (input, '?');
|
||||
output = weechat_iconv (WEECHAT_INTERNAL_CHARSET,
|
||||
output = weechat_iconv (1,
|
||||
WEECHAT_INTERNAL_CHARSET,
|
||||
(charset && charset[0]) ?
|
||||
charset : local_charset,
|
||||
input);
|
||||
|
||||
@@ -169,7 +169,6 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
{
|
||||
t_gui_window *ptr_win;
|
||||
char format[32], *buf, *buf2, *ptr_topic;
|
||||
int length, width;
|
||||
|
||||
if (!gui_ok)
|
||||
return;
|
||||
@@ -189,17 +188,15 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
if (CHANNEL(buffer)->topic)
|
||||
{
|
||||
buf = (char *)gui_color_decode ((unsigned char *)(CHANNEL(buffer)->topic), 0);
|
||||
buf2 = weechat_iconv_from_internal (NULL,
|
||||
(buf) ? buf : CHANNEL(buffer)->topic);
|
||||
ptr_topic = (buf2) ? buf2 : CHANNEL(buffer)->topic;
|
||||
length = utf8_strlen (ptr_topic);
|
||||
if (ptr_win->win_title_start >= length)
|
||||
ptr_topic = utf8_add_offset ((buf) ? buf : CHANNEL(buffer)->topic,
|
||||
ptr_win->win_title_start);
|
||||
if (!ptr_topic || !ptr_topic[0])
|
||||
{
|
||||
ptr_win->win_title_start = 0;
|
||||
width = (ptr_win->win_title_start == 0) ?
|
||||
ptr_win->win_width : ptr_win->win_width - 2;
|
||||
ptr_topic += ptr_win->win_title_start;
|
||||
|
||||
snprintf (format, 32, "%%-%ds", width);
|
||||
ptr_topic = (buf) ? buf : CHANNEL(buffer)->topic;
|
||||
}
|
||||
buf2 = weechat_iconv_from_internal (NULL,
|
||||
ptr_topic);
|
||||
|
||||
if (ptr_win->win_title_start > 0)
|
||||
{
|
||||
@@ -208,11 +205,10 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, "%s", "++");
|
||||
}
|
||||
|
||||
if (utf8_strlen (ptr_topic) > ptr_win->win_width)
|
||||
if (utf8_width_screen (ptr_topic) > ptr_win->win_width)
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_title, COLOR_WIN_TITLE);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title,
|
||||
format, ptr_topic);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, "%s", (buf2) ? buf2 : ptr_topic);
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_title,
|
||||
COLOR_WIN_TITLE_MORE);
|
||||
mvwprintw (GUI_CURSES(ptr_win)->win_title, 0, ptr_win->win_width - 2,
|
||||
@@ -221,7 +217,7 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
else
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_title, COLOR_WIN_TITLE);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, format, ptr_topic);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, "%s", (buf2) ? buf2 : ptr_topic);
|
||||
}
|
||||
if (buf)
|
||||
free (buf);
|
||||
|
||||
@@ -90,11 +90,11 @@ gui_input_get_prompt_length (t_gui_window *window, char *nick)
|
||||
{
|
||||
case 'c':
|
||||
if (CHANNEL(window->buffer))
|
||||
length += utf8_strlen (CHANNEL(window->buffer)->name);
|
||||
length += utf8_width_screen (CHANNEL(window->buffer)->name);
|
||||
else
|
||||
{
|
||||
if (SERVER(window->buffer))
|
||||
length += utf8_strlen (SERVER(window->buffer)->name);
|
||||
length += utf8_width_screen (SERVER(window->buffer)->name);
|
||||
}
|
||||
pos++;
|
||||
break;
|
||||
@@ -108,7 +108,7 @@ gui_input_get_prompt_length (t_gui_window *window, char *nick)
|
||||
pos++;
|
||||
break;
|
||||
case 'n':
|
||||
length += utf8_strlen (nick);
|
||||
length += utf8_width_screen (nick);
|
||||
pos++;
|
||||
break;
|
||||
default:
|
||||
@@ -148,7 +148,7 @@ gui_input_get_prompt_length (t_gui_window *window, char *nick)
|
||||
void
|
||||
gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
{
|
||||
char *pos, saved_char;
|
||||
char *pos, saved_char, *buf;
|
||||
int char_size;
|
||||
|
||||
wmove (GUI_CURSES(window)->win_input, 0, 0);
|
||||
@@ -166,8 +166,12 @@ gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(window)->win_input,
|
||||
COLOR_WIN_INPUT_CHANNEL);
|
||||
buf = weechat_iconv_from_internal (NULL,
|
||||
CHANNEL(window->buffer)->name);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s",
|
||||
CHANNEL(window->buffer)->name);
|
||||
(buf) ? buf : CHANNEL(window->buffer)->name);
|
||||
if (buf)
|
||||
free (buf);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -175,8 +179,12 @@ gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(window)->win_input,
|
||||
COLOR_WIN_INPUT_SERVER);
|
||||
buf = weechat_iconv_from_internal (NULL,
|
||||
SERVER(window->buffer)->name);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s",
|
||||
SERVER(window->buffer)->name);
|
||||
(buf) ? buf : SERVER(window->buffer)->name);
|
||||
if (buf)
|
||||
free (buf);
|
||||
}
|
||||
}
|
||||
pos++;
|
||||
@@ -198,7 +206,10 @@ gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
case 'n':
|
||||
gui_window_set_weechat_color (GUI_CURSES(window)->win_input,
|
||||
COLOR_WIN_INPUT_NICK);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s", nick);
|
||||
buf = weechat_iconv_from_internal (NULL, nick);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s", (buf) ? buf : nick);
|
||||
if (buf)
|
||||
free (buf);
|
||||
pos++;
|
||||
break;
|
||||
default:
|
||||
|
||||
@@ -24,8 +24,12 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../../common/weechat.h"
|
||||
#include "../gui.h"
|
||||
#include "../../common/utf8.h"
|
||||
#include "../../common/util.h"
|
||||
#include "../../common/weeconfig.h"
|
||||
#include "../../irc/irc.h"
|
||||
#include "gui-curses.h"
|
||||
@@ -39,8 +43,8 @@ void
|
||||
gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
{
|
||||
t_gui_window *ptr_win;
|
||||
int i, j, x, y, x2, column, max_length, nicks_displayed;
|
||||
char format[32], format_empty[32];
|
||||
int i, j, k, x, y, x2, max_y, column, max_length, max_chars, nicks_displayed;
|
||||
char format_empty[32], *buf, *ptr_buf, *ptr_next, saved_char;
|
||||
t_irc_nick *ptr_nick;
|
||||
|
||||
if (!gui_ok || !BUFFER_HAS_NICKLIST(buffer))
|
||||
@@ -81,15 +85,14 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
|
||||
if ((cfg_look_nicklist_position == CFG_LOOK_NICKLIST_TOP) ||
|
||||
(cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM))
|
||||
snprintf (format, 32, "%%.%ds", max_length);
|
||||
max_chars = max_length;
|
||||
else
|
||||
snprintf (format, 32, "%%.%ds",
|
||||
((cfg_look_nicklist_min_size > 0)
|
||||
&& (max_length < cfg_look_nicklist_min_size)) ?
|
||||
cfg_look_nicklist_min_size :
|
||||
(((cfg_look_nicklist_max_size > 0)
|
||||
&& (max_length > cfg_look_nicklist_max_size)) ?
|
||||
cfg_look_nicklist_max_size : max_length));
|
||||
max_chars = ((cfg_look_nicklist_min_size > 0)
|
||||
&& (max_length < cfg_look_nicklist_min_size)) ?
|
||||
cfg_look_nicklist_min_size :
|
||||
(((cfg_look_nicklist_max_size > 0)
|
||||
&& (max_length > cfg_look_nicklist_max_size)) ?
|
||||
cfg_look_nicklist_max_size : max_length);
|
||||
|
||||
if (cfg_look_nicklist_separator && has_colors ())
|
||||
{
|
||||
@@ -122,6 +125,20 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_nick, COLOR_WIN_NICK);
|
||||
x = 0;
|
||||
y = (cfg_look_nicklist_separator && (cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM)) ? 1 : 0;
|
||||
max_y = 0;
|
||||
switch (cfg_look_nicklist_position)
|
||||
{
|
||||
case CFG_LOOK_NICKLIST_LEFT:
|
||||
case CFG_LOOK_NICKLIST_RIGHT:
|
||||
max_y = 0;
|
||||
break;
|
||||
case CFG_LOOK_NICKLIST_TOP:
|
||||
max_y = ptr_win->win_nick_height - cfg_look_nicklist_separator;
|
||||
break;
|
||||
case CFG_LOOK_NICKLIST_BOTTOM:
|
||||
max_y = ptr_win->win_nick_height;
|
||||
break;
|
||||
}
|
||||
column = 0;
|
||||
|
||||
if ((cfg_look_nicklist_position == CFG_LOOK_NICKLIST_TOP) ||
|
||||
@@ -203,7 +220,30 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_nick,
|
||||
((cfg_irc_away_check > 0) && (ptr_nick->flags & NICK_AWAY)) ?
|
||||
COLOR_WIN_NICK_AWAY : COLOR_WIN_NICK);
|
||||
mvwprintw (GUI_CURSES(ptr_win)->win_nick, y, x, format, ptr_nick->nick);
|
||||
wmove (GUI_CURSES(ptr_win)->win_nick, y, x);
|
||||
ptr_buf = ptr_nick->nick;
|
||||
saved_char = '\0';
|
||||
for (k = 0; k < max_chars; k++)
|
||||
{
|
||||
if (ptr_buf && ptr_buf[0])
|
||||
{
|
||||
ptr_next = utf8_next_char (ptr_buf);
|
||||
if (ptr_next)
|
||||
{
|
||||
saved_char = ptr_next[0];
|
||||
ptr_next[0] = '\0';
|
||||
}
|
||||
buf = weechat_iconv_from_internal (NULL, ptr_buf);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_nick, "%s", (buf) ? buf : "?");
|
||||
if (buf)
|
||||
free (buf);
|
||||
if (ptr_next)
|
||||
ptr_next[0] = saved_char;
|
||||
ptr_buf = ptr_next;
|
||||
}
|
||||
else
|
||||
wprintw (GUI_CURSES(ptr_win)->win_nick, " ");
|
||||
}
|
||||
|
||||
ptr_nick = ptr_nick->next_nick;
|
||||
|
||||
@@ -214,9 +254,7 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
if ((cfg_look_nicklist_position == CFG_LOOK_NICKLIST_TOP) ||
|
||||
(cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM))
|
||||
{
|
||||
if (y - ((cfg_look_nicklist_separator
|
||||
&& (cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM)) ? 1 : 0)
|
||||
>= ptr_win->win_nick_height - 1)
|
||||
if (y >= max_y)
|
||||
{
|
||||
column += max_length + 2;
|
||||
y = (cfg_look_nicklist_separator && (cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM)) ?
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#include "../common/weechat.h"
|
||||
#include "irc.h"
|
||||
#include "../common/utf8.h"
|
||||
#include "../common/weeconfig.h"
|
||||
#include "../gui/gui.h"
|
||||
|
||||
@@ -159,7 +160,7 @@ irc_display_nick (t_gui_buffer *buffer, t_irc_nick *nick, char *nickname,
|
||||
ptr_nickname = strdup ((nick) ? nick->nick : nickname);
|
||||
if (!ptr_nickname)
|
||||
return;
|
||||
nickname_length = strlen (ptr_nickname);
|
||||
nickname_length = utf8_width_screen (ptr_nickname);
|
||||
external_nick = (!nick && !BUFFER_IS_PRIVATE(buffer));
|
||||
disable_prefix_suffix = ((cfg_look_align_nick != CFG_LOOK_ALIGN_NICK_NONE)
|
||||
&& ((int)strlen (cfg_look_nick_prefix) +
|
||||
|
||||
+2
-1
@@ -31,6 +31,7 @@
|
||||
#include "../common/weechat.h"
|
||||
#include "irc.h"
|
||||
#include "../common/log.h"
|
||||
#include "../common/utf8.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/weeconfig.h"
|
||||
|
||||
@@ -387,7 +388,7 @@ nick_get_max_length (t_irc_channel *channel)
|
||||
max_length = 0;
|
||||
for (ptr_nick = channel->nicks; ptr_nick; ptr_nick = ptr_nick->next_nick)
|
||||
{
|
||||
length = strlen (ptr_nick->nick);
|
||||
length = utf8_width_screen (ptr_nick->nick);
|
||||
if (length > max_length)
|
||||
max_length = length;
|
||||
}
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
#include "weechat-charset.h"
|
||||
|
||||
|
||||
char *weechat_charset_excluded_cmd[] = { "ping", "pong", NULL };
|
||||
|
||||
char *weechat_charset_terminal = NULL;
|
||||
char *weechat_charset_internal = NULL;
|
||||
|
||||
@@ -185,28 +183,6 @@ weechat_charset_set_config (t_weechat_plugin *plugin,
|
||||
plugin->set_plugin_config (plugin, option, value);
|
||||
}
|
||||
|
||||
/*
|
||||
* weechat_charset_command_allowed: return 1 if command can be decoded/encoded
|
||||
*/
|
||||
|
||||
int
|
||||
weechat_charset_command_allowed (char *command)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (!command)
|
||||
return 0;
|
||||
|
||||
for (i = 0; weechat_charset_excluded_cmd[i]; i++)
|
||||
{
|
||||
if (strcasecmp (weechat_charset_excluded_cmd[i], command) == 0)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* command can be decoded/recoded */
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* weechat_charset_parse_irc_msg: return nick, command, channel and position
|
||||
* of arguments in IRC message
|
||||
@@ -216,15 +192,19 @@ void
|
||||
weechat_charset_parse_irc_msg (char *message, char **nick, char **command,
|
||||
char **channel, char **pos_args)
|
||||
{
|
||||
char *pos, *pos2, *pos3;
|
||||
char *pos, *pos2, *pos3, *pos_tmp;
|
||||
|
||||
*nick = NULL;
|
||||
*command = NULL;
|
||||
*channel = NULL;
|
||||
*pos_args = NULL;
|
||||
|
||||
if (message[0] == ':')
|
||||
{
|
||||
pos = message + 1;
|
||||
pos_tmp = strchr (pos, ' ');
|
||||
if (pos_tmp)
|
||||
pos_tmp[0] = '\0';
|
||||
pos2 = strchr (pos, '!');
|
||||
if (pos2)
|
||||
*nick = weechat_charset_strndup (pos, pos2 - pos);
|
||||
@@ -234,6 +214,8 @@ weechat_charset_parse_irc_msg (char *message, char **nick, char **command,
|
||||
if (pos2)
|
||||
*nick = weechat_charset_strndup (pos, pos2 - pos);
|
||||
}
|
||||
if (pos_tmp)
|
||||
pos_tmp[0] = ' ';
|
||||
pos = strchr (message, ' ');
|
||||
if (!pos)
|
||||
pos = message;
|
||||
@@ -292,8 +274,7 @@ weechat_charset_irc_in (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
char *handler_args, void *handler_pointer)
|
||||
{
|
||||
char *nick, *command, *channel, *charset, *ptr_args;
|
||||
char *decoded, *output;
|
||||
int length;
|
||||
char *output;
|
||||
|
||||
/* make gcc happy */
|
||||
(void) argc;
|
||||
@@ -303,33 +284,20 @@ weechat_charset_irc_in (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
output = NULL;
|
||||
|
||||
weechat_charset_parse_irc_msg (argv[1], &nick, &command, &channel, &ptr_args);
|
||||
|
||||
if (weechat_charset_command_allowed (command))
|
||||
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"decode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset IN: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (charset)
|
||||
{
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"decode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset IN: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (ptr_args && charset)
|
||||
{
|
||||
decoded = plugin->iconv_to_internal (plugin, charset, ptr_args);
|
||||
if (decoded)
|
||||
{
|
||||
length = strlen (decoded) + (ptr_args - argv[1]) + 1;
|
||||
output = (char *)malloc (length + 1);
|
||||
strncpy (output, argv[1], ptr_args - argv[1]);
|
||||
output[ptr_args - argv[1]] = '\0';
|
||||
strcat (output, decoded);
|
||||
free (decoded);
|
||||
}
|
||||
}
|
||||
|
||||
output = plugin->iconv_to_internal (plugin, charset, argv[1]);
|
||||
if (charset)
|
||||
free (charset);
|
||||
}
|
||||
@@ -354,8 +322,7 @@ weechat_charset_irc_out (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
char *handler_args, void *handler_pointer)
|
||||
{
|
||||
char *nick, *command, *channel, *charset, *ptr_args;
|
||||
char *encoded, *output;
|
||||
int length;
|
||||
char *output;
|
||||
|
||||
/* make gcc happy */
|
||||
(void) argc;
|
||||
@@ -365,33 +332,20 @@ weechat_charset_irc_out (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
output = NULL;
|
||||
|
||||
weechat_charset_parse_irc_msg (argv[1], &nick, &command, &channel, &ptr_args);
|
||||
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"encode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset OUT: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (weechat_charset_command_allowed (command))
|
||||
if (charset)
|
||||
{
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"encode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset OUT: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (ptr_args && charset)
|
||||
{
|
||||
encoded = plugin->iconv_from_internal (plugin, charset, ptr_args);
|
||||
if (encoded)
|
||||
{
|
||||
length = strlen (encoded) + (ptr_args - argv[1]) + 1;
|
||||
output = (char *)malloc (length + 1);
|
||||
strncpy (output, argv[1], ptr_args - argv[1]);
|
||||
output[ptr_args - argv[1]] = '\0';
|
||||
strcat (output, encoded);
|
||||
free (encoded);
|
||||
}
|
||||
}
|
||||
|
||||
output = plugin->iconv_from_internal (plugin, charset, argv[1]);
|
||||
if (charset)
|
||||
free (charset);
|
||||
}
|
||||
|
||||
+3
-1
@@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 0.2.2
|
||||
%define version 0.2.3
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@@ -68,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_docdir}/%{name}/weechat_quickstart*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2007 FlashCode <flashcode@flashtux.org> 0.2.3-1
|
||||
- Released version 0.2.3
|
||||
* Sat Jan 06 2007 FlashCode <flashcode@flashtux.org> 0.2.2-1
|
||||
- Released version 0.2.2
|
||||
* Sun Oct 01 2006 FlashCode <flashcode@flashtux.org> 0.2.1-1
|
||||
|
||||
+10
-1
@@ -1,9 +1,18 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
ChangeLog - 2007-01-06
|
||||
ChangeLog - 2007-01-10
|
||||
|
||||
|
||||
Version 0.2.3 (2007-01-10):
|
||||
* fixed display bugs with nicklist at top/bottom when look_nicklist_separator
|
||||
is OFF (bug #18737)
|
||||
* fixed iconv problem, causing truncated words when using iso locale
|
||||
* fixed topic scroll when topic has multi-bytes chars
|
||||
* fixed compilation problem with iconv under FreeBSD
|
||||
* fixed bugs with charset: now decodes/encodes nicks and channels in IRC
|
||||
messages (bug #18716)
|
||||
|
||||
Version 0.2.2 (2007-01-06):
|
||||
* fixed bug with status bar (missing refresh) when closing a buffer
|
||||
* fixed bug with use of first buffer for a channel if not connected
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
* FlashCode, 2007-01-10
|
||||
|
||||
WeeChat 0.2.3 released.
|
||||
|
||||
This version fixes several major bugs of version 0.2.2.
|
||||
All users of version 0.2.2 should upgrade to this version.
|
||||
|
||||
* FlashCode, 2007-01-06
|
||||
|
||||
WeeChat 0.2.2 released.
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 0.2.2, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 0.2.3, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.2])
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.3])
|
||||
|
||||
# Checks for programs
|
||||
AC_PROG_CC
|
||||
|
||||
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.2 - User guide</title>
|
||||
<title>WeeChat 0.2.3 - User guide</title>
|
||||
<subtitle>Schneller, leichter und erweiterbarer IRC Client</subtitle>
|
||||
|
||||
<author>
|
||||
@@ -705,7 +705,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
<row>
|
||||
<entry>Alt + J dann Alt + X</entry>
|
||||
<entry>
|
||||
Schalte in den ersten Channel des nächsten Puffers
|
||||
Schalte in den ersten Channel des nächsten Servers
|
||||
(oder in den Server-Puffer wenn keine Channel offen ist)
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.2 - User guide</title>
|
||||
<title>WeeChat 0.2.3 - User guide</title>
|
||||
<subtitle>Fast, light and extensible IRC client</subtitle>
|
||||
|
||||
<author>
|
||||
@@ -701,7 +701,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
<row>
|
||||
<entry>Alt + J then Alt + X</entry>
|
||||
<entry>
|
||||
Switch to first channel of next buffer
|
||||
Switch to first channel of next server
|
||||
(or server buffer if no channel is opened)
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.2 - Guide utilisateur</title>
|
||||
<title>WeeChat 0.2.3 - Guide utilisateur</title>
|
||||
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
+25
-25
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 22:32+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1339,38 +1339,38 @@ msgstr "nemůžu změnit mód přo ostatní uživatele"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (zabezpečená část)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServer: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "připojen"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "nepřipojen"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "na"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "off"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (dočasný server, nebude uložen)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "sekund"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(skrytý)"
|
||||
|
||||
@@ -2235,51 +2235,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s server/kanál (%s/%s) nenaleyen pro exec příkaz pluginu\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "bajtů"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "KB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "MB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "GB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Akceptovat"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Storno"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Odebrat"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Pročistit staré DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Zavřít DCC pohled"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Vyčistit buffer"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Zavřít čistý pohled na data"
|
||||
|
||||
|
||||
+25
-25
@@ -7,10 +7,10 @@
|
||||
# Thomas Schuetz <i18n@internet-villa.de>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
|
||||
"Language-Team: <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1339,38 +1339,38 @@ msgstr "Modes anderer User können nicht geändert werden"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (sichere Verbindung)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServer: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "verbunden"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "nicht verbunden"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "an"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "aus"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (temporärer Server, wird nicht gespeichert)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "Sekunden"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(versteckt)"
|
||||
|
||||
@@ -2243,51 +2243,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s Server/Channel (%s/%s) für den Plugin-Exec-Befehl nicht gefunden\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "Bytes"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "KB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "MB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "GB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] annehmen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] abbrechen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] entfernen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] alte DCCs entfernen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] DCC-Ansicht schließen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Puffer löschen"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Rohdatenansicht schließen"
|
||||
|
||||
|
||||
+25
-25
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Weechat 0.2.2\n"
|
||||
"Project-Id-Version: Weechat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1357,38 +1357,38 @@ msgstr "no es posible cambiar el modo para el resto de usuarios"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "quién es (conexión segura)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServidor:%s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "conectado"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "no conectado"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "activo"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "inactivo"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (servidor temporal, no será guardado)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "segundos"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(oculto)"
|
||||
|
||||
@@ -2271,52 +2271,52 @@ msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr ""
|
||||
"%s servidor/canal (%s/%s) no encontrado para el plugin de comando exec\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "bytes"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "Tiempo estimado de llegada"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Aceptar"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Cancelar"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Eliminar"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Purgar los viejos DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Cerrar la vista DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
#, fuzzy
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr "saltar al búfer DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Cerrar vista de datos basura"
|
||||
|
||||
|
||||
+25
-25
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:50+0100\n"
|
||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1345,38 +1345,38 @@ msgstr "impossible de changer le mode pour les autres utilisateurs"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (connexion sécurisée)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sServeur: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "connecté"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "non connecté"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "activé"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "désactivé"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (serveur temporaire, ne sera pas sauvé)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "secondes"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(caché)"
|
||||
|
||||
@@ -2260,51 +2260,51 @@ msgstr ""
|
||||
"%s serveur/canal (%s/%s) non trouvé pour l'exécution de commande de "
|
||||
"l'extension\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "octets"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "Ko"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "Mo"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "Go"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Accepter"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Annuler"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Retirer"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Purger anciens DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Fermer la vue DCC"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Effacer le tampon"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Fermer la vue IRC brut"
|
||||
|
||||
|
||||
+25
-25
@@ -5,10 +5,10 @@
|
||||
# Andras Voroskoi <voroskoi@frugalware.org>, 2006-2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2006-11-01 18:51+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:49+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1351,38 +1351,38 @@ msgstr "más felhasználók üzemmódját nem módosíthatja"
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "kicsoda (titkosított kapcsolat)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%s Szerver: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "csatlakozva"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "nincs csatlakozva"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "be"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "ki"
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (átmeneti szerver, nem lesz mentve)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "másodperc"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(rejtett)"
|
||||
|
||||
@@ -2243,51 +2243,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s (%s/%s) szerver/szoba nem található a modul futtatása parancshoz\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "byte"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "KB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "MB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "GB"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "ETA"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Elfogadás"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Mégsem"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Eltávolítás"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Régi DCC törlése"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] DCC nézet bezárása"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Puffer törlése"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Nyers adat nézet bezárása"
|
||||
|
||||
|
||||
+25
-25
@@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.2\n"
|
||||
"Project-Id-Version: WeeChat 0.2.3\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"PO-Revision-Date: 2007-01-05 20:29+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: 2007-01-10 18:49+0100\n"
|
||||
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1338,38 +1338,38 @@ msgstr "вы не можете менять режимы других польз
|
||||
msgid "whois (secure connection)"
|
||||
msgstr "whois (защищённое соединение)"
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr "%sСервер: %s%s %s[%s%s%s]\n"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr "подключен"
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr "отключен"
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr "вкл."
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr "выкл."
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr " (временный сервер, не будет сохранён)"
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr "секунды"
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr "(скрытый)"
|
||||
|
||||
@@ -2224,51 +2224,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr "%s сервер/канал (%s/%s) не найден для команды plug-inа\n"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr "байтов"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr "КБ"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr "ГБ"
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr "осталось"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr " [A] Принять"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr " [C] Отменить"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr " [R] Удалить"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr " [P] Очистить список"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr " [Q] Закрыть окно"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr " [C] Очистить буфер"
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr " [Q] Закрыть окно сырых данных"
|
||||
|
||||
|
||||
+23
-23
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2007-01-05 20:28+0100\n"
|
||||
"POT-Creation-Date: 2007-01-10 18:49+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -1235,38 +1235,38 @@ msgstr ""
|
||||
msgid "whois (secure connection)"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:375
|
||||
#: src/irc/irc-display.c:376
|
||||
#, c-format
|
||||
msgid "%sServer: %s%s %s[%s%s%s]\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "connected"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:382
|
||||
#: src/irc/irc-display.c:383
|
||||
msgid "not connected"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "on"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:386 src/irc/irc-display.c:390
|
||||
#: src/irc/irc-display.c:399 src/irc/irc-display.c:401
|
||||
#: src/irc/irc-display.c:387 src/irc/irc-display.c:391
|
||||
#: src/irc/irc-display.c:400 src/irc/irc-display.c:402
|
||||
msgid "off"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:388
|
||||
#: src/irc/irc-display.c:389
|
||||
msgid " (temporary server, will not be saved)"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:393 src/irc/irc-display.c:424 src/irc/irc-recv.c:3144
|
||||
#: src/irc/irc-display.c:394 src/irc/irc-display.c:425 src/irc/irc-recv.c:3144
|
||||
msgid "seconds"
|
||||
msgstr ""
|
||||
|
||||
#: src/irc/irc-display.c:404
|
||||
#: src/irc/irc-display.c:405
|
||||
msgid "(hidden)"
|
||||
msgstr ""
|
||||
|
||||
@@ -2095,51 +2095,51 @@ msgstr ""
|
||||
msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "bytes"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "KB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "MB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:945
|
||||
#: src/gui/curses/gui-curses-chat.c:941
|
||||
msgid "GB"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-chat.c:1079
|
||||
#: src/gui/curses/gui-curses-chat.c:1075
|
||||
msgid "ETA"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:395
|
||||
#: src/gui/curses/gui-curses-input.c:406
|
||||
msgid " [A] Accept"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:397 src/gui/curses/gui-curses-input.c:402
|
||||
#: src/gui/curses/gui-curses-input.c:408 src/gui/curses/gui-curses-input.c:413
|
||||
msgid " [C] Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:408
|
||||
#: src/gui/curses/gui-curses-input.c:419
|
||||
msgid " [R] Remove"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:413
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
msgid " [P] Purge old DCC"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:415
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
msgid " [Q] Close DCC view"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:424
|
||||
#: src/gui/curses/gui-curses-input.c:435
|
||||
msgid " [C] Clear buffer"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui/curses/gui-curses-input.c:426
|
||||
#: src/gui/curses/gui-curses-input.c:437
|
||||
msgid " [Q] Close raw data view"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -194,16 +194,14 @@ ascii_strcasestr (char *string, char *search)
|
||||
*/
|
||||
|
||||
char *
|
||||
weechat_iconv (char *from_code, char *to_code, char *string)
|
||||
weechat_iconv (int from_utf8, char *from_code, char *to_code, char *string)
|
||||
{
|
||||
char *outbuf;
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
iconv_t cd;
|
||||
char *inbuf;
|
||||
char *inbuf, *ptr_inbuf, *ptr_outbuf, *next_char;
|
||||
int done;
|
||||
ICONV_CONST char *ptr_inbuf;
|
||||
char *ptr_outbuf;
|
||||
size_t err, inbytesleft, outbytesleft;
|
||||
|
||||
if (from_code && from_code[0] && to_code && to_code[0]
|
||||
@@ -223,7 +221,7 @@ weechat_iconv (char *from_code, char *to_code, char *string)
|
||||
done = 0;
|
||||
while (!done)
|
||||
{
|
||||
err = iconv (cd, &ptr_inbuf, &inbytesleft,
|
||||
err = iconv (cd, (ICONV_CONST char **)(&ptr_inbuf), &inbytesleft,
|
||||
&ptr_outbuf, &outbytesleft);
|
||||
if (err == (size_t)(-1))
|
||||
{
|
||||
@@ -236,7 +234,28 @@ weechat_iconv (char *from_code, char *to_code, char *string)
|
||||
done = 1;
|
||||
break;
|
||||
case EILSEQ:
|
||||
ptr_inbuf[0] = '?';
|
||||
if (from_utf8)
|
||||
{
|
||||
next_char = utf8_next_char (ptr_inbuf);
|
||||
if (next_char)
|
||||
{
|
||||
inbytesleft -= next_char - ptr_inbuf;
|
||||
ptr_inbuf = next_char;
|
||||
}
|
||||
else
|
||||
{
|
||||
inbytesleft--;
|
||||
ptr_inbuf++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ptr_inbuf++;
|
||||
inbytesleft--;
|
||||
}
|
||||
ptr_outbuf[0] = '?';
|
||||
ptr_outbuf++;
|
||||
outbytesleft--;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -282,7 +301,8 @@ weechat_iconv_to_internal (char *charset, char *string)
|
||||
if (utf8_is_valid (input, NULL))
|
||||
return input;
|
||||
|
||||
output = weechat_iconv ((charset && charset[0]) ?
|
||||
output = weechat_iconv (0,
|
||||
(charset && charset[0]) ?
|
||||
charset : local_charset,
|
||||
WEECHAT_INTERNAL_CHARSET,
|
||||
input);
|
||||
@@ -313,7 +333,8 @@ weechat_iconv_from_internal (char *charset, char *string)
|
||||
if (input)
|
||||
{
|
||||
utf8_normalize (input, '?');
|
||||
output = weechat_iconv (WEECHAT_INTERNAL_CHARSET,
|
||||
output = weechat_iconv (1,
|
||||
WEECHAT_INTERNAL_CHARSET,
|
||||
(charset && charset[0]) ?
|
||||
charset : local_charset,
|
||||
input);
|
||||
|
||||
@@ -169,7 +169,6 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
{
|
||||
t_gui_window *ptr_win;
|
||||
char format[32], *buf, *buf2, *ptr_topic;
|
||||
int length, width;
|
||||
|
||||
if (!gui_ok)
|
||||
return;
|
||||
@@ -189,17 +188,15 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
if (CHANNEL(buffer)->topic)
|
||||
{
|
||||
buf = (char *)gui_color_decode ((unsigned char *)(CHANNEL(buffer)->topic), 0);
|
||||
buf2 = weechat_iconv_from_internal (NULL,
|
||||
(buf) ? buf : CHANNEL(buffer)->topic);
|
||||
ptr_topic = (buf2) ? buf2 : CHANNEL(buffer)->topic;
|
||||
length = utf8_strlen (ptr_topic);
|
||||
if (ptr_win->win_title_start >= length)
|
||||
ptr_topic = utf8_add_offset ((buf) ? buf : CHANNEL(buffer)->topic,
|
||||
ptr_win->win_title_start);
|
||||
if (!ptr_topic || !ptr_topic[0])
|
||||
{
|
||||
ptr_win->win_title_start = 0;
|
||||
width = (ptr_win->win_title_start == 0) ?
|
||||
ptr_win->win_width : ptr_win->win_width - 2;
|
||||
ptr_topic += ptr_win->win_title_start;
|
||||
|
||||
snprintf (format, 32, "%%-%ds", width);
|
||||
ptr_topic = (buf) ? buf : CHANNEL(buffer)->topic;
|
||||
}
|
||||
buf2 = weechat_iconv_from_internal (NULL,
|
||||
ptr_topic);
|
||||
|
||||
if (ptr_win->win_title_start > 0)
|
||||
{
|
||||
@@ -208,11 +205,10 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, "%s", "++");
|
||||
}
|
||||
|
||||
if (utf8_strlen (ptr_topic) > ptr_win->win_width)
|
||||
if (utf8_width_screen (ptr_topic) > ptr_win->win_width)
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_title, COLOR_WIN_TITLE);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title,
|
||||
format, ptr_topic);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, "%s", (buf2) ? buf2 : ptr_topic);
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_title,
|
||||
COLOR_WIN_TITLE_MORE);
|
||||
mvwprintw (GUI_CURSES(ptr_win)->win_title, 0, ptr_win->win_width - 2,
|
||||
@@ -221,7 +217,7 @@ gui_chat_draw_title (t_gui_buffer *buffer, int erase)
|
||||
else
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_title, COLOR_WIN_TITLE);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, format, ptr_topic);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_title, "%s", (buf2) ? buf2 : ptr_topic);
|
||||
}
|
||||
if (buf)
|
||||
free (buf);
|
||||
|
||||
@@ -90,11 +90,11 @@ gui_input_get_prompt_length (t_gui_window *window, char *nick)
|
||||
{
|
||||
case 'c':
|
||||
if (CHANNEL(window->buffer))
|
||||
length += utf8_strlen (CHANNEL(window->buffer)->name);
|
||||
length += utf8_width_screen (CHANNEL(window->buffer)->name);
|
||||
else
|
||||
{
|
||||
if (SERVER(window->buffer))
|
||||
length += utf8_strlen (SERVER(window->buffer)->name);
|
||||
length += utf8_width_screen (SERVER(window->buffer)->name);
|
||||
}
|
||||
pos++;
|
||||
break;
|
||||
@@ -108,7 +108,7 @@ gui_input_get_prompt_length (t_gui_window *window, char *nick)
|
||||
pos++;
|
||||
break;
|
||||
case 'n':
|
||||
length += utf8_strlen (nick);
|
||||
length += utf8_width_screen (nick);
|
||||
pos++;
|
||||
break;
|
||||
default:
|
||||
@@ -148,7 +148,7 @@ gui_input_get_prompt_length (t_gui_window *window, char *nick)
|
||||
void
|
||||
gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
{
|
||||
char *pos, saved_char;
|
||||
char *pos, saved_char, *buf;
|
||||
int char_size;
|
||||
|
||||
wmove (GUI_CURSES(window)->win_input, 0, 0);
|
||||
@@ -166,8 +166,12 @@ gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(window)->win_input,
|
||||
COLOR_WIN_INPUT_CHANNEL);
|
||||
buf = weechat_iconv_from_internal (NULL,
|
||||
CHANNEL(window->buffer)->name);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s",
|
||||
CHANNEL(window->buffer)->name);
|
||||
(buf) ? buf : CHANNEL(window->buffer)->name);
|
||||
if (buf)
|
||||
free (buf);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -175,8 +179,12 @@ gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
{
|
||||
gui_window_set_weechat_color (GUI_CURSES(window)->win_input,
|
||||
COLOR_WIN_INPUT_SERVER);
|
||||
buf = weechat_iconv_from_internal (NULL,
|
||||
SERVER(window->buffer)->name);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s",
|
||||
SERVER(window->buffer)->name);
|
||||
(buf) ? buf : SERVER(window->buffer)->name);
|
||||
if (buf)
|
||||
free (buf);
|
||||
}
|
||||
}
|
||||
pos++;
|
||||
@@ -198,7 +206,10 @@ gui_input_draw_prompt (t_gui_window *window, char *nick)
|
||||
case 'n':
|
||||
gui_window_set_weechat_color (GUI_CURSES(window)->win_input,
|
||||
COLOR_WIN_INPUT_NICK);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s", nick);
|
||||
buf = weechat_iconv_from_internal (NULL, nick);
|
||||
wprintw (GUI_CURSES(window)->win_input, "%s", (buf) ? buf : nick);
|
||||
if (buf)
|
||||
free (buf);
|
||||
pos++;
|
||||
break;
|
||||
default:
|
||||
|
||||
@@ -24,8 +24,12 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../../common/weechat.h"
|
||||
#include "../gui.h"
|
||||
#include "../../common/utf8.h"
|
||||
#include "../../common/util.h"
|
||||
#include "../../common/weeconfig.h"
|
||||
#include "../../irc/irc.h"
|
||||
#include "gui-curses.h"
|
||||
@@ -39,8 +43,8 @@ void
|
||||
gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
{
|
||||
t_gui_window *ptr_win;
|
||||
int i, j, x, y, x2, column, max_length, nicks_displayed;
|
||||
char format[32], format_empty[32];
|
||||
int i, j, k, x, y, x2, max_y, column, max_length, max_chars, nicks_displayed;
|
||||
char format_empty[32], *buf, *ptr_buf, *ptr_next, saved_char;
|
||||
t_irc_nick *ptr_nick;
|
||||
|
||||
if (!gui_ok || !BUFFER_HAS_NICKLIST(buffer))
|
||||
@@ -81,15 +85,14 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
|
||||
if ((cfg_look_nicklist_position == CFG_LOOK_NICKLIST_TOP) ||
|
||||
(cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM))
|
||||
snprintf (format, 32, "%%.%ds", max_length);
|
||||
max_chars = max_length;
|
||||
else
|
||||
snprintf (format, 32, "%%.%ds",
|
||||
((cfg_look_nicklist_min_size > 0)
|
||||
&& (max_length < cfg_look_nicklist_min_size)) ?
|
||||
cfg_look_nicklist_min_size :
|
||||
(((cfg_look_nicklist_max_size > 0)
|
||||
&& (max_length > cfg_look_nicklist_max_size)) ?
|
||||
cfg_look_nicklist_max_size : max_length));
|
||||
max_chars = ((cfg_look_nicklist_min_size > 0)
|
||||
&& (max_length < cfg_look_nicklist_min_size)) ?
|
||||
cfg_look_nicklist_min_size :
|
||||
(((cfg_look_nicklist_max_size > 0)
|
||||
&& (max_length > cfg_look_nicklist_max_size)) ?
|
||||
cfg_look_nicklist_max_size : max_length);
|
||||
|
||||
if (cfg_look_nicklist_separator && has_colors ())
|
||||
{
|
||||
@@ -122,6 +125,20 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_nick, COLOR_WIN_NICK);
|
||||
x = 0;
|
||||
y = (cfg_look_nicklist_separator && (cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM)) ? 1 : 0;
|
||||
max_y = 0;
|
||||
switch (cfg_look_nicklist_position)
|
||||
{
|
||||
case CFG_LOOK_NICKLIST_LEFT:
|
||||
case CFG_LOOK_NICKLIST_RIGHT:
|
||||
max_y = 0;
|
||||
break;
|
||||
case CFG_LOOK_NICKLIST_TOP:
|
||||
max_y = ptr_win->win_nick_height - cfg_look_nicklist_separator;
|
||||
break;
|
||||
case CFG_LOOK_NICKLIST_BOTTOM:
|
||||
max_y = ptr_win->win_nick_height;
|
||||
break;
|
||||
}
|
||||
column = 0;
|
||||
|
||||
if ((cfg_look_nicklist_position == CFG_LOOK_NICKLIST_TOP) ||
|
||||
@@ -203,7 +220,30 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
gui_window_set_weechat_color (GUI_CURSES(ptr_win)->win_nick,
|
||||
((cfg_irc_away_check > 0) && (ptr_nick->flags & NICK_AWAY)) ?
|
||||
COLOR_WIN_NICK_AWAY : COLOR_WIN_NICK);
|
||||
mvwprintw (GUI_CURSES(ptr_win)->win_nick, y, x, format, ptr_nick->nick);
|
||||
wmove (GUI_CURSES(ptr_win)->win_nick, y, x);
|
||||
ptr_buf = ptr_nick->nick;
|
||||
saved_char = '\0';
|
||||
for (k = 0; k < max_chars; k++)
|
||||
{
|
||||
if (ptr_buf && ptr_buf[0])
|
||||
{
|
||||
ptr_next = utf8_next_char (ptr_buf);
|
||||
if (ptr_next)
|
||||
{
|
||||
saved_char = ptr_next[0];
|
||||
ptr_next[0] = '\0';
|
||||
}
|
||||
buf = weechat_iconv_from_internal (NULL, ptr_buf);
|
||||
wprintw (GUI_CURSES(ptr_win)->win_nick, "%s", (buf) ? buf : "?");
|
||||
if (buf)
|
||||
free (buf);
|
||||
if (ptr_next)
|
||||
ptr_next[0] = saved_char;
|
||||
ptr_buf = ptr_next;
|
||||
}
|
||||
else
|
||||
wprintw (GUI_CURSES(ptr_win)->win_nick, " ");
|
||||
}
|
||||
|
||||
ptr_nick = ptr_nick->next_nick;
|
||||
|
||||
@@ -214,9 +254,7 @@ gui_nicklist_draw (t_gui_buffer *buffer, int erase, int calculate_size)
|
||||
if ((cfg_look_nicklist_position == CFG_LOOK_NICKLIST_TOP) ||
|
||||
(cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM))
|
||||
{
|
||||
if (y - ((cfg_look_nicklist_separator
|
||||
&& (cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM)) ? 1 : 0)
|
||||
>= ptr_win->win_nick_height - 1)
|
||||
if (y >= max_y)
|
||||
{
|
||||
column += max_length + 2;
|
||||
y = (cfg_look_nicklist_separator && (cfg_look_nicklist_position == CFG_LOOK_NICKLIST_BOTTOM)) ?
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#include "../common/weechat.h"
|
||||
#include "irc.h"
|
||||
#include "../common/utf8.h"
|
||||
#include "../common/weeconfig.h"
|
||||
#include "../gui/gui.h"
|
||||
|
||||
@@ -159,7 +160,7 @@ irc_display_nick (t_gui_buffer *buffer, t_irc_nick *nick, char *nickname,
|
||||
ptr_nickname = strdup ((nick) ? nick->nick : nickname);
|
||||
if (!ptr_nickname)
|
||||
return;
|
||||
nickname_length = strlen (ptr_nickname);
|
||||
nickname_length = utf8_width_screen (ptr_nickname);
|
||||
external_nick = (!nick && !BUFFER_IS_PRIVATE(buffer));
|
||||
disable_prefix_suffix = ((cfg_look_align_nick != CFG_LOOK_ALIGN_NICK_NONE)
|
||||
&& ((int)strlen (cfg_look_nick_prefix) +
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "../common/weechat.h"
|
||||
#include "irc.h"
|
||||
#include "../common/log.h"
|
||||
#include "../common/utf8.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/weeconfig.h"
|
||||
|
||||
@@ -387,7 +388,7 @@ nick_get_max_length (t_irc_channel *channel)
|
||||
max_length = 0;
|
||||
for (ptr_nick = channel->nicks; ptr_nick; ptr_nick = ptr_nick->next_nick)
|
||||
{
|
||||
length = strlen (ptr_nick->nick);
|
||||
length = utf8_width_screen (ptr_nick->nick);
|
||||
if (length > max_length)
|
||||
max_length = length;
|
||||
}
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
#include "weechat-charset.h"
|
||||
|
||||
|
||||
char *weechat_charset_excluded_cmd[] = { "ping", "pong", NULL };
|
||||
|
||||
char *weechat_charset_terminal = NULL;
|
||||
char *weechat_charset_internal = NULL;
|
||||
|
||||
@@ -185,28 +183,6 @@ weechat_charset_set_config (t_weechat_plugin *plugin,
|
||||
plugin->set_plugin_config (plugin, option, value);
|
||||
}
|
||||
|
||||
/*
|
||||
* weechat_charset_command_allowed: return 1 if command can be decoded/encoded
|
||||
*/
|
||||
|
||||
int
|
||||
weechat_charset_command_allowed (char *command)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (!command)
|
||||
return 0;
|
||||
|
||||
for (i = 0; weechat_charset_excluded_cmd[i]; i++)
|
||||
{
|
||||
if (strcasecmp (weechat_charset_excluded_cmd[i], command) == 0)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* command can be decoded/recoded */
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* weechat_charset_parse_irc_msg: return nick, command, channel and position
|
||||
* of arguments in IRC message
|
||||
@@ -216,15 +192,19 @@ void
|
||||
weechat_charset_parse_irc_msg (char *message, char **nick, char **command,
|
||||
char **channel, char **pos_args)
|
||||
{
|
||||
char *pos, *pos2, *pos3;
|
||||
char *pos, *pos2, *pos3, *pos_tmp;
|
||||
|
||||
*nick = NULL;
|
||||
*command = NULL;
|
||||
*channel = NULL;
|
||||
*pos_args = NULL;
|
||||
|
||||
if (message[0] == ':')
|
||||
{
|
||||
pos = message + 1;
|
||||
pos_tmp = strchr (pos, ' ');
|
||||
if (pos_tmp)
|
||||
pos_tmp[0] = '\0';
|
||||
pos2 = strchr (pos, '!');
|
||||
if (pos2)
|
||||
*nick = weechat_charset_strndup (pos, pos2 - pos);
|
||||
@@ -234,6 +214,8 @@ weechat_charset_parse_irc_msg (char *message, char **nick, char **command,
|
||||
if (pos2)
|
||||
*nick = weechat_charset_strndup (pos, pos2 - pos);
|
||||
}
|
||||
if (pos_tmp)
|
||||
pos_tmp[0] = ' ';
|
||||
pos = strchr (message, ' ');
|
||||
if (!pos)
|
||||
pos = message;
|
||||
@@ -292,8 +274,7 @@ weechat_charset_irc_in (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
char *handler_args, void *handler_pointer)
|
||||
{
|
||||
char *nick, *command, *channel, *charset, *ptr_args;
|
||||
char *decoded, *output;
|
||||
int length;
|
||||
char *output;
|
||||
|
||||
/* make gcc happy */
|
||||
(void) argc;
|
||||
@@ -303,33 +284,20 @@ weechat_charset_irc_in (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
output = NULL;
|
||||
|
||||
weechat_charset_parse_irc_msg (argv[1], &nick, &command, &channel, &ptr_args);
|
||||
|
||||
if (weechat_charset_command_allowed (command))
|
||||
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"decode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset IN: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (charset)
|
||||
{
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"decode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset IN: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (ptr_args && charset)
|
||||
{
|
||||
decoded = plugin->iconv_to_internal (plugin, charset, ptr_args);
|
||||
if (decoded)
|
||||
{
|
||||
length = strlen (decoded) + (ptr_args - argv[1]) + 1;
|
||||
output = (char *)malloc (length + 1);
|
||||
strncpy (output, argv[1], ptr_args - argv[1]);
|
||||
output[ptr_args - argv[1]] = '\0';
|
||||
strcat (output, decoded);
|
||||
free (decoded);
|
||||
}
|
||||
}
|
||||
|
||||
output = plugin->iconv_to_internal (plugin, charset, argv[1]);
|
||||
if (charset)
|
||||
free (charset);
|
||||
}
|
||||
@@ -354,8 +322,7 @@ weechat_charset_irc_out (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
char *handler_args, void *handler_pointer)
|
||||
{
|
||||
char *nick, *command, *channel, *charset, *ptr_args;
|
||||
char *encoded, *output;
|
||||
int length;
|
||||
char *output;
|
||||
|
||||
/* make gcc happy */
|
||||
(void) argc;
|
||||
@@ -365,33 +332,20 @@ weechat_charset_irc_out (t_weechat_plugin *plugin, int argc, char **argv,
|
||||
output = NULL;
|
||||
|
||||
weechat_charset_parse_irc_msg (argv[1], &nick, &command, &channel, &ptr_args);
|
||||
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"encode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset OUT: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (weechat_charset_command_allowed (command))
|
||||
if (charset)
|
||||
{
|
||||
charset = weechat_charset_get_config (plugin,
|
||||
"encode", argv[0],
|
||||
(channel) ? channel : nick);
|
||||
|
||||
if (weechat_charset_debug)
|
||||
plugin->print(plugin, NULL, NULL,
|
||||
"Charset OUT: srv='%s', nick='%s', chan='%s', "
|
||||
"msg='%s', ptr_args='%s' => charset: %s",
|
||||
argv[0], nick, channel, argv[1], ptr_args, charset);
|
||||
|
||||
if (ptr_args && charset)
|
||||
{
|
||||
encoded = plugin->iconv_from_internal (plugin, charset, ptr_args);
|
||||
if (encoded)
|
||||
{
|
||||
length = strlen (encoded) + (ptr_args - argv[1]) + 1;
|
||||
output = (char *)malloc (length + 1);
|
||||
strncpy (output, argv[1], ptr_args - argv[1]);
|
||||
output[ptr_args - argv[1]] = '\0';
|
||||
strcat (output, encoded);
|
||||
free (encoded);
|
||||
}
|
||||
}
|
||||
|
||||
output = plugin->iconv_from_internal (plugin, charset, argv[1]);
|
||||
if (charset)
|
||||
free (charset);
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 0.2.2
|
||||
%define version 0.2.3
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@@ -68,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_docdir}/%{name}/weechat_quickstart*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2007 FlashCode <flashcode@flashtux.org> 0.2.3-1
|
||||
- Released version 0.2.3
|
||||
* Sat Jan 06 2007 FlashCode <flashcode@flashtux.org> 0.2.2-1
|
||||
- Released version 0.2.2
|
||||
* Sun Oct 01 2006 FlashCode <flashcode@flashtux.org> 0.2.1-1
|
||||
|
||||
Reference in New Issue
Block a user