Version 0.2.0
This commit is contained in:
parent
904ed30e82
commit
72d15555ac
@ -1,9 +1,9 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
ChangeLog - 2006-08-18
|
||||
ChangeLog - 2006-08-19
|
||||
|
||||
Version 0.2.0 (under dev!):
|
||||
Version 0.2.0 (2006-08-19):
|
||||
* added 'C'lear option on IRC raw buffer
|
||||
* IRC raw buffer now uses join/part prefix with color to display messages
|
||||
* added send of "quit" message to server when using /disconnect
|
||||
|
2
FAQ
2
FAQ
@ -1,4 +1,4 @@
|
||||
WeeChat FAQ, 2006-07-29
|
||||
WeeChat FAQ, 2006-08-19
|
||||
=======================
|
||||
|
||||
Intended audience:
|
||||
|
2
FAQ.fr
2
FAQ.fr
@ -1,4 +1,4 @@
|
||||
WeeChat FAQ, 2006-07-29
|
||||
WeeChat FAQ, 2006-08-19
|
||||
=======================
|
||||
|
||||
Public concerné :
|
||||
|
2
NEWS
2
NEWS
@ -1,7 +1,7 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
* FlashCode, 2006-08-09
|
||||
* FlashCode, 2006-08-19
|
||||
|
||||
Important release notes:
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 0.2.0-cvs, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 0.2.0, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.0-cvs])
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.0])
|
||||
|
||||
# Checks for programs
|
||||
AC_PROG_CC
|
||||
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.0-cvs - User guide</title>
|
||||
<title>WeeChat 0.2.0 - User guide</title>
|
||||
<subtitle>Schneller, leichter und erweiterbarer IRC Client</subtitle>
|
||||
|
||||
<author>
|
||||
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.0-cvs - User guide</title>
|
||||
<title>WeeChat 0.2.0 - User guide</title>
|
||||
<subtitle>Fast, light and extensible IRC client</subtitle>
|
||||
|
||||
<author>
|
||||
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.0-cvs - Guide utilisateur</title>
|
||||
<title>WeeChat 0.2.0 - Guide utilisateur</title>
|
||||
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
||||
|
||||
<author>
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH WEECHAT 1 "May 2006" "FlashCode"
|
||||
.TH WEECHAT 1 "August 2006" "FlashCode"
|
||||
|
||||
.SH NAME
|
||||
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
||||
|
58
po/cs.po
58
po/cs.po
@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.0-cvs\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-07-25 20:00+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:13+0200\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -2785,32 +2785,6 @@ msgstr ""
|
||||
" reset: obnoví klávesy na výchozí hodnoty a smaže uživatlské zkratky "
|
||||
"(používejte opatrně)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "spravuje panely"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
"[list | add typ pozice velikost | resize # velikost | close # | move #1 #2]"
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
" list: vypíše otevřené panely (žádný parametr implikuje tento seznam)\n"
|
||||
" add: přídá panel, typ je global|local (globální|lokální), pozice je top|"
|
||||
"bottom|left|right (nahoře|dole|vlevo|vpravo)\n"
|
||||
" resize: změní velikost panelu na novou velikost (může být relativní, např. -"
|
||||
"1)\n"
|
||||
" close: zavře panel podle čísla\n"
|
||||
" move: přesune panel na nové číslo (může být relativní, např. -1)"
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "seznam/načíst/odebrat pluginy"
|
||||
@ -5590,6 +5564,32 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Ukládám konfiguraci na disk\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "spravuje panely"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
#~ msgstr ""
|
||||
#~ "[list | add typ pozice velikost | resize # velikost | close # | move #1 "
|
||||
#~ "#2]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " list: list open panels (no parameter implies this list)\n"
|
||||
#~ " add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
#~ "right\n"
|
||||
#~ " resize: resize a panel with a new size (may be relative, for example -"
|
||||
#~ "1)\n"
|
||||
#~ " close: close a panel by number\n"
|
||||
#~ " move: move a panel to another number (may be relative, for example -1)"
|
||||
#~ msgstr ""
|
||||
#~ " list: vypíše otevřené panely (žádný parametr implikuje tento seznam)\n"
|
||||
#~ " add: přídá panel, typ je global|local (globální|lokální), pozice je "
|
||||
#~ "top|bottom|left|right (nahoře|dole|vlevo|vpravo)\n"
|
||||
#~ " resize: změní velikost panelu na novou velikost (může být relativní, "
|
||||
#~ "např. -1)\n"
|
||||
#~ " close: zavře panel podle čísla\n"
|
||||
#~ " move: přesune panel na nové číslo (může být relativní, např. -1)"
|
||||
|
||||
#~ msgid "User mode %s[%s%s%s/%s%s%s]\n"
|
||||
#~ msgstr "Uživatelský mód %s[%s%s%s/%s%s%s]\n"
|
||||
|
||||
|
64
po/de.po
64
po/de.po
@ -1,4 +1,3 @@
|
||||
# translation of de.po to
|
||||
# WeeChat: fast & light, IRC client for many operating systems.
|
||||
# Copyright (c) 2003-2006 FlashCode <flashcode@flashtux.org>
|
||||
# This file is distributed under the same license as the WeeChat package.
|
||||
@ -7,16 +6,15 @@
|
||||
# Thomas Schuetz <i18n@internet-villa.de>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: de\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-08-07 18:36+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:16+0200\n"
|
||||
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
|
||||
"Language-Team: <de@li.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
|
||||
#: src/irc/irc-server.c:190 src/common/weeconfig.c:2295
|
||||
msgid "Unable to get user's name"
|
||||
@ -2797,33 +2795,6 @@ msgstr ""
|
||||
" reset: Standardbelegung wiederherstellen und entferne alle eigenen "
|
||||
"Belegungen (Vorsicht!)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "Panels verwalten"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
"[list | add Art Position Größe | resize # Größe | close # | move #1 #2]"
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
" list: listet allo offenen Panels (Default, kann als Parameter auch "
|
||||
"weggelassen werden)\n"
|
||||
" add: fügt ein Panel hinzu, Art ist global|local, Position ist top|bottom|"
|
||||
"left|right\n"
|
||||
" resize: setzt die Größe eines Panels neu (kann auch relativ sein, z.B. -1)\n"
|
||||
" close: schließt das Panel mit der angegebenen Nummer\n"
|
||||
" move: verschiebt ein Panel zu einer anderen Position (kann auch relativ "
|
||||
"sein, z.B. -1)"
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "auflisten/laden/entladen von Plugins"
|
||||
@ -5644,6 +5615,33 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Konfiguration wird gespeichert\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "Panels verwalten"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
#~ msgstr ""
|
||||
#~ "[list | add Art Position Größe | resize # Größe | close # | move #1 #2]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " list: list open panels (no parameter implies this list)\n"
|
||||
#~ " add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
#~ "right\n"
|
||||
#~ " resize: resize a panel with a new size (may be relative, for example -"
|
||||
#~ "1)\n"
|
||||
#~ " close: close a panel by number\n"
|
||||
#~ " move: move a panel to another number (may be relative, for example -1)"
|
||||
#~ msgstr ""
|
||||
#~ " list: listet allo offenen Panels (Default, kann als Parameter auch "
|
||||
#~ "weggelassen werden)\n"
|
||||
#~ " add: fügt ein Panel hinzu, Art ist global|local, Position ist top|"
|
||||
#~ "bottom|left|right\n"
|
||||
#~ " resize: setzt die Größe eines Panels neu (kann auch relativ sein, z.B. -"
|
||||
#~ "1)\n"
|
||||
#~ " close: schließt das Panel mit der angegebenen Nummer\n"
|
||||
#~ " move: verschiebt ein Panel zu einer anderen Position (kann auch "
|
||||
#~ "relativ sein, z.B. -1)"
|
||||
|
||||
#~ msgid "sets ban on"
|
||||
#~ msgstr "verbannt"
|
||||
|
||||
|
29
po/es.po
29
po/es.po
@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Weechat 0.2.0-cvs\n"
|
||||
"Project-Id-Version: Weechat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-07-25 20:00+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:16+0200\n"
|
||||
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -2821,25 +2821,6 @@ msgstr ""
|
||||
" reset: restaura anclajes a los valores por defecto y elimina todos los "
|
||||
"anclajes personales (usar cuidadosamente)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
#, fuzzy
|
||||
msgid "manage panels"
|
||||
msgstr "gestión de ventanas"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "listar/cargar/descargar plugins"
|
||||
@ -5680,6 +5661,10 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Guardar configuración a disco\n"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "gestión de ventanas"
|
||||
|
||||
#~ msgid "User mode %s[%s%s%s/%s%s%s]\n"
|
||||
#~ msgstr "Modo de usuario %s[%s%s%s/%s%s%s]\n"
|
||||
|
||||
|
60
po/fr.po
60
po/fr.po
@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.0-cvs\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-08-18 01:21+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:16+0200\n"
|
||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -2809,33 +2809,6 @@ msgstr ""
|
||||
" reset: restaure les touches aux valeurs par défaut et supprime TOUTES "
|
||||
"les touches personnelles (utiliser avec précaution !)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "gestion des panneaux"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
"[list | add type position taille | resize # taille | close # | move #1 #2]"
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
" list: liste les panneaux ouverts (pas de paramètre affiche cette liste)\n"
|
||||
" add: ajoute un panneau, le type est global|local, la position est top|"
|
||||
"bottom|left|right\n"
|
||||
" resize: redimensionne le panneau avec une nouvelle taille (peut être "
|
||||
"relatif, par exemple -1)\n"
|
||||
" close: ferme un panneau par son numéro\n"
|
||||
" move: déplace un panneau à un autre numéro (peut être relatif, par "
|
||||
"exemple -1)"
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "liste/charge/décharge des extensions"
|
||||
@ -5670,6 +5643,33 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Sauvegarde de la configuration sur disque\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "gestion des panneaux"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
#~ msgstr ""
|
||||
#~ "[list | add type position taille | resize # taille | close # | move #1 #2]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " list: list open panels (no parameter implies this list)\n"
|
||||
#~ " add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
#~ "right\n"
|
||||
#~ " resize: resize a panel with a new size (may be relative, for example -"
|
||||
#~ "1)\n"
|
||||
#~ " close: close a panel by number\n"
|
||||
#~ " move: move a panel to another number (may be relative, for example -1)"
|
||||
#~ msgstr ""
|
||||
#~ " list: liste les panneaux ouverts (pas de paramètre affiche cette "
|
||||
#~ "liste)\n"
|
||||
#~ " add: ajoute un panneau, le type est global|local, la position est top|"
|
||||
#~ "bottom|left|right\n"
|
||||
#~ " resize: redimensionne le panneau avec une nouvelle taille (peut être "
|
||||
#~ "relatif, par exemple -1)\n"
|
||||
#~ " close: ferme un panneau par son numéro\n"
|
||||
#~ " move: déplace un panneau à un autre numéro (peut être relatif, par "
|
||||
#~ "exemple -1)"
|
||||
|
||||
#~ msgid "User mode %s[%s%s%s/%s%s%s]\n"
|
||||
#~ msgstr "Mode utilisateur %s[%s%s%s/%s%s%s]\n"
|
||||
|
||||
|
30
po/hu.po
30
po/hu.po
@ -1,5 +1,3 @@
|
||||
# translation of hu.po to Hungarian
|
||||
# translation of hu.po to
|
||||
# Hungarian translations for WeeChat package
|
||||
# A WeeChat program magyar fordítása.
|
||||
# This file is put in the public domain.
|
||||
@ -7,17 +5,16 @@
|
||||
# Andras Voroskoi <voroskoi@frugalware.org>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hu\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-12 11:15+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: src/irc/irc-server.c:190 src/common/weeconfig.c:2295
|
||||
msgid "Unable to get user's name"
|
||||
@ -2795,24 +2792,6 @@ msgstr ""
|
||||
" reset: billenzyűparancsok visszaállítása az eredeti értékekre és MINDEN "
|
||||
"személyes hozzárendelés törlése (használja óvatosan!)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "panelek kezelése"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "modulok listázása/betöltése/eltávolítása"
|
||||
@ -5578,3 +5557,6 @@ msgstr ""
|
||||
#: src/common/weeconfig.c:2362
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Beállítások mentése a lemezre\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "panelek kezelése"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\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"
|
||||
@ -2597,24 +2597,6 @@ msgid ""
|
||||
"bindings (use carefully!)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr ""
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 0.1.9
|
||||
%define version 0.2.0
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@ -50,7 +50,7 @@ make
|
||||
%install
|
||||
%makeinstall
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
|
||||
mv $RPM_BUILD_ROOT%{_libdir}/lib* $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
|
||||
mv $RPM_BUILD_ROOT%{_libdir}/*.* $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
|
||||
|
||||
%find_lang %name
|
||||
|
||||
@ -67,6 +67,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_docdir}/%{name}/weechat_quickstart*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2006 FlashCode <flashcode@flashtux.org> 0.2.0-1
|
||||
- Released version 0.2.0
|
||||
* Thu May 25 2006 FlashCode <flashcode@flashtux.org> 0.1.9-1
|
||||
- Released version 0.1.9
|
||||
* Sat Mar 18 2006 FlashCode <flashcode@flashtux.org> 0.1.8-1
|
||||
|
@ -1,9 +1,9 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
ChangeLog - 2006-08-18
|
||||
ChangeLog - 2006-08-19
|
||||
|
||||
Version 0.2.0 (under dev!):
|
||||
Version 0.2.0 (2006-08-19):
|
||||
* added 'C'lear option on IRC raw buffer
|
||||
* IRC raw buffer now uses join/part prefix with color to display messages
|
||||
* added send of "quit" message to server when using /disconnect
|
||||
|
@ -1,4 +1,4 @@
|
||||
WeeChat FAQ, 2006-07-29
|
||||
WeeChat FAQ, 2006-08-19
|
||||
=======================
|
||||
|
||||
Intended audience:
|
||||
|
@ -1,4 +1,4 @@
|
||||
WeeChat FAQ, 2006-07-29
|
||||
WeeChat FAQ, 2006-08-19
|
||||
=======================
|
||||
|
||||
Public concerné :
|
||||
|
@ -1,7 +1,7 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
* FlashCode, 2006-08-09
|
||||
* FlashCode, 2006-08-19
|
||||
|
||||
Important release notes:
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 0.2.0-cvs, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 0.2.0, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.0-cvs])
|
||||
AM_INIT_AUTOMAKE([weechat], [0.2.0])
|
||||
|
||||
# Checks for programs
|
||||
AC_PROG_CC
|
||||
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.0-cvs - User guide</title>
|
||||
<title>WeeChat 0.2.0 - User guide</title>
|
||||
<subtitle>Schneller, leichter und erweiterbarer IRC Client</subtitle>
|
||||
|
||||
<author>
|
||||
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.0-cvs - User guide</title>
|
||||
<title>WeeChat 0.2.0 - User guide</title>
|
||||
<subtitle>Fast, light and extensible IRC client</subtitle>
|
||||
|
||||
<author>
|
||||
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.0-cvs - Guide utilisateur</title>
|
||||
<title>WeeChat 0.2.0 - Guide utilisateur</title>
|
||||
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
||||
|
||||
<author>
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH WEECHAT 1 "May 2006" "FlashCode"
|
||||
.TH WEECHAT 1 "August 2006" "FlashCode"
|
||||
|
||||
.SH NAME
|
||||
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.0-cvs\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-07-25 20:00+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:13+0200\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -2785,32 +2785,6 @@ msgstr ""
|
||||
" reset: obnoví klávesy na výchozí hodnoty a smaže uživatlské zkratky "
|
||||
"(používejte opatrně)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "spravuje panely"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
"[list | add typ pozice velikost | resize # velikost | close # | move #1 #2]"
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
" list: vypíše otevřené panely (žádný parametr implikuje tento seznam)\n"
|
||||
" add: přídá panel, typ je global|local (globální|lokální), pozice je top|"
|
||||
"bottom|left|right (nahoře|dole|vlevo|vpravo)\n"
|
||||
" resize: změní velikost panelu na novou velikost (může být relativní, např. -"
|
||||
"1)\n"
|
||||
" close: zavře panel podle čísla\n"
|
||||
" move: přesune panel na nové číslo (může být relativní, např. -1)"
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "seznam/načíst/odebrat pluginy"
|
||||
@ -5590,6 +5564,32 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Ukládám konfiguraci na disk\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "spravuje panely"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
#~ msgstr ""
|
||||
#~ "[list | add typ pozice velikost | resize # velikost | close # | move #1 "
|
||||
#~ "#2]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " list: list open panels (no parameter implies this list)\n"
|
||||
#~ " add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
#~ "right\n"
|
||||
#~ " resize: resize a panel with a new size (may be relative, for example -"
|
||||
#~ "1)\n"
|
||||
#~ " close: close a panel by number\n"
|
||||
#~ " move: move a panel to another number (may be relative, for example -1)"
|
||||
#~ msgstr ""
|
||||
#~ " list: vypíše otevřené panely (žádný parametr implikuje tento seznam)\n"
|
||||
#~ " add: přídá panel, typ je global|local (globální|lokální), pozice je "
|
||||
#~ "top|bottom|left|right (nahoře|dole|vlevo|vpravo)\n"
|
||||
#~ " resize: změní velikost panelu na novou velikost (může být relativní, "
|
||||
#~ "např. -1)\n"
|
||||
#~ " close: zavře panel podle čísla\n"
|
||||
#~ " move: přesune panel na nové číslo (může být relativní, např. -1)"
|
||||
|
||||
#~ msgid "User mode %s[%s%s%s/%s%s%s]\n"
|
||||
#~ msgstr "Uživatelský mód %s[%s%s%s/%s%s%s]\n"
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
# translation of de.po to
|
||||
# WeeChat: fast & light, IRC client for many operating systems.
|
||||
# Copyright (c) 2003-2006 FlashCode <flashcode@flashtux.org>
|
||||
# This file is distributed under the same license as the WeeChat package.
|
||||
@ -7,16 +6,15 @@
|
||||
# Thomas Schuetz <i18n@internet-villa.de>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: de\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-08-07 18:36+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:16+0200\n"
|
||||
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
|
||||
"Language-Team: <de@li.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.2\n"
|
||||
|
||||
#: src/irc/irc-server.c:190 src/common/weeconfig.c:2295
|
||||
msgid "Unable to get user's name"
|
||||
@ -2797,33 +2795,6 @@ msgstr ""
|
||||
" reset: Standardbelegung wiederherstellen und entferne alle eigenen "
|
||||
"Belegungen (Vorsicht!)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "Panels verwalten"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
"[list | add Art Position Größe | resize # Größe | close # | move #1 #2]"
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
" list: listet allo offenen Panels (Default, kann als Parameter auch "
|
||||
"weggelassen werden)\n"
|
||||
" add: fügt ein Panel hinzu, Art ist global|local, Position ist top|bottom|"
|
||||
"left|right\n"
|
||||
" resize: setzt die Größe eines Panels neu (kann auch relativ sein, z.B. -1)\n"
|
||||
" close: schließt das Panel mit der angegebenen Nummer\n"
|
||||
" move: verschiebt ein Panel zu einer anderen Position (kann auch relativ "
|
||||
"sein, z.B. -1)"
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "auflisten/laden/entladen von Plugins"
|
||||
@ -5644,6 +5615,33 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Konfiguration wird gespeichert\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "Panels verwalten"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
#~ msgstr ""
|
||||
#~ "[list | add Art Position Größe | resize # Größe | close # | move #1 #2]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " list: list open panels (no parameter implies this list)\n"
|
||||
#~ " add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
#~ "right\n"
|
||||
#~ " resize: resize a panel with a new size (may be relative, for example -"
|
||||
#~ "1)\n"
|
||||
#~ " close: close a panel by number\n"
|
||||
#~ " move: move a panel to another number (may be relative, for example -1)"
|
||||
#~ msgstr ""
|
||||
#~ " list: listet allo offenen Panels (Default, kann als Parameter auch "
|
||||
#~ "weggelassen werden)\n"
|
||||
#~ " add: fügt ein Panel hinzu, Art ist global|local, Position ist top|"
|
||||
#~ "bottom|left|right\n"
|
||||
#~ " resize: setzt die Größe eines Panels neu (kann auch relativ sein, z.B. -"
|
||||
#~ "1)\n"
|
||||
#~ " close: schließt das Panel mit der angegebenen Nummer\n"
|
||||
#~ " move: verschiebt ein Panel zu einer anderen Position (kann auch "
|
||||
#~ "relativ sein, z.B. -1)"
|
||||
|
||||
#~ msgid "sets ban on"
|
||||
#~ msgstr "verbannt"
|
||||
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Weechat 0.2.0-cvs\n"
|
||||
"Project-Id-Version: Weechat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-07-25 20:00+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:16+0200\n"
|
||||
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -2821,25 +2821,6 @@ msgstr ""
|
||||
" reset: restaura anclajes a los valores por defecto y elimina todos los "
|
||||
"anclajes personales (usar cuidadosamente)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
#, fuzzy
|
||||
msgid "manage panels"
|
||||
msgstr "gestión de ventanas"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "listar/cargar/descargar plugins"
|
||||
@ -5680,6 +5661,10 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Guardar configuración a disco\n"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "gestión de ventanas"
|
||||
|
||||
#~ msgid "User mode %s[%s%s%s/%s%s%s]\n"
|
||||
#~ msgstr "Modo de usuario %s[%s%s%s/%s%s%s]\n"
|
||||
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.0-cvs\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"PO-Revision-Date: 2006-08-18 01:21+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-19 13:16+0200\n"
|
||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -2809,33 +2809,6 @@ msgstr ""
|
||||
" reset: restaure les touches aux valeurs par défaut et supprime TOUTES "
|
||||
"les touches personnelles (utiliser avec précaution !)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "gestion des panneaux"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
"[list | add type position taille | resize # taille | close # | move #1 #2]"
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
" list: liste les panneaux ouverts (pas de paramètre affiche cette liste)\n"
|
||||
" add: ajoute un panneau, le type est global|local, la position est top|"
|
||||
"bottom|left|right\n"
|
||||
" resize: redimensionne le panneau avec une nouvelle taille (peut être "
|
||||
"relatif, par exemple -1)\n"
|
||||
" close: ferme un panneau par son numéro\n"
|
||||
" move: déplace un panneau à un autre numéro (peut être relatif, par "
|
||||
"exemple -1)"
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "liste/charge/décharge des extensions"
|
||||
@ -5670,6 +5643,33 @@ msgstr ""
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Sauvegarde de la configuration sur disque\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "gestion des panneaux"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
#~ msgstr ""
|
||||
#~ "[list | add type position taille | resize # taille | close # | move #1 #2]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " list: list open panels (no parameter implies this list)\n"
|
||||
#~ " add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
#~ "right\n"
|
||||
#~ " resize: resize a panel with a new size (may be relative, for example -"
|
||||
#~ "1)\n"
|
||||
#~ " close: close a panel by number\n"
|
||||
#~ " move: move a panel to another number (may be relative, for example -1)"
|
||||
#~ msgstr ""
|
||||
#~ " list: liste les panneaux ouverts (pas de paramètre affiche cette "
|
||||
#~ "liste)\n"
|
||||
#~ " add: ajoute un panneau, le type est global|local, la position est top|"
|
||||
#~ "bottom|left|right\n"
|
||||
#~ " resize: redimensionne le panneau avec une nouvelle taille (peut être "
|
||||
#~ "relatif, par exemple -1)\n"
|
||||
#~ " close: ferme un panneau par son numéro\n"
|
||||
#~ " move: déplace un panneau à un autre numéro (peut être relatif, par "
|
||||
#~ "exemple -1)"
|
||||
|
||||
#~ msgid "User mode %s[%s%s%s/%s%s%s]\n"
|
||||
#~ msgstr "Mode utilisateur %s[%s%s%s/%s%s%s]\n"
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
# translation of hu.po to Hungarian
|
||||
# translation of hu.po to
|
||||
# Hungarian translations for WeeChat package
|
||||
# A WeeChat program magyar fordítása.
|
||||
# This file is put in the public domain.
|
||||
@ -7,17 +5,16 @@
|
||||
# Andras Voroskoi <voroskoi@frugalware.org>, 2006.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hu\n"
|
||||
"Project-Id-Version: WeeChat 0.2.0\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2006-08-12 11:15+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: src/irc/irc-server.c:190 src/common/weeconfig.c:2295
|
||||
msgid "Unable to get user's name"
|
||||
@ -2795,24 +2792,6 @@ msgstr ""
|
||||
" reset: billenzyűparancsok visszaállítása az eredeti értékekre és MINDEN "
|
||||
"személyes hozzárendelés törlése (használja óvatosan!)"
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr "panelek kezelése"
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr "modulok listázása/betöltése/eltávolítása"
|
||||
@ -5578,3 +5557,6 @@ msgstr ""
|
||||
#: src/common/weeconfig.c:2362
|
||||
msgid "Saving config to disk\n"
|
||||
msgstr "Beállítások mentése a lemezre\n"
|
||||
|
||||
#~ msgid "manage panels"
|
||||
#~ msgstr "panelek kezelése"
|
||||
|
1440
weechat/po/ru.po
1440
weechat/po/ru.po
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2006-08-18 01:20+0200\n"
|
||||
"POT-Creation-Date: 2006-08-19 13:10+0200\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"
|
||||
@ -2597,24 +2597,6 @@ msgid ""
|
||||
"bindings (use carefully!)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:132
|
||||
msgid "manage panels"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:133
|
||||
msgid "[list | add type position size | resize # size | close # | move #1 #2]"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:134
|
||||
msgid ""
|
||||
" list: list open panels (no parameter implies this list)\n"
|
||||
" add: add a panel, type is global|local, position is top|bottom|left|"
|
||||
"right\n"
|
||||
" resize: resize a panel with a new size (may be relative, for example -1)\n"
|
||||
" close: close a panel by number\n"
|
||||
" move: move a panel to another number (may be relative, for example -1)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/command.c:141
|
||||
msgid "list/load/unload plugins"
|
||||
msgstr ""
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 0.1.9
|
||||
%define version 0.2.0
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@ -50,7 +50,7 @@ make
|
||||
%install
|
||||
%makeinstall
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
|
||||
mv $RPM_BUILD_ROOT%{_libdir}/lib* $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
|
||||
mv $RPM_BUILD_ROOT%{_libdir}/*.* $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
|
||||
|
||||
%find_lang %name
|
||||
|
||||
@ -67,6 +67,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_docdir}/%{name}/weechat_quickstart*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2006 FlashCode <flashcode@flashtux.org> 0.2.0-1
|
||||
- Released version 0.2.0
|
||||
* Thu May 25 2006 FlashCode <flashcode@flashtux.org> 0.1.9-1
|
||||
- Released version 0.1.9
|
||||
* Sat Mar 18 2006 FlashCode <flashcode@flashtux.org> 0.1.8-1
|
||||
|
Loading…
x
Reference in New Issue
Block a user