forked from PsychoticNinja/irssi
0.7.90 released.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@292 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
29ac175069
commit
7755aae26b
@ -24,9 +24,8 @@ EXTRA_DIST = \
|
||||
README-HEBREW \
|
||||
file2header.sh \
|
||||
irssi.spec \
|
||||
irssi.spec.in \
|
||||
$(conf_DATA) \
|
||||
irssi.gnorba \
|
||||
irssi.desktop \
|
||||
irssi-config.in
|
||||
|
||||
## make rpms
|
||||
|
7
NEWS
7
NEWS
@ -1,4 +1,4 @@
|
||||
v0.7.90 2000-04-xx Timo Sirainen <tss@iki.fi>
|
||||
v0.7.90 2000-06-04 Timo Sirainen <tss@iki.fi>
|
||||
|
||||
* On the way to 0.8.0 .. Major rewriting/rearranging code. There's
|
||||
some changes in behaviour because I'm trying to make Irssi
|
||||
@ -8,7 +8,10 @@ v0.7.90 2000-04-xx Timo Sirainen <tss@iki.fi>
|
||||
* DOCUMENTATION! See docs/manual.txt
|
||||
|
||||
This NEWS file contains only the biggest new features, you should
|
||||
browse through the documentation to find the rest.
|
||||
browse through the documentation to find the rest. Some of the
|
||||
parameters of commands listed in this file aren't really up to
|
||||
date since I got a bit bored writing them here too.. They are
|
||||
correct in the manual.
|
||||
|
||||
* Irssi isn't anymore IRC specific client, you could easily take the
|
||||
whole IRC part away and use some other chat protocol instead, or
|
||||
|
2
README
2
README
@ -2,6 +2,8 @@
|
||||
|
||||
irssi
|
||||
|
||||
(ok, this file is out of date, there is no gtk version currently)
|
||||
|
||||
|
||||
* ABOUT
|
||||
|
||||
|
12
TODO
12
TODO
@ -1,12 +1,7 @@
|
||||
|
||||
*** MUST be done before 0.7.90
|
||||
|
||||
- runtime loadable modules aren't working
|
||||
- DCC CHAT isn't working properly
|
||||
- /IRCNET ADD/REMOVE
|
||||
|
||||
*** others
|
||||
|
||||
- "Netjoins: nick1, nick2, nick3 .." - just as the "Netsplit quits" text
|
||||
except prints when people join back.
|
||||
- "#x,#y,#z Cannot join channel (illegal name)" .. what server/ircnet does
|
||||
this happen?
|
||||
- some problems with finding curses? in openbsd it should be -lcurses,
|
||||
@ -17,6 +12,9 @@
|
||||
- /SB GOTO, /SB HOME and /SB END don't set gui->ypos right.
|
||||
- When doing a /REHASH, logs are closed?, window logs are entirely removed?
|
||||
(also, check that window logs work right if window's refnum changes)
|
||||
- When doing a /server <unknown server> - Irssi will join back to same
|
||||
channels there was before the disconnection, but the channels could be
|
||||
placed to different windows..
|
||||
- theme problems:
|
||||
- you can't change theme
|
||||
- some small help about what each format does
|
||||
|
18
autogen.sh
18
autogen.sh
@ -15,20 +15,18 @@ PKG_NAME="Irssi"
|
||||
}
|
||||
|
||||
# get versions
|
||||
|
||||
version=`cat configure.in|grep AM_INIT_AUTOMAKE|sed 's/[^,]*, \([^\)]*\).*/\1/'`
|
||||
version_date=`date +%Y%m%d`
|
||||
|
||||
echo "/* automatically created by autogen.sh */" > irssi-version.h
|
||||
echo "#define IRSSI_VERSION \"$version\"" >> irssi-version.h
|
||||
echo "#define IRSSI_VERSION_DATE \"$version_date\"" >> irssi-version.h
|
||||
echo "/* automatically created by autogen.sh */" > irssi-version.h.in
|
||||
echo "#define IRSSI_VERSION \"@VERSION@\"" >> irssi-version.h.in
|
||||
echo "#define IRSSI_VERSION_DATE \"$version_date\"" >> irssi-version.h.in
|
||||
|
||||
# *********** a bit modified GNOME's macros/autogen.sh **********
|
||||
DIE=0
|
||||
|
||||
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`autoconf' installed to compile Irssi."
|
||||
echo "**Error**: You must have \`autoconf' installed to compile $PKG_NAME."
|
||||
echo "Download the appropriate package for your distribution,"
|
||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
||||
DIE=1
|
||||
@ -37,7 +35,7 @@ DIE=0
|
||||
(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
|
||||
(libtool --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`libtool' installed to compile Irssi."
|
||||
echo "**Error**: You must have \`libtool' installed to compile $PKG_NAME."
|
||||
echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"
|
||||
echo "(or a newer version if it is available)"
|
||||
DIE=1
|
||||
@ -48,7 +46,7 @@ grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
|
||||
grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
|
||||
(gettext --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`gettext' installed to compile Irssi."
|
||||
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
||||
echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
|
||||
echo "(or a newer version if it is available)"
|
||||
DIE=1
|
||||
@ -59,7 +57,7 @@ grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && {
|
||||
grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
|
||||
(gettext --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`gettext' installed to compile Irssi."
|
||||
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
||||
echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
|
||||
echo "(or a newer version if it is available)"
|
||||
DIE=1
|
||||
@ -68,7 +66,7 @@ grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && {
|
||||
|
||||
(automake --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`automake' installed to compile Irssi."
|
||||
echo "**Error**: You must have \`automake' installed to compile $PKG_NAME."
|
||||
echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"
|
||||
echo "(or a newer version if it is available)"
|
||||
DIE=1
|
||||
|
16
config
16
config
@ -7,14 +7,14 @@ servers = (
|
||||
{ address = "irc.ptlink.net"; ircnet = PTlink; port = 6667; }
|
||||
);
|
||||
|
||||
ircnets = (
|
||||
{ name = IRCNet; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; },
|
||||
{ name = EFNet; max_kicks = 4; max_modes = 4; max_msgs = 3; },
|
||||
{ name = Undernet; max_kicks = 4; max_modes = 3; max_msgs = 3; },
|
||||
{ name = DALNet; max_kicks = 4; max_modes = 6; max_msgs = 3; },
|
||||
{ name = OPN; max_kicks = 1; max_modes = 6; max_msgs = 100; },
|
||||
{ name = PTlink; max_kicks = 1; max_modes = 6; max_msgs = 100; }
|
||||
);
|
||||
ircnets = {
|
||||
IRCNet = { max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; };
|
||||
EFNet = { max_kicks = 4; max_modes = 4; max_msgs = 3; };
|
||||
Undernet = { max_kicks = 4; max_modes = 3; max_msgs = 3; };
|
||||
DALNet = { max_kicks = 4; max_modes = 6; max_msgs = 3; };
|
||||
OPN = { max_kicks = 1; max_modes = 6; max_msgs = 100; };
|
||||
PTLink = { max_kicks = 1; max_modes = 6; max_msgs = 100; };
|
||||
};
|
||||
|
||||
channels = (
|
||||
{
|
||||
|
@ -375,6 +375,7 @@ docs/Makefile
|
||||
docs/help/Makefile
|
||||
stamp.h
|
||||
irssi.spec
|
||||
irssi-version.h
|
||||
irssi-config)
|
||||
|
||||
dnl ** for building from objdir
|
||||
@ -382,9 +383,9 @@ if test "x$want_perl" = "xyes"; then
|
||||
old_dir=`pwd` && cd $srcdir && whole_dir=`pwd` && cd $old_dir
|
||||
|
||||
if test "x$old_dir" != "x$whole_dir"; then
|
||||
ln -sf $whole_dir/src/perl/xs/typemap src/perl/xs/typemap
|
||||
ln -sf $whole_dir/src/perl/xs/Irssi.xs src/perl/xs/Irssi.xs
|
||||
ln -sf $whole_dir/src/perl/xs/Irssi.pm src/perl/xs/Irssi.pm
|
||||
for file in $whole_dir/src/perl/xs/typemap $whole_dir/src/perl/xs/module.h $whole_dir/src/perl/xs/*.xs; do
|
||||
ln -sf $file `echo $file|sed "s?$whole_dir/??"`
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
EXTRA_DIST = \
|
||||
FAQ \
|
||||
botnet.txt \
|
||||
commands.txt \
|
||||
design.txt \
|
||||
formats.txt \
|
||||
manual.txt \
|
||||
perl.txt \
|
||||
signals.txt \
|
||||
special_vars.txt
|
||||
|
28
po/de.po
28
po/de.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Irssi 0.7.23\n"
|
||||
"POT-Creation-Date: 2000-05-15 17:47+0200\n"
|
||||
"POT-Creation-Date: 2000-06-04 18:48+0300\n"
|
||||
"PO-Revision-Date: 1999-12-01 10:35-0200\n"
|
||||
"Last-Translator: Thomas Heinen <cochi@uni-paderborn.de>\n"
|
||||
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
|
||||
@ -28,19 +28,19 @@ msgstr ""
|
||||
msgid "Please wait, waiting for servers to close connections..\n"
|
||||
msgstr "Bitte warten, schliesse Serververbindungen..\n"
|
||||
|
||||
#: src/core/network.c:417
|
||||
#: src/core/network.c:468
|
||||
msgid "Host not found"
|
||||
msgstr "Host nicht gefunden"
|
||||
|
||||
#: src/core/network.c:419
|
||||
#: src/core/network.c:470
|
||||
msgid "No IP address found for name"
|
||||
msgstr "Keine IP Adresse zum Namen gefunden"
|
||||
|
||||
#: src/core/network.c:421
|
||||
#: src/core/network.c:472
|
||||
msgid "A non-recovable name server error occurred"
|
||||
msgstr "Ein nicht behebbarer Nameserverfehler ist aufgetreten"
|
||||
|
||||
#: src/core/network.c:423
|
||||
#: src/core/network.c:474
|
||||
msgid "A temporary error on an authoritative name server"
|
||||
msgstr "Temporaerer Fehler des authoritativen Nameservers"
|
||||
|
||||
@ -96,40 +96,40 @@ msgid ""
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
#: src/fe-common/irc/fe-common-irc.c:80
|
||||
msgid "Automatically connect to server/ircnet"
|
||||
msgstr "Automatisch verbinden mit Server/IRCNet"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83 src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:80 src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "SERVER"
|
||||
msgstr "SERVER"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "Autoconnect password"
|
||||
msgstr "Autoconnect Passwort"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "Autoconnect port"
|
||||
msgstr "Autoconnect Port"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "PORT"
|
||||
msgstr "PORT"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:86
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
msgid "Disable autoconnecting"
|
||||
msgstr "Autoconnect deaktivieren"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:87
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
msgid "Specify nick to use"
|
||||
msgstr "Bitte Nickname angeben"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:88
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#, fuzzy
|
||||
msgid "Specify host name to use"
|
||||
msgstr "Bitte Nickname angeben"
|
||||
|
||||
#: src/fe-text/irssi.c:153
|
||||
#: src/fe-text/irssi.c:152
|
||||
msgid "Can't initialize screen handling, quitting.\n"
|
||||
msgstr ""
|
||||
|
||||
|
28
po/fi.po
28
po/fi.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-05-15 17:47+0200\n"
|
||||
"POT-Creation-Date: 2000-06-04 18:48+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -26,19 +26,19 @@ msgstr ""
|
||||
msgid "Please wait, waiting for servers to close connections..\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/network.c:417
|
||||
#: src/core/network.c:468
|
||||
msgid "Host not found"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/network.c:419
|
||||
#: src/core/network.c:470
|
||||
msgid "No IP address found for name"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/network.c:421
|
||||
#: src/core/network.c:472
|
||||
msgid "A non-recovable name server error occurred"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/network.c:423
|
||||
#: src/core/network.c:474
|
||||
msgid "A temporary error on an authoritative name server"
|
||||
msgstr ""
|
||||
|
||||
@ -90,39 +90,39 @@ msgid ""
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
#: src/fe-common/irc/fe-common-irc.c:80
|
||||
msgid "Automatically connect to server/ircnet"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83 src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:80 src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "SERVER"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "Autoconnect password"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "Autoconnect port"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "PORT"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:86
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
msgid "Disable autoconnecting"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:87
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
msgid "Specify nick to use"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:88
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
msgid "Specify host name to use"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-text/irssi.c:153
|
||||
#: src/fe-text/irssi.c:152
|
||||
msgid "Can't initialize screen handling, quitting.\n"
|
||||
msgstr ""
|
||||
|
||||
|
28
po/fr.po
28
po/fr.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: irssi-0.7.23\n"
|
||||
"POT-Creation-Date: 2000-05-15 17:47+0200\n"
|
||||
"POT-Creation-Date: 2000-06-04 18:48+0300\n"
|
||||
"PO-Revision-Date: 2000-01-26 16:33+0100\n"
|
||||
"Last-Translator: Julien Boulnois <jboulnois@free.fr>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -28,19 +28,19 @@ msgstr ""
|
||||
msgid "Please wait, waiting for servers to close connections..\n"
|
||||
msgstr "Veillez patienter, d<>éconnexion en cours ...\n"
|
||||
|
||||
#: src/core/network.c:417
|
||||
#: src/core/network.c:468
|
||||
msgid "Host not found"
|
||||
msgstr "H<>ôte introuvable"
|
||||
|
||||
#: src/core/network.c:419
|
||||
#: src/core/network.c:470
|
||||
msgid "No IP address found for name"
|
||||
msgstr "Aucune adresse IP trouv<75>ée pour ce domaine"
|
||||
|
||||
#: src/core/network.c:421
|
||||
#: src/core/network.c:472
|
||||
msgid "A non-recovable name server error occurred"
|
||||
msgstr "Erreur du serveur"
|
||||
|
||||
#: src/core/network.c:423
|
||||
#: src/core/network.c:474
|
||||
msgid "A temporary error on an authoritative name server"
|
||||
msgstr "Erreur temporaire sur un nom de serveur autoris<69>é"
|
||||
|
||||
@ -96,40 +96,40 @@ msgid ""
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
#: src/fe-common/irc/fe-common-irc.c:80
|
||||
msgid "Automatically connect to server/ircnet"
|
||||
msgstr "Connexion automatique au server/ircnet"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83 src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:80 src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "SERVER"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "Autoconnect password"
|
||||
msgstr "Autoconnexion du Mot de passe"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "Autoconnect port"
|
||||
msgstr "Autoconnexion du port"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "PORT"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:86
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
msgid "Disable autoconnecting"
|
||||
msgstr "Ne pas se connecter automatiquement"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:87
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
msgid "Specify nick to use"
|
||||
msgstr "Sp<53>écifiez un nick <20>à utiliser"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:88
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#, fuzzy
|
||||
msgid "Specify host name to use"
|
||||
msgstr "Sp<53>écifiez un nick <20>à utiliser"
|
||||
|
||||
#: src/fe-text/irssi.c:153
|
||||
#: src/fe-text/irssi.c:152
|
||||
msgid "Can't initialize screen handling, quitting.\n"
|
||||
msgstr ""
|
||||
|
||||
|
28
po/pl.po
28
po/pl.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-05-15 17:47+0200\n"
|
||||
"POT-Creation-Date: 2000-06-04 18:48+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -26,19 +26,19 @@ msgstr ""
|
||||
msgid "Please wait, waiting for servers to close connections..\n"
|
||||
msgstr "Prosze czekaæ, trwa zamykanie po³±czeñ do serwerów..\n"
|
||||
|
||||
#: src/core/network.c:417
|
||||
#: src/core/network.c:468
|
||||
msgid "Host not found"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/network.c:419
|
||||
#: src/core/network.c:470
|
||||
msgid "No IP address found for name"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/network.c:421
|
||||
#: src/core/network.c:472
|
||||
msgid "A non-recovable name server error occurred"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/network.c:423
|
||||
#: src/core/network.c:474
|
||||
msgid "A temporary error on an authoritative name server"
|
||||
msgstr ""
|
||||
|
||||
@ -90,39 +90,39 @@ msgid ""
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
#: src/fe-common/irc/fe-common-irc.c:80
|
||||
msgid "Automatically connect to server/ircnet"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83 src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:80 src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "SERVER"
|
||||
msgstr "SERWER"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "Autoconnect password"
|
||||
msgstr "Has³o autopo³±czenia"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "Autoconnect port"
|
||||
msgstr "Port autopo³±czenia"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "PORT"
|
||||
msgstr "PORT"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:86
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
msgid "Disable autoconnecting"
|
||||
msgstr "Wy³±czenie autopo³±czenia"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:87
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
msgid "Specify nick to use"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:88
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
msgid "Specify host name to use"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-text/irssi.c:153
|
||||
#: src/fe-text/irssi.c:152
|
||||
msgid "Can't initialize screen handling, quitting.\n"
|
||||
msgstr ""
|
||||
|
||||
|
28
po/pt_BR.po
28
po/pt_BR.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: irssi 0.7.23\n"
|
||||
"POT-Creation-Date: 2000-05-15 17:47+0200\n"
|
||||
"POT-Creation-Date: 2000-06-04 18:48+0300\n"
|
||||
"PO-Revision-Date: 2000-02-10 09:50-0200\n"
|
||||
"Last-Translator: Frédéric L. W. Meunier <fredlwm@olympiquedemarseille.org>\n"
|
||||
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
|
||||
@ -29,19 +29,19 @@ msgstr ""
|
||||
msgid "Please wait, waiting for servers to close connections..\n"
|
||||
msgstr "Por favor espere, esperando por servidores fecharem conexões..\n"
|
||||
|
||||
#: src/core/network.c:417
|
||||
#: src/core/network.c:468
|
||||
msgid "Host not found"
|
||||
msgstr "Host não encontrado"
|
||||
|
||||
#: src/core/network.c:419
|
||||
#: src/core/network.c:470
|
||||
msgid "No IP address found for name"
|
||||
msgstr "Nenhum endereço IP encontrado para nome"
|
||||
|
||||
#: src/core/network.c:421
|
||||
#: src/core/network.c:472
|
||||
msgid "A non-recovable name server error occurred"
|
||||
msgstr "Um erro não ??? servidor de nomes ocorreu"
|
||||
|
||||
#: src/core/network.c:423
|
||||
#: src/core/network.c:474
|
||||
msgid "A temporary error on an authoritative name server"
|
||||
msgstr "Um erro temporário em um servidor de nomes autoritativo"
|
||||
|
||||
@ -97,40 +97,40 @@ msgid ""
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
#: src/fe-common/irc/fe-common-irc.c:80
|
||||
msgid "Automatically connect to server/ircnet"
|
||||
msgstr "Automaticamente conectar em servidor/ircnet"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:83 src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:80 src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "SERVER"
|
||||
msgstr "SERVIDOR"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
#: src/fe-common/irc/fe-common-irc.c:81
|
||||
msgid "Autoconnect password"
|
||||
msgstr "Senha para autoconecção"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "Autoconnect port"
|
||||
msgstr "Porta para autoconecção"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#: src/fe-common/irc/fe-common-irc.c:82
|
||||
msgid "PORT"
|
||||
msgstr "PORTA"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:86
|
||||
#: src/fe-common/irc/fe-common-irc.c:83
|
||||
msgid "Disable autoconnecting"
|
||||
msgstr "Disabilitar autoconecção"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:87
|
||||
#: src/fe-common/irc/fe-common-irc.c:84
|
||||
msgid "Specify nick to use"
|
||||
msgstr "Espeficar nick para usar"
|
||||
|
||||
#: src/fe-common/irc/fe-common-irc.c:88
|
||||
#: src/fe-common/irc/fe-common-irc.c:85
|
||||
#, fuzzy
|
||||
msgid "Specify host name to use"
|
||||
msgstr "Espeficar nick para usar"
|
||||
|
||||
#: src/fe-text/irssi.c:153
|
||||
#: src/fe-text/irssi.c:152
|
||||
msgid "Can't initialize screen handling, quitting.\n"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,6 +45,7 @@ noinst_HEADERS = \
|
||||
module.h \
|
||||
modules.h \
|
||||
net-disconnect.h \
|
||||
net-internal.h \
|
||||
net-nonblock.h \
|
||||
network.h \
|
||||
pidwait.h \
|
||||
|
@ -33,4 +33,5 @@ noinst_HEADERS = \
|
||||
completion.h \
|
||||
fe-common-irc.h \
|
||||
irc-hilight-text.h \
|
||||
module.h \
|
||||
module-formats.h
|
||||
|
@ -40,5 +40,6 @@ noinst_HEADERS = \
|
||||
statusbar.h \
|
||||
gui-textwidget.h \
|
||||
gui-windows.h \
|
||||
module-formats.h \
|
||||
screen.h
|
||||
screen.h \
|
||||
module.h \
|
||||
module-formats.h
|
||||
|
@ -19,7 +19,8 @@ noinst_HEADERS = \
|
||||
bot.h \
|
||||
bot-users.h \
|
||||
botnet.h \
|
||||
botnet-users.h
|
||||
botnet-users.h \
|
||||
module.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
users.sample \
|
||||
|
@ -10,4 +10,5 @@ libirc_dcc_la_SOURCES = \
|
||||
dcc-files.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
dcc.h
|
||||
dcc.h \
|
||||
module.h
|
||||
|
@ -10,4 +10,5 @@ libirc_flood_la_SOURCES = \
|
||||
|
||||
noinst_HEADERS = \
|
||||
autoignore.h \
|
||||
flood.h
|
||||
flood.h \
|
||||
module.h
|
||||
|
@ -13,4 +13,5 @@ libirc_notifylist_la_SOURCES = \
|
||||
|
||||
noinst_HEADERS = \
|
||||
notifylist.h \
|
||||
notify-setup.h
|
||||
notify-setup.h \
|
||||
module.h
|
||||
|
@ -25,6 +25,8 @@ dcc_find_by_port(nick, port)
|
||||
char *
|
||||
dcc_type2str(type)
|
||||
int type
|
||||
CODE:
|
||||
RETVAL = (char *) dcc_type2str(type);
|
||||
|
||||
int
|
||||
dcc_str2type(type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user