1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Getting ready for .94 ..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@540 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-26 18:18:28 +00:00 committed by cras
parent fb1fa8e0f0
commit 9bf99c0aa6
8 changed files with 149 additions and 97 deletions

41
NEWS
View File

@ -1,3 +1,44 @@
v0.7.94 2000-07-24 Timo Sirainen <tss@iki.fi>
* Help files! Use /HELP <command> to see them.
They're just very first beta versions so don't expect too much.
They were written by Markus Vuori <mm@vuori.net> with some help
from EPIC's help files :)
* Changes:
- /SET completion_disable_auto -> completion_auto
- Changed the names of /BIND commands to be epic-compatible.
Also added several new commands.
- If --prefix is used, add the default perl library directory to
same prefix.
+ Implemented /WINDOW LAST for changing to last current window.
+ Added DCCMSGS message level. Actions match now either MSGS or
PUBLIC level as well as the ACTIONS level always.
+ SET print_active_channel - if you have multiple channels in same
window, should we always print the channel for each message
(<nick:#channel>) or only when the channel isn't active.
+ Don't print nick changes and quit messages from same nick more
than once in the same window (if you had joined multiple channels
in same window).
+ /SET settings_autosave - If set ON, settings are automatically
saved when quitting and once per hour.
+ Don't allow recursive aliases, ie. /alias echo echo hello does
print hello instead of going to infinite loop.
+ Implemented /IGNORE -time <seconds>, patch by fuchs.
+ /PERLFLUSH now cleans up the Perl interpreter properly (closes
all the files opened in perl scripts, etc)
- Awaylog didn't work right if you did /AWAY multiple times.
- /NOTIFY -idle sometimes printed the unidle-message even if the
nick really didn't stop idling. Fixed several other notify list
bugs.
- Tab-msgcompletion didn't work right after you had used
/msg -ircnet nick
- Fixed the long standing text buffer bug which could sometimes
crash irssi if you were unlucky.
- The channel key given in /JOIN should override the one given
in setup.
- /RELOAD caused several bugs
v0.7.93 2000-07-09 Timo Sirainen <tss@iki.fi> v0.7.93 2000-07-09 Timo Sirainen <tss@iki.fi>
+ Implemented /BIND [<key> [<action> [<data>]]] command. + Implemented /BIND [<key> [<action> [<data>]]] command.

14
TODO
View File

@ -1,16 +1,25 @@
*** New stuff in TODO, try to get rid of these :) *** New stuff in TODO, try to get rid of these :)
- automatically add queried nicks to notify list temporarily .. display
the notifys for the nick in the query window
- Some problems with idle notify lists, "cras [IRCNet] [@] [] just stopped - Some problems with idle notify lists, "cras [IRCNet] [@] [] just stopped
idling" was print to screen with some NULL arguments in text.. idling" was print to screen with some NULL arguments in text..
- There's some problems with logging/highlighting dcc chats..
- /BIND: key definitions should be changed to be more epic-like.. :
/bind ^[ key meta, /bind meta-O key meta2, /bind meta-[ key meta2
/bind meta2-c echo Ctrl-Left pressed
and maybe
/bind meta2-C key left, /bind meta-left echo meta-left pressed
- automatically switch to status window when using commands that always
print their output to status window, like /whois.
- with autolog, /msg nick1,nick2 logs the message to file nick1,nick2..
- automatic whowas if whois wasn't found should be moved to fe-common. - automatic whowas if whois wasn't found should be moved to fe-common.
it could also print something like "nick $0 not in IRC, but this user it could also print something like "nick $0 not in IRC, but this user
WAS in IRC:" WAS in IRC:"
- Add command for changing automatic replaces (/replace) - Add command for changing automatic replaces (/replace)
- /ignore -time xx - temprary ignore - /ignore -time xx - temprary ignore
- bash-style (or whatever it could be called) tab-completion - bash-style (or whatever it shoulda be called) tab-completion
- /last 05032 ... didn't really do what I wanted :) maybe I should change - /last 05032 ... didn't really do what I wanted :) maybe I should change
the syntax to have -max parameter instead? the syntax to have -max parameter instead?
- commands to move channels and servers in the config list, to set the - commands to move channels and servers in the config list, to set the
@ -23,6 +32,7 @@
something like that :) something like that :)
- when starting to run out of space some items could be made smaller, - when starting to run out of space some items could be made smaller,
activity for example .. make some generic flag for items to use. activity for example .. make some generic flag for items to use.
- add user counts (ops/voices/normal/total)
- theme problems: - theme problems:
- you can't change theme - you can't change theme
- some small help about what each format does - some small help about what each format does

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Irssi 0.7.23\n" "Project-Id-Version: Irssi 0.7.23\n"
"POT-Creation-Date: 2000-07-09 17:27+0300\n" "POT-Creation-Date: 2000-07-26 21:13+0300\n"
"PO-Revision-Date: 1999-12-01 10:35-0200\n" "PO-Revision-Date: 1999-12-01 10:35-0200\n"
"Last-Translator: Thomas Heinen <cochi@uni-paderborn.de>\n" "Last-Translator: Thomas Heinen <cochi@uni-paderborn.de>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n" "Content-Transfer-Encoding: 8-bit\n"
#: src/core/args.c:51 #: src/core/args.c:55
#, c-format #, c-format
msgid "" msgid ""
"Error on option %s: %s.\n" "Error on option %s: %s.\n"
@ -23,50 +23,50 @@ msgstr ""
"Fehler in Option %s: %s. \n" "Fehler in Option %s: %s. \n"
"Benutzen Sie '%s --help' fuer eine Liste verfuegbarer Optionen.\n" "Benutzen Sie '%s --help' fuer eine Liste verfuegbarer Optionen.\n"
#. Display the text when we have already waited for a while #. Display the text when we have already waited
#: src/core/net-disconnect.c:149 #. for a while
#: src/core/net-disconnect.c:144
msgid "Please wait, waiting for servers to close connections..\n" msgid "Please wait, waiting for servers to close connections..\n"
msgstr "Bitte warten, schliesse Serververbindungen..\n" msgstr "Bitte warten, schliesse Serververbindungen..\n"
#: src/core/network.c:472 #: src/core/network.c:480
msgid "Host not found" msgid "Host not found"
msgstr "Host nicht gefunden" msgstr "Host nicht gefunden"
#: src/core/network.c:474 #: src/core/network.c:482
msgid "No IP address found for name" msgid "No IP address found for name"
msgstr "Keine IP Adresse zum Namen gefunden" msgstr "Keine IP Adresse zum Namen gefunden"
#: src/core/network.c:476 #: src/core/network.c:484
msgid "A non-recovable name server error occurred" msgid "A non-recovable name server error occurred"
msgstr "Ein nicht behebbarer Nameserverfehler ist aufgetreten" msgstr "Ein nicht behebbarer Nameserverfehler ist aufgetreten"
#: src/core/network.c:478 #: src/core/network.c:486
msgid "A temporary error on an authoritative name server" msgid "A temporary error on an authoritative name server"
msgstr "Temporaerer Fehler des authoritativen Nameservers" msgstr "Temporaerer Fehler des authoritativen Nameservers"
#: src/core/settings.c:262 #: src/core/settings.c:264
#, fuzzy, c-format #, fuzzy, c-format
msgid "Couldn't create %s/.irssi directory" msgid "Couldn't create %s/.irssi directory"
msgstr "" msgstr ""
"Datei kann nicht erzeugt werden:\n" "Datei kann nicht erzeugt werden:\n"
"%s" "%s"
#: src/core/settings.c:265 #: src/core/settings.c:268
#, c-format #, c-format
msgid "" msgid ""
"%s/.irssi is not a directory.\n" "%s/.irssi is not a directory.\n"
"You should remove it with command: rm ~/.irssi" "You should remove it with command: rm ~/.irssi"
msgstr "" msgstr ""
#: src/core/settings.c:274 #: src/core/settings.c:279
#, c-format #, c-format
msgid "" msgid ""
"Ignored errors in configuration file:\n" "Ignored errors in configuration file:\n"
"%s" "%s"
msgstr "" msgstr ""
#. error #: src/core/settings.c:306
#: src/core/settings.c:300
#, c-format #, c-format
msgid "" msgid ""
"Errors in configuration file:\n" "Errors in configuration file:\n"
@ -74,18 +74,18 @@ msgid ""
msgstr "" msgstr ""
#. error #. error
#: src/core/settings.c:323 #: src/core/settings.c:331
#, fuzzy, c-format #, fuzzy, c-format
msgid "Couldn't save configuration file: %s" msgid "Couldn't save configuration file: %s"
msgstr "" msgstr ""
"Datei kann nicht erzeugt werden:\n" "Datei kann nicht erzeugt werden:\n"
"%s" "%s"
#: src/fe-common/core/printtext.c:886 #: src/fe-common/core/printtext.c:894
msgid "%_Warning:%_ %s" msgid "%_Warning:%_ %s"
msgstr "%_Warnung:%_ %s" msgstr "%_Warnung:%_ %s"
#: src/fe-common/core/printtext.c:888 #: src/fe-common/core/printtext.c:896
msgid "%_Error:%_ %s" msgid "%_Error:%_ %s"
msgstr "%_Fehler:%_ %s" msgstr "%_Fehler:%_ %s"
@ -129,16 +129,16 @@ msgstr "Bitte Nickname angeben"
msgid "Specify host name to use" msgid "Specify host name to use"
msgstr "Bitte Nickname angeben" msgstr "Bitte Nickname angeben"
#: src/fe-text/irssi.c:152 #: src/fe-text/irssi.c:153
msgid "Can't initialize screen handling, quitting.\n" msgid "Can't initialize screen handling, quitting.\n"
msgstr "" msgstr ""
#: src/lib-popt/popthelp.c:35 #: src/lib-popt/popthelp.c:28
#, fuzzy #, fuzzy
msgid "Show this help message" msgid "Show this help message"
msgstr "Keine externen Nachrichten" msgstr "Keine externen Nachrichten"
#: src/lib-popt/popthelp.c:36 #: src/lib-popt/popthelp.c:29
#, fuzzy #, fuzzy
msgid "Display brief usage message" msgid "Display brief usage message"
msgstr "private Nachrichten" msgstr "private Nachrichten"

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-07-09 17:27+0300\n" "POT-Creation-Date: 2000-07-26 21:13+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -14,55 +14,55 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n" "Content-Transfer-Encoding: ENCODING\n"
#: src/core/args.c:51 #: src/core/args.c:55
#, c-format #, c-format
msgid "" msgid ""
"Error on option %s: %s.\n" "Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n" "Run '%s --help' to see a full list of available command line options.\n"
msgstr "" msgstr ""
#. Display the text when we have already waited for a while #. Display the text when we have already waited
#: src/core/net-disconnect.c:149 #. for a while
#: src/core/net-disconnect.c:144
msgid "Please wait, waiting for servers to close connections..\n" msgid "Please wait, waiting for servers to close connections..\n"
msgstr "" msgstr ""
#: src/core/network.c:472 #: src/core/network.c:480
msgid "Host not found" msgid "Host not found"
msgstr "" msgstr ""
#: src/core/network.c:474 #: src/core/network.c:482
msgid "No IP address found for name" msgid "No IP address found for name"
msgstr "" msgstr ""
#: src/core/network.c:476 #: src/core/network.c:484
msgid "A non-recovable name server error occurred" msgid "A non-recovable name server error occurred"
msgstr "" msgstr ""
#: src/core/network.c:478 #: src/core/network.c:486
msgid "A temporary error on an authoritative name server" msgid "A temporary error on an authoritative name server"
msgstr "" msgstr ""
#: src/core/settings.c:262 #: src/core/settings.c:264
#, c-format #, c-format
msgid "Couldn't create %s/.irssi directory" msgid "Couldn't create %s/.irssi directory"
msgstr "" msgstr ""
#: src/core/settings.c:265 #: src/core/settings.c:268
#, c-format #, c-format
msgid "" msgid ""
"%s/.irssi is not a directory.\n" "%s/.irssi is not a directory.\n"
"You should remove it with command: rm ~/.irssi" "You should remove it with command: rm ~/.irssi"
msgstr "" msgstr ""
#: src/core/settings.c:274 #: src/core/settings.c:279
#, c-format #, c-format
msgid "" msgid ""
"Ignored errors in configuration file:\n" "Ignored errors in configuration file:\n"
"%s" "%s"
msgstr "" msgstr ""
#. error #: src/core/settings.c:306
#: src/core/settings.c:300
#, c-format #, c-format
msgid "" msgid ""
"Errors in configuration file:\n" "Errors in configuration file:\n"
@ -70,16 +70,16 @@ msgid ""
msgstr "" msgstr ""
#. error #. error
#: src/core/settings.c:323 #: src/core/settings.c:331
#, c-format #, c-format
msgid "Couldn't save configuration file: %s" msgid "Couldn't save configuration file: %s"
msgstr "" msgstr ""
#: src/fe-common/core/printtext.c:886 #: src/fe-common/core/printtext.c:894
msgid "%_Warning:%_ %s" msgid "%_Warning:%_ %s"
msgstr "" msgstr ""
#: src/fe-common/core/printtext.c:888 #: src/fe-common/core/printtext.c:896
msgid "%_Error:%_ %s" msgid "%_Error:%_ %s"
msgstr "" msgstr ""
@ -122,15 +122,15 @@ msgstr ""
msgid "Specify host name to use" msgid "Specify host name to use"
msgstr "" msgstr ""
#: src/fe-text/irssi.c:152 #: src/fe-text/irssi.c:153
msgid "Can't initialize screen handling, quitting.\n" msgid "Can't initialize screen handling, quitting.\n"
msgstr "" msgstr ""
#: src/lib-popt/popthelp.c:35 #: src/lib-popt/popthelp.c:28
msgid "Show this help message" msgid "Show this help message"
msgstr "" msgstr ""
#: src/lib-popt/popthelp.c:36 #: src/lib-popt/popthelp.c:29
msgid "Display brief usage message" msgid "Display brief usage message"
msgstr "" msgstr ""

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: irssi-0.7.23\n" "Project-Id-Version: irssi-0.7.23\n"
"POT-Creation-Date: 2000-07-09 17:27+0300\n" "POT-Creation-Date: 2000-07-26 21:13+0300\n"
"PO-Revision-Date: 2000-01-26 16:33+0100\n" "PO-Revision-Date: 2000-01-26 16:33+0100\n"
"Last-Translator: Julien Boulnois <jboulnois@free.fr>\n" "Last-Translator: Julien Boulnois <jboulnois@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: src/core/args.c:51 #: src/core/args.c:55
#, c-format #, c-format
msgid "" msgid ""
"Error on option %s: %s.\n" "Error on option %s: %s.\n"
@ -23,50 +23,50 @@ msgstr ""
"Erreur de l'option %s: %s.\n" "Erreur de l'option %s: %s.\n"
"Utiliser '%s --help' pour voir la liste des options.\n" "Utiliser '%s --help' pour voir la liste des options.\n"
#. Display the text when we have already waited for a while #. Display the text when we have already waited
#: src/core/net-disconnect.c:149 #. for a while
#: src/core/net-disconnect.c:144
msgid "Please wait, waiting for servers to close connections..\n" msgid "Please wait, waiting for servers to close connections..\n"
msgstr "Veillez patienter, d<>éconnexion en cours ...\n" msgstr "Veillez patienter, d<>éconnexion en cours ...\n"
#: src/core/network.c:472 #: src/core/network.c:480
msgid "Host not found" msgid "Host not found"
msgstr "H<>ôte introuvable" msgstr "H<>ôte introuvable"
#: src/core/network.c:474 #: src/core/network.c:482
msgid "No IP address found for name" msgid "No IP address found for name"
msgstr "Aucune adresse IP trouv<75>ée pour ce domaine" msgstr "Aucune adresse IP trouv<75>ée pour ce domaine"
#: src/core/network.c:476 #: src/core/network.c:484
msgid "A non-recovable name server error occurred" msgid "A non-recovable name server error occurred"
msgstr "Erreur du serveur" msgstr "Erreur du serveur"
#: src/core/network.c:478 #: src/core/network.c:486
msgid "A temporary error on an authoritative name server" msgid "A temporary error on an authoritative name server"
msgstr "Erreur temporaire sur un nom de serveur autoris<69>é" msgstr "Erreur temporaire sur un nom de serveur autoris<69>é"
#: src/core/settings.c:262 #: src/core/settings.c:264
#, fuzzy, c-format #, fuzzy, c-format
msgid "Couldn't create %s/.irssi directory" msgid "Couldn't create %s/.irssi directory"
msgstr "" msgstr ""
"Impossible de cr<63>éer le fichier:\n" "Impossible de cr<63>éer le fichier:\n"
"%s" "%s"
#: src/core/settings.c:265 #: src/core/settings.c:268
#, c-format #, c-format
msgid "" msgid ""
"%s/.irssi is not a directory.\n" "%s/.irssi is not a directory.\n"
"You should remove it with command: rm ~/.irssi" "You should remove it with command: rm ~/.irssi"
msgstr "" msgstr ""
#: src/core/settings.c:274 #: src/core/settings.c:279
#, c-format #, c-format
msgid "" msgid ""
"Ignored errors in configuration file:\n" "Ignored errors in configuration file:\n"
"%s" "%s"
msgstr "" msgstr ""
#. error #: src/core/settings.c:306
#: src/core/settings.c:300
#, c-format #, c-format
msgid "" msgid ""
"Errors in configuration file:\n" "Errors in configuration file:\n"
@ -74,18 +74,18 @@ msgid ""
msgstr "" msgstr ""
#. error #. error
#: src/core/settings.c:323 #: src/core/settings.c:331
#, fuzzy, c-format #, fuzzy, c-format
msgid "Couldn't save configuration file: %s" msgid "Couldn't save configuration file: %s"
msgstr "" msgstr ""
"Impossible de cr<63>éer le fichier:\n" "Impossible de cr<63>éer le fichier:\n"
"%s" "%s"
#: src/fe-common/core/printtext.c:886 #: src/fe-common/core/printtext.c:894
msgid "%_Warning:%_ %s" msgid "%_Warning:%_ %s"
msgstr "%_Attention:%_ %s" msgstr "%_Attention:%_ %s"
#: src/fe-common/core/printtext.c:888 #: src/fe-common/core/printtext.c:896
msgid "%_Error:%_ %s" msgid "%_Error:%_ %s"
msgstr "%_Erreur:%_ %s" msgstr "%_Erreur:%_ %s"
@ -129,16 +129,16 @@ msgstr "Sp
msgid "Specify host name to use" msgid "Specify host name to use"
msgstr "Sp<53>écifiez un nick <20>à utiliser" msgstr "Sp<53>écifiez un nick <20>à utiliser"
#: src/fe-text/irssi.c:152 #: src/fe-text/irssi.c:153
msgid "Can't initialize screen handling, quitting.\n" msgid "Can't initialize screen handling, quitting.\n"
msgstr "" msgstr ""
#: src/lib-popt/popthelp.c:35 #: src/lib-popt/popthelp.c:28
#, fuzzy #, fuzzy
msgid "Show this help message" msgid "Show this help message"
msgstr "Pas de messages externes" msgstr "Pas de messages externes"
#: src/lib-popt/popthelp.c:36 #: src/lib-popt/popthelp.c:29
#, fuzzy #, fuzzy
msgid "Display brief usage message" msgid "Display brief usage message"
msgstr "derniers messages priv<69>és" msgstr "derniers messages priv<69>és"

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-07-09 17:27+0300\n" "POT-Creation-Date: 2000-07-26 21:13+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -14,55 +14,55 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n" "Content-Transfer-Encoding: ENCODING\n"
#: src/core/args.c:51 #: src/core/args.c:55
#, c-format #, c-format
msgid "" msgid ""
"Error on option %s: %s.\n" "Error on option %s: %s.\n"
"Run '%s --help' to see a full list of available command line options.\n" "Run '%s --help' to see a full list of available command line options.\n"
msgstr "" msgstr ""
#. Display the text when we have already waited for a while #. Display the text when we have already waited
#: src/core/net-disconnect.c:149 #. for a while
#: src/core/net-disconnect.c:144
msgid "Please wait, waiting for servers to close connections..\n" msgid "Please wait, waiting for servers to close connections..\n"
msgstr "Prosze czekaæ, trwa zamykanie po³±czeñ do serwerów..\n" msgstr "Prosze czekaæ, trwa zamykanie po³±czeñ do serwerów..\n"
#: src/core/network.c:472 #: src/core/network.c:480
msgid "Host not found" msgid "Host not found"
msgstr "" msgstr ""
#: src/core/network.c:474 #: src/core/network.c:482
msgid "No IP address found for name" msgid "No IP address found for name"
msgstr "" msgstr ""
#: src/core/network.c:476 #: src/core/network.c:484
msgid "A non-recovable name server error occurred" msgid "A non-recovable name server error occurred"
msgstr "" msgstr ""
#: src/core/network.c:478 #: src/core/network.c:486
msgid "A temporary error on an authoritative name server" msgid "A temporary error on an authoritative name server"
msgstr "" msgstr ""
#: src/core/settings.c:262 #: src/core/settings.c:264
#, c-format #, c-format
msgid "Couldn't create %s/.irssi directory" msgid "Couldn't create %s/.irssi directory"
msgstr "Nie mo¿na utworzyæ katalogu %s/.irssi" msgstr "Nie mo¿na utworzyæ katalogu %s/.irssi"
#: src/core/settings.c:265 #: src/core/settings.c:268
#, c-format #, c-format
msgid "" msgid ""
"%s/.irssi is not a directory.\n" "%s/.irssi is not a directory.\n"
"You should remove it with command: rm ~/.irssi" "You should remove it with command: rm ~/.irssi"
msgstr "" msgstr ""
#: src/core/settings.c:274 #: src/core/settings.c:279
#, c-format #, c-format
msgid "" msgid ""
"Ignored errors in configuration file:\n" "Ignored errors in configuration file:\n"
"%s" "%s"
msgstr "" msgstr ""
#. error #: src/core/settings.c:306
#: src/core/settings.c:300
#, c-format #, c-format
msgid "" msgid ""
"Errors in configuration file:\n" "Errors in configuration file:\n"
@ -70,16 +70,16 @@ msgid ""
msgstr "" msgstr ""
#. error #. error
#: src/core/settings.c:323 #: src/core/settings.c:331
#, c-format #, c-format
msgid "Couldn't save configuration file: %s" msgid "Couldn't save configuration file: %s"
msgstr "" msgstr ""
#: src/fe-common/core/printtext.c:886 #: src/fe-common/core/printtext.c:894
msgid "%_Warning:%_ %s" msgid "%_Warning:%_ %s"
msgstr "%_Ostrze¿enie:%_ %s" msgstr "%_Ostrze¿enie:%_ %s"
#: src/fe-common/core/printtext.c:888 #: src/fe-common/core/printtext.c:896
msgid "%_Error:%_ %s" msgid "%_Error:%_ %s"
msgstr "%_B³±d:%_ %s" msgstr "%_B³±d:%_ %s"
@ -122,15 +122,15 @@ msgstr ""
msgid "Specify host name to use" msgid "Specify host name to use"
msgstr "" msgstr ""
#: src/fe-text/irssi.c:152 #: src/fe-text/irssi.c:153
msgid "Can't initialize screen handling, quitting.\n" msgid "Can't initialize screen handling, quitting.\n"
msgstr "" msgstr ""
#: src/lib-popt/popthelp.c:35 #: src/lib-popt/popthelp.c:28
msgid "Show this help message" msgid "Show this help message"
msgstr "" msgstr ""
#: src/lib-popt/popthelp.c:36 #: src/lib-popt/popthelp.c:29
msgid "Display brief usage message" msgid "Display brief usage message"
msgstr "" msgstr ""

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: irssi 0.7.23\n" "Project-Id-Version: irssi 0.7.23\n"
"POT-Creation-Date: 2000-07-09 17:27+0300\n" "POT-Creation-Date: 2000-07-26 21:13+0300\n"
"PO-Revision-Date: 2000-02-10 09:50-0200\n" "PO-Revision-Date: 2000-02-10 09:50-0200\n"
"Last-Translator: Frédéric L. W. Meunier <fredlwm@olympiquedemarseille.org>\n" "Last-Translator: Frédéric L. W. Meunier <fredlwm@olympiquedemarseille.org>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: src/core/args.c:51 #: src/core/args.c:55
#, c-format #, c-format
msgid "" msgid ""
"Error on option %s: %s.\n" "Error on option %s: %s.\n"
@ -24,50 +24,50 @@ msgstr ""
"Use '%s --help' para ver uma lista completa de opções de linha de comando " "Use '%s --help' para ver uma lista completa de opções de linha de comando "
"disponíveis.\n" "disponíveis.\n"
#. Display the text when we have already waited for a while #. Display the text when we have already waited
#: src/core/net-disconnect.c:149 #. for a while
#: src/core/net-disconnect.c:144
msgid "Please wait, waiting for servers to close connections..\n" msgid "Please wait, waiting for servers to close connections..\n"
msgstr "Por favor espere, esperando por servidores fecharem conexões..\n" msgstr "Por favor espere, esperando por servidores fecharem conexões..\n"
#: src/core/network.c:472 #: src/core/network.c:480
msgid "Host not found" msgid "Host not found"
msgstr "Host não encontrado" msgstr "Host não encontrado"
#: src/core/network.c:474 #: src/core/network.c:482
msgid "No IP address found for name" msgid "No IP address found for name"
msgstr "Nenhum endereço IP encontrado para nome" msgstr "Nenhum endereço IP encontrado para nome"
#: src/core/network.c:476 #: src/core/network.c:484
msgid "A non-recovable name server error occurred" msgid "A non-recovable name server error occurred"
msgstr "Um erro não ??? servidor de nomes ocorreu" msgstr "Um erro não ??? servidor de nomes ocorreu"
#: src/core/network.c:478 #: src/core/network.c:486
msgid "A temporary error on an authoritative name server" msgid "A temporary error on an authoritative name server"
msgstr "Um erro temporário em um servidor de nomes autoritativo" msgstr "Um erro temporário em um servidor de nomes autoritativo"
#: src/core/settings.c:262 #: src/core/settings.c:264
#, fuzzy, c-format #, fuzzy, c-format
msgid "Couldn't create %s/.irssi directory" msgid "Couldn't create %s/.irssi directory"
msgstr "" msgstr ""
"Não consigo criar arquivo:\n" "Não consigo criar arquivo:\n"
"%s" "%s"
#: src/core/settings.c:265 #: src/core/settings.c:268
#, c-format #, c-format
msgid "" msgid ""
"%s/.irssi is not a directory.\n" "%s/.irssi is not a directory.\n"
"You should remove it with command: rm ~/.irssi" "You should remove it with command: rm ~/.irssi"
msgstr "" msgstr ""
#: src/core/settings.c:274 #: src/core/settings.c:279
#, c-format #, c-format
msgid "" msgid ""
"Ignored errors in configuration file:\n" "Ignored errors in configuration file:\n"
"%s" "%s"
msgstr "" msgstr ""
#. error #: src/core/settings.c:306
#: src/core/settings.c:300
#, c-format #, c-format
msgid "" msgid ""
"Errors in configuration file:\n" "Errors in configuration file:\n"
@ -75,18 +75,18 @@ msgid ""
msgstr "" msgstr ""
#. error #. error
#: src/core/settings.c:323 #: src/core/settings.c:331
#, fuzzy, c-format #, fuzzy, c-format
msgid "Couldn't save configuration file: %s" msgid "Couldn't save configuration file: %s"
msgstr "" msgstr ""
"Não consigo criar arquivo:\n" "Não consigo criar arquivo:\n"
"%s" "%s"
#: src/fe-common/core/printtext.c:886 #: src/fe-common/core/printtext.c:894
msgid "%_Warning:%_ %s" msgid "%_Warning:%_ %s"
msgstr "%_Atenção:%_ %s" msgstr "%_Atenção:%_ %s"
#: src/fe-common/core/printtext.c:888 #: src/fe-common/core/printtext.c:896
msgid "%_Error:%_ %s" msgid "%_Error:%_ %s"
msgstr "%_Erro:%_ %s" msgstr "%_Erro:%_ %s"
@ -130,16 +130,16 @@ msgstr "Espeficar nick para usar"
msgid "Specify host name to use" msgid "Specify host name to use"
msgstr "Espeficar nick para usar" msgstr "Espeficar nick para usar"
#: src/fe-text/irssi.c:152 #: src/fe-text/irssi.c:153
msgid "Can't initialize screen handling, quitting.\n" msgid "Can't initialize screen handling, quitting.\n"
msgstr "" msgstr ""
#: src/lib-popt/popthelp.c:35 #: src/lib-popt/popthelp.c:28
#, fuzzy #, fuzzy
msgid "Show this help message" msgid "Show this help message"
msgstr "Sem mensagens externas" msgstr "Sem mensagens externas"
#: src/lib-popt/popthelp.c:36 #: src/lib-popt/popthelp.c:29
#, fuzzy #, fuzzy
msgid "Display brief usage message" msgid "Display brief usage message"
msgstr "mensagens privadas" msgstr "mensagens privadas"

View File

@ -30,3 +30,4 @@ while (<docs/help/in/*.in>) {
print NEWFILE @data; print NEWFILE @data;
close (NEWFILE); close (NEWFILE);
} }
unlink "irssi_syntax";