Showing with 2,598 additions and 2,306 deletions.
  1. +6 −3 configure.ac
  2. +2 −2 plugins/sysinfo/xsys.c
  3. +2 −2 plugins/upd/upd.c
  4. +4 −2 po/es.po
  5. +24 −23 po/et.po
  6. +13 −12 po/eu.po
  7. +162 −161 po/fi.po
  8. +87 −87 po/fr.po
  9. +3 −2 po/it.po
  10. +6 −6 po/ja_JP.po
  11. +385 −384 po/lt.po
  12. +154 −154 po/pt.po
  13. +1,258 −1,257 po/pt_BR.po
  14. +33 −31 po/sv.po
  15. +40 −40 po/tr.po
  16. +6 −6 po/zh_CN.po
  17. +3 −6 src/common/cfgfiles.c
  18. +0 −18 src/common/hexchat.c
  19. +1 −0 src/common/hexchat.h
  20. +8 −20 src/common/notify.c
  21. +27 −10 src/common/server.c
  22. +222 −11 src/common/ssl.c
  23. +2 −2 src/common/ssl.h
  24. +8 −1 src/common/text.c
  25. +3 −3 src/common/url.c
  26. +2 −2 src/common/util.c
  27. +73 −32 src/fe-gtk/fe-gtk.c
  28. +51 −21 src/fe-gtk/gtkutil.c
  29. +2 −1 src/fe-gtk/maingui.c
  30. +8 −7 src/fe-gtk/servlistgui.c
  31. +3 −0 src/fe-gtk/xtext.c
9 changes: 6 additions & 3 deletions configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([HexChat],[2.10.1])
AC_INIT([HexChat],[2.10.2])

AC_PREREQ([2.60])
AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
Expand Down Expand Up @@ -255,8 +255,11 @@ if test "$perl" = yes; then
original_ldflags="$LDFLAGS"
CFLAGS="$PERL_CFLAGS"
LDFLAGS="$PERL_LDFLAGS"
AC_TRY_LINK([#include <EXTERN.h>
#include <perl.h>], [], perl_is_usable=yes, perl_is_usable=no)
AC_TRY_LINK([
#define PERL_NO_INLINE_FUNCTIONS
#include <EXTERN.h>
#include <perl.h>
], [], perl_is_usable=yes, perl_is_usable=no)
CFLAGS="$original_cflags"
LDFLAGS="$original_ldflags"
if test x$perl_is_usable = xno ; then
Expand Down
4 changes: 2 additions & 2 deletions plugins/sysinfo/xsys.c
Expand Up @@ -750,7 +750,7 @@ sysinfo_cb (char *word[], char *word_eol[], void *userdata)

if (!g_ascii_strcasecmp ("HELP", word[2+offset]))
{
hexchat_printf (ph, sysinfo_help);
hexchat_printf (ph, "%s", sysinfo_help);
return HEXCHAT_EAT_ALL;
}
else if (!g_ascii_strcasecmp ("LIST", word[2+offset]))
Expand Down Expand Up @@ -870,7 +870,7 @@ sysinfo_cb (char *word[], char *word_eol[], void *userdata)
}
else
{
hexchat_printf (ph, sysinfo_help);
hexchat_printf (ph, "%s", sysinfo_help);
return HEXCHAT_EAT_ALL;
}
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/upd/upd.c
Expand Up @@ -128,7 +128,7 @@ print_version (char *word[], char *word_eol[], void *userdata)

if (!g_ascii_strcasecmp ("HELP", word[2]))
{
hexchat_printf (ph, upd_help);
hexchat_printf (ph, "%s", upd_help);
return HEXCHAT_EAT_HEXCHAT;
}
else if (!g_ascii_strcasecmp ("SET", word[2]))
Expand Down Expand Up @@ -200,7 +200,7 @@ print_version (char *word[], char *word_eol[], void *userdata)
}
else
{
hexchat_printf (ph, upd_help);
hexchat_printf (ph, "%s", upd_help);
return HEXCHAT_EAT_HEXCHAT;
}
}
Expand Down
6 changes: 4 additions & 2 deletions po/es.po
Expand Up @@ -4,16 +4,18 @@
#
# Translators:
# bviktor, 2012
# bviktor, 2012
# Víctor <vegadark89@gmail.com>, 2013-2014
# Víctor <vegadark89@gmail.com>, 2012-2013
# Víctor <vegadark89@gmail.com>, 2014
# Víctor <vegadark89@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"
"Report-Msgid-Bugs-To: www.hexchat.org\n"
"POT-Creation-Date: 2014-05-14 13:20-0400\n"
"PO-Revision-Date: 2014-05-14 17:34+0000\n"
"Last-Translator: Víctor <vegadark89@gmail.com>\n"
"PO-Revision-Date: 2014-09-25 00:30+0000\n"
"Last-Translator: Gato Loko\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/hexchat/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
47 changes: 24 additions & 23 deletions po/et.po
Expand Up @@ -5,13 +5,14 @@
# Translators:
# Ekke Vasli <ekke@chamber.ee>, 2001
# Ilmar Kerm <ikerm@hot.ee>, 2002
# jasva, 2014
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"
"Report-Msgid-Bugs-To: www.hexchat.org\n"
"POT-Creation-Date: 2014-05-14 13:20-0400\n"
"PO-Revision-Date: 2014-05-14 17:20+0000\n"
"Last-Translator: TingPing <tingping@tingping.se>\n"
"PO-Revision-Date: 2014-09-28 09:26+0000\n"
"Last-Translator: jasva\n"
"Language-Team: Estonian (http://www.transifex.com/projects/p/hexchat/language/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -24,37 +25,37 @@ msgid ""
"HexChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
msgstr "HexChat on lihtne ja paljude võimalustega IRC klient. See võimaldab turvaliselt ühenduda mitme võrguda samaaegselt ja suhelda inimestega privaatselt või liituda vestluskanalitega, kasutades selleks kohandatavat rakendust. Samuti on võimalus failivahetuseks."

