Compare commits

...

42 Commits
master ... 2.10

Author SHA1 Message Date
TingPing 26567208fd Bump version to 2.10.2 2014-11-25 12:49:25 -05:00
TingPing 2e96f33cd4 Fix possible crash in SASL Blowfish mech 2014-11-25 12:42:44 -05:00
TingPing df9c213bff Update translations 2014-11-21 23:35:24 -05:00
TingPing c99f2ba645 ssl: Validate hostnames
Closes #524
2014-11-21 23:28:16 -05:00
TingPing 458df653c8 ssl: Use more secure options
This disables ssl 2/3
2014-11-21 23:28:09 -05:00
TingPing b6fa8574cb ssl: Don't use global openssl context
Fixes #789
2014-11-21 23:27:50 -05:00
Dan Molik c392cd95af configure: Fix checking for perl
Closes #1196
Fixes #1197
2014-11-21 23:26:47 -05:00
RichardHitt 2164da1c37 Fix textbox not scrolling to to bottom on resize
Set buf->scrollbar_down conditionally when vertically resizing text window
If resize to enlarge appears to go to last line, set buf->scrollbar_down to be sure.

Fixes #1151
Closes #1171
2014-11-21 23:26:35 -05:00
TingPing 0c633b3a88 Fix parsing of MONITOR responses
Fixes #1157
2014-11-21 23:26:23 -05:00
Arnavion 131eda9c94 Fixed instances of hexchat_printf that unsafely used a string parameter as a format string.
Fixes #1153
2014-11-21 23:26:16 -05:00
TingPing 513a1bd4b9 Fix attempting to toggle visibility when tray disabled 2014-11-21 23:25:53 -05:00
TingPing 4175da9660 Fix missing header
And just use g_snprintf() while at it..
2014-11-21 23:25:46 -05:00
TingPing 615ccb57fd Increase max len of chiper names
For example ECDHE-ECRSA-AES256-GCM-SHA384
2014-11-21 23:25:27 -05:00
TingPing ed9a984786 Replace some unsafe usage of strncpy
Ensure everything is null terminated
2014-11-21 23:25:18 -05:00
Arnavion 0495a79fc2 Use PlaySoundW to play sounds on Windows.
Fixes #1133
2014-11-21 23:24:16 -05:00
Arnavion d4d29459b7 Correctly open URLs with non-ASCII characters on Windows.
Fixes #1023
2014-11-21 23:24:09 -05:00
TingPing ce04d310e1 Detect utf8 urls
They might not be valid, but like many things they are still used
2014-11-21 23:24:03 -05:00
TingPing 3ad8776a51 Fix opening utf8 urls on OSX
- Escape hostnames with punycode
- Use proper encoding when launching open
2014-11-21 23:23:54 -05:00
LightningW b66cc9a218 Fix DOMAIN and EMAIL patterns.
Closes #1107
2014-11-21 23:22:56 -05:00
TingPing 4b8e80dfe9 Fix using negative index 2014-11-21 23:22:47 -05:00
TingPing 04d2329fed Use glib to get portable mode dir
This should fix any non-ascii paths
2014-11-21 23:22:40 -05:00
Arnavion f07be8f0a6 Use GFile API in gtkutil_check_file instead of stat/access.
The latter functions expect codepage-encoded filenames on Windows but GLib's API returns filesystem-encoded paths, which on Windows are UTF-8. GLib API should be used to deal with GLib API results.

Also fixed leaks in two of the callers of gtkutil_check_file()

Fixes #968
2014-11-21 23:22:31 -05:00
TingPing da2deb83d7 Fix warning 2014-11-21 23:22:12 -05:00
TingPing 4e50f26a80 Bump version to 2.10.1 2014-07-28 14:58:28 -04:00
TingPing 72eeb6e404 Update translations 2014-07-28 14:58:11 -04:00
Arnavion 2d62edc5af Fixed expand_homedir to handle paths like "~user" correctly. 2014-07-28 14:53:35 -04:00
TingPing 6540c0ff68 Fix various crashes with pluginpref 2014-07-28 14:53:27 -04:00
siniStar7boy 3181c3c192 Add GeeksIRC and IRC4Fun to network list
Closes #1057
Closes #1058
2014-07-28 14:53:21 -04:00
RichardHitt f6ea5002db Fix apostrophe related spell check issues 2014-07-28 14:53:14 -04:00
RichardHitt d0de16f276 Fix possible crash in spell check
Closes #1048
2014-07-28 14:53:06 -04:00
TingPing 3ba11f3754 win32: Update Python links 2014-07-28 14:52:59 -04:00
TingPing 22b361a818 win32: Don't allow installing on Vista
It does not run on Vista
2014-07-28 14:52:51 -04:00
TingPing 66958b3fe1 Disable tray support on Elementary
They followed Ubuntu in breaking any gtk trays..
2014-07-05 13:15:55 -04:00
hasufell 5914cd9e62 configure: Improve python logic
- add checks for python3.4
- only warn once for failure to find a version
- only run pkg-config call if the .pc file was actually found
- make unsupported python version non-fatal

Closes #1006
Closes #989
2014-06-27 19:43:40 -04:00
laurinkus ae0f02e76a Update server list
Closes #1013
2014-06-27 19:43:39 -04:00
TingPing 7d08750955 win32: Silent installer improvements
- Launch uninstaller as VERYSILENT
- Don't launch Python/Perl installers when silent
2014-06-27 19:43:39 -04:00
TingPing 3e3939b3f0 Fix autotools warning 2014-06-27 19:43:39 -04:00
RichardHitt d78e995e06 Some problems in banlist.c are fixed 2014-06-27 19:27:21 -04:00
TingPing 81ff1b0029 Fix dcc dir warning showing when not auto-accept 2014-06-13 22:28:55 -04:00
TingPing 540eac0542 Fix sending notify list to correct networks
Fixes #1015
2014-06-13 22:28:33 -04:00
Berke Viktor e21e184141 We don't ship DNS as a plugin anymore 2014-06-13 17:36:32 +02:00
Berke Viktor 718ecfa057 Fix GTK+ bundle licenses missing from installer 2014-06-13 17:31:50 +02:00
53 changed files with 3445 additions and 3103 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ Makefile.in
aclocal.m4
autom4te.cache/
compile
ar-lib
confdefs.h
conftest
conftest.c

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([HexChat],[2.10.0])
AC_INIT([HexChat],[2.10.2])
AC_PREREQ([2.60])
AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
@ -19,6 +19,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AM_PROG_AS
AM_PROG_AR
AM_DISABLE_STATIC
AC_PROG_LIBTOOL
AC_PATH_PROG(MDTOOL, mdtool, no)
@ -254,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
@ -294,19 +298,30 @@ if test "x$python" != xno ; then
case $python in
dnl set python2 default here
python2)
PKG_CHECK_MODULES([PY], [python-2.7], [], [AC_MSG_WARN(Cannot find python-2.7!)])
PY_VER="`$PKG_CONFIG --modversion python-2.7`";;
PKG_CHECK_MODULES([PY], [python-2.7],
[PY_VER="`$PKG_CONFIG --modversion python-2.7`"],
[true])
;;
dnl set python3 default here
python3)
PKG_CHECK_MODULES([PY], [python-3.3], [], [AC_MSG_WARN(Cannot find python-3.3!)])
PY_VER="`$PKG_CONFIG --modversion python-3.3`";;
PKG_CHECK_MODULES([PY], [python-3.4],
[PY_VER="`$PKG_CONFIG --modversion python-3.4`"],
[true])
if test "$PY_VER" = "" ; then
PKG_CHECK_MODULES([PY], [python-3.3],
[PY_VER="`$PKG_CONFIG --modversion python-3.3`"],
[true])
fi
;;
dnl add broken versions here
python2.5|python2.6|python3.1|python3.2)
AC_MSG_ERROR(Unsupported Python version ${python}!);;
AC_MSG_WARN(Unsupported Python version ${python}!);;
python*)
python="python-${python#python}" # stay posix compliant
PKG_CHECK_MODULES([PY], [${python}], [], [AC_MSG_WARN(Cannot find "${python}.pc"!)])
PY_VER="`$PKG_CONFIG --modversion ${python}`";;
PKG_CHECK_MODULES([PY], [${python}],
[PY_VER="`$PKG_CONFIG --modversion ${python}`"],
[AC_MSG_WARN(Cannot find "${python}.pc"!)])
;;
*)
AC_MSG_WARN(Unsupported Python ${python}!)
esac

View File

@ -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]))
@ -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;
}
}

View File

@ -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]))
@ -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;
}
}

View File

@ -4,7 +4,7 @@
#
# Translators:
# Rostislav Raykov <zbrox@i-space.org>, 2005
# Phr33d0m <shibam@v-gz.cz.cc>, 2012
# n0kS Phr33d0m <shibam@v-gz.cz.cc>, 2012
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"

View File

@ -6,7 +6,7 @@
# Birger Langkjer <birger.langkjer@image.dk>, 1999
# bviktor, 2012
# Daniel Nylander <po@danielnylander.se>, 2007-2008,2010
# Incendia <dennisskovhermannsen@gmail.com>, 2012-2013
# Dennis Skov Midjord <dennisskovhermannsen@gmail.com>, 2012-2013
# Henrik Hansen <hh@mailserver.dk>, 1999
# Keld Simonsen, <keld2keldix.com>, 2011
# Morten Brix Pedersen <morten@wtf.dk>, 2001

134
po/de.po
View File

@ -4,7 +4,7 @@
#
# Translators:
# SSL <albkert@gmail.com>, 2013
# agaida <agaida@siduction.org>, 2014
# Alf Gaida <agaida@siduction.org>, 2014
# Benedikt Roth <Benedikt.Roth@gmx.net>, 2000
# Christian Meyer <linux@chrisim.de>, 2000
# Aray <dataray@web.de>, 2014
@ -13,11 +13,11 @@
# Jakob Kramer <jakob.kramer@gmx.de>, 2012-2013
# Karl Eichwalder <ke@gnu.franken.de>, 2003
# Klaas <klaasdemter@googlemail.com>, 2013
# subscious, 2012
# adrian_broher <mmetz@adrian-broher.net>, 2013
# RJ ., 2012
# Marcel Metz <mmetz@adrian-broher.net>, 2013
# Matthias Warkus <mawa@iname.com>, 1999
# subscious, 2014
# Nothing4You <mail@w.tf-w.tf>, 2013-2014
# RJ ., 2014
# Richard Schwab <mail@w.tf-w.tf>, 2013-2014
# Tamer Fahmy <e9526976@stud2.tuwien.ac.at>, 1999
# TheX <xerus@live.de>, 2013
msgid ""
@ -25,7 +25,7 @@ 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-06-02 04:31+0000\n"
"PO-Revision-Date: 2014-07-25 21:49+0000\n"
"Last-Translator: Aray <dataray@web.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/hexchat/language/de/)\n"
"MIME-Version: 1.0\n"
@ -45,7 +45,7 @@ msgstr "HexChar ist ein einfach zu benutzender, aber erweiterbarer IRC-CLient. E
msgid ""
"HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
msgstr "Hexchat unterstützt Features wie: DCC, SASL, procies, Rechtschreibprüfung, Benachrichtigungen, Logging, Benutzerdesigns und Python/Perl-Scripte"
#: ../data/misc/hexchat.desktop.in.h:1
msgid "HexChat"
@ -57,11 +57,11 @@ msgstr "IRC-Client"
#: ../data/misc/hexchat.desktop.in.h:3
msgid "Chat with other people online"
msgstr ""
msgstr "Chatte online mit anderen Leuten"
#: ../data/misc/hexchat.desktop.in.h:4
msgid "IM;Chat;"
msgstr ""
msgstr "IM;Chat;"
#: ../data/misc/hexchat.desktop.in.h:5
msgid "Open Safe Mode"
@ -299,7 +299,7 @@ msgstr "CTCP-Flut von %s, %s wird jetzt ignoriert\n"
#: ../src/common/ignore.c:410
#, c-format
msgid "You are being MSG flooded from %s, setting gui_autoopen_dialog OFF.\n"
msgstr ""
msgstr "Du wirst gerade von %s ge\"MSGflooded\". Setze gui_autoopen_dialog auf AUS.\n"
#: ../src/common/notify.c:558
#, c-format
@ -365,7 +365,7 @@ msgstr "Unbekanntes Argument »%s« ignoriert."
#: ../src/common/outbound.c:3093 ../src/common/outbound.c:3123
msgid "Quiet is not supported by this server."
msgstr ""
msgstr "Ruhigstellen wird von diesem Server nicht unterstützt."
#. error
#: ../src/common/outbound.c:3585 ../src/common/outbound.c:3619
@ -670,7 +670,7 @@ msgstr "QUERY [-nofocus] <Nick >, öffnet ein neues Dialogfenster [im Hintergrun
msgid ""
"QUIET <mask> [<quiettype>], quiet everyone matching the mask in the current "
"channel if supported by the server."
msgstr ""
msgstr "QUIET <mask>[<quiettype>], stellt jeden im aktuellen Kanal ruhig, der auf diese Maske passt, wenn der Server Ruhigstellen unterstützt."
#: ../src/common/outbound.c:4041
msgid "QUIT [<reason>], disconnects from the current server"
@ -780,7 +780,7 @@ msgstr "UNLOAD <Name>, entfernt ein Plugin oder Skript"
msgid ""
"UNQUIET <mask> [<mask>...], unquiets the specified masks if supported by the"
" server."
msgstr ""
msgstr "UNQUIET <mask> [<mask>...], hebt eine Maske auf, die für automatische Ruhigstellung benutzt wird, wenn der Server es unterstützt."
#: ../src/common/outbound.c:4090
msgid "URL <url>, opens a URL in your browser"
@ -874,27 +874,27 @@ msgstr "%C18*%O$t%C18$1%O zur Benachrichtigungsliste hinzugefügt."
#: ../src/common/textevents.h:9
msgid "%C22*%O$t%C22$1%O: %C18$2%O on %C24$4%O by %C26$3%O"
msgstr ""
msgstr "%C22*%O$t%C22$1%O: %C18$2%O auf %C24$4%O von %C26$3%O"
#: ../src/common/textevents.h:12
msgid "%C22*%O$tCannot join %C22$1 %O(%C20You are banned%O)."
msgstr ""
msgstr "%C22*%O$t Kann nicht betreten: %C22$1 %O(%C20Du wurdest gebannt%O)."
#: ../src/common/textevents.h:18
msgid "%C29*%O$tCapabilities acknowledged: %C29$2%O"
msgstr ""
msgstr "%C29*%O$tRechte erteilt: %C29$2%O"
#: ../src/common/textevents.h:21
msgid "%C23*%O$tCapabilities supported: %C29$2%O"
msgstr ""
msgstr "%C23*%O$tRechte unterstützt: %C29$2%O"
#: ../src/common/textevents.h:24
msgid "%C23*%O$tCapabilities requested: %C29$1%O"
msgstr ""
msgstr "%C23*%O$tRechte erbeten: %C29$1%O"
#: ../src/common/textevents.h:27
msgid "%C24*%O$t%C28$1%O is now known as %C18$2%O"
msgstr ""
msgstr "%C24*%O$t%C28$1%O heißt jetzt %C18$2%O"
#: ../src/common/textevents.h:36
msgid "%C22*%O$t%C26$1%O sets ban on %C18$2%O"
@ -902,7 +902,7 @@ msgstr "%C22*%O$t%C26$1%O setzt einen Bann auf %C18$2%O"
#: ../src/common/textevents.h:39
msgid "%C22*%O$tChannel %C22$1%O created on %C24$2%O"
msgstr ""
msgstr "%C22*%O$tKanal %C22$1%O wurde erstellt am %C24$2%O"
#: ../src/common/textevents.h:42
msgid "%C22*%O$t%C26$1%O removes channel half-operator status from %C18$2%O"
@ -918,15 +918,15 @@ msgstr "%C22*%O$t%C26$1%O entfernt Voice-Status bei%C26 $2"
#: ../src/common/textevents.h:51
msgid "%C22*%O$t%C26$1%C sets exempt on %C18$2%O"
msgstr ""
msgstr "%C22*%O$t%C26$1%C setzt Ausnahme für %C18$2%O"
#: ../src/common/textevents.h:54
msgid "%C22*%O$t%C26$1%O gives channel half-operator status to %C18$2%O"
msgstr ""
msgstr "%C22*%O$t%C26$1%O erteilt %C18$2%O Halb-Operator-Status"
#: ../src/common/textevents.h:57
msgid "%C22*%O$t%C26$1%C sets invite exempt on %C18$2%O"
msgstr ""
msgstr "%C22*%O$t%C26$1%C setzt Invite-Ausnahme für %C18$2%O"
#: ../src/common/textevents.h:60
msgid "%UChannel Users Topic"
@ -1481,7 +1481,7 @@ msgstr "Server-Name"
#: ../src/common/text.c:1060
msgid "Acknowledged Capabilities"
msgstr ""
msgstr "Verliehene Rechte"
#: ../src/common/text.c:1065
msgid "Server Capabilities"
@ -1489,7 +1489,7 @@ msgstr "Server-Fähigkeiten"
#: ../src/common/text.c:1069
msgid "Requested Capabilities"
msgstr ""
msgstr "Angeforderte Rechte"
#: ../src/common/text.c:1073 ../src/common/text.c:1135
msgid "Old nickname"
@ -1637,11 +1637,11 @@ msgstr "Die Bannmaske"
#: ../src/common/text.c:1201
msgid "The nick of the person who did the quieting"
msgstr ""
msgstr "Der Nick der Person, die ruhig stellte"
#: ../src/common/text.c:1202 ../src/common/text.c:1234
msgid "The quiet mask"
msgstr ""
msgstr "Die Ruhigstellungsmaske"
#: ../src/common/text.c:1206
msgid "The nick who removed the key"
@ -1681,7 +1681,7 @@ msgstr "Der Nick der Person, die den Bann entfernte"
#: ../src/common/text.c:1233
msgid "The nick of the person of did the unquiet'ing"
msgstr ""
msgstr "Nick der Person, die die Ruhigstellung aufhob"
#: ../src/common/text.c:1238
msgid "The nick of the person who did the exempt"
@ -3110,11 +3110,11 @@ msgstr "Einlad."
#: ../src/fe-gtk/banlist.c:76
msgid "Quiets"
msgstr ""
msgstr "Ruhigstellungen"
#: ../src/fe-gtk/banlist.c:77
msgid "Quiet"
msgstr ""
msgstr "Ruhigstellen"
#. poor way to get which is selected but it works
#: ../src/fe-gtk/banlist.c:351 ../src/fe-gtk/banlist.c:385
@ -3405,7 +3405,7 @@ msgstr "Plugins nicht automatisch laden"
#: ../src/fe-gtk/fe-gtk.c:83
msgid "Show plugin/script auto-load directory"
msgstr ""
msgstr "Zeige automatisches Ladeverzeichnis für Plugins/Scripte"
#: ../src/fe-gtk/fe-gtk.c:84
msgid "Show user config directory"
@ -3475,7 +3475,7 @@ msgid ""
"switch to the page with the most recent and important activity (queries "
"first, then channels with hilight, channels with dialogue, channels with "
"other data)"
msgstr ""
msgstr "Der \"Seite ändern\" Befehl wechselt zwischen den Seiten im Notizblock. Setze \"Data 1\" auf die Seite, zu der du wechseln möchtest. Wenn \"Data 2\" festgelegt wurde, wird der Wechsel relativ zur aktuellen Position erfolgen. Setze \"Data 1\", um automatisch zu der Seite mit den neuesten und wichtigsten Aktivitäten (Privatchats zuerst, dann Kanäle mit Highlight, Kanäle mit Dialog, Kanäle mit anderen Daten) zu wechseln."
#: ../src/fe-gtk/fkeys.c:145
msgid ""
@ -3487,7 +3487,7 @@ msgstr "Die Insert in Buffer Aktion fügt den Inhalt von »Data 1« in die Zei
msgid ""
"The Scroll Page command scrolls the text widget up or down one page or one"
" line. Set Data 1 to either Top, Bottom, Up, Down, +1 or -1."
msgstr ""
msgstr "Der Bildlauf-Befehl verschiebt das Text-Widget um eine Seite oder eine Zeile aufwärts oder abwärts. Setze \"Data 1\" Anfang, Ende oder Auf, Ab um +1 oder -1."
#: ../src/fe-gtk/fkeys.c:149
msgid ""
@ -3552,7 +3552,7 @@ msgstr "Fehler beim Laden der Tastaturkürzel-Konfiguration"
#: ../src/fe-gtk/fkeys.c:540
msgid "Select a row to get help information on its Action."
msgstr ""
msgstr "Markiere eine Zeile, für Hilfestellung über die jeweilige Aktion."
#: ../src/fe-gtk/fkeys.c:809
msgid ": Keyboard Shortcuts"
@ -3859,7 +3859,7 @@ msgstr "Suche beendet, kein Treffer."
#: ../src/fe-gtk/maingui.c:2944
msgid "Highlight _all"
msgstr ""
msgstr "Highlight _alle"
#: ../src/fe-gtk/maingui.c:2950
msgid "Highlight all occurrences, and underline the current occurrence."
@ -3867,7 +3867,7 @@ msgstr "Hebe alle Vorkommnisse hervor und unterstreiche das aktuelle Vorkommnis.
#: ../src/fe-gtk/maingui.c:2952
msgid "Mat_ch case"
msgstr ""
msgstr "Groß-/Kleins_chreibung angleichen"
#: ../src/fe-gtk/maingui.c:2957
msgid "Perform a case-sensitive search."
@ -3875,7 +3875,7 @@ msgstr "Eine Case-Sensitive Suche ausführen"
#: ../src/fe-gtk/maingui.c:2959
msgid "_Regex"
msgstr ""
msgstr "_Regulärer Ausdruck"
#: ../src/fe-gtk/maingui.c:2964
msgid "Regard search string as a regular expression."
@ -3973,7 +3973,7 @@ msgstr "Automatisches Betreten"
#: ../src/fe-gtk/menu.c:1113 ../src/fe-gtk/menu.c:1117
msgid "_Auto-Connect"
msgstr ""
msgstr "_Automatisches Verbinden"
#: ../src/fe-gtk/menu.c:1137
msgid ": User menu"
@ -3998,7 +3998,7 @@ msgstr "Markierungslinie manuell zurücksetzen"
#: ../src/fe-gtk/menu.c:1304
msgid "Marker line reset because exceeded scrollback limit."
msgstr ""
msgstr "Markierungslinie wurde zurückgesetzt, weil die begrenzung des Scrollbalkens überschritten wurde."
#: ../src/fe-gtk/menu.c:1306
msgid "Marker line reset by CLEAR command."
@ -4014,7 +4014,7 @@ msgstr "Empfange Channelliste …"
#: ../src/fe-gtk/menu.c:1461
msgid " has been build without plugin support."
msgstr ""
msgstr "wurde ohne Plugin-Support erstellt"
#: ../src/fe-gtk/menu.c:1469
msgid ""
@ -4215,7 +4215,7 @@ msgstr "Grafisch"
#: ../src/fe-gtk/menu.c:1785
msgid "_Fullscreen"
msgstr ""
msgstr "_Vollbild"
#: ../src/fe-gtk/menu.c:1787
msgid "_Server"
@ -4231,15 +4231,15 @@ msgstr "_Wiederverbinden"
#: ../src/fe-gtk/menu.c:1790
msgid "_Join a Channel..."
msgstr ""
msgstr "_Betrete einen Kanal"
#: ../src/fe-gtk/menu.c:1791
msgid "_List of Channels..."
msgstr ""
msgstr "_Liste aller Kanäle"
#: ../src/fe-gtk/menu.c:1794
msgid "Marked _Away"
msgstr ""
msgstr "Als _Abwesend markiert"
#: ../src/fe-gtk/menu.c:1796
msgid "_Usermenu"
@ -4297,7 +4297,7 @@ msgstr "_Fenster"
#: ../src/fe-gtk/menu.c:1812
msgid "_Ban List..."
msgstr ""
msgstr "_Bannliste"
#: ../src/fe-gtk/menu.c:1813
msgid "Character Chart..."
@ -4309,7 +4309,7 @@ msgstr "Direktchat …"
#: ../src/fe-gtk/menu.c:1815
msgid "File _Transfers..."
msgstr ""
msgstr "Dateiüber_tragung"
#: ../src/fe-gtk/menu.c:1816
msgid "Friends List..."
@ -4321,11 +4321,11 @@ msgstr "Ignorierliste …"
#: ../src/fe-gtk/menu.c:1818
msgid "_Plugins and Scripts..."
msgstr ""
msgstr "_Plugins und Scripte"
#: ../src/fe-gtk/menu.c:1819
msgid "_Raw Log..."
msgstr ""
msgstr "_Roher Log"
#. 61
#: ../src/fe-gtk/menu.c:1820
@ -4564,11 +4564,11 @@ msgstr "_Laden …"
#: ../src/fe-gtk/plugingui.c:270
msgid "_Unload"
msgstr ""
msgstr "_Entladen"
#: ../src/fe-gtk/plugingui.c:273
msgid "_Reload"
msgstr ""
msgstr "_Neu laden"
#: ../src/fe-gtk/rawlog.c:80 ../src/fe-gtk/rawlog.c:136
#: ../src/fe-gtk/textgui.c:479 ../src/fe-gtk/urlgrab.c:216
@ -4694,7 +4694,7 @@ msgstr "Passwort:"
#: ../src/fe-gtk/servlistgui.c:1885
msgid "Password used for login. If in doubt, leave blank."
msgstr ""
msgstr "Passwort zum Einloggen. Im Zweifel leer lassen."
#: ../src/fe-gtk/servlistgui.c:1890
msgid "Character set:"
@ -5106,11 +5106,11 @@ msgstr "Nickvervollständigung sortiert nach:"
#: ../src/fe-gtk/setup.c:205
msgid "Nick completion amount:"
msgstr ""
msgstr "Anzahl Nickvervollständigung"
#: ../src/fe-gtk/setup.c:205
msgid "Threshold of nicks to start listing instead of completing"
msgstr ""
msgstr "Schwellwert zum Auflisten von Nicks anstatt Vervollständigung"
#: ../src/fe-gtk/setup.c:205
msgid "nicks."
@ -5303,7 +5303,7 @@ msgstr "Neue Reiter im Vordergrund:"
#: ../src/fe-gtk/setup.c:319
msgid "Placement of notices:"
msgstr ""
msgstr "Plaziern von Notizen:"
#: ../src/fe-gtk/setup.c:320
msgid "Show channel switcher at:"
@ -5436,7 +5436,7 @@ msgstr "Symbol im Benachrichtigungsbereich blinken lassen bei:"
#: ../src/fe-gtk/setup.c:404
msgid "Bounce dock icon on:"
msgstr ""
msgstr "Dock-Icon springen lassen bei:"
#: ../src/fe-gtk/setup.c:407 ../src/fe-gtk/setup.c:453
msgid "Blink task bar on:"
@ -5451,17 +5451,17 @@ msgstr "Piepsen bei:"
msgid ""
"Play the \"Instant Message Notification\" system sound upon the selected "
"events"
msgstr ""
msgstr "Den \"Sofortnachrichten-Benachrichtigungs\"-Systemton bei folgenden Ereignissen abspielen:"
#: ../src/fe-gtk/setup.c:414
msgid ""
"Play \"message-new-instant\" from the freedesktop.org sound theme upon the "
"selected events"
msgstr ""
msgstr "Den \"message-new-instant\"-Ton aus dem freedesktop.org Soundthema bei ausgewählten Ereignissen abspielen"
#: ../src/fe-gtk/setup.c:416
msgid "Play a GTK beep upon the selected events"
msgstr ""
msgstr "einen GTK Piepton bei den ausgewählten Ereignissen abspielen"
#: ../src/fe-gtk/setup.c:420 ../src/fe-gtk/setup.c:456
msgid "Omit alerts when marked as being away"
@ -5489,7 +5489,7 @@ msgstr "Ins Infofeld schließen"
#: ../src/fe-gtk/setup.c:431
msgid "Automatically mark away/back"
msgstr ""
msgstr "Automatisch als abwesend/zurück markieren"
#: ../src/fe-gtk/setup.c:431
msgid "Automatically change status when hiding to tray."
@ -5497,7 +5497,7 @@ msgstr "Status automatisch wechseln, wenn das Programm in den Tray geschlossen w
#: ../src/fe-gtk/setup.c:433
msgid "Only show tray balloons when hidden or iconified"
msgstr ""
msgstr "Balloon-Tipps nur anzeigen, wenn minimiert oder im Tray"
#: ../src/fe-gtk/setup.c:436 ../src/fe-gtk/setup.c:459
msgid "Highlighted Messages"
@ -5668,7 +5668,7 @@ msgstr "Benutze Serverzeit, wenn unterstützt"
msgid ""
"Display timestamps obtained from server if it supports the time-server "
"extension."
msgstr ""
msgstr "Zeitstempel vom Server holen, wenn die \"Time-Server\"-Erweiterung unterstützt wird."
#: ../src/fe-gtk/setup.c:521
msgid "Automatically reconnect to servers on disconnect"
@ -5684,13 +5684,13 @@ msgstr "Verzögerung beim automatischen Betreten:"
#: ../src/fe-gtk/setup.c:524
msgid "Ban Type:"
msgstr ""
msgstr "Bannart:"
#: ../src/fe-gtk/setup.c:524
msgid ""
"Attempt to use this banmask when banning or quieting. (requires "
"irc_who_join)"
msgstr ""
msgstr "Versuchen, diese Bannmaske zu benutzen, wenn gebannt oder ruhiggestellt wird. (benötigt irc_who_join)"
#: ../src/fe-gtk/setup.c:531 ../src/fe-gtk/setup.c:1817
msgid "Logging"
@ -5795,7 +5795,7 @@ msgstr "Nur für Computer mit mehreren Adressen."
#: ../src/fe-gtk/setup.c:585
msgid "File Transfers"
msgstr ""
msgstr "Dateiübertragungen"
#: ../src/fe-gtk/setup.c:586
msgid "Get my address from the IRC server"
@ -5997,7 +5997,7 @@ msgstr "Chatten"
#: ../src/fe-gtk/setup.c:1816
msgid "Sounds"
msgstr ""
msgstr "Töne"
#: ../src/fe-gtk/setup.c:1818
msgid "Advanced"
@ -6062,12 +6062,12 @@ msgstr "Ignoriere Alles"
#: ../src/fe-gtk/sexy-spell-entry.c:711
msgid "Spelling Suggestions"
msgstr ""
msgstr "Rechtschreib-Vorschläge"
#: ../src/fe-gtk/sexy-spell-entry.c:1272
#, c-format
msgid "enchant error for language: %s"
msgstr ""
msgstr "Fehler in der enchant-Bibliothek in Sprache: %s"
#: ../src/fe-gtk/textgui.c:171
msgid "There was an error parsing the string"

View File

@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# txapollo243 <txapollo243@gmail.com>, 2013
# Filippos Soulakis <txapollo243@gmail.com>, 2013
# Stathis Kamperis <ekamperi@auth.gr>, 2006
# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2013
msgid ""

View File

@ -3,19 +3,19 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# sacarasc <sacarasc@gmail.com>, 2013
# Alfred Daw <sacarasc@gmail.com>, 2013
# Sir_Burpalot <doctor.z01db3rg@gmail.com>, 2014
# Gareth Owen <gowen72@yahoo.com>, 2004
# tea <Srbulov.Ivan@gmail.com>, 2013
# rbh00 <rbh00@netcom.com>, 2013
# sacarasc <sacarasc@gmail.com>, 2012
# Ivan Srbulov <Srbulov.Ivan@gmail.com>, 2013
# Richard Hitt <rbh00@netcom.com>, 2013
# Alfred Daw <sacarasc@gmail.com>, 2012
# TheEndermen <theendermenofdoom@gmail.com>, 2012
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-21 20:52+0000\n"
"PO-Revision-Date: 2014-07-09 19:40+0000\n"
"Last-Translator: Sir_Burpalot <doctor.z01db3rg@gmail.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/hexchat/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@ -126,7 +126,7 @@ msgstr "No active DCCs\n"
#: ../src/common/hexchat.c:867
msgid "_Open Dialog Window"
msgstr "_Open Dialog Window"
msgstr "_Open Dialogue Window"
#: ../src/common/hexchat.c:868
msgid "_Send a File"
@ -3670,7 +3670,7 @@ msgstr "_Always show this dialog after connecting."
#: ../src/fe-gtk/maingui.c:397
msgid "Dialog with"
msgstr "Dialog with"
msgstr "Dialogue with"
#: ../src/fe-gtk/maingui.c:695
#, c-format
@ -3686,7 +3686,7 @@ msgstr "No topic is set"
msgid ""
"This server still has %d channels or dialogs associated with it. Close them "
"all?"
msgstr "This server still has %d channels or dialogs associated with it. Close them all?"
msgstr "This server still has %d channels or dialogues associated with it. Close them all?"
#: ../src/fe-gtk/maingui.c:1203
msgid "Quit HexChat?"
@ -4056,7 +4056,7 @@ msgid ""
"%s = selected nick\n"
"%t = time/date\n"
"%u = selected users account"
msgstr "Dialog Buttons - Special codes:\n\n%a = all selected nicks\n%c = current channel\n%e = current network name\n%h = selected nick's hostname\n%m = machine info\n%n = your nick\n%s = selected nick\n%t = time/date\n%u = selected users account"
msgstr "Dialogue Buttons - Special codes:\n\n%a = all selected nicks\n%c = current channel\n%e = current network name\n%h = selected nick's hostname\n%m = machine info\n%n = your nick\n%s = selected nick\n%t = time/date\n%u = selected users account"
#: ../src/fe-gtk/menu.c:1507
msgid ""
@ -4112,7 +4112,7 @@ msgstr ": Userlist buttons"
#: ../src/fe-gtk/menu.c:1574
msgid ": Dialog buttons"
msgstr ": Dialog buttons"
msgstr ": Dialogue buttons"
#: ../src/fe-gtk/menu.c:1581
msgid ": CTCP Replies"
@ -4428,7 +4428,7 @@ msgstr ": Friends List"
#: ../src/fe-gtk/notifygui.c:429
msgid "Open Dialog"
msgstr "Open Dialog"
msgstr "Open Dialogue"
#: ../src/fe-gtk/plugin-tray.c:264
#, c-format

View File

@ -4,16 +4,18 @@
#
# Translators:
# bviktor, 2012
# Víctor منتصر <vegadark89@gmail.com>, 2013-2014
# Víctor منتصر <vegadark89@gmail.com>, 2012-2013
# Víctor منتصر <vegadark89@gmail.com>, 2014
# 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"

View File

@ -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"
@ -24,25 +25,25 @@ 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;"
@ -50,11 +51,11 @@ 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
@ -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"
@ -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"
@ -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 ""
@ -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
@ -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
@ -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
@ -369,7 +370,7 @@ 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"
@ -377,7 +378,7 @@ 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"

View File

@ -4,14 +4,15 @@
#
# Translators:
# Mikel Olasagasti <hey_neken@euskal.org>, 2004
# Hey_neken <mikel@olasagasti.info>, 2012
# 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"
@ -34,11 +35,11 @@ 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"
@ -46,7 +47,7 @@ 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"
@ -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"
@ -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
@ -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"
@ -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"
@ -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"
@ -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
@ -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"

470
po/fi.po

File diff suppressed because it is too large Load Diff

214
po/fr.po
View File