#: ../data/misc/hexchat.appdata.xml.in.h:2
msgid ""
"HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
msgstr "HexChat toetab kasutamiseks: DCC, SASL, hoiatusi, logide koguminst, kohandatud teemasid ja Python/Perl skripte."

#: ../data/misc/hexchat.desktop.in.h:1
msgid "HexChat"
msgstr ""
msgstr "HexChat"

#: ../data/misc/hexchat.desktop.in.h:2
msgid "IRC Client"
msgstr ""
msgstr "IRC klient"

#: ../data/misc/hexchat.desktop.in.h:3
msgid "Chat with other people online"
msgstr ""
msgstr "Vestle teiste kasutajatega internetis"

#: ../data/misc/hexchat.desktop.in.h:4
msgid "IM;Chat;"
msgstr ""

#: ../data/misc/hexchat.desktop.in.h:5
msgid "Open Safe Mode"
msgstr ""
msgstr "Ava turvarežiim"

#: ../data/misc/htm.desktop.in.h:1
msgid "HexChat Theme Manager"
msgstr ""
msgstr "HexChat teemahaldur"

#. 0 means unlimited
#. STRINGS
Expand Down Expand Up @@ -121,27 +122,27 @@ msgstr "Ei ole ühtegi aktiivset DCCd\n"

#: ../src/common/hexchat.c:867
msgid "_Open Dialog Window"
msgstr ""
msgstr "_Ava dialoogiaken"

#: ../src/common/hexchat.c:868
msgid "_Send a File"
msgstr ""
msgstr "_Saada fail"

#: ../src/common/hexchat.c:869
msgid "_User Info (WhoIs)"
msgstr ""
msgstr "_Kasutaja info (Whois)"

#: ../src/common/hexchat.c:870
msgid "_Add to Friends List"
msgstr ""
msgstr "_Lisa sõprade nimekirja"

#: ../src/common/hexchat.c:871
msgid "_Ignore"
msgstr ""
msgstr "_Ignoreeri"

#: ../src/common/hexchat.c:872
msgid "O_perator Actions"
msgstr ""
msgstr "O_peraatori toimingud"

#: ../src/common/hexchat.c:874
msgid "Give Ops"
Expand Down Expand Up @@ -222,7 +223,7 @@ msgstr "Põhjus %s väljaviskamiseks:"

#: ../src/common/hexchat.c:920
msgid "Sendfile"
msgstr ""
msgstr "Saada fail"

#: ../src/common/hexchat.c:921
msgid "Dialog"
Expand Down Expand Up @@ -254,7 +255,7 @@ msgstr "Ping"
#, c-format
msgid ""
"You do not have write access to %s. Nothing from this session can be saved."
msgstr ""
msgstr "Sul puuduvad kirjutamisõigused asukohta %s. Sellest sessioonist ei salvestata midagi."

#: ../src/common/hexchat.c:1139
msgid ""
Expand Down Expand Up @@ -284,7 +285,7 @@ msgstr "%s ujutab sind CTCP päringutega üle, ignoreerin kasutajat %s\n"
#: ../src/common/ignore.c:410
#, c-format
msgid "You are being MSG flooded from %s, setting gui_autoopen_dialog OFF.\n"
msgstr ""
msgstr "%s uputab sind üle massiliste sõnumitega, mistõttu lülitame gui_autoopen_dialog VÄLJA.\n"

#: ../src/common/notify.c:558
#, c-format
Expand All @@ -307,12 +308,12 @@ msgstr "Pole ühendatud. Proovi /server <host> [<port>]\n"
#: ../src/common/outbound.c:280
#, c-format
msgid "Server %s already exists on network %s.\n"
msgstr ""
msgstr "Server %s eksisteerib juba võrguloendis %s.\n"

#: ../src/common/outbound.c:286
#, c-format
msgid "Added server %s to network %s.\n"
msgstr ""
msgstr "Server %s on võrkuda nimekirja %s lisatud.\n"

#: ../src/common/outbound.c:371
#, c-format
Expand Down Expand Up @@ -350,7 +351,7 @@ msgstr "Tundmatut parameetrit '%s' ignoreeriti."