@ -8,14 +8,16 @@
# Calinou, 2014
# Misdre <misdre@hexchat.misdre.info>, 2013
# Misdre <misdre@hexchat.misdre.info>, 2013
# Towinet, 2014
# Calinou, 2013
# Yannick Le Guen <leguen.yannick@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:20+0000\n"
"Last-Translator: TingPing <tingping@tingping.se>\n"
"PO-Revision-Date: 2014-11-06 16:06+0000\n"
"Last-Translator: Yannick Le Guen <leguen.yannick@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/hexchat/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -28,13 +30,13 @@ 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 "HexChat est un client IRC facile à utiliser et extensible. Il vous permet de rejoindre en toute sécurité plusieurs réseaux et parler à d'autres utilisateurs en privé ou dans des canaux grâce à une interface personnalisable. Vous pouvez même transférer des fichiers."
msgstr "HexChat est un client IRC facile à utiliser et extensible. Il vous permet de rejoindre en toute sécurité plusieurs réseaux et de parler à d'autres utilisateurs en privé ou dans des canaux grâce à une interface personnalisable. Vous pouvez même transférer des fichiers."
#: ../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 "HexChat prend en charge des fonctionnalités telles que : DCC, SASL, serveur mandataire, vérification orthographie, alertes, journalisation, thèmes personnalisés et scripts Python et Perl."
msgstr "HexChat prend en charge des fonctionnalités telles que : DCC, SASL, serveurs mandataires, vérification orthographique, alertes, journalisation, thèmes personnalisés et scripts Python et Perl."
#: ../data/misc/hexchat.desktop.in.h:1
msgid "HexChat"
@ -555,13 +557,13 @@ msgstr "JOIN <canal>, rejoindre le canal"
#: ../src/common/outbound.c:3989
msgid ""
"KICK <nick> [reason], kicks the nick from the current channel (needs chanop)"
msgstr "KICK <pseudo> [raison], expulse le pseudo du canal actuel (opérateur requis)"
msgstr "KICK <pseudo> [raison], expulse le pseudo du canal actuel (nécessite d'être opérateur [chanop])"
#: ../src/common/outbound.c:3991
msgid ""
"KICKBAN <nick> [reason], bans then kicks the nick from the current channel "
"(needs chanop)"
msgstr "KICKBAN <pseudo> [raison], bannit puis expulse le pseudo du canal actuel (opérateur requis)"
msgstr "KICKBAN <pseudo> [raison], bannit puis expulse le pseudo du canal actuel (nécessite d'être opérateur [chanop])"
#: ../src/common/outbound.c:3994
msgid "LAGCHECK, forces a new lag check"
@ -691,7 +693,7 @@ msgstr "RECV <texte>, envoie des données brutes à HexChat, comme si elles éta
#: ../src/common/outbound.c:4052
msgid "RELOAD <name>, reloads a plugin or script"
msgstr "RELOAD <nom>, recharge un plugin ou script"
msgstr "RELOAD <nom>, recharge un greffon ou script"
#: ../src/common/outbound.c:4054
msgid "SAY <text>, sends the text to the object in the current window"
@ -751,7 +753,7 @@ msgid ""
"TRAY -i <number> Blink tray with an internal icon.\n"
"TRAY -t <text> Set the tray tooltip.\n"
"TRAY -b <title> <text> Set the tray balloon."
msgstr "\nTRAY -f <délai> <fichier1> [<fichier2>] Spécifie les fichiers à utiliser pour faire clignoter l'icone de barre d'état.\nTRAY -f <fichier> Spécifie le fichier à utiliser pour l'icone de barre d'état.\nTRAY -i <numéro> Spécifie un icone interne pour le clignotement de la barre d'état.\nTRAY -t <texte> Spécifie le message d'aide de l'icone de barre d'état.\nTRAY -b <titre> <texte> Spécifie le message flottant de l'icone de barre d'état."
msgstr "\nTRAY -f <délai> <fichier1> [<fichier2>] Définit les fichiers à utiliser pour faire clignoter l'icône de barre d'état.\nTRAY -f <fichier> Définit le fichier à utiliser pour l'icône de barre d'état.\nTRAY -i <numéro> Définit une icône interne pour le clignotement de la barre d'état.\nTRAY -t <texte> Définit le message d'aide de l'icône de barre d'état.\nTRAY -b <titre> <texte> Définit le message flottant de l'icône de barre d'état."
#: ../src/common/outbound.c:4085
msgid "UNBAN <mask> [<mask>...], unbans the specified masks."
@ -895,11 +897,11 @@ msgstr "%C22*%O$tCanal %C22$1%O créé le %C24$2%O"
#: ../src/common/textevents.h:42
msgid "%C22*%O$t%C26$1%O removes channel half-operator status from %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a enlevé le statut de semi-opérateur de canal à %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a enlevé l'état de semi-opérateur de canal à %C18$2%O"
#: ../src/common/textevents.h:45
msgid "%C22*%O$t%C26$1%O removes channel operator status from %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a enlevé le statut d'opérateur de canal à %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a enlevé l'état d'opérateur de canal à %C18$2%O"
#: ../src/common/textevents.h:48
msgid "%C22*%O$t%C26$1%O removes voice from %C18$2%O"
@ -911,7 +913,7 @@ msgstr "%C22*%O$t%C26$1%C a mis une exception sur %C18$2%O"
#: ../src/common/textevents.h:54
msgid "%C22*%O$t%C26$1%O gives channel half-operator status to %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a donné le statut de semi-opérateur de canal à %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a donné l'état de semi-opérateur de canal à %C18$2%O"
#: ../src/common/textevents.h:57
msgid "%C22*%O$t%C26$1%C sets invite exempt on %C18$2%O"
@ -931,7 +933,7 @@ msgstr "%C22*%O$tCanal %C22$1%O mode : %C24$2"
#: ../src/common/textevents.h:78
msgid "%C22*%O$t%C26$1%O gives channel operator status to %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a donné le statut d'opérateur de canal à %C18$2%O"
msgstr "%C22*%O$t%C26$1%O a donné l'état d'opérateur de canal à %C18$2%O"
#: ../src/common/textevents.h:81
msgid "%C22*%O$t%C26$1%O sets quiet on %C18$2%O"
@ -979,7 +981,7 @@ msgstr "%C22*%O$t%C26$1%O a donné la parole à %C18$2%O"
#: ../src/common/textevents.h:114
msgid "%C23*%O$tConnected. Now logging in."
msgstr "%C23*%O$tConnecté. maintenant entrons..."
msgstr "%C23*%O$tConnecté. Maintenant entrons..."
#: ../src/common/textevents.h:117
msgid "%C23*%O$tConnecting to %C29$1%C (%C23$2:$3%O)"
@ -987,7 +989,7 @@ msgstr "%C23*%O$tConnexion à %C29$1%C (%C23$2 :$3%O)"
#: ../src/common/textevents.h:120
msgid "%C20*%O$tConnection failed (%C20$1%O)"
msgstr "%C20*%O$tLa connexion a échouée (%C20$1%O)"
msgstr "%C20*%O$tLa connexion a échoué (%C20$1%O)"
#: ../src/common/textevents.h:123
msgid "%C24*%O$tReceived a CTCP %C24$1%C from %C18$2%O"
@ -1083,7 +1085,7 @@ msgstr "%C20*%O$tDCC RECV : Impossible d'ouvrir '%C23$1%C' en écriture (%C20$2%
msgid ""
"%C23*%O$tThe file '%C24$1%C' already exists, saving it as '%C23$2%O' "
"instead."
msgstr "%C23*%O$tLe fichier '%C24$1%C' existe déjà, il sera sauvé sous '%C23$2%O' à la place."
msgstr "%C23*%O$tLe fichier '%C24$1%C' existe déjà, il sera enregistré sous « %C23$2%O » à la place."
#: ../src/common/textevents.h:192
msgid "%C24*%O$t%C18$1%C has requested to resume '%C23$2%C' from %C24$3%O."
@ -1416,7 +1418,7 @@ msgstr "Hôte de la personne"
#: ../src/common/text.c:1035
msgid "The account of the person"
msgstr ""
msgstr "Le compte de la personne"
#: ../src/common/text.c:1039 ../src/common/text.c:1046
#: ../src/common/text.c:1053 ../src/common/text.c:1265
@ -1941,7 +1943,7 @@ msgstr "Connexion réinitialisée à l'autre extrémité"
#: ../src/common/util.c:985
msgid "Ascension Island"
msgstr "Île Ascension"
msgstr "Ascension, île"
#: ../src/common/util.c:986
msgid "Andorra"
@ -2369,7 +2371,7 @@ msgstr "Hong-kong"
#: ../src/common/util.c:1092
msgid "Heard and McDonald Islands"
msgstr "Heard, île et mcdonald, îles"
msgstr "Heard, île et McDonald, îles"
#: ../src/common/util.c:1093
msgid "Honduras"
@ -3160,7 +3162,7 @@ msgstr "L'ouverture de la liste de bannissements a échoué."
#: ../src/fe-gtk/banlist.c:813
#, c-format
msgid ": Ban List (%s)"
msgstr "XChat : liste de bannissement (%s)"
msgstr ": Liste de bannissement (%s)"
#: ../src/fe-gtk/banlist.c:848 ../src/fe-gtk/notifygui.c:425
msgid "Remove"
@ -3199,7 +3201,7 @@ msgstr "Copie le suje_t du canal"
#: ../src/fe-gtk/chanlist.c:720
#, c-format
msgid ": Channel List (%s)"
msgstr "XChat : liste des canaux (%s)"
msgstr ": liste des canaux (%s)"
#: ../src/fe-gtk/chanlist.c:794
msgid "_Search"
@ -3211,7 +3213,7 @@ msgstr "_Télécharger"
#: ../src/fe-gtk/chanlist.c:806
msgid "Save _List..."
msgstr "Sauver la _Liste"
msgstr "Enregistrer la _Liste..."
#. =============================================================
#: ../src/fe-gtk/chanlist.c:819
@ -3291,7 +3293,7 @@ msgstr "Impossible de reprendre le même fichier en provenance de deux personnes
#: ../src/fe-gtk/dccgui.c:798
msgid ": Uploads and Downloads"
msgstr "XChat: Envois et réceptions"
msgstr ": envois et réceptions"
#: ../src/fe-gtk/dccgui.c:815 ../src/fe-gtk/dccgui.c:1056
#: ../src/fe-gtk/notifygui.c:124
@ -3317,7 +3319,7 @@ msgstr "Envois"
#: ../src/fe-gtk/dccgui.c:858
msgid "Downloads"
msgstr "Récupération"
msgstr "Récupérations"
#: ../src/fe-gtk/dccgui.c:863
msgid "Details"
@ -3349,7 +3351,7 @@ msgstr "Ouvrir le dossier..."
#: ../src/fe-gtk/dccgui.c:1045
msgid ": DCC Chat List"
msgstr "XChat : liste de Chat DCC"
msgstr ": liste de Chat DCC"
#: ../src/fe-gtk/dccgui.c:1058
msgid "Recv"
@ -3414,7 +3416,7 @@ msgstr "Ouvrir l'URL ou exécuter la commande dans un HexChat existant"
#: ../src/fe-gtk/fe-gtk.c:90
msgid "Begin minimized. Level 0=Normal 1=Iconified 2=Tray"
msgstr "Démarré minimisé. 0=Normal 1=Minimisé 2=Dans l'icone d'état"
msgstr "Démarré minimisé. 0=Normal 1=Minimisé 2=Dans l'icône d'état"
#: ../src/fe-gtk/fe-gtk.c:90
msgid "level"
@ -3454,7 +3456,7 @@ msgid ""
"When run all \\n characters in Data 1 are used to deliminate separate "
"commands so it is possible to run more than one command. If you want a \\ "
"in the actual text run then enter \\\\"
msgstr ""
msgstr "La commande d'action Exécuter (Run) lance la donnée dans Data 1 telle que si elle avait été tapée dans la boîte de saisie dans laquelle vous pressez la séquence de touches. Ainsi elle peut contenir du texte (qui sera envoyé à la chaîne/personne), des commandes ou des commandes d'utilisateur. Lorsqu'elle est exécutée tous les caractères \\n dans Données 1 sont utilisés pour délimiter les commandes séparées, afin qu'il soit possible de faire fonctionner davantage qu'une commande. Si vous voulez un \\n dans le texte réel alors entrez \\\\"
#: ../src/fe-gtk/fkeys.c:143
msgid ""
@ -3464,7 +3466,7 @@ msgid ""
"switch to the page with the most recent and important activity (queries "
"first, then channels with hilight, channels with dialogue, channels with "
"other data)"
msgstr ""
msgstr "La page changements (Change Page) commande le basculement entre les pages du carnet. Si Donnée 2 est paramétrée à n'importe quoi alors le commutateur sera relatif à la position actuelle. Paramétrer Donnée 1 à auto afin de commuter vers la page ayant l'activité la plus récente et la plus fréquente (requêtes d'abord, puis canaux mis en évidence, canaux avec des dialogues, canaux avec d'autres données)"
#: ../src/fe-gtk/fkeys.c:145
msgid ""
@ -3476,7 +3478,7 @@ msgstr "La commande Insert in Buffer insérera le contenu de Données 1 dans l
msgid ""
"The Scroll Page command scrolls the text widget up or down one page or one"
" line. Set Data 1 to either Top, Bottom, Up, Down, +1 or -1."
msgstr ""
msgstr "La commande Scroll Page fait défiler le widget textuel vers le haut ou vers le bas d'une page ou d'une ligne. Définir Data 1 soit à Top, Bottom, Up, Down, +1 ou -1."
#: ../src/fe-gtk/fkeys.c:149
msgid ""
@ -3541,11 +3543,11 @@ msgstr "Il y a eu une erreur au chargement de la configuration des raccourcis cl
#: ../src/fe-gtk/fkeys.c:540
msgid "Select a row to get help information on its Action."
msgstr "Sélectionnez une ligne pour obtenir de l'information sur son Action."
msgstr "Sélectionner une ligne pour obtenir des informations sur son action."
#: ../src/fe-gtk/fkeys.c:809
msgid ": Keyboard Shortcuts"
msgstr "XChat : raccourcis clavier"
msgstr ": raccourcis clavier"
#: ../src/fe-gtk/gtkutil.c:108
msgid "Cannot write to that file."
@ -3578,7 +3580,7 @@ msgstr "DCC"
#: ../src/fe-gtk/ignoregui.c:165
msgid "Unignore"
msgstr "Ne plus exclure"
msgstr "Ne plus ignorer"
#: ../src/fe-gtk/ignoregui.c:293
msgid "Are you sure you want to remove all ignores?"
@ -3590,7 +3592,7 @@ msgstr "Entrer le masque d'exclusion :"
#: ../src/fe-gtk/ignoregui.c:350
msgid ": Ignore list"
msgstr "XChat : liste d'ignorance"
msgstr ": liste d'ignorance"
#: ../src/fe-gtk/ignoregui.c:358
msgid "Ignore Stats:"
@ -3626,7 +3628,7 @@ msgstr "Le nom de canal est trop court, veuillez réessayer."
#: ../src/fe-gtk/joind.c:133
msgid ": Connection Complete"
msgstr "XChat : fin de la procédure de connexion"
msgstr ": fin de la procédure de connexion"
#: ../src/fe-gtk/joind.c:161
#, c-format
@ -3689,7 +3691,7 @@ msgstr "Ce serveur comporte déjà %d canaux ou dialogues qui lui sont associés
#: ../src/fe-gtk/maingui.c:1203
msgid "Quit HexChat?"
msgstr "Quitter HeXChat ?"
msgstr "Quitter HexChat ?"
#: ../src/fe-gtk/maingui.c:1223
msgid "Don't ask next time."
@ -3754,7 +3756,7 @@ msgstr "_Recharger le tampon"
#: ../src/fe-gtk/maingui.c:1540
msgid "Strip _Colors"
msgstr "Enlever les couleurs"
msgstr "Enlever les _couleurs"
#: ../src/fe-gtk/maingui.c:1541
msgid "_Hide Join/Part Messages"
@ -3774,7 +3776,7 @@ msgstr "Faire clignoter l'_icône de barre d'état"
#: ../src/fe-gtk/maingui.c:1556
msgid "Blink Task _Bar"
msgstr "Faire clignoter la _barre d'état"
msgstr "Faire clignoter la _barre des tâches"
#: ../src/fe-gtk/maingui.c:1569 ../src/fe-gtk/maingui.c:1689
#: ../src/fe-gtk/maingui.c:3386
@ -3796,7 +3798,7 @@ msgstr "La limite d'utilisateurs doit être un nombre !\n"
#: ../src/fe-gtk/maingui.c:2066
msgid "Filter Colors"
msgstr "Couleurs de filtre"
msgstr "Filtrer les couleurs"
#: ../src/fe-gtk/maingui.c:2067
msgid "No outside messages"
@ -3856,7 +3858,7 @@ msgstr "Mettre en surbrillance toutes les occurrences et souligner l'occurrence
#: ../src/fe-gtk/maingui.c:2952
msgid "Mat_ch case"
msgstr "Sensible à la _case"
msgstr "Sensible à la _casse"
#: ../src/fe-gtk/maingui.c:2957
msgid "Perform a case-sensitive search."
@ -3864,11 +3866,11 @@ msgstr "Réaliser une recherche sensible à la casse."
#: ../src/fe-gtk/maingui.c:2959
msgid "_Regex"
msgstr "_Rege"
msgstr "Expression _rationnelle"
#: ../src/fe-gtk/maingui.c:2964
msgid "Regard search string as a regular expression."
msgstr "Voir la chaîne de recherche comme une expression régulière."
msgstr "Traiter la chaîne de recherche comme une expression rationnelle."
#: ../src/fe-gtk/menu.c:115
msgid "Host unknown"
@ -3954,19 +3956,19 @@ msgstr "Cycler canal"
#: ../src/fe-gtk/menu.c:1077
msgid "_Autojoin"
msgstr "Rejoindre automatiquement si expulsé"
msgstr "Rejoindre _automatiquement"
#: ../src/fe-gtk/menu.c:1079
msgid "Autojoin Channel"
msgstr "Joindre le canal automatiquement"
msgstr "Rejoindre le canal automatiquement"
#: ../src/fe-gtk/menu.c:1113 ../src/fe-gtk/menu.c:1117
msgid "_Auto-Connect"
msgstr "Connexion automatique"
msgstr "Connexion _automatique"
#: ../src/fe-gtk/menu.c:1137
msgid ": User menu"
msgstr "XChat : menu utilisateur"
msgstr ": menu utilisateur"
#. sep
#: ../src/fe-gtk/menu.c:1146
@ -3975,27 +3977,27 @@ msgstr "Éditer ce menu..."
#: ../src/fe-gtk/menu.c:1292
msgid "Marker line disabled."
msgstr ""
msgstr "Ligne de repérage désactivée."
#: ../src/fe-gtk/menu.c:1298
msgid "Marker line never set."
msgstr ""
msgstr "Ligne de repérage jamais définie."
#: ../src/fe-gtk/menu.c:1302
msgid "Marker line reset manually."
msgstr ""
msgstr "Ligne de repérage repositionnée manuellement."
#: ../src/fe-gtk/menu.c:1304
msgid "Marker line reset because exceeded scrollback limit."
msgstr ""
msgstr "Ligne de repérage repositionnée à cause de la limite de défilement."
#: ../src/fe-gtk/menu.c:1306
msgid "Marker line reset by CLEAR command."
msgstr ""
msgstr "Ligne de repérage repositionnée avec la commande CLEAR."
#: ../src/fe-gtk/menu.c:1308
msgid "Marker line state unknown."
msgstr ""
msgstr "État de la ligne de repérage inconnu."
#: ../src/fe-gtk/menu.c:1395
msgid "Retrieve channel list..."
@ -4003,7 +4005,7 @@ msgstr "Récupérer la liste des canaux..."
#: ../src/fe-gtk/menu.c:1461
msgid " has been build without plugin support."
msgstr "a été compilé sans prise en charge des extensions."
msgstr "a été compilé sans prise en charge des greffons."
#: ../src/fe-gtk/menu.c:1469
msgid ""
@ -4040,7 +4042,7 @@ msgid ""
"%s = selected nick\n"
"%t = time/date\n"
"%u = selected users account"
msgstr "Bouttons de la liste d'utilisateurs - codes spéciaux :\n\n%a = tous les pseudos sélectionnés\n%c = canal actuel\n%e = nom du réseau actuel\n%h = hôte des pseudos sélectionnés\n%m = information machine\n%n = votre pseudo\n%s = pseudo sélectionné\n%t = date et heure\n%u = nom de compte des pseudos sélectionnés"
msgstr "Boutons de la liste d'utilisateurs - codes spéciaux :\n\n%a = tous les pseudos sélectionnés\n%c = canal actuel\n%e = nom du réseau actuel\n%h = hôte des pseudos sélectionnés\n%m = informations sur la machine\n%n = votre pseudo\n%s = pseudo sélectionné\n%t = date et heure\n%u = nom de compte des pseudos sélectionnés"
#: ../src/fe-gtk/menu.c:1496
msgid ""
@ -4055,7 +4057,7 @@ msgid ""
"%s = selected nick\n"
"%t = time/date\n"
"%u = selected users account"
msgstr "Boutons de dialogue - codes spéciaux :\n\n%a = tous les pseudos sélectionnés\n%c = canal actuel\n%e = nom du réseau actuel\n%h = hôte du pseudo sélectionné\n% = information machine\n%n = votre pseudo\n%s = pseudo sélectionné\n%t = date et heure\n%u = nom de compte du pseudo sélectionné"
msgstr "Boutons de dialogue - codes spéciaux :\n\n%a = tous les pseudos sélectionnés\n%c = canal actuel\n%e = nom du réseau actuel\n%h = hôte du pseudo sélectionné\n% = informations sur la machine\n%n = votre pseudo\n%s = pseudo sélectionné\n%t = date et heure\n%u = nom de compte du pseudo sélectionné"
#: ../src/fe-gtk/menu.c:1507
msgid ""
@ -4087,11 +4089,11 @@ msgstr "Gestionnaire d'URL - Codes d'échappement :\n\n%s = la chaîne URL\n\n
#: ../src/fe-gtk/menu.c:1527
msgid ": User Defined Commands"
msgstr "XChat : commandes définies par l'utilisateur"
msgstr ": commandes définies par l'utilisateur"
#: ../src/fe-gtk/menu.c:1534
msgid ": Userlist Popup menu"
msgstr "XChat : menu de la liste des utilisateurs"
msgstr ": menu de la liste des utilisateurs"
#: ../src/fe-gtk/menu.c:1541
msgid "Replace with"
@ -4099,23 +4101,23 @@ msgstr "Remplacer par"
#: ../src/fe-gtk/menu.c:1541
msgid ": Replace"
msgstr "XChat : remplacer"
msgstr ": remplacer"
#: ../src/fe-gtk/menu.c:1548
msgid ": URL Handlers"
msgstr "XChat : gestionnaires d'URL"
msgstr ": gestionnaires d'URL"
#: ../src/fe-gtk/menu.c:1567
msgid ": Userlist buttons"
msgstr "XChat : boutons de la liste des utilisateurs"
msgstr ": boutons de la liste des utilisateurs"
#: ../src/fe-gtk/menu.c:1574
msgid ": Dialog buttons"
msgstr "XChat : boutons de dialogue"
msgstr ": boutons de dialogue"
#: ../src/fe-gtk/menu.c:1581
msgid ": CTCP Replies"
msgstr "XChat : réponses CTCP"
msgstr ": réponses CTCP"
#: ../src/fe-gtk/menu.c:1743
msgid "He_xChat"
@ -4224,15 +4226,15 @@ msgstr "Re_joindre un canal..."
#: ../src/fe-gtk/menu.c:1791
msgid "_List of Channels..."
msgstr "_Liste de canaux..."
msgstr "_Liste des canaux..."
#: ../src/fe-gtk/menu.c:1794
msgid "Marked _Away"
msgstr "Marqué _absent"
msgstr "Se marquer _absent"
#: ../src/fe-gtk/menu.c:1796
msgid "_Usermenu"
msgstr "Menu de l_utilisateur"
msgstr "Menu de l'_utilisateur"
#. 40
#: ../src/fe-gtk/menu.c:1798
@ -4310,7 +4312,7 @@ msgstr "Liste d'ignorance..."
#: ../src/fe-gtk/menu.c:1818
msgid "_Plugins and Scripts..."
msgstr "_Plugins et scripts..."
msgstr "_Greffons et scripts..."
#: ../src/fe-gtk/menu.c:1819
msgid "_Raw Log..."
@ -4327,7 +4329,7 @@ msgstr "Repositionner la ligne de repérage"
#: ../src/fe-gtk/menu.c:1823
msgid "Move to Marker Line"
msgstr ""
msgstr "Aller à la ligne de repérage"
#: ../src/fe-gtk/menu.c:1824
msgid "_Copy Selection"
@ -4419,7 +4421,7 @@ msgstr "Notifier depuis les réseaux suivants :"
#: ../src/fe-gtk/notifygui.c:381
msgid "Comma separated list of networks is accepted."
msgstr "Entrez les réseaux séparés par une virgule."
msgstr "Une liste de réseaux séparés par une virgule est acceptée."
#: ../src/fe-gtk/notifygui.c:407
msgid ": Friends List"
@ -4432,7 +4434,7 @@ msgstr "Ouvrir la fenêtre de dialogue"
#: ../src/fe-gtk/plugin-tray.c:264
#, c-format
msgid ": Connected to %u networks and %u channels"
msgstr "XChat : Vous êtes connecté à %u réseaux et %u canaux"
msgstr ": Vous êtes connecté à %u réseaux et %u canaux"
#: ../src/fe-gtk/plugin-tray.c:628
msgid "_Restore Window"
@ -4461,7 +4463,7 @@ msgstr "Messages en surbrillance"
#. blink_item (BIT_FILEOFFER, submenu, _("File Offer"));
#: ../src/fe-gtk/plugin-tray.c:640
msgid "_Change status"
msgstr "_Changer l'état"
msgstr "_Changer d'état"
#: ../src/fe-gtk/plugin-tray.c:646
msgid "_Away"
@ -4474,12 +4476,12 @@ msgstr "_Retour"
#: ../src/fe-gtk/plugin-tray.c:714
#, c-format
msgid ": Highlighted message from: %s (%s)"
msgstr "XChat : Message en surbrillance de %s (%s)"
msgstr ": Message en surbrillance de %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:717
#, c-format
msgid ": %u highlighted messages, latest from: %s (%s)"
msgstr "XChat : %u messages en surbrillance. Le dernier est de %s (%s)"
msgstr ": %u messages en surbrillance. Le dernier est de %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:722
#, c-format
@ -4504,12 +4506,12 @@ msgstr "Message de canal de : %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:771
#, c-format
msgid ": Private message from: %s (%s)"
msgstr "XChat : Message privé de %s (%s)"
msgstr ": Message privé de %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:774
#, c-format
msgid ": %u private messages, latest from: %s (%s)"
msgstr "XChat : %u messages privés. Le dernier est de %s (%s)"
msgstr ": %u messages privés. Le dernier est de %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:779
#, c-format
@ -4519,17 +4521,17 @@ msgstr "Message privé de : %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:818
#, c-format
msgid ": File offer from: %s (%s)"
msgstr "XChat : Demande de transfert de fichier de %s (%s)"
msgstr ": Demande de transfert de fichier de %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:821
#, c-format
msgid ": %u file offers, latest from: %s (%s)"
msgstr "XChat : %u demandes de transferts de fichier. Le dernier est de %s (%s)"
msgstr ": %u demandes de transferts de fichier. Le dernier est de %s (%s)"
#: ../src/fe-gtk/plugin-tray.c:826
#, c-format
msgid "File offer from: %s (%s)"
msgstr "XChat : Demande de transfert de fichier de %s (%s)"
msgstr ": Demande de transfert de fichier de %s (%s)"
#: ../src/fe-gtk/plugingui.c:64
msgid "Version"
@ -4545,7 +4547,7 @@ msgstr "Sélectionner un greffon ou un script à charger"
#: ../src/fe-gtk/plugingui.c:252
msgid ": Plugins and Scripts"
msgstr "XChat : greffons et scripts"
msgstr ": greffons et scripts"
#: ../src/fe-gtk/plugingui.c:267
msgid "_Load..."
@ -4588,7 +4590,7 @@ msgstr "Le nom d'utilisateur ne peut être vide."
#: ../src/fe-gtk/servlistgui.c:1578
msgid "You must have two unique nick names."
msgstr ""
msgstr "Vous devez avoir deux pseudonymes uniques."
#: ../src/fe-gtk/servlistgui.c:1630
msgid ""
@ -4691,11 +4693,11 @@ msgstr "Jeu de caractères :"
#: ../src/fe-gtk/servlistgui.c:1970
msgid ": Network List"
msgstr "XChat : liste des réseaux"
msgstr ": liste des réseaux"
#: ../src/fe-gtk/servlistgui.c:1981
msgid "User Information"
msgstr "Information utilisateur"
msgstr "Informations utilisateur"
#: ../src/fe-gtk/servlistgui.c:2005
msgid "Third choice:"
@ -4725,7 +4727,7 @@ msgstr "_Trier"
msgid ""
"Sorts the network list in alphabetical order. Use SHIFT-UP and SHIFT-DOWN "
"keys to move a row."
msgstr "Trie les réseaux dans l'ordre alphabétique. Utilisez Shift-Haut et Shift-Bas pour déplacer une ligne."
msgstr "Trie les réseaux par ordre alphabétique. Utiliser MAJ + Haut et MAJ + Bas pour déplacer une ligne."
#: ../src/fe-gtk/servlistgui.c:2168
msgid "_Favor"
@ -4941,7 +4943,7 @@ msgstr "Ukrainien"
#: ../src/fe-gtk/setup.c:139
msgid "Vietnamese"
msgstr "Viétnamien"
msgstr "Vietnamien"
#: ../src/fe-gtk/setup.c:140
msgid "Walloon"
@ -5075,11 +5077,11 @@ msgstr "Dictionnaire à utiliser : "
msgid ""
"Use language codes (as in \"%LOCALAPPDATA%\\enchant\\myspell\\dicts\").\n"
"Separate multiple entries with commas."
msgstr "Utiliser des codes de langues (en tant que \"%LOCALAPPDATA%\\enchant\\myspell\\dicts\").\nSéparez les entrées par des virgules."
msgstr "Utiliser des codes de langues (comme dans « %LOCALAPPDATA%\\enchant\\myspell\\dicts »).\nSéparer les entrées multiples avec des virgules."
#: ../src/fe-gtk/setup.c:199
msgid "Use language codes. Separate multiple entries with commas."
msgstr "Entrez des codes de langue Séparer les par une virgule."
msgstr "Utiliser des codes de langue. Séparer les entrées multiples avec des virgules."
#: ../src/fe-gtk/setup.c:202
msgid "Nick Completion"
@ -5091,7 +5093,7 @@ msgstr "Suffixe pour la complétion des pseudonymes :"
#: ../src/fe-gtk/setup.c:204
msgid "Nick completion sorted:"
msgstr "Tri de la complétion des pseudo :"
msgstr "Tri de la complétion des pseudonymes :"
#: ../src/fe-gtk/setup.c:205
msgid "Nick completion amount:"
@ -5099,7 +5101,7 @@ msgstr "Maximum pour la complétion de pseudonymes :"
#: ../src/fe-gtk/setup.c:205
msgid "Threshold of nicks to start listing instead of completing"
msgstr "Seuil du nombre de pseudonymes à lister au lieu de compléter"
msgstr "Lister les pseudonymes au lieu de les compléter au-delà de ce seuil"
#: ../src/fe-gtk/setup.c:205
msgid "nicks."
@ -5163,11 +5165,11 @@ msgstr "Afficher les noms d'hôtes dans la liste des utilisateurs"
#: ../src/fe-gtk/setup.c:255
msgid "Show icons for user modes"
msgstr "Afficher des icones pour les modes utilisateurs"
msgstr "Afficher des icônes pour les modes utilisateurs"
#: ../src/fe-gtk/setup.c:255
msgid "Use graphical icons instead of text symbols in the user list."
msgstr "Afficher des icones plutôt que du texte dans la liste des utilisateurs."
msgstr "Afficher des icônes plutôt que du texte dans la liste des utilisateurs."
#: ../src/fe-gtk/setup.c:256
msgid "Color nicknames in userlist"
@ -5272,7 +5274,7 @@ msgstr "Trier les onglets par ordre alphabétique"
#: ../src/fe-gtk/setup.c:314
msgid "Show icons in the channel tree"
msgstr "Montrer des icones dans l'arbre des canaux"
msgstr "Afficher des icônes dans l'arbre des canaux"
#: ../src/fe-gtk/setup.c:315
msgid "Show dotted lines in the channel tree"
@ -5360,7 +5362,7 @@ msgstr "Télécharger les fichiers vers :"
#: ../src/fe-gtk/setup.c:353
msgid "Move completed files to:"
msgstr "Déplacer les fichiers terminés vers :"
msgstr "Déplacer les fichiers complets vers :"
#: ../src/fe-gtk/setup.c:354
msgid "Save nick name in filenames"
@ -5417,24 +5419,24 @@ msgstr "Alertes"
#: ../src/fe-gtk/setup.c:400 ../src/fe-gtk/setup.c:452
msgid "Show tray balloons on:"
msgstr "Quand montrer une fenêtre de notification :"
msgstr "Afficher une fenêtre de notification pour :"
#: ../src/fe-gtk/setup.c:402
msgid "Blink tray icon on:"
msgstr "Faire clignoter l'icône de barre d'état"
msgstr "Faire clignoter l'icône de barre d'état pour :"
#: ../src/fe-gtk/setup.c:404
msgid "Bounce dock icon on:"
msgstr ""
msgstr "Faire rebondir l'icône du dock pour :"
#: ../src/fe-gtk/setup.c:407 ../src/fe-gtk/setup.c:453
msgid "Blink task bar on:"
msgstr "Quand faire clignoter la barre d'état :"
msgstr "Faire clignoter la barre des tâches pour :"
#: ../src/fe-gtk/setup.c:411 ../src/fe-gtk/setup.c:414
#: ../src/fe-gtk/setup.c:416 ../src/fe-gtk/setup.c:454
msgid "Make a beep sound on:"
msgstr "Quand émettre un bip : "
msgstr "Émettre un bip pour :"
#: ../src/fe-gtk/setup.c:411
msgid ""
@ -5450,7 +5452,7 @@ msgstr "Jouer « message-new-instant » depuis le thème de sons freedesktop.org
#: ../src/fe-gtk/setup.c:416
msgid "Play a GTK beep upon the selected events"
msgstr "Jouer un bip GTK quand le ou les événements arrivent"
msgstr "Jouer un bip GTK sur les événements sélectionnés"
#: ../src/fe-gtk/setup.c:420 ../src/fe-gtk/setup.c:456
msgid "Omit alerts when marked as being away"
@ -5482,7 +5484,7 @@ msgstr "Gérer le statut absent/présent automatiquement"
#: ../src/fe-gtk/setup.c:431
msgid "Automatically change status when hiding to tray."
msgstr "Automatiquement changer de statut en cachant l'application dans la barre de tâches."
msgstr "Automatiquement changer d'état en cachant l'application dans la barre de tâches."
#: ../src/fe-gtk/setup.c:433
msgid "Only show tray balloons when hidden or iconified"
@ -5503,7 +5505,7 @@ msgstr "Mots déclenchant une surbrillance :"
#: ../src/fe-gtk/setup.c:440 ../src/fe-gtk/setup.c:463
msgid "Nick names not to highlight:"
msgstr "Pseudo à ne pas mettre en surbrillance :"
msgstr "Pseudos à ne pas mettre en surbrillance :"
#: ../src/fe-gtk/setup.c:441 ../src/fe-gtk/setup.c:464
msgid "Nick names to always highlight:"
@ -5577,7 +5579,7 @@ msgstr "Cacher les messages d'entrée/sortie par défaut."
#: ../src/fe-gtk/setup.c:485
msgid "Hide nick change messages"
msgstr ""
msgstr "Cacher les messages de changement de pseudonyme"
#: ../src/fe-gtk/setup.c:492
msgid "*!*@*.host"
@ -5627,7 +5629,7 @@ msgstr "Ajouter automatiquement les informations de couleur"
msgid ""
"Automatically include color information in copied lines of text. Otherwise,"
" include color information if the CONTROL key is held down while selecting."
msgstr "Ajouter automatiquement les informations de couleurs dans les lignes de texte copiées. Sinon, la couleur sera ajouté uniquement si la touche Control est appuyée lors de la sélection."
msgstr "Ajouter automatiquement les informations de couleurs dans les lignes de texte copiées. Sinon, la couleur sera ajoutée uniquement si la touche Control est appuyée lors de la sélection."
#: ../src/fe-gtk/setup.c:515
msgid "Real name:"
@ -5639,7 +5641,7 @@ msgstr "Police alternative :"
#: ../src/fe-gtk/setup.c:517
msgid "Separate multiple entries with commas without spaces before or after."
msgstr "Séparez plusieurs entrées avec des virgules sans espaces avant ou après la virgule."
msgstr "Séparer plusieurs entrées avec des virgules sans espaces avant ou après la virgule."
#: ../src/fe-gtk/setup.c:519
msgid "Display lists in compact mode"
@ -5651,13 +5653,13 @@ msgstr "Utiliser moins d'espace entre la liste des utilisateurs et l'arbre des c
#: ../src/fe-gtk/setup.c:520
msgid "Use server time if supported"
msgstr "Utiliser le temps serveur si pris en charg"
msgstr "Utiliser le temps serveur si pris en charge"
#: ../src/fe-gtk/setup.c:520
msgid ""
"Display timestamps obtained from server if it supports the time-server "
"extension."
msgstr "Afficher les horodatages obtenus depuis le serveur s'il supporte l'extension du temps côté serveur."
msgstr "Afficher les horodatages obtenus depuis le serveur s'il prend en charge l'extension serveur de temps."
#: ../src/fe-gtk/setup.c:521
msgid "Automatically reconnect to servers on disconnect"
@ -5858,7 +5860,7 @@ msgstr "Sélectionner une image"
#: ../src/fe-gtk/setup.c:1088
msgid "Select Download Folder"
msgstr "Choisir le dossier pour le réception de fichiers"
msgstr "Choisir le dossier pour la réception de fichiers"
#: ../src/fe-gtk/setup.c:1098
msgid "Select font"
@ -6028,7 +6030,7 @@ msgstr "*ATTENTION*\nAccepter automatiquement les DCC dans votre répertoire per
#: ../src/fe-gtk/setup.c:2198
msgid ": Preferences"
msgstr "XChat : préférences"
msgstr ": préférences"
#: ../src/fe-gtk/sexy-spell-entry.c:545
msgid "<i>(no suggestions)</i>"
@ -6089,11 +6091,11 @@ msgstr "Tout tester"
#: ../src/fe-gtk/textgui.c:485
msgid "OK"
msgstr ""
msgstr "OK"
#: ../src/fe-gtk/urlgrab.c:198
msgid ": URL Grabber"
msgstr "XChat : récupération d'URL"
msgstr ": récupération d'URL"
#: ../src/fe-gtk/urlgrab.c:212
msgid "Clear list"

View File

@ -4,8 +4,8 @@
#
# Translators:
# Andhika Padmawan <andhika.padmawan@gmail.com>, 2010
# doplank <doplank@gmx.com>, 2012-2013
# doplank <doplank@gmx.com>, 2013
# Rahmat Bambang <doplank@gmx.com>, 2012-2013
# Rahmat Bambang <doplank@gmx.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"

View File

@ -6,13 +6,14 @@
# Claudio Arseni <claudio.arseni@gmail.com>, 2013-2014
# Eros Palberti - Fabio Viola : How-Tux Team <admin@how-tux.com>, 2006
# Random_R, 2013
# Random_R, 2013
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-30 13:32+0000\n"
"Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"
"PO-Revision-Date: 2014-09-03 19:07+0000\n"
"Last-Translator: Teodoro Santoni <asbrasbra@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/hexchat/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

File diff suppressed because it is too large Load Diff

View File

@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Darkcircle <darkcircle.0426@gmail.com>, 2014
# Darkcircle <darkcircle.0426@gmail.com>, 2014
# Seong-ho Cho <darkcircle.0426@gmail.com>, 2014
# Seong-ho Cho <darkcircle.0426@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-15 13:09+0000\n"
"Last-Translator: Darkcircle <darkcircle.0426@gmail.com>\n"
"Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/hexchat/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