#: ../src/common/outbound.c:3093 ../src/common/outbound.c:3123
msgid "Quiet is not supported by this server."
msgstr ""
msgstr "Vaigistamine pole antud serveris toetatud."

#. error
#: ../src/common/outbound.c:3585 ../src/common/outbound.c:3619
Expand All @@ -369,15 +370,15 @@ msgstr "ADDBUTTON <nimi> <tegevus>, lisab kasutajate nimekirja alla uue nupu"
msgid ""
"ADDSERVER <NewNetwork> <newserver/6667>, adds a new network with a new "
"server to the network list"
msgstr ""
msgstr "ADDSERVER <UusVõrk> <uusserver/6667> lisab uue võrgu koos uue serveriga võrguloendisse."

#: ../src/common/outbound.c:3904
msgid "ALLCHAN <cmd>, sends a command to all channels you're in"
msgstr "ALLCHAN <käsk>, saadab käsu kõikidele kanalitele, kus oled"

#: ../src/common/outbound.c:3906
msgid "ALLCHANL <cmd>, sends a command to all channels on the current server"
msgstr ""
msgstr "ALLCHANL <käsk>, saadab käsu kõikidesse kanalitesse antud serveris"

#: ../src/common/outbound.c:3908
msgid "ALLSERV <cmd>, sends a command to all servers you're in"
Expand Down
25 changes: 13 additions & 12 deletions po/eu.po
Expand Up @@ -5,13 +5,14 @@
# Translators:
# Mikel Olasagasti <hey_neken@euskal.org>, 2004
# Mikel Olasagasti Uranga <mikel@olasagasti.info>, 2012
# Mikel Olasagasti Uranga <mikel@olasagasti.info>, 2014
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"
"Report-Msgid-Bugs-To: www.hexchat.org\n"
"POT-Creation-Date: 2014-05-14 13:20-0400\n"
"PO-Revision-Date: 2014-05-14 17:20+0000\n"
"Last-Translator: TingPing <tingping@tingping.se>\n"
"PO-Revision-Date: 2014-10-13 08:06+0000\n"
"Last-Translator: Mikel Olasagasti Uranga <mikel@olasagasti.info>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/hexchat/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -34,19 +35,19 @@ msgstr ""

#: ../data/misc/hexchat.desktop.in.h:1
msgid "HexChat"
msgstr ""
msgstr "HexChat"

#: ../data/misc/hexchat.desktop.in.h:2
msgid "IRC Client"
msgstr ""
msgstr "IRC bezeroa"

#: ../data/misc/hexchat.desktop.in.h:3
msgid "Chat with other people online"
msgstr ""

#: ../data/misc/hexchat.desktop.in.h:4
msgid "IM;Chat;"
msgstr ""
msgstr "IM;Chat;Txat;"

#: ../data/misc/hexchat.desktop.in.h:5
msgid "Open Safe Mode"
Expand Down Expand Up @@ -121,7 +122,7 @@ msgstr "Ez dago DCC aktiborik\n"

#: ../src/common/hexchat.c:867
msgid "_Open Dialog Window"
msgstr ""
msgstr "Ir_eki elkarrizketa leihoa"

#: ../src/common/hexchat.c:868
msgid "_Send a File"
Expand Down Expand Up @@ -1138,7 +1139,7 @@ msgstr ""
#: ../src/common/textevents.h:234
#, c-format
msgid "%C16,17 "
msgstr ""
msgstr "%C16,17 "

#: ../src/common/textevents.h:237
#, c-format
Expand Down Expand Up @@ -5233,7 +5234,7 @@ msgstr "Eskaria egiten den fitxetan soilik"

#: ../src/fe-gtk/setup.c:293
msgid "Automatic"
msgstr ""
msgstr "Automatikoa"

#: ../src/fe-gtk/setup.c:294
msgid "In an extra tab"
Expand Down Expand Up @@ -5324,7 +5325,7 @@ msgstr "Ireki DCC, ezikusi, notifikazio etab. fitxetan ala leihoetan?"

#: ../src/fe-gtk/setup.c:333
msgid "Messages"
msgstr ""
msgstr "Mezuak"

#: ../src/fe-gtk/setup.c:334
msgid "Scrollback"
Expand Down Expand Up @@ -5982,7 +5983,7 @@ msgstr "Elkarrizketan"

#: ../src/fe-gtk/setup.c:1816
msgid "Sounds"
msgstr ""
msgstr "Soinuak"

#: ../src/fe-gtk/setup.c:1818
msgid "Advanced"
Expand Down Expand Up @@ -6032,7 +6033,7 @@ msgstr ""

#: ../src/fe-gtk/sexy-spell-entry.c:559
msgid "More..."
msgstr ""
msgstr "Gehiago..."

#. + Add to Dictionary
#: ../src/fe-gtk/sexy-spell-entry.c:631
Expand Down Expand Up @@ -6085,7 +6086,7 @@ msgstr "Egiaztatu denak"

#: ../src/fe-gtk/textgui.c:485
msgid "OK"
msgstr ""
msgstr "Ados"

#: ../src/fe-gtk/urlgrab.c:198
msgid ": URL Grabber"
Expand Down