769
po/lt.po

File diff suppressed because it is too large Load Diff

View File

@ -4,8 +4,8 @@
#
# Translators:
# bviktor, 2012
# Thorne <thorne@null.net>, 2013
# Thorne <thorne@null.net>, 2012
# Thorne Heathenspring <thorne@null.net>, 2013
# Thorne Heathenspring <thorne@null.net>, 2012
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"

View File

@ -3,9 +3,9 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# xtremesmw <neethan98@hotmail.ca>, 2013
# Thor K.H. <nitrolinken@gmail.com>, 2013
# Thor K.H. <nitrolinken@gmail.com>, 2012-2013
# Xtreme Power <neethan98@hotmail.ca>, 2013
# Thor K. H. <nitrolinken@gmail.com>, 2013
# Thor K. H. <nitrolinken@gmail.com>, 2012-2013
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"

305
po/pl.po

File diff suppressed because it is too large Load Diff

312
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
#
# Translators:
# Aleksandr P <davian818@gmail.com>, 2010
# andreyv <andrey.vihrov@gmail.com>, 2013
# Andrey Vihrov <andrey.vihrov@gmail.com>, 2013
# Valek Filippov <frob@df.ru>, 2001
# Volosenkov Dmitry <_bil_@mail.ru>, 1999
msgid ""

View File

@ -4,7 +4,7 @@
#
# Translators:
# o Zoltan Čala <zolika@sezampro.yu>, 1999
# Ortak Velja <majstorov@gmail.com>, 2013
# Velimir Majstorov <majstorov@gmail.com>, 2013
# Zlatan Vasović <legospace9876@gmail.com>, 2013-2014
msgid ""
msgstr ""

View File

@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Ortak Velja <majstorov@gmail.com>, 2013
# Velimir Majstorov <majstorov@gmail.com>, 2013
# o Zoltan Čala <zolika@sezampro.yu>, 1999
# Zlatan Vasović <legospace9876@gmail.com>, 2013
msgid ""

View File

@ -3,14 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# androidnisse <jakob@knugen.nu>, 2012
# Jakob <jakob@knugen.nu>, 2014
# Jakob <jakob@knugen.nu>, 2012
# Martin Jernberg <bittin@cafe8bitar.se>, 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-08-22 13:24+0000\n"
"Last-Translator: Martin Jernberg <bittin@cafe8bitar.se>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/hexchat/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -23,7 +25,7 @@ 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 är en lättanvänd men även utbyggbar IRC klient. Den låter dig säkert ansluta till flera nätverk och prata med användare privat eller i kanaler med ett anpassningsbart utseende. Du kan även överföra filer."
#: ../data/misc/hexchat.appdata.xml.in.h:2
msgid ""
@ -33,15 +35,15 @@ 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 klient"
#: ../data/misc/hexchat.desktop.in.h:3
msgid "Chat with other people online"
msgstr ""
msgstr "Chatta med andra människor online"
#: ../data/misc/hexchat.desktop.in.h:4
msgid "IM;Chat;"
@ -49,11 +51,11 @@ msgstr ""
#: ../data/misc/hexchat.desktop.in.h:5
msgid "Open Safe Mode"
msgstr ""
msgstr "Öppna säkert läge"
#: ../data/misc/htm.desktop.in.h:1
msgid "HexChat Theme Manager"
msgstr ""
msgstr "HexChat temahanterare "
#. 0 means unlimited
#. STRINGS
@ -128,15 +130,15 @@ msgstr "_Skicka en fil"
#: ../src/common/hexchat.c:869
msgid "_User Info (WhoIs)"
msgstr "An_vändarinfo (Whois)"
msgstr "_Användarinfo (Whois)"
#: ../src/common/hexchat.c:870
msgid "_Add to Friends List"
msgstr "_Lägg till i vännerlista"
msgstr "_Lägg till i vänlista"
#: ../src/common/hexchat.c:871
msgid "_Ignore"
msgstr ""
msgstr "_Ignorera"
#: ../src/common/hexchat.c:872
msgid "O_perator Actions"
@ -212,7 +214,7 @@ msgstr "Ta bort op"
#: ../src/common/hexchat.c:918
msgid "bye"
msgstr "hejdå"
msgstr "hej då"
#: ../src/common/hexchat.c:919
#, c-format
@ -253,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 "Du har inte skrivrättigheter till %s. Ingenting från den här sessionen kan bli sparat"
#: ../src/common/hexchat.c:1139
msgid ""
@ -2444,7 +2446,7 @@ msgstr "Jordanien"
#: ../src/common/util.c:1112
msgid "Company Jobs"
msgstr ""
msgstr "Företags jobb"
#: ../src/common/util.c:1113
msgid "Japan"
@ -2552,7 +2554,7 @@ msgstr "Moldavien"
#: ../src/common/util.c:1139
msgid "Montenegro"
msgstr ""
msgstr "Montenegro"
#: ../src/common/util.c:1140
msgid "United States Medical"
@ -2620,7 +2622,7 @@ msgstr "Mauritius"
#: ../src/common/util.c:1156
msgid "Museums"
msgstr ""
msgstr "Museum"
#: ../src/common/util.c:1157
msgid "Maldives"
@ -2784,7 +2786,7 @@ msgstr "Gammaldags ARPAnet"
#: ../src/common/util.c:1197
msgid "Serbia"
msgstr ""
msgstr "Serbien"
#: ../src/common/util.c:1198
msgid "Russian Federation"
@ -2856,7 +2858,7 @@ msgstr "Surinam"
#: ../src/common/util.c:1215
msgid "South Sudan"
msgstr ""
msgstr "Syd Sudan"
#: ../src/common/util.c:1216
msgid "Sao Tome and Principe"
@ -3086,7 +3088,7 @@ msgstr ""
#: ../src/fe-gtk/banlist.c:67
msgid "Invites"
msgstr ""
msgstr "Inbjudningar"
#: ../src/fe-gtk/banlist.c:68 ../src/fe-gtk/ignoregui.c:164
msgid "Invite"
@ -3721,7 +3723,7 @@ msgstr "<u>Understruken</u>"
#: ../src/fe-gtk/maingui.c:1475
msgid "<i>Italic</i>"
msgstr ""
msgstr "<i>kursiv</i>"
#: ../src/fe-gtk/maingui.c:1476
msgid "Normal"
@ -3835,7 +3837,7 @@ msgstr "Ange nytt smeknamn:"
#: ../src/fe-gtk/maingui.c:2832
msgid "No results found."
msgstr ""
msgstr "Inga resultat funna."
#: ../src/fe-gtk/maingui.c:2928
msgid "Search hit end or not found."
@ -3893,7 +3895,7 @@ msgstr "Användare:"
#: ../src/fe-gtk/menu.c:637
msgid "Account:"
msgstr ""
msgstr "Konto:"
#: ../src/fe-gtk/menu.c:647
msgid "Country:"
@ -4114,7 +4116,7 @@ msgstr "XChat: CTCP-svar"
#: ../src/fe-gtk/menu.c:1743
msgid "He_xChat"
msgstr ""
msgstr "He_xChat"
#: ../src/fe-gtk/menu.c:1744
msgid "Network Li_st..."
@ -4199,7 +4201,7 @@ msgstr "Diagram"
#: ../src/fe-gtk/menu.c:1785
msgid "_Fullscreen"
msgstr ""
msgstr "_Fullskärm"
#: ../src/fe-gtk/menu.c:1787
msgid "_Server"
@ -5957,7 +5959,7 @@ msgstr "Gränssnitt"
#: ../src/fe-gtk/setup.c:1807
msgid "Appearance"
msgstr ""
msgstr "Utseende "
#: ../src/fe-gtk/setup.c:1808
msgid "Input box"
@ -5981,7 +5983,7 @@ msgstr "Chattande"
#: ../src/fe-gtk/setup.c:1816
msgid "Sounds"
msgstr ""
msgstr "Ljud"
#: ../src/fe-gtk/setup.c:1818
msgid "Advanced"
@ -6023,7 +6025,7 @@ msgstr "*VARNING*\nAtt automatiskt acceptera DCC till din\nhemkatalog kan vara f
#: ../src/fe-gtk/setup.c:2198
msgid ": Preferences"
msgstr "XChat: Inställningar"
msgstr ": Inställningar"
#: ../src/fe-gtk/sexy-spell-entry.c:545
msgid "<i>(no suggestions)</i>"
@ -6031,7 +6033,7 @@ msgstr ""
#: ../src/fe-gtk/sexy-spell-entry.c:559
msgid "More..."
msgstr ""
msgstr "Mer..."
#. + Add to Dictionary
#: ../src/fe-gtk/sexy-spell-entry.c:631
@ -6042,11 +6044,11 @@ msgstr ""
#. - Ignore All
#: ../src/fe-gtk/sexy-spell-entry.c:676
msgid "Ignore All"
msgstr ""
msgstr "Ignorera alla"
#: ../src/fe-gtk/sexy-spell-entry.c:711
msgid "Spelling Suggestions"
msgstr ""
msgstr "Stavningsförslag"
#: ../src/fe-gtk/sexy-spell-entry.c:1272
#, c-format
@ -6084,7 +6086,7 @@ msgstr "Testa allt"
#: ../src/fe-gtk/textgui.c:485
msgid "OK"
msgstr ""
msgstr "OK"
#: ../src/fe-gtk/urlgrab.c:198
msgid ": URL Grabber"

View File

@ -3,18 +3,19 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# tulliana <mdemiray@msn.com>, 2014
# Atilla Öntaş <tarakbumba@gmail.com>, 2014
# Demiray Muhterem <mdemiray@msn.com>, 2014
# ifthenelse <ifthenelse@gmx.com>, 2013
# osmanos <osman.erkan@yandex.com>, 2014
# TingPing <tingping@tingping.se>, 2014
# Ufuk Uyumaz <ufukuyumaz@gmail.com>, 2013
# Ufuk UYUMAZ <ufukuyumaz@gmail.com>, 2013
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-06 16:54+0000\n"
"Last-Translator: Demiray Muhterem <mdemiray@msn.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/hexchat/language/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -37,27 +38,27 @@ 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 Client"
#: ../data/misc/hexchat.desktop.in.h:3
msgid "Chat with other people online"
msgstr ""
msgstr "İnsanlar ile çevrimiçi sohbet"
#: ../data/misc/hexchat.desktop.in.h:4
msgid "IM;Chat;"
msgstr ""
msgstr "IM;Chat;"
#: ../data/misc/hexchat.desktop.in.h:5
msgid "Open Safe Mode"
msgstr ""
msgstr "Güvenli Modda Aç"
#: ../data/misc/htm.desktop.in.h:1
msgid "HexChat Theme Manager"
msgstr ""
msgstr "Hexchat Tema Yöneticisi"
#. 0 means unlimited
#. STRINGS
@ -403,13 +404,13 @@ msgstr "BAN <maske> [<yasaktipi>], maskeye uygun herkesi kanalda yasaklar. Zaten
#: ../src/common/outbound.c:3913
msgid "CHANOPT [-quiet] <variable> [<value>]"
msgstr ""
msgstr "CHANOPT [-quiet] <değişken> [<değer>]"
#: ../src/common/outbound.c:3914
msgid ""
"CHARSET [<encoding>], get or set the encoding used for the current "
"connection"
msgstr ""
msgstr "CHARSET [<kodlama>], geçerli bağlantı için kullanılan kodlamayı getir veya ayarla"
#: ../src/common/outbound.c:3915
msgid ""
@ -423,19 +424,19 @@ msgstr ""
#: ../src/common/outbound.c:3919
msgid "COUNTRY [-s] <code|wildcard>, finds a country code, eg: au = australia"
msgstr ""
msgstr "COUNTRY [-s] <kodlama/değişken ifade>, bir ülke kodlaması bulur, mesela: au = australia"
#: ../src/common/outbound.c:3921
msgid ""
"CTCP <nick> <message>, send the CTCP message to nick, common messages are "
"VERSION and USERINFO"
msgstr ""
msgstr "CTCP <rumuz> <ileti>,CTCP iletisinii rumuza gönder, ortak iletiler VERSION ve USERINFO' dur"
#: ../src/common/outbound.c:3923
msgid ""
"CYCLE [<channel>], parts the current or given channel and immediately "
"rejoins"
msgstr ""
msgstr "CYCLE [<kanall>], geçerli olan veya verilen kanalı böler ve hemen yeniden katılır"
#: ../src/common/outbound.c:3925
msgid ""
@ -1406,7 +1407,7 @@ msgstr "Katılan kişinin adı"
#: ../src/common/text.c:1033
msgid "The channel being joined"
msgstr ""
msgstr "Kanala girildi."
#: ../src/common/text.c:1034 ../src/common/text.c:1097
#: ../src/common/text.c:1148
@ -1415,7 +1416,7 @@ msgstr "Kişinin bilgisayarı"
#: ../src/common/text.c:1035
msgid "The account of the person"
msgstr ""
msgstr "Kişinin hesabı"
#: ../src/common/text.c:1039 ../src/common/text.c:1046
#: ../src/common/text.c:1053 ../src/common/text.c:1265
@ -1469,7 +1470,7 @@ msgstr "Sunucu Adı"
#: ../src/common/text.c:1060
msgid "Acknowledged Capabilities"
msgstr ""
msgstr "Sunucu Özellikleri"
#: ../src/common/text.c:1065
msgid "Server Capabilities"
@ -1577,7 +1578,7 @@ msgstr ""
#: ../src/common/text.c:1171
msgid "The nick of the person who set the key"
msgstr ""
msgstr "Kilidi ayarlayan kişinin rumuzu"
#: ../src/common/text.c:1172
msgid "The key"
@ -1585,7 +1586,7 @@ msgstr "Anahtar"
#: ../src/common/text.c:1176
msgid "The nick of the person who set the limit"
msgstr ""
msgstr "Limiti ayarlayan kişinin rumuzu"
#: ../src/common/text.c:1177
msgid "The limit"
@ -1593,31 +1594,31 @@ msgstr "Sınır"
#: ../src/common/text.c:1181
msgid "The nick of the person who did the op'ing"
msgstr ""
msgstr "Op veren kişinin rumuzu"
#: ../src/common/text.c:1182
msgid "The nick of the person who has been op'ed"
msgstr ""
msgstr "Op olan kişinin rumuzu"
#: ../src/common/text.c:1186
msgid "The nick of the person who has been halfop'ed"
msgstr ""
msgstr "Yarım Op olan kişinin rumuzu"
#: ../src/common/text.c:1187
msgid "The nick of the person who did the halfop'ing"
msgstr ""
msgstr "Yarım Op veren kişinin rumuzu"
#: ../src/common/text.c:1191
msgid "The nick of the person who did the voice'ing"
msgstr ""
msgstr "Konuşma izni veren kişinin rumuzu"
#: ../src/common/text.c:1192
msgid "The nick of the person who has been voice'ed"
msgstr ""
msgstr "Konuşma izni alan kişinin rumuzu"
#: ../src/common/text.c:1196
msgid "The nick of the person who did the banning"
msgstr ""
msgstr "Banlayan kişinin rumuzu"
#: ../src/common/text.c:1197 ../src/common/text.c:1229
msgid "The ban mask"
@ -1625,7 +1626,7 @@ msgstr "Yasak maskesi"
#: ../src/common/text.c:1201
msgid "The nick of the person who did the quieting"
msgstr ""
msgstr "Konuşma iznini alan kişinin rumuzu"
#: ../src/common/text.c:1202 ../src/common/text.c:1234
msgid "The quiet mask"
@ -1633,43 +1634,43 @@ msgstr "Sessiz maske"
#: ../src/common/text.c:1206
msgid "The nick who removed the key"
msgstr ""
msgstr "Kilidi kaldıranın rumuzu"
#: ../src/common/text.c:1210
msgid "The nick who removed the limit"
msgstr ""
msgstr "Limiti kaldıranın rumuzu"
#: ../src/common/text.c:1214
msgid "The nick of the person of did the deop'ing"
msgstr ""
msgstr "Op alan kişinin rumuzu"
#: ../src/common/text.c:1215
msgid "The nick of the person who has been deop'ed"
msgstr ""
msgstr "Op'u alınan kişinin rumuzu"
#: ../src/common/text.c:1218
msgid "The nick of the person of did the dehalfop'ing"
msgstr ""
msgstr "Yarım Op'u alan kişinin rumuzu"
#: ../src/common/text.c:1219
msgid "The nick of the person who has been dehalfop'ed"
msgstr ""
msgstr "Yarım Op'u elinden alınan kişinin rumuzu"
#: ../src/common/text.c:1223
msgid "The nick of the person of did the devoice'ing"
msgstr ""
msgstr "Konuşma iznini alan kişini rumuzu"
#: ../src/common/text.c:1224
msgid "The nick of the person who has been devoice'ed"
msgstr ""
msgstr "Konuşma izni alınan kişinin rumuzu"
#: ../src/common/text.c:1228
msgid "The nick of the person of did the unban'ing"
msgstr ""
msgstr "Yasağı kaldıran kişinin rumuzu"
#: ../src/common/text.c:1233
msgid "The nick of the person of did the unquiet'ing"
msgstr ""
msgstr "Konuşma yasağını kaldıran kişinin rumuzu"
#: ../src/common/text.c:1238
msgid "The nick of the person who did the exempt"
@ -1685,7 +1686,7 @@ msgstr "Kişinin kullanıcı adı serbest bırakıldı."
#: ../src/common/text.c:1248
msgid "The nick of the person who did the invite"
msgstr ""
msgstr "Davet eden kişinin rumuzu"
#: ../src/common/text.c:1249 ../src/common/text.c:1254
msgid "The invite mask"
@ -1693,15 +1694,15 @@ msgstr "Davet maskesi"
#: ../src/common/text.c:1253
msgid "The nick of the person removed the invite"
msgstr ""
msgstr "Daveti kaldıran kişinin rumuzu"
#: ../src/common/text.c:1258
msgid "The nick of the person setting the mode"
msgstr ""
msgstr "Mod ayarlarını yapan kişinin rumuzu"
#: ../src/common/text.c:1259
msgid "The mode's sign (+/-)"
msgstr ""
msgstr "Mod'lar imza (+/-)"
#: ../src/common/text.c:1260
msgid "The mode letter"
@ -1709,7 +1710,7 @@ msgstr "Mektup Modu"
#: ../src/common/text.c:1261
msgid "The channel it's being set on"
msgstr ""
msgstr "Bu şu anda kanal ayarlanıyor"
#: ../src/common/text.c:1268
msgid "Full name"
@ -2892,7 +2893,7 @@ msgstr "Chad"
#: ../src/common/util.c:1223
msgid "Internet Communication Services"
msgstr ""
msgstr "İnternet İletişim Hizmetleri"
#: ../src/common/util.c:1224
msgid "French Southern Territories"
@ -2936,7 +2937,7 @@ msgstr "Türkiye"
#: ../src/common/util.c:1235
msgid "Travel and Tourism"
msgstr ""
msgstr "Seyahat ve Turizm"
#: ../src/common/util.c:1236
msgid "Trinidad and Tobago"
@ -3016,7 +3017,7 @@ msgstr "Samoa"
#: ../src/common/util.c:1255
msgid "Adult Entertainment"
msgstr ""
msgstr "Yetişkin Eğlence"
#: ../src/common/util.c:1256
msgid "Yemen"
@ -3052,7 +3053,7 @@ msgstr ""
#: ../src/common/dbus/dbus-client.c:114 ../src/common/dbus/dbus-client.c:128
msgid "Failed to complete Command"
msgstr ""
msgstr "Komut başarısız"
#: ../src/common/dbus/dbus-plugin.c:30
msgid "remote access"

View File

@ -5,14 +5,16 @@
# Translators:
# Aron Xu <happyaron.xu@gmail.com>, 2010
# Dalin <ayi880@hotmail.com>, 2003
# chenyueg <chenyueg@gmail.com>, 2010
# michaeljayt <michaeljayt@gmail.com>, 2014
# Eleanor Chen <chenyueg@gmail.com>, 2010
# highwind <highwindmx@126.com>, 2014
# bababababanana1, 2014
# Michael Jay Tong <michaeljayt@gmail.com>, 2014
# Minor revision by Walte <webmaster@www.linuxfans.org>, 2003
# Rongjun Mu <elanmu@sina.com>, 2003
# Rongjun Mu <rongjunmu+i18n@gmail.com>, 2004
# Sarah Smith <sarahs@redhat.com>, 2003
# SEPTEM <septeman@gmail.com>, 2006
# tonghuix <tonghuix@gmail.com>, 2014
# Tong Hui <tonghuix@gmail.com>, 2014
# Zhuyuan Liu <gtkdict@yahoo.com.cn>, 2005
# Zong Yaotang <zong@cosix.com.au>, 2002
msgid ""
@ -20,8 +22,8 @@ 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-11-02 15:21+0000\n"
"Last-Translator: Michael Jay Tong <michaeljayt@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/hexchat/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -289,12 +291,12 @@ msgstr "否 "
#: ../src/common/ignore.c:385
#, c-format
msgid "You are being CTCP flooded from %s, ignoring %s\n"
msgstr "您正受到来自 %s 的 CTCP 洪水攻击,忽略 %s\n"
msgstr "您正受到来自 %s 的洗屏攻击,忽略 %s\n"
#: ../src/common/ignore.c:410
#, c-format
msgid "You are being MSG flooded from %s, setting gui_autoopen_dialog OFF.\n"
msgstr "您正受到来自 %s 的 MSG 洪水攻击,自动打开图形化对话框参数gui_autoopen_dialog 将设置为关闭。\n"
msgstr "您正受到来自 %s 的 MSG 洪水攻击,设置图形化自动对话框为关闭。\n"
#: ../src/common/notify.c:558
#, c-format
@ -308,7 +310,7 @@ msgstr " %-20s 离线\n"
#: ../src/common/outbound.c:72
msgid "No channel joined. Try /join #<channel>\n"
msgstr "没有进入任何频道。请尝试 /join #<channel>\n"
msgstr "没有进入任何频道。请尝试输入 /join #<channel>\n"
#: ../src/common/outbound.c:78
msgid "Not connected. Try /server <host> [<port>]\n"
@ -985,7 +987,7 @@ msgstr "%C22*%O$t%C26$1%O 给了 %C18$2%O 发言权"
#: ../src/common/textevents.h:114
msgid "%C23*%O$tConnected. Now logging in."
msgstr "%C23*%O$tC 已连接。正在登录..."
msgstr "%C23*%O$t 已连接。正在登录..."
#: ../src/common/textevents.h:117
msgid "%C23*%O$tConnecting to %C29$1%C (%C23$2:$3%O)"
@ -1422,7 +1424,7 @@ msgstr "此人的主机名"
#: ../src/common/text.c:1035
msgid "The account of the person"
msgstr ""
msgstr "这个人的帐号"
#: ../src/common/text.c:1039 ../src/common/text.c:1046
#: ../src/common/text.c:1053 ../src/common/text.c:1265
@ -3981,27 +3983,27 @@ msgstr "编辑此菜单..."
#: ../src/fe-gtk/menu.c:1292
msgid "Marker line disabled."
msgstr ""
msgstr "标记线已禁用."
#: ../src/fe-gtk/menu.c:1298
msgid "Marker line never set."
msgstr ""
msgstr "标记线永不设置."
#: ../src/fe-gtk/menu.c:1302
msgid "Marker line reset manually."
msgstr ""
msgstr "标记线手动重设."
#: ../src/fe-gtk/menu.c:1304
msgid "Marker line reset because exceeded scrollback limit."
msgstr ""
msgstr "因超越回滚限制重设标记线."
#: ../src/fe-gtk/menu.c:1306
msgid "Marker line reset by CLEAR command."
msgstr ""
msgstr "使用CLEAR命令重设标记线."
#: ../src/fe-gtk/menu.c:1308
msgid "Marker line state unknown."
msgstr ""
msgstr "标记线状态未知."
#: ../src/fe-gtk/menu.c:1395
msgid "Retrieve channel list..."
@ -4333,7 +4335,7 @@ msgstr "重置标记线"
#: ../src/fe-gtk/menu.c:1823
msgid "Move to Marker Line"
msgstr ""
msgstr "移动至标记线"
#: ../src/fe-gtk/menu.c:1824
msgid "_Copy Selection"
@ -4594,7 +4596,7 @@ msgstr "用户名不可留空。"
#: ../src/fe-gtk/servlistgui.c:1578
msgid "You must have two unique nick names."
msgstr ""
msgstr "您必须拥有两个昵称."
#: ../src/fe-gtk/servlistgui.c:1630
msgid ""
@ -4735,7 +4737,7 @@ msgstr "按字母顺序排练网络列表。使用SHIFT+上下方向键来移动
#: ../src/fe-gtk/servlistgui.c:2168
msgid "_Favor"
msgstr "收藏 (_F)"
msgstr "收藏(_F)"
#: ../src/fe-gtk/servlistgui.c:2169
msgid "Mark or unmark this network as a favorite."
@ -5431,7 +5433,7 @@ msgstr "托盘图标闪烁于:"
#: ../src/fe-gtk/setup.c:404
msgid "Bounce dock icon on:"
msgstr ""
msgstr "弹跳托盘图标于:"
#: ../src/fe-gtk/setup.c:407 ../src/fe-gtk/setup.c:453
msgid "Blink task bar on:"
@ -5583,7 +5585,7 @@ msgstr "默认隐藏频道里的进入/离开信息"
#: ../src/fe-gtk/setup.c:485
msgid "Hide nick change messages"
msgstr ""
msgstr "隐藏昵称变更信息"
#: ../src/fe-gtk/setup.c:492
msgid "*!*@*.host"
@ -6095,7 +6097,7 @@ msgstr "测试全部"
#: ../src/fe-gtk/textgui.c:485
msgid "OK"
msgstr ""
msgstr "确认"
#: ../src/fe-gtk/urlgrab.c:198
msgid ": URL Grabber"

View File

@ -313,13 +313,10 @@ get_xdir (void)
if (portable_mode () || SHGetKnownFolderPath (&FOLDERID_RoamingAppData, 0, NULL, &roaming_path_wide) != S_OK)
{
char *path;
char file[MAX_PATH];
HMODULE hModule;
hModule = GetModuleHandle (NULL);
if (GetModuleFileName (hModule, file, sizeof(file)))
path = g_win32_get_package_installation_directory_of_module (NULL);
if (path)
{
path = g_path_get_dirname (file);
xdir = g_build_filename (path, "config", NULL);
g_free (path);
}

View File

@ -55,11 +55,6 @@
#include <glib-object.h> /* for g_type_init() */
#endif
#ifdef USE_OPENSSL
#include <openssl/ssl.h> /* SSL_() */
#include "ssl.h"
#endif
#ifdef USE_MSPROXY
#include "msproxy.h"
#endif
@ -118,10 +113,6 @@ struct session *current_tab;
struct session *current_sess = 0;
struct hexchatprefs prefs;
#ifdef USE_OPENSSL
SSL_CTX *ctx = NULL;
#endif
#ifdef USE_LIBPROXY
pxProxyFactory *libproxy_factory;
#endif
@ -1149,15 +1140,6 @@ main (int argc, char *argv[])
px_proxy_factory_free(libproxy_factory);
#endif
#ifdef USE_OPENSSL
if (ctx)
_SSL_context_free (ctx);
#endif
#ifdef USE_DEBUG
hexchat_mem_list ();
#endif
#ifdef WIN32
WSACleanup ();
#endif

View File

@ -532,6 +532,7 @@ typedef struct server
struct msproxy_state_t msp_state;
int id; /* unique ID number (for plugin API) */
#ifdef USE_OPENSSL
SSL_CTX *ctx;
SSL *ssl;
int ssl_do_connect_tag;
#else

View File

@ -293,26 +293,20 @@ notify_set_offline_list (server * serv, char *users, int quiet,
struct notify_per_server *servnot;
char nick[NICKLEN];
char *token, *chr;
int pos;
token = strtok (users, ",");
while (token != NULL)
{
chr = strchr (token, '!');
if (!chr)
goto end;
if (chr != NULL)
*chr = '\0';
pos = chr - token;
if (pos + 1 >= sizeof(nick))
goto end;
memset (nick, 0, sizeof(nick));
strncpy (nick, token, pos);
g_strlcpy (nick, token, sizeof(nick));
servnot = notify_find (serv, nick);
if (servnot)
notify_announce_offline (serv, servnot, nick, quiet, tags_data);
end:
token = strtok (NULL, ",");
}
}
@ -324,26 +318,20 @@ notify_set_online_list (server * serv, char *users,
struct notify_per_server *servnot;
char nick[NICKLEN];
char *token, *chr;
int pos;
token = strtok (users, ",");
while (token != NULL)
{
chr = strchr (token, '!');
if (!chr)
goto end;
if (chr != NULL)
*chr = '\0';
pos = chr - token;
if (pos + 1 >= sizeof(nick))
goto end;
memset (nick, 0, sizeof(nick));
strncpy (nick, token, pos);
g_strlcpy (nick, token, sizeof(nick));
servnot = notify_find (serv, nick);
if (servnot)
notify_announce_online (serv, servnot, nick, tags_data);
end:
token = strtok (NULL, ",");
}
}
@ -410,32 +398,50 @@ void
notify_send_watches (server * serv)
{
struct notify *notify;
const int format_len = serv->supports_monitor ? 1 : 2; /* just , for monitor or + and space for watch */
GSList *list;
GSList *point;
int len;
GSList *send_list = NULL;
int len = 0;
len = 0;
point = list = notify_list;
/* Only get the list for this network */
list = notify_list;
while (list)
{
notify = list->data;
if (notify_do_network (notify, serv))
{
len += strlen (notify->name) + serv->supports_monitor ? 1 : 2; /* just , for monitor or + and space for watch */;
if (len > 500)
{
notify_flush_watches (serv, point, list);
len = strlen (notify->name) + serv->supports_monitor ? 1 : 2;
point = list;
}
send_list = g_slist_append (send_list, notify);
}
list = list->next;
}
if (point)
/* Now send that list in batches */
point = list = send_list;
while (list)
{
notify = list->data;
len += strlen (notify->name) + format_len;
if (len > 500)
{
/* Too long send existing list */
notify_flush_watches (serv, point, list);
len = strlen (notify->name) + format_len;
point = list; /* We left off here */
}
list = g_slist_next (list);
}
if (len) /* We had leftovers under 500, send them all */
{
notify_flush_watches (serv, point, NULL);
}
g_slist_free (send_list);
}
/* called when receiving a ISON 303 - should this func go? */

View File

@ -1891,58 +1891,41 @@ hexchat_pluginpref_set_str (hexchat_plugin *pl, const char *var, const char *val
return hexchat_pluginpref_set_str_real (pl, var, value, 1);
}
int
hexchat_pluginpref_get_str (hexchat_plugin *pl, const char *var, char *dest)
static int
hexchat_pluginpref_get_str_real (hexchat_plugin *pl, const char *var, char *dest, int dest_len)
{
int fh;
int l;
char confname[64];
char *canon;
char *cfg;
struct stat st;
char *confname, *canon, *cfg;
canon = g_strdup (pl->name);
canonalize_key (canon);
sprintf (confname, "addon_%s.conf", canon);
confname = g_strdup_printf ("%s%caddon_%s.conf", get_xdir(), G_DIR_SEPARATOR, canon);
g_free (canon);
/* partly borrowed from palette.c */
fh = hexchat_open_file (confname, O_RDONLY, 0, 0);
if (fh == -1)
if (!g_file_get_contents (confname, &cfg, NULL, NULL))
{
g_free (confname);
return 0;
}
fstat (fh, &st);
cfg = malloc (st.st_size + 1);
g_free (confname);
if (!cfg)
if (!cfg_get_str (cfg, var, dest, dest_len))
{
close (fh);
g_free (cfg);
return 0;
}
cfg[0] = '\0';
l = read (fh, cfg, st.st_size);
if (l >= 0)
{
cfg[l] = '\0';
}
if (!cfg_get_str (cfg, var, dest, 512)) /* dest_len is the same as buffer size in set */
{
free (cfg);
close (fh);
return 0;
}
free (cfg);
close (fh);
g_free (cfg);
return 1;
}
int
hexchat_pluginpref_get_str (hexchat_plugin *pl, const char *var, char *dest)
{
/* All users of this must ensure dest is >= 512... */
return hexchat_pluginpref_get_str_real (pl, var, dest, 512);
}
int
hexchat_pluginpref_set_int (hexchat_plugin *pl, const char *var, int value)
{
@ -1957,7 +1940,7 @@ hexchat_pluginpref_get_int (hexchat_plugin *pl, const char *var)
{
char buffer[12];
if (hexchat_pluginpref_get_str (pl, var, buffer))
if (hexchat_pluginpref_get_str_real (pl, var, buffer, sizeof(buffer)))
{
return atoi (buffer);
}

View File

@ -76,7 +76,6 @@
#endif
#ifdef USE_OPENSSL
extern SSL_CTX *ctx; /* hexchat.c */
/* local variables */
static struct session *g_sess = NULL;
#endif
@ -724,9 +723,22 @@ ssl_do_connect (server * serv)
switch (verify_error)
{
case X509_V_OK:
{
X509 *cert = SSL_get_peer_certificate (serv->ssl);
int hostname_err;
if ((hostname_err = _SSL_check_hostname(cert, serv->hostname)) != 0)
{
snprintf (buf, sizeof (buf), "* Verify E: Failed to validate hostname? (%d)%s",
hostname_err, serv->accept_invalid_cert ? " -- Ignored" : "");
if (serv->accept_invalid_cert)
EMIT_SIGNAL (XP_TE_SSLMESSAGE, serv->server_session, buf, NULL, NULL, NULL, 0);
else
goto conn_fail;
}
break;
}
/* snprintf (buf, sizeof (buf), "* Verify OK (?)"); */
/* EMIT_SIGNAL (XP_TE_SSLMESSAGE, serv->server_session, buf, NULL, NULL, NULL, 0); */
break;
case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY:
case X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE:
case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
@ -745,6 +757,7 @@ ssl_do_connect (server * serv)
snprintf (buf, sizeof (buf), "%s.? (%d)",
X509_verify_cert_error_string (verify_error),
verify_error);
conn_fail:
EMIT_SIGNAL (XP_TE_CONNFAIL, serv->server_session, buf, NULL, NULL,
NULL, 0);
@ -861,8 +874,8 @@ server_connect_success (server *serv)
/* it'll be a memory leak, if connection isn't terminated by
server_cleanup() */
serv->ssl = _SSL_socket (ctx, serv->sok);
if ((err = _SSL_set_verify (ctx, ssl_cb_verify, NULL)))
serv->ssl = _SSL_socket (serv->ctx, serv->sok);
if ((err = _SSL_set_verify (serv->ctx, ssl_cb_verify, NULL)))
{
EMIT_SIGNAL (XP_TE_CONNFAIL, serv->server_session, err, NULL,
NULL, NULL, 0);
@ -1666,9 +1679,9 @@ server_connect (server *serv, char *hostname, int port, int no_login)
session *sess = serv->server_session;
#ifdef USE_OPENSSL
if (!ctx && serv->use_ssl)
if (!serv->ctx && serv->use_ssl)
{
if (!(ctx = _SSL_context_init (ssl_cb_info, FALSE)))
if (!(serv->ctx = _SSL_context_init (ssl_cb_info, FALSE)))
{
fprintf (stderr, "_SSL_context_init failed\n");
exit (1);
@ -1711,18 +1724,18 @@ server_connect (server *serv, char *hostname, int port, int no_login)
/* first try network specific cert/key */
cert_file = g_strdup_printf ("%s" G_DIR_SEPARATOR_S "certs" G_DIR_SEPARATOR_S "%s.pem",
get_xdir (), server_get_network (serv, TRUE));
if (SSL_CTX_use_certificate_file (ctx, cert_file, SSL_FILETYPE_PEM) == 1)
if (SSL_CTX_use_certificate_file (serv->ctx, cert_file, SSL_FILETYPE_PEM) == 1)
{
if (SSL_CTX_use_PrivateKey_file (ctx, cert_file, SSL_FILETYPE_PEM) == 1)
if (SSL_CTX_use_PrivateKey_file (serv->ctx, cert_file, SSL_FILETYPE_PEM) == 1)
serv->have_cert = TRUE;
}
else
{
/* if that doesn't exist, try <config>/certs/client.pem */
cert_file = g_build_filename (get_xdir (), "certs", "client.pem", NULL);
if (SSL_CTX_use_certificate_file (ctx, cert_file, SSL_FILETYPE_PEM) == 1)
if (SSL_CTX_use_certificate_file (serv->ctx, cert_file, SSL_FILETYPE_PEM) == 1)
{
if (SSL_CTX_use_PrivateKey_file (ctx, cert_file, SSL_FILETYPE_PEM) == 1)
if (SSL_CTX_use_PrivateKey_file (serv->ctx, cert_file, SSL_FILETYPE_PEM) == 1)
serv->have_cert = TRUE;
}
}
@ -2047,6 +2060,10 @@ server_free (server *serv)
free (serv->encoding);
if (serv->favlist)
g_slist_free_full (serv->favlist, (GDestroyNotify) servlist_favchan_free);
#ifdef USE_OPENSSL
if (serv->ctx)
_SSL_context_free (serv->ctx);
#endif
fe_server_callback (serv);

View File

@ -75,12 +75,16 @@ static const struct defaultserver def[] =
#endif
#ifdef USE_OPENSSL
{0, "irc.data.lt/+6668"},
{0, "irc-ssl.omnitel.net/+6668"},
{0, "irc.omnitel.net/+6668"},
{0, "irc.ktu.lt/+6668"},
{0, "irc.kis.lt/+6668"},
{0, "irc.vub.lt/+6668"},
#endif
{0, "irc.data.lt"},
{0, "irc.omnitel.net"},
{0, "irc.ktu.lt"},
{0, "irc.kis.lt"},
{0, "irc.vub.lt"},
{"AlphaChat", 0, 0, 0, LOGIN_SASL},
{0, "irc.alphachat.net"},
@ -241,6 +245,12 @@ static const struct defaultserver def[] =
{"GameSurge", 0},
{0, "irc.gamesurge.net"},
{"GeeksIRC", 0, 0, 0, LOGIN_SASL},
#ifdef USE_OPENSSL
{0, "irc.geeksirc.net/+6697"},
#endif
{0, "irc.geeksirc.net"},
{"GeekShed", 0},
{0, "irc.geekshed.net"},
@ -270,6 +280,12 @@ static const struct defaultserver def[] =
#endif
{0, "irc.interlinked.me"},
{"IRC4Fun", 0, 0, 0, LOGIN_SASL},
#ifdef USE_OPENSSL
{0, "irc.irc4fun.net/+6697"},
#endif
{0, "irc.irc4fun.net"},
{"IRCHighWay", 0},
#ifdef USE_OPENSSL
{0, "irc.irchighway.net/+9999"},

View File

@ -25,6 +25,7 @@
#include "inet.h" /* make it first to avoid macro redefinitions */
#include <openssl/ssl.h> /* SSL_() */
#include <openssl/err.h> /* ERR_() */
#include <openssl/x509v3.h>
#ifdef WIN32
#include <openssl/rand.h> /* RAND_seed() */
#include "../../config-win32.h" /* HAVE_SNPRINTF */
@ -35,10 +36,14 @@
#include <string.h> /* strncpy() */
#include "ssl.h" /* struct cert_info */
#ifndef HAVE_SNPRINTF
#include <glib.h>
#include <glib/gprintf.h>
#define snprintf g_snprintf
#include <gio/gio.h>
#include "util.h"
/* If openssl was built without ec */
#ifndef SSL_OP_SINGLE_ECDH_USE
#define SSL_OP_SINGLE_ECDH_USE 0
#endif
/* globals */
@ -57,7 +62,7 @@ __SSL_fill_err_buf (char *funcname)
err = ERR_get_error ();
ERR_error_string (err, buf);
snprintf (err_buf, sizeof (err_buf), "%s: %s (%d)\n", funcname, buf, err);
g_snprintf (err_buf, sizeof (err_buf), "%s: %s (%d)\n", funcname, buf, err);
}
@ -86,6 +91,11 @@ _SSL_context_init (void (*info_cb_func), int server)
SSL_CTX_set_session_cache_mode (ctx, SSL_SESS_CACHE_BOTH);
SSL_CTX_set_timeout (ctx, 300);
SSL_CTX_set_options (ctx, SSL_OP_NO_SSLv2|SSL_OP_NO_SSLv3
|SSL_OP_NO_COMPRESSION
|SSL_OP_SINGLE_DH_USE|SSL_OP_SINGLE_ECDH_USE
|SSL_OP_NO_TICKET
|SSL_OP_CIPHER_SERVER_PREFERENCE);
/* used in SSL_connect(), SSL_accept() */
SSL_CTX_set_info_callback (ctx, info_cb_func);
@ -113,8 +123,8 @@ ASN1_TIME_snprintf (char *buf, int buf_len, ASN1_TIME * tm)
buf[0] = 0;
if (expires != NULL)
{
memset (buf, 0, buf_len);
strncpy (buf, expires, 24);
/* expires is not \0 terminated */
safe_strcpy (buf, expires, MIN(24, buf_len));
}
BIO_free (inMem);
}
@ -176,17 +186,17 @@ _SSL_get_cert_info (struct cert_info *cert_info, SSL * ssl)
peer_pkey = X509_get_pubkey (peer_cert);
strncpy (cert_info->algorithm,
safe_strcpy (cert_info->algorithm,
(alg == NID_undef) ? "Unknown" : OBJ_nid2ln (alg),
sizeof (cert_info->algorithm));
cert_info->algorithm_bits = EVP_PKEY_bits (peer_pkey);
strncpy (cert_info->sign_algorithm,
safe_strcpy (cert_info->sign_algorithm,
(sign_alg == NID_undef) ? "Unknown" : OBJ_nid2ln (sign_alg),
sizeof (cert_info->sign_algorithm));
/* EVP_PKEY_bits(ca_pkey)); */
cert_info->sign_algorithm_bits = 0;
strncpy (cert_info->notbefore, notBefore, sizeof (cert_info->notbefore));
strncpy (cert_info->notafter, notAfter, sizeof (cert_info->notafter));
safe_strcpy (cert_info->notbefore, notBefore, sizeof (cert_info->notbefore));
safe_strcpy (cert_info->notafter, notAfter, sizeof (cert_info->notafter));
EVP_PKEY_free (peer_pkey);
@ -215,9 +225,9 @@ _SSL_get_cipher_info (SSL * ssl)
c = SSL_get_current_cipher (ssl);
strncpy (chiper_info.version, SSL_CIPHER_get_version (c),
safe_strcpy (chiper_info.version, SSL_CIPHER_get_version (c),
sizeof (chiper_info.version));
strncpy (chiper_info.chiper, SSL_CIPHER_get_name (c),
safe_strcpy (chiper_info.chiper, SSL_CIPHER_get_name (c),
sizeof (chiper_info.chiper));
SSL_CIPHER_get_bits (c, &chiper_info.chiper_bits);
@ -333,3 +343,204 @@ _SSL_close (SSL * ssl)
SSL_free (ssl);
ERR_remove_state (0); /* free state buffer */
}
/* Hostname validation code based on OpenBSD's libtls. */
static int
_SSL_match_hostname (const char *cert_hostname, const char *hostname)
{
const char *cert_domain, *domain, *next_dot;
if (g_ascii_strcasecmp (cert_hostname, hostname) == 0)
return 0;
/* Wildcard match? */
if (cert_hostname[0] == '*')
{
/*
* Valid wildcards:
* - "*.domain.tld"
* - "*.sub.domain.tld"
* - etc.
* Reject "*.tld".
* No attempt to prevent the use of eg. "*.co.uk".
*/
cert_domain = &cert_hostname[1];
/* Disallow "*" */
if (cert_domain[0] == '\0')
return -1;
/* Disallow "*foo" */
if (cert_domain[0] != '.')
return -1;
/* Disallow "*.." */
if (cert_domain[1] == '.')
return -1;
next_dot = strchr (&cert_domain[1], '.');
/* Disallow "*.bar" */
if (next_dot == NULL)
return -1;
/* Disallow "*.bar.." */
if (next_dot[1] == '.')
return -1;
domain = strchr (hostname, '.');
/* No wildcard match against a hostname with no domain part. */
if (domain == NULL || strlen(domain) == 1)
return -1;
if (g_ascii_strcasecmp (cert_domain, domain) == 0)
return 0;
}
return -1;
}
static int
_SSL_check_subject_altname (X509 *cert, const char *host)
{
STACK_OF(GENERAL_NAME) *altname_stack = NULL;
GInetAddress *addr;
GSocketFamily family;
int type = GEN_DNS;
int count, i;
int rv = -1;
altname_stack = X509_get_ext_d2i (cert, NID_subject_alt_name, NULL, NULL);
if (altname_stack == NULL)
return -1;
addr = g_inet_address_new_from_string (host);
if (addr != NULL)
{
family = g_inet_address_get_family (addr);
if (family == G_SOCKET_FAMILY_IPV4 || family == G_SOCKET_FAMILY_IPV6)
type = GEN_IPADD;
}
count = sk_GENERAL_NAME_num(altname_stack);
for (i = 0; i < count; i++)
{
GENERAL_NAME *altname;
altname = sk_GENERAL_NAME_value (altname_stack, i);
if (altname->type != type)
continue;
if (type == GEN_DNS)
{
unsigned char *data;
int format;
format = ASN1_STRING_type (altname->d.dNSName);
if (format == V_ASN1_IA5STRING)
{
data = ASN1_STRING_data (altname->d.dNSName);
if (ASN1_STRING_length (altname->d.dNSName) != (int)strlen(data))
{
g_warning("NUL byte in subjectAltName, probably a malicious certificate.\n");
rv = -2;
break;
}
if (_SSL_match_hostname (data, host) == 0)
{
rv = 0;
break;
}
}
else
g_warning ("unhandled subjectAltName dNSName encoding (%d)\n", format);
}
else if (type == GEN_IPADD)
{
unsigned char *data;
const guint8 *addr_bytes;
int datalen, addr_len;
datalen = ASN1_STRING_length (altname->d.iPAddress);
data = ASN1_STRING_data (altname->d.iPAddress);
addr_bytes = g_inet_address_to_bytes (addr);
addr_len = (int)g_inet_address_get_native_size (addr);
if (datalen == addr_len && memcmp (data, addr_bytes, addr_len) == 0)
{
rv = 0;
break;
}
}
}
if (addr != NULL)
g_object_unref (addr);
sk_GENERAL_NAME_free (altname_stack);
return rv;
}
static int
_SSL_check_common_name (X509 *cert, const char *host)
{
X509_NAME *name;
char *common_name = NULL;
int common_name_len;
int rv = -1;
GInetAddress *addr;
name = X509_get_subject_name (cert);
if (name == NULL)
return -1;
common_name_len = X509_NAME_get_text_by_NID (name, NID_commonName, NULL, 0);
if (common_name_len < 0)
return -1;
common_name = calloc (common_name_len + 1, 1);
if (common_name == NULL)
return -1;
X509_NAME_get_text_by_NID (name, NID_commonName, common_name, common_name_len + 1);
/* NUL bytes in CN? */
if (common_name_len != (int)strlen(common_name))
{
g_warning ("NUL byte in Common Name field, probably a malicious certificate.\n");
rv = -2;
goto out;
}
if ((addr = g_inet_address_new_from_string (host)) != NULL)
{
/*
* We don't want to attempt wildcard matching against IP
* addresses, so perform a simple comparison here.
*/
if (g_strcmp0 (common_name, host) == 0)
rv = 0;
else
rv = -1;
g_object_unref (addr);
}
else if (_SSL_match_hostname (common_name, host) == 0)
rv = 0;
out:
free(common_name);
return rv;
}
int
_SSL_check_hostname (X509 *cert, const char *host)
{
int rv;
rv = _SSL_check_subject_altname (cert, host);
if (rv == 0 || rv == -2)
return rv;
return _SSL_check_common_name (cert, host);
}

View File

@ -37,7 +37,7 @@ struct cert_info {
struct chiper_info {
char version[16];
char chiper[24];
char chiper[48];
int chiper_bits;
};
@ -52,7 +52,7 @@ char *_SSL_set_verify (SSL_CTX *ctx, void *(verify_callback), char *cacert);
int SSL_get_fd(SSL *);
*/
void _SSL_close (SSL * ssl);
int _SSL_check_hostname(X509 *cert, const char *host);
int _SSL_get_cert_info (struct cert_info *cert_info, SSL * ssl);
struct chiper_info *_SSL_get_cipher_info (SSL * ssl);

View File

@ -2300,7 +2300,14 @@ sound_play (const char *file, gboolean quiet)
if (g_access (wavfile, R_OK) == 0)
{
#ifdef WIN32
PlaySound (wavfile, NULL, SND_NODEFAULT|SND_FILENAME|SND_ASYNC);
gunichar2 *wavfile_utf16 = g_utf8_to_utf16 (wavfile, -1, NULL, NULL, NULL);
if (wavfile_utf16 != NULL)
{
PlaySoundW (wavfile_utf16, NULL, SND_NODEFAULT | SND_FILENAME | SND_ASYNC);
g_free (wavfile_utf16);
}
#else
#ifdef USE_LIBCANBERRA
if (ca_con == NULL)

View File

@ -415,8 +415,8 @@ regex_match (const GRegex *re, const char *word, int *start, int *end)
}
/* Miscellaneous description --- */
#define DOMAIN "[a-z0-9][-a-z0-9]*(\\.[-a-z0-9]+)*"
#define TLD "\\.[a-z][-a-z0-9]*[a-z]"
#define DOMAIN "[_\\pL\\pN][-_\\pL\\pN]*(\\.[-_\\pL\\pN]+)*"
#define TLD "\\.[\\pL][-\\pL\\pN]*[\\pL]"
#define IPADDR "[0-9]{1,3}(\\.[0-9]{1,3}){3}"
#define IPV6GROUP "([0-9a-f]{0,4})"
#define IPV6ADDR "((" IPV6GROUP "(:" IPV6GROUP "){7})" \
@ -610,7 +610,7 @@ re_url (void)
}
/* EMAIL description --- */
#define EMAIL "[a-z][-_a-z0-9]+@" "(" HOST_URL ")"
#define EMAIL "[a-z][._%+-a-z0-9]+@" "(" HOST_URL ")"
static const GRegex *
re_email (void)

View File

@ -433,33 +433,33 @@ char *
expand_homedir (char *file)
{
#ifndef WIN32
char *ret, *user;
char *user;
struct passwd *pw;
if (*file == '~')
if (file[0] == '~')
{
if (file[1] != '\0' && file[1] != '/')
{
user = strdup(file);
if (strchr(user,'/') != NULL)
*(strchr(user,'/')) = '\0';
if ((pw = getpwnam(user + 1)) == NULL)
{
free(user);
return strdup(file);
}
free(user);
user = strchr(file, '/') != NULL ? strchr(file,'/') : file;
ret = malloc(strlen(user) + strlen(pw->pw_dir) + 1);
strcpy(ret, pw->pw_dir);
strcat(ret, user);
}
if (file[1] == '\0' || file[1] == '/')
return g_strconcat (g_get_home_dir (), &file[1], NULL);
char *slash_pos;
user = g_strdup(file);
slash_pos = strchr(user, '/');
if (slash_pos != NULL)
*slash_pos = '\0';
pw = getpwnam(user + 1);
g_free(user);
if (pw == NULL)
return g_strdup(file);
slash_pos = strchr(file, '/');
if (slash_pos == NULL)
return g_strdup (pw->pw_dir);
else
{
ret = malloc (strlen (file) + strlen (g_get_home_dir ()) + 1);
sprintf (ret, "%s%s", g_get_home_dir (), file + 1);
}
return ret;
return g_strconcat (pw->pw_dir, slash_pos, NULL);
}
#endif
return g_strdup (file);
@ -1893,7 +1893,8 @@ unity_mode ()
{
#ifdef G_OS_UNIX
const char *env = g_getenv("XDG_CURRENT_DESKTOP");
if (env && strcmp (env, "Unity") == 0)
if (env && (strcmp (env, "Unity") == 0
|| strcmp (env, "Pantheon") == 0))
return 1;
#endif
return 0;
@ -2016,7 +2017,7 @@ encode_sasl_pass_blowfish (char *user, char *pass, char *data)
memset (encrypted_pass, 0, pass_len);
plain_pass = (char*)malloc (pass_len);
memset (plain_pass, 0, pass_len);
memcpy (plain_pass, pass, pass_len);
memcpy (plain_pass, pass, strlen(pass));
out_ptr = (char*)encrypted_pass;
in_ptr = (char*)plain_pass;

View File

@ -239,6 +239,9 @@ banlist_sensitize (banlist_info *banl)
int checkable, i;
gboolean is_op = FALSE;
if (banl->sess->me == NULL)
return;
/* FIXME: More access levels than these can unban */
if (banl->sess->me->op || banl->sess->me->hop)
is_op = TRUE;
@ -283,7 +286,7 @@ banlist_sensitize (banlist_info *banl)
else
{
gtk_widget_set_sensitive (banl->but_clear, FALSE);
gtk_widget_set_sensitive (banl->but_crop, TRUE);
gtk_widget_set_sensitive (banl->but_crop, banl->line_ct == banl->select_ct? FALSE: TRUE);
gtk_widget_set_sensitive (banl->but_remove, TRUE);
}
}
@ -410,7 +413,7 @@ banlist_select_changed (GtkWidget *item, banlist_info *banl)
else
{
list = gtk_tree_selection_get_selected_rows (GTK_TREE_SELECTION (item), NULL);
banl->select_ct = list? 1: 0;
banl->select_ct = g_list_length (list);
g_list_foreach (list, (GFunc) gtk_tree_path_free, NULL);
g_list_free (list);
}
@ -426,7 +429,6 @@ banlist_do_refresh (banlist_info *banl)
session *sess = banl->sess;
char tbuf[256];
int i;
char *tbufp;
banlist_sensitize (banl);
@ -444,14 +446,12 @@ banlist_do_refresh (banlist_info *banl)
banl->pending = banl->checked;
if (banl->pending)
{
tbufp = tbuf + g_snprintf (tbuf, sizeof tbuf, "quote mode %s +", sess->channel);
for (i = 0; i < MODE_CT; i++)
if (banl->pending & 1<<i)
{
*tbufp++ = modes[i].letter;
g_snprintf (tbuf, sizeof tbuf, "quote mode %s +%c", sess->channel, modes[i].letter);
handle_command (sess, tbuf, FALSE);
}
*tbufp = 0;
handle_command (sess, tbuf, FALSE);
}
}
else

View File

@ -53,7 +53,6 @@ typedef struct banlist_info_s {
int current; /* index of currently processing mode */
int line_ct; /* count of presented lines */
int select_ct; /* count of selected lines */
/* Not really; 1 if any are selected otherwise 0 */
GtkWidget *window;
GtkWidget *treeview;
GtkWidget *checkboxes[MODE_CT];

View File

@ -656,10 +656,11 @@ void
fe_beep (session *sess)
{
#ifdef WIN32
if (!PlaySound ("Notification.IM", NULL, SND_ALIAS|SND_ASYNC))
/* Play the "Instant Message Notification" system sound
*/
if (!PlaySoundW (L"Notification.IM", NULL, SND_ALIAS | SND_ASYNC))
{
/* This is really just a fallback attempt, may or may not work on new Windows releases, especially on x64.
* You should set up the "Instant Message Notification" system sound instead, supported on Vista and up.
/* The user does not have the "Instant Message Notification" sound set. Fall back to system beep.
*/
Beep (1000, 50);
}
@ -983,23 +984,84 @@ fe_set_inputbox_contents (session *sess, char *text)
}
}
#ifdef __APPLE__
static char *
url_escape_hostname (const char *url)
{
char *host_start, *host_end, *ret, *hostname;
host_start = strstr (url, "://");
if (host_start != NULL)
{
*host_start = '\0';
host_start += 3;
host_end = strchr (host_start, '/');
if (host_end != NULL)
{
*host_end = '\0';
host_end++;
}
hostname = g_hostname_to_ascii (host_start);
if (host_end != NULL)
ret = g_strdup_printf ("%s://%s/%s", url, hostname, host_end);
else
ret = g_strdup_printf ("%s://%s", url, hostname);
g_free (hostname);
return ret;
}
return g_strdup (url);
}
static void
osx_show_uri (const char *url)
{
char *escaped_url, *encoded_url, *open, *cmd;
escaped_url = url_escape_hostname (url);
encoded_url = g_filename_from_utf8 (escaped_url, -1, NULL, NULL, NULL);
if (encoded_url)
{
open = g_find_program_in_path ("open");
cmd = g_strjoin (" ", open, encoded_url, NULL);
hexchat_exec (cmd);
g_free (encoded_url);
g_free (cmd);
}
g_free (escaped_url);
}
#endif
static void
fe_open_url_inner (const char *url)
{
#ifdef WIN32
ShellExecute (0, "open", url, NULL, NULL, SW_SHOWNORMAL);
#elif defined __APPLE__
/* on Mac you can just 'open http://foo.bar/' */
gchar open[512];
g_snprintf (open, sizeof(open), "%s %s", g_find_program_in_path ("open"), url, NULL);
hexchat_exec (open);
gunichar2 *url_utf16 = g_utf8_to_utf16 (url, -1, NULL, NULL, NULL);
if (url_utf16 == NULL)
{
return;
}
ShellExecuteW (0, L"open", url_utf16, NULL, NULL, SW_SHOWNORMAL);
g_free (url_utf16);
#elif defined(__APPLE__)
osx_show_uri (url);
#else
gtk_show_uri (NULL, url, GDK_CURRENT_TIME, NULL);
#endif
}
static void
fe_open_url_locale (const char *url)
void
fe_open_url (const char *url)
{
int url_type = url_check_word (url);
char *uri;
@ -1041,27 +1103,6 @@ fe_open_url_locale (const char *url)
}
}
void
fe_open_url (const char *url)
{
char *loc;
if (prefs.utf8_locale)
{
fe_open_url_locale (url);
return;
}
/* the OS expects it in "locale" encoding. This makes it work on
unix systems that use ISO-8859-x and Win32. */
loc = g_locale_from_utf8 (url, -1, 0, 0, 0);
if (loc)
{
fe_open_url_locale (loc);
g_free (loc);
}
}
void
fe_server_event (server *serv, int type, int arg)
{

View File

@ -66,48 +66,69 @@ gtkutil_file_req_destroy (GtkWidget * wid, struct file_req *freq)
}
static void
gtkutil_check_file (char *file, struct file_req *freq)
gtkutil_check_file (char *filename, struct file_req *freq)
{
struct stat st;
int axs = FALSE;
char temp[256];
path_part (file, temp, sizeof (temp));
GFile *file = g_file_new_for_path (filename);
/* check if the file is readable or writable */
if (freq->flags & FRF_WRITE)
{
if (access (temp, W_OK) == 0)
axs = TRUE;
} else
{
if (stat (file, &st) != -1)
GFile *parent = g_file_get_parent (file);
GFileInfo *fi = g_file_query_info (parent, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE, G_FILE_QUERY_INFO_NONE, NULL, NULL);
if (fi != NULL)
{
if (!S_ISDIR (st.st_mode) || (freq->flags & FRF_CHOOSEFOLDER))
if (g_file_info_get_attribute_boolean (fi, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE))
{
axs = TRUE;
}
g_object_unref (fi);
}
g_object_unref (parent);
}
else
{
GFileInfo *fi = g_file_query_info (file, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE, G_FILE_QUERY_INFO_NONE, NULL, NULL);
if (fi != NULL)
{
if (g_file_info_get_file_type (fi) != G_FILE_TYPE_DIRECTORY || (freq->flags & FRF_CHOOSEFOLDER))
{
axs = TRUE;
}
g_object_unref (fi);
}
}
g_object_unref (file);
if (axs)
{
char *utf8_file;
/* convert to UTF8. It might be converted back to locale by
server.c's g_convert */
utf8_file = hexchat_filename_to_utf8 (file, -1, NULL, NULL, NULL);
if (utf8_file)
char *filename_utf8 = g_filename_to_utf8 (filename, -1, NULL, NULL, NULL);
if (filename_utf8 != NULL)
{
freq->callback (freq->userdata, utf8_file);
g_free (utf8_file);
} else
freq->callback (freq->userdata, filename_utf8);
g_free (filename_utf8);
}
else
{
fe_message ("Filename encoding is corrupt.", FE_MSG_ERROR);
}
} else
}
else
{
if (freq->flags & FRF_WRITE)
{
fe_message (_("Cannot write to that file."), FE_MSG_ERROR);
}
else
{
fe_message (_("Cannot read that file."), FE_MSG_ERROR);
}
}
}
@ -128,12 +149,21 @@ gtkutil_file_req_done (GtkWidget * wid, struct file_req *freq)
}
if (files)
g_slist_free (files);
} else
}
else
{
if (freq->flags & FRF_CHOOSEFOLDER)
gtkutil_check_file (gtk_file_chooser_get_current_folder (fs), freq);
{
gchar *filename = gtk_file_chooser_get_current_folder (fs);
gtkutil_check_file (filename, freq);
g_free (filename);
}
else
{
gchar *filename = gtk_file_chooser_get_filename (fs);
gtkutil_check_file (gtk_file_chooser_get_filename (fs), freq);
g_free (filename);
}
}
/* this should call the "destroy" cb, where we free(freq) */

View File

@ -441,7 +441,8 @@ mg_windowstate_cb (GtkWindow *wid, GdkEventWindowState *event, gpointer userdata
{
if ((event->changed_mask & GDK_WINDOW_STATE_ICONIFIED) &&
(event->new_window_state & GDK_WINDOW_STATE_ICONIFIED) &&
prefs.hex_gui_tray_minimize && !unity_mode ())
prefs.hex_gui_tray_minimize && prefs.hex_gui_tray &&
!unity_mode ())
{
tray_toggle_visibility (TRUE);
gtk_window_deiconify (wid);

View File

@ -1526,13 +1526,14 @@ servlist_logintypecombo_cb (GtkComboBox *cb, gpointer *userdata)
index = gtk_combo_box_get_active (cb); /* starts at 0, returns -1 for invalid selections */
if (index != -1)
{
/* The selection is valid. It can be 0, which is the default type, but we need to allow
* that so that you can revert from other types. servlist_save() will dump 0 anyway.
*/
selected_net->logintype = login_types_conf[index];
}
if (index == -1)
return; /* Invalid */
/* The selection is valid. It can be 0, which is the default type, but we need to allow
* that so that you can revert from other types. servlist_save() will dump 0 anyway.
*/
selected_net->logintype = login_types_conf[index];
if (login_types_conf[index] == LOGIN_CUSTOM)
{
gtk_notebook_set_current_page (GTK_NOTEBOOK (userdata), 2); /* FIXME avoid hardcoding? */

View File

@ -2168,7 +2168,7 @@ setup_apply (struct hexchatprefs *pr)
" restart to take full effect."), FE_MSG_WARN);
#ifndef WIN32
if (prefs.hex_dcc_auto_recv)
if (prefs.hex_dcc_auto_recv == 2) /* Auto */
{
if (!strcmp ((char *)g_get_home_dir (), prefs.hex_dcc_dir))
{

View File

@ -1115,32 +1115,40 @@ entry_strsplit_utf8(GtkEntry *entry, gchar ***set, gint **starts, gint **ends)
const PangoLogAttr *log_attrs;
const gchar *text;
gint n_attrs, n_strings, i, j;
PangoLogAttr a;
layout = gtk_entry_get_layout(GTK_ENTRY(entry));
text = gtk_entry_get_text(GTK_ENTRY(entry));
log_attrs = pango_layout_get_log_attrs_readonly (layout, &n_attrs);
/* Find how many words we have */
n_strings = 0;
for (i = 0; i < n_attrs; i++)
if (log_attrs[i].is_word_start)
for (i = 0, n_strings = 0; i < n_attrs; i++)
{
a = log_attrs[i];
if (a.is_word_start && a.is_word_boundary)
n_strings++;
}
*set = g_new0(gchar *, n_strings + 1);
*starts = g_new0(gint, n_strings);
*ends = g_new0(gint, n_strings);
/* Copy out strings */
for (i = 0, j = 0; i < n_attrs; i++) {
if (log_attrs[i].is_word_start) {
for (i = 0, j = 0; i < n_attrs; i++)
{
a = log_attrs[i];
if (a.is_word_start && a.is_word_boundary)
{
gint cend, bytes;
gchar *start;
/* Find the end of this string */
cend = i;
while ((!log_attrs[cend].is_word_end || !log_attrs[cend].is_word_boundary)
&& !log_attrs[cend].is_white)
cend++;
for (cend = i; cend < n_attrs; cend++)
{
a = log_attrs[cend];
if (a.is_word_end && a.is_word_boundary)
break;
}
/* Copy sub-string */
start = g_utf8_offset_to_pointer(text, i);

View File

@ -488,7 +488,10 @@ gtk_xtext_adjustment_set (xtext_buffer *buf, int fire_signal)
adj->page_increment = adj->page_size;
if (adj->value > adj->upper - adj->page_size)
{
buf->scrollbar_down = TRUE;
adj->value = adj->upper - adj->page_size;
}
if (adj->value < 0)
adj->value = 0;

View File

@ -77,10 +77,10 @@ copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)"
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\i686-pc-vs10\engines" "$(HexChatRel)\lib\gtk-2.0\i686-pc-vs10\engines"
xcopy /q /s /i etc "$(HexChatRel)\etc"
xcopy /q /s /i share "$(HexChatRel)\share"
xcopy /q /s /i "..\..\COPYING" "$(HexChatRel)\"
xcopy /q /s /i "..\..\COPYING" "$(HexChatRel)\share\doc\hexchat\"
xcopy /q /s /i "$(DepsRoot)\share\doc" "$(HexChatRel)\share\doc"
xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\"
xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\"
copy "$(HexChatBin)hcdns.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins"

View File

@ -16,7 +16,7 @@ AppPublisherURL=http://hexchat.github.io
AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
AppSupportURL=https://github.com/hexchat/hexchat/issues
AppUpdatesURL=http://hexchat.github.io/downloads.html
LicenseFile=COPYING
LicenseFile=share\doc\hexchat\COPYING
UninstallDisplayIcon={app}\hexchat.exe
UninstallDisplayName=HexChat
#if APPARCH == "x64"
@ -46,7 +46,7 @@ ArchitecturesInstallIn64BitMode=x64
#else
ArchitecturesAllowed=x86 x64
#endif
MinVersion=6.0
MinVersion=6.1
WizardImageFile={#PROJECTDIR}wizardimage.bmp
WizardSmallImageFile={#PROJECTDIR}wizardsmallimage.bmp
SetupIconFile={#PROJECTDIR}..\..\data\icons\hexchat.ico
@ -113,7 +113,7 @@ Source: "readme.url"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
Source: "cert.pem"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: gtktheme
Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
Source: "COPYING"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
Source: "share\doc\*"; DestDir: "{app}\share\doc"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
Source: "share\locale\*"; DestDir: "{app}\share\locale"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: translations
Source: "atk-1.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
@ -253,13 +253,13 @@ begin
#if APPARCH == "x64"
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi';
PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.amd64.msi';
PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi';
PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi';
#else
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.msi';
PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.msi';
PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.msi';
PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.msi';
#endif
DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
@ -272,15 +272,18 @@ begin
if IsComponentSelected('spell') and not CheckSpellInstall() then
idpAddFile(SPELL, ExpandConstant('{tmp}\spelling-dicts.exe'));
if IsComponentSelected('langs\perl') and not CheckDLL('perl520.dll') then
idpAddFile(PERL, ExpandConstant('{tmp}\perl.msi'));
if IsComponentSelected('langs\python\python2') and not CheckDLL('python27.dll') then
idpAddFile(PY2, ExpandConstant('{tmp}\python.msi'));
if IsComponentSelected('langs\python\python3') and not CheckDLL('python34.dll') then
idpAddFile(PY3, ExpandConstant('{tmp}\python.msi'));
if not WizardSilent() then
begin
if IsComponentSelected('langs\perl') and not CheckDLL('perl520.dll') then
idpAddFile(PERL, ExpandConstant('{tmp}\perl.msi'));
if IsComponentSelected('langs\python\python2') and not CheckDLL('python27.dll') then
idpAddFile(PY2, ExpandConstant('{tmp}\python.msi'));
if IsComponentSelected('langs\python\python3') and not CheckDLL('python34.dll') then
idpAddFile(PY3, ExpandConstant('{tmp}\python.msi'));
end;
end;
end;
end;
@ -356,7 +359,7 @@ begin
sUnInstallString := GetUninstallString();
if sUnInstallString <> '' then begin
sUnInstallString := RemoveQuotes(sUnInstallString);
if Exec(sUnInstallString, '/SILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
if Exec(sUnInstallString, '/VERYSILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
Result := 3
else
Result := 2;