mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
Compare commits
13 Commits
v0.3.5-rc3
..
v0.3.5
| Author | SHA1 | Date | |
|---|---|---|---|
| fcec129c37 | |||
| 6068f7d268 | |||
| 267b82199c | |||
| cc8e59519e | |||
| 3083d6ede3 | |||
| 2097da95f3 | |||
| 36a23a1068 | |||
| eeb1d3068d | |||
| c3456a9068 | |||
| b6b18c58f1 | |||
| 2df030f4f6 | |||
| 8529f78177 | |||
| b2551ce0ef |
+1
-1
@@ -33,7 +33,7 @@ ENDIF(PREFIX)
|
||||
|
||||
SET(VERSION_MAJOR "0")
|
||||
SET(VERSION_MINOR "3")
|
||||
SET(VERSION_PATCH "5-rc3")
|
||||
SET(VERSION_PATCH "5")
|
||||
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
||||
SET(LICENSE "GPL3")
|
||||
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.5-rc3, 2011-05-08
|
||||
v0.3.5, 2011-05-15
|
||||
|
||||
|
||||
Version 0.3.5 (under dev!)
|
||||
Version 0.3.5 (2011-05-15)
|
||||
--------------------------
|
||||
|
||||
* core: fix scroll in windows with /window scroll (skip lines "Day changed to")
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
WeeChat News
|
||||
============
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.5-rc3, 2011-05-08
|
||||
v0.3.5, 2011-05-15
|
||||
|
||||
|
||||
Version 0.3.5 (under dev!)
|
||||
Version 0.3.5 (2011-05-15)
|
||||
--------------------------
|
||||
|
||||
Important release notes:
|
||||
@@ -24,6 +24,8 @@ Important release notes:
|
||||
they are displayed in a window), if you want to come back to old behaviour, do
|
||||
that:
|
||||
** `/set weechat.look.hotlist_add_buffer_if_away off`
|
||||
* new keys were added, use command `/key missing` to add them or `/key listdiff`
|
||||
to see differences between your current keys and WeeChat default keys
|
||||
|
||||
Version 0.3.4 (2011-01-16)
|
||||
--------------------------
|
||||
|
||||
+2
-2
@@ -24,10 +24,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 0.3.5-rc3, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 0.3.5, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([src/core/weechat.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([weechat], [0.3.5-rc3])
|
||||
AM_INIT_AUTOMAKE([weechat], [0.3.5])
|
||||
LICENSE="GPL3"
|
||||
|
||||
# Checks for programs
|
||||
|
||||
+1
-1
@@ -22,4 +22,4 @@ SUBDIRS = . en fr pl de ru ja it
|
||||
|
||||
man_MANS = weechat-curses.1
|
||||
|
||||
EXTRA_DIST = $(man_MANS) docgen.pl CMakeLists.txt asciidoc.css
|
||||
EXTRA_DIST = $(man_MANS) docgen.pl CMakeLists.txt asciidoc.conf asciidoc.css
|
||||
|
||||
+5
-5
@@ -36,23 +36,23 @@ all-local: weechat_user.de.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.de.html: weechat_user.de.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_user.de.html weechat_user.de.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.de.html weechat_user.de.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.de.html: weechat_scripting.de.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_scripting.de.html weechat_scripting.de.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.de.html weechat_scripting.de.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.de.html: weechat_faq.de.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_faq.de.html weechat_faq.de.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.de.html weechat_faq.de.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.de.html: weechat_quickstart.de.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.de.html weechat_quickstart.de.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.de.html weechat_quickstart.de.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.de.html: weechat_tester.de.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_tester.de.html weechat_tester.de.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Inhaltsverzeichnis' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.de.html weechat_tester.de.txt
|
||||
|
||||
# install docs
|
||||
|
||||
|
||||
@@ -230,7 +230,7 @@ reason: Begründung für den Rauswurf
|
||||
|
||||
[command]*`links`* Alle dem antwortenden Server bekannten Servernamen auflisten::
|
||||
........................................
|
||||
/links [[<server>>] <server_mask>]
|
||||
/links [[<server>] <server_mask>]
|
||||
|
||||
Server: dieser Server soll die Anfrage beantworten
|
||||
Servermaske: die aufzulistenden Server sollen diesem Muster entsprechen
|
||||
|
||||
@@ -113,7 +113,7 @@ Beispiele:
|
||||
|
||||
[command]*`color`* definiert Farbaliase und stellt eine Palette der möglichen Farben dar::
|
||||
........................................
|
||||
/color alias <color> <alias>
|
||||
/color alias <color> <name>
|
||||
unalias <color>
|
||||
reset
|
||||
|
||||
@@ -528,42 +528,42 @@ Beispiele:
|
||||
swap [up|down|left|right]
|
||||
zoom
|
||||
|
||||
list: list opened windows (without argument, this list is displayed)
|
||||
-1: jump to previous window
|
||||
+1: jump to next window
|
||||
b#: jump to next window displaying buffer number #
|
||||
up: switch to window above current one
|
||||
down: switch to window below current one
|
||||
left: switch to window on the left
|
||||
right: switch to window on the right
|
||||
splith: split current window horizontally
|
||||
splitv: split current window vertically
|
||||
resize: resize window size, new size is <pct> percentage of parent window
|
||||
balance: balance the sizes of all windows
|
||||
merge: merge window with another (all = keep only one window)
|
||||
page_up: scroll one page up
|
||||
page_down: scroll one page down
|
||||
refresh: refresh screen
|
||||
scroll: scroll number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
|
||||
scroll_up: scroll a few lines up
|
||||
scroll_down: scroll a few lines down
|
||||
scroll_top: scroll to top of buffer
|
||||
scroll_bottom: scroll to bottom of buffer
|
||||
scroll_previous_highlight: scroll to previous highlight
|
||||
scroll_next_highlight: scroll to next highlight
|
||||
swap: swap buffers of two windows (with optional direction for target window)
|
||||
zoom: zoom on window
|
||||
list: listet die geöffneten Fenster (ohne Angabe von Parametern wird diese Funktion aufgerufen)
|
||||
-1: springt zum vorherigen Fenster
|
||||
+1: springt zum nächsten Fenster
|
||||
b#: springt zum nächsten Fenster, welches die Buffer Nummer # besitzt
|
||||
up: wechselt zum Fenster über dem aktuellen
|
||||
down: wechselt zum Fenster unter dem aktuellen
|
||||
left: wechselt zum linken Fenster
|
||||
right: wechselt zum rechten Fenster
|
||||
splith: teilt das aktuelle Fenster horizontal
|
||||
splitv: teilt das aktuelle Fenster vertikal
|
||||
resize: verändert die Größe des aktuellen Fensters. Die neue Größe des Fensters ist prozentual <pct> zum Stammfensters groß
|
||||
balance: passt die Größe aller Fenster an
|
||||
merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
|
||||
page_up: scrollt eine Seite nach oben
|
||||
page_down: scrollt eine Seite nach unten
|
||||
refresh: Seite wird neu aufgebaut
|
||||
scroll: scrollt eine Anzahl an Zeilen (+/-N) oder zu einer gewissen Zeit: s=Sekunden, m=Minuten, h=Stunden, d=Tage, M=Monate, y=Jahre
|
||||
scroll_up: scrollt ein paar Zeilen nach oben
|
||||
scroll_down: scrollt ein paar Zeilen nach unten
|
||||
scroll_top: scrollt zum Anfang des Buffers
|
||||
scroll_bottom: scrollt zum Ende des Buffers
|
||||
scroll_previous_highlight: scrollt zum vorherigen Hightlight
|
||||
scroll_next_highlight: scrollt zum nächsten Highlight
|
||||
swap: tauscht die Buffer von zwei Fenstern (mit optionaler Angabe für das Zielfenster)
|
||||
zoom: vergrößert auf Fenster
|
||||
|
||||
For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
|
||||
Bei splith und splitv gibt "pct" die neue Größe des Fensters im Verhältnis zur aktuellen Größe an. Zum Beispiel würde ein Wert von 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hat.
|
||||
|
||||
Examples:
|
||||
jump to window displaying buffer #1:
|
||||
Beispiele:
|
||||
Springt zum Fenster mit dem Buffer #1:
|
||||
/window b1
|
||||
scroll 2 lines up:
|
||||
Scrollt zwei Zeilen hoch:
|
||||
/window scroll -2
|
||||
scroll 2 days up:
|
||||
Scrollt zwei Tage hoch: /window scroll -2d
|
||||
/window scroll -2d
|
||||
scroll to beginning of current day:
|
||||
Scrollt zum Beginn des aktuellen Tages:
|
||||
/window scroll -d
|
||||
........................................
|
||||
|
||||
|
||||
@@ -501,8 +501,7 @@ Tastenbefehle für Buffer / Fenster
|
||||
| @k(A-)@k(w) , @k(A-)@k(↓) | wechselt zum unteren Fenster | /window down
|
||||
| @k(A-)@k(w) , @k(A-)@k(←) | wechselt zum linken Fenster | /window left
|
||||
| @k(A-)@k(w) , @k(A-)@k(→) | wechselt zum rechten Fenster | /window right
|
||||
// TRANSLATION MISSING
|
||||
| @k(A-)@k(w) , @k(A-)@k(b) | Balance the sizes of all windows | /window balance
|
||||
| @k(A-)@k(w) , @k(A-)@k(b) | passt die Größe aller Fenster an | /window balance
|
||||
| @k(A-)@k(w) , @k(A-)@k(s) | Wechselt Buffer von zwei Fenstern | /window swap
|
||||
| @k(A-)@k(z) | Zoom für aktuelles Fenster (nochmals @k(A-)@k(z): stellt die vorherigen Einstellungen wieder her) | /window zoom
|
||||
| @k(A-)@k(<) | springt zum letzten besuchten Buffer | /input jump_previously_visited_buffer
|
||||
@@ -716,8 +715,8 @@ Zu den Basisfarben können zusätzlich Farben zwischen eins und der maximalen An
|
||||
genutzt werden die vom jeweiligen Terminal zur Verfügung gestellt werden.
|
||||
|
||||
Mit dem `/color` Befehl kann man sich sowohl die aktuelle Farbpalette anzeigen lassen als
|
||||
auch die Anzahl der zu nutzenden Farben. Mit 'alt+c' kann man vorübergehend zu den Terminalfarben
|
||||
wechseln um eine Farbe auszuwählen.
|
||||
auch die Anzahl der zu nutzenden Farben. Mit @k(A-)@k(c) kann man vorübergehend zu den
|
||||
Terminalfarben wechseln um eine Farbe auszuwählen.
|
||||
|
||||
Um zum Beispiel die Uhrzeit in einem Buffer in einem schönen Orange darzustellen:
|
||||
|
||||
|
||||
+6
-6
@@ -39,27 +39,27 @@ all-local: weechat_user.en.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.en.html: weechat_user.en.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_user.en.html weechat_user.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.en.html weechat_user.en.txt
|
||||
|
||||
# plugin API reference
|
||||
weechat_plugin_api.en.html: weechat_plugin_api.en.txt $(wildcard autogen/plugin_api/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_plugin_api.en.html weechat_plugin_api.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.en.html weechat_plugin_api.en.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.en.html: weechat_scripting.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_scripting.en.html weechat_scripting.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.en.html weechat_scripting.en.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.en.html: weechat_faq.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_faq.en.html weechat_faq.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.en.html weechat_faq.en.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.en.html: weechat_quickstart.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.en.html weechat_quickstart.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.en.html weechat_quickstart.en.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.en.html: weechat_tester.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_tester.en.html weechat_tester.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.en.html weechat_tester.en.txt
|
||||
|
||||
# install docs
|
||||
|
||||
|
||||
@@ -230,7 +230,7 @@ reason: reason for kill
|
||||
|
||||
[command]*`links`* list all servernames which are known by the server answering the query::
|
||||
........................................
|
||||
/links [[<server>>] <server_mask>]
|
||||
/links [[<server>] <server_mask>]
|
||||
|
||||
server: this server should answer the query
|
||||
server_mask: list of servers must match this mask
|
||||
|
||||
@@ -113,7 +113,7 @@ Examples:
|
||||
|
||||
[command]*`color`* define color aliases and display palette of colors::
|
||||
........................................
|
||||
/color alias <color> <alias>
|
||||
/color alias <color> <name>
|
||||
unalias <color>
|
||||
reset
|
||||
|
||||
@@ -330,7 +330,7 @@ Without argument, this command displays saved layout.
|
||||
........................................
|
||||
/mute [-current | -buffer <name> | -all] command
|
||||
|
||||
-current: no output on curent buffer
|
||||
-current: no output on current buffer
|
||||
-buffer: no output on specified buffer
|
||||
name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat")
|
||||
-all: no output on ALL buffers
|
||||
|
||||
@@ -733,7 +733,7 @@ WeeChat version
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
The best way to check version is to ask "version_number" and make integer
|
||||
comparison with hexidecimal version number.
|
||||
comparison with hexadecimal version number.
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
@@ -711,7 +711,7 @@ display buffers and bars).
|
||||
In addition to basic colors, you can use a color number between 1 and the limit
|
||||
of your terminal.
|
||||
|
||||
Use command `/color` to see current colors and limits. With 'alt+c' you can
|
||||
Use command `/color` to see current colors and limits. With @k(A-)@k(c) you can
|
||||
temporarily switch to terminal colors to choose a color.
|
||||
|
||||
For example if you want to display time in orange in buffer, do:
|
||||
@@ -1244,8 +1244,8 @@ when replying to CTCP:
|
||||
| $site | WeeChat site | http://www.weechat.org
|
||||
| $download | WeeChat site, download page | http://www.weechat.org/download
|
||||
| $time | current date/time | Sun Sep 13 15:48:31 2009
|
||||
| $username | username on IRC server | nick
|
||||
| $realname | realname on IRC server | My name
|
||||
| $username | user name on IRC server | nick
|
||||
| $realname | real name on IRC server | My name
|
||||
|========================================
|
||||
|
||||
If CTCP options are not defined (by default), CTCP replies are:
|
||||
|
||||
+6
-6
@@ -39,27 +39,27 @@ all-local: weechat_user.fr.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.fr.html: weechat_user.fr.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_user.fr.html weechat_user.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.fr.html weechat_user.fr.txt
|
||||
|
||||
# plugin API reference
|
||||
weechat_plugin_api.fr.html: weechat_plugin_api.fr.txt $(wildcard autogen/plugin_api/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_plugin_api.fr.html weechat_plugin_api.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.fr.html weechat_plugin_api.fr.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.fr.html: weechat_scripting.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_scripting.fr.html weechat_scripting.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.fr.html weechat_scripting.fr.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.fr.html: weechat_faq.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_faq.fr.html weechat_faq.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.fr.html weechat_faq.fr.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.fr.html: weechat_quickstart.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.fr.html weechat_quickstart.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.fr.html weechat_quickstart.fr.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.fr.html: weechat_tester.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_tester.fr.html weechat_tester.fr.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Table des matières' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.fr.html weechat_tester.fr.txt
|
||||
|
||||
# install docs
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ Exemples:
|
||||
|
||||
[command]*`color`* définir des alias de couleurs et afficher la palette des couleurs::
|
||||
........................................
|
||||
/color alias <couleur> <alias>
|
||||
/color alias <couleur> <nom>
|
||||
unalias <couleur>
|
||||
reset
|
||||
|
||||
|
||||
+11
-11
@@ -42,7 +42,7 @@ Quelques fonctionnalités (version > = 0.3.x) :
|
||||
* support aspell
|
||||
* double encodage (décodage/encodage)
|
||||
* développé à partir de zéro (non basé sur un quelconque client)
|
||||
* multi-platformes
|
||||
* multi plates-formes
|
||||
* 100% GPL et libre
|
||||
|
||||
Plus d'infos sur cette page : http://www.weechat.org/features
|
||||
@@ -73,7 +73,7 @@ Si vous compilez avec les autotools (et non cmake), vérifiez que vous avez bien
|
||||
la dernière version d'autoconf et automake.
|
||||
|
||||
Une autre façon de faire est de compiler le "paquet devel", qui nécessite moins
|
||||
de dépendences. Ce paquet est construit quasiment tous les jours à partir de la
|
||||
de dépendances. Ce paquet est construit quasiment tous les jours à partir de la
|
||||
base git. Notez que ce paquet peut ne pas correspondre exactement à la base
|
||||
git et qu'il est moins pratique que de cloner la base git pour installer des
|
||||
mises à jour.
|
||||
@@ -178,7 +178,7 @@ Un tampon ('buffer') est composé d'un numéro, un nom, des lignes affichées
|
||||
(ainsi que d'autres données).
|
||||
|
||||
Une fenêtre ('window') est une zone de l'écran affichant un tampon. Il est
|
||||
possible de découper l'écran horizontaleent ou verticalement en plusieurs
|
||||
possible de découper l'écran horizontalement ou verticalement en plusieurs
|
||||
fenêtres.
|
||||
|
||||
Chaque fenêtre affiche un tampon. Un tampon peut être caché (affiché par
|
||||
@@ -200,7 +200,7 @@ Par exemple :
|
||||
----------------------------------------
|
||||
|
||||
Si jamais vous n'étiez pas satisfait avec ça, supprimez simplement la nouvelle
|
||||
barre, WeeChat recrééra automatiquement la barre par défaut "input" si l'objet
|
||||
barre, WeeChat recréera automatiquement la barre par défaut "input" si l'objet
|
||||
"input_text" n'est utilisé dans aucune barre :
|
||||
|
||||
----------------------------------------
|
||||
@@ -356,7 +356,7 @@ Vous pouvez définir une touche, par exemple :
|
||||
/key bind meta-q /buffer *11
|
||||
----------------------------------------
|
||||
|
||||
La liste des touches par défaut est dans le Guide utlisateur.
|
||||
La liste des touches par défaut est dans le Guide utilisateur.
|
||||
|
||||
|
||||
[[global_history]]
|
||||
@@ -392,7 +392,7 @@ La commande `/ignore` est une commande IRC, donc elle s'applique uniquement aux
|
||||
tampons IRC (serveurs et canaux).
|
||||
Elle permet d'ignorer des pseudos ou nom d'hôtes pour un serveur ou un canal
|
||||
(la commande ne s'applique pas au contenu des messages).
|
||||
Les messages corespondants sont supprimés par l'extension IRC avant affichage
|
||||
Les messages correspondants sont supprimés par l'extension IRC avant affichage
|
||||
(donc vous ne les verrez jamais).
|
||||
|
||||
La commande `/filter` est une commande "core", donc elle s'applique à n"importe
|
||||
@@ -511,7 +511,7 @@ Selon la version de WeeChat :
|
||||
* avec WeeChat > = 0.3.x : utilisez le script 'launcher.pl' (disponible sur la
|
||||
page des scripts), puis configurez une commande système (jouant un son,
|
||||
affichant un message à l'écran, etc...) comme ceci : +
|
||||
`/set plugins.var.perl.launcher.signal.weechat_highlight "/chemin/vers/commande parametres"`
|
||||
`/set plugins.var.perl.launcher.signal.weechat_highlight "/chemin/vers/commande paramètres"`
|
||||
|
||||
De nombreux autres scripts de notification existent, merci de consulter la
|
||||
liste des extensions/scripts : http://www.weechat.org/scripts
|
||||
@@ -668,13 +668,13 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat-curses
|
||||
|
||||
|
||||
[[supported_os]]
|
||||
Quelle est la liste des plate-formes supportées par WeeChat ? Sera-t-il porté sur d'autres systèmes d'exploitation ?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Quelle est la liste des plates-formes supportées par WeeChat ? Sera-t-il porté sur d'autres systèmes d'exploitation ?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
La liste complète est sur cette page : http://www.weechat.org/download
|
||||
|
||||
Nous faisons le maximum pour supporter le plus de plate-formes possible.
|
||||
Toute aide est la bienvenue pour les systèmes que nous n'avons pas, pous y
|
||||
Nous faisons le maximum pour supporter le plus de plates-formes possible.
|
||||
Toute aide est la bienvenue pour les systèmes que nous n'avons pas, pour y
|
||||
tester WeeChat.
|
||||
|
||||
|
||||
|
||||
@@ -496,7 +496,7 @@ Touches pour les tampons / fenêtres
|
||||
| @k(F10) | Faire défiler le titre du tampon vers la droite | /bar scroll title * x+50%
|
||||
| @k(F11) | Monter d'une page dans la liste des pseudos | /bar scroll nicklist * y-100%
|
||||
| @k(F12) | Descendre d'une page dans la liste des pseudos | /bar scroll nicklist * y+100%
|
||||
| @k(A-)@k(F11) | ller au début de la liste des pseudos | /bar scroll nicklist * yb
|
||||
| @k(A-)@k(F11) | Aller au début de la liste des pseudos | /bar scroll nicklist * yb
|
||||
| @k(A-)@k(F12) | Aller à la fin de la liste des pseudos | /bar scroll nicklist * ye
|
||||
| @k(A-)@k(a) | Sauter au prochain tampon avec activité (avec priorité : highlight, message, autre) | /input jump_smart
|
||||
| @k(A-)@k(j) , @k(A-)@k(l) | Sauter au dernier tampon | /input jump_last_buffer
|
||||
@@ -724,7 +724,7 @@ En plus des couleurs de base, vous pouvez utiliser un numéro de couleur entre 1
|
||||
et la limite de votre terminal.
|
||||
|
||||
Utilisez la commande `/color` pour voir les couleurs et les limites. Avec la
|
||||
touche 'alt+c', vous pouvez basculer temporairement vers les couleurs du
|
||||
touche @k(A-)@k(c), vous pouvez basculer temporairement vers les couleurs du
|
||||
terminal pour choisir une couleur.
|
||||
|
||||
Par exemple si vous souhaitez afficher l'heure en orange dans le tampon,
|
||||
@@ -1274,7 +1274,7 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP :
|
||||
| Code | Description | Valeur / exemple
|
||||
| $clientinfo | liste des CTCP supportés | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
|
||||
| $version | version de WeeChat | 0.3.0
|
||||
| $compilation | date de compi lation WeeChat | Sep 13 2009
|
||||
| $compilation | date de compilation WeeChat | Sep 13 2009
|
||||
| $osinfo | information sur l'OS | Linux 2.6.31 / i686
|
||||
| $site | site WeeChat | http://www.weechat.org
|
||||
| $download | site WeeChat, page téléchargement | http://www.weechat.org/download
|
||||
@@ -1382,7 +1382,7 @@ Liste non exhaustive des messages ou alias que vous pouvez paramétrer :
|
||||
| 367 | banlist | liste de bannissement
|
||||
| 368 | banlist | fin de la liste de bannissement
|
||||
| 369 | whowas | whowas (fin)
|
||||
| 378 | whois | whois (connection depuis)
|
||||
| 378 | whois | whois (connexion depuis)
|
||||
| 379 | whois | whois (utilise les modes)
|
||||
| 432 | | pseudo erroné
|
||||
| 433 | | pseudo déjà en cours d'utilisation
|
||||
@@ -1667,7 +1667,7 @@ Exemple du rmodifier par défaut pour la commande `/oper` :
|
||||
* groupes : `1,2*`
|
||||
|
||||
A chaque fois que les modifiers "history_add" ou "input_text_display" sont
|
||||
appelés, l'expression régulière est vérifiée. Si la chaîne correspont, alors
|
||||
appelés, l'expression régulière est vérifiée. Si la chaîne correspond, alors
|
||||
elle est remplacée par les groupes capturés, tels que définis dans la chaîne
|
||||
des groupes.
|
||||
|
||||
|
||||
+6
-6
@@ -38,27 +38,27 @@ all-local: weechat_user.it.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.it.html: weechat_user.it.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_user.it.html weechat_user.it.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.it.html weechat_user.it.txt
|
||||
|
||||
# plugin API reference
|
||||
weechat_plugin_api.it.html: weechat_plugin_api.it.txt $(wildcard autogen/plugin_api/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_plugin_api.it.html weechat_plugin_api.it.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.it.html weechat_plugin_api.it.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.it.html: weechat_scripting.it.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_scripting.it.html weechat_scripting.it.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.it.html weechat_scripting.it.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.it.html: weechat_faq.it.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_faq.it.html weechat_faq.it.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.it.html weechat_faq.it.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.it.html: weechat_quickstart.it.txt
|
||||
$(ASCIIDOC) -a toc -a toc_title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.it.html weechat_quickstart.it.txt
|
||||
$(ASCIIDOC) -a toc -a toc_title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.it.html weechat_quickstart.it.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.it.html: weechat_tester.it.txt
|
||||
$(ASCIIDOC) -a toc -a toc_title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_tester.it.html weechat_tester.it.txt
|
||||
$(ASCIIDOC) -a toc -a toc_title='Indice' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.it.html weechat_tester.it.txt
|
||||
|
||||
# install docs
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ Examples:
|
||||
|
||||
[command]*`color`* definisce gli alias dei colori e visualizza la tavolozza dei colori::
|
||||
........................................
|
||||
/color alias <colore> <alias>
|
||||
/color alias <colore> <nome>
|
||||
unalias <colore>
|
||||
reset
|
||||
|
||||
@@ -528,42 +528,42 @@ Esempi:
|
||||
swap [up|down|left|right]
|
||||
zoom
|
||||
|
||||
list: list opened windows (without argument, this list is displayed)
|
||||
-1: jump to previous window
|
||||
+1: jump to next window
|
||||
b#: jump to next window displaying buffer number #
|
||||
up: switch to window above current one
|
||||
down: switch to window below current one
|
||||
left: switch to window on the left
|
||||
right: switch to window on the right
|
||||
splith: split current window horizontally
|
||||
splitv: split current window vertically
|
||||
resize: resize window size, new size is <pct> percentage of parent window
|
||||
balance: balance the sizes of all windows
|
||||
merge: merge window with another (all = keep only one window)
|
||||
page_up: scroll one page up
|
||||
page_down: scroll one page down
|
||||
refresh: refresh screen
|
||||
scroll: scroll number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
|
||||
scroll_up: scroll a few lines up
|
||||
scroll_down: scroll a few lines down
|
||||
scroll_top: scroll to top of buffer
|
||||
scroll_bottom: scroll to bottom of buffer
|
||||
scroll_previous_highlight: scroll to previous highlight
|
||||
scroll_next_highlight: scroll to next highlight
|
||||
swap: swap buffers of two windows (with optional direction for target window)
|
||||
zoom: zoom on window
|
||||
list: elenca le finestre aperte (senza argomento, questa lista viene visualizzata)
|
||||
-1: salta alla finestra precedente
|
||||
+1: salta alla finestra successiva
|
||||
b#: salta alla finestra successiva che visualizza il buffer numero #
|
||||
up: passa alla finestra superiore a quella corrente
|
||||
down: passa alla finestra inferiore a quella attiva
|
||||
left: passa alla finestra a sinistra
|
||||
right: passa alla finestra a destra
|
||||
splith: divide la finestra attiva orizzontalmente
|
||||
splitv: divide la finestra attiva verticalmente
|
||||
resize: ridimensiona finestra, la nuova dimensione è <pct> percentuale della finestra genitore
|
||||
balance: bilancia le dimensioni tutte le finestre
|
||||
merge: unisce la finestra con un'altra (all = mantiente una sola finestra)
|
||||
page_up: scorre di una pagina in alto
|
||||
page_down: scorre di una pagina in basso
|
||||
refresh: aggiorna lo schermo
|
||||
scroll: scorre di un numero di righe (+/-N) o in base al tempo: s=secondi, m=minuti, h=ore, d=giorni, M=mesi, y=anni
|
||||
scroll_up: scorre di alcune righe in alto
|
||||
scroll_down: scorre di alcune righe in basso
|
||||
scroll_top: scorre fino all'inizio del buffer
|
||||
scroll_bottom: scorre fino alla fine del buffer buffer
|
||||
scroll_previous_highlight: passa all'evento precedente
|
||||
scroll_next_highlight: passa all'evento successivo
|
||||
swap: scambia i buffer di due finestra (con direzione opzionale per la finestra di destinazione)
|
||||
zoom: ingrandimento sulla finestra
|
||||
|
||||
For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
|
||||
Per splith e splitv, pct è una percentuale che rappresenta la dimensione della nuova finestra, calcolata con la finestra attiva come riferimento per la dimensione. Per esempio 25 vuol dire creare una finestra di dimensione = dimensione_attuale / 4
|
||||
|
||||
Examples:
|
||||
jump to window displaying buffer #1:
|
||||
Esempi:
|
||||
salta alla finestra che visualizza il buffer #1:
|
||||
/window b1
|
||||
scroll 2 lines up:
|
||||
scorre di due righe in alto:
|
||||
/window scroll -2
|
||||
scroll 2 days up:
|
||||
scorre all'indietro di due giorni:
|
||||
/window scroll -2d
|
||||
scroll to beginning of current day:
|
||||
/window scroll -d
|
||||
scorre all'inizio del giorno attuale:
|
||||
/window scroll -d
|
||||
........................................
|
||||
|
||||
|
||||
@@ -510,8 +510,7 @@ Tasti per buffer / finestre
|
||||
| @k(A-)@k(w) , @k(A-)@k(↓) | Passa alla finestra in basso | /window down
|
||||
| @k(A-)@k(w) , @k(A-)@k(←) | Passa alla finestra sulla sinistra | /window left
|
||||
| @k(A-)@k(w) , @k(A-)@k(→) | Passa alla finestrs sulla destra | /window right
|
||||
// TRANSLATION MISSING
|
||||
| @k(A-)@k(w) , @k(A-)@k(b) | Balance the sizes of all windows | /window balance
|
||||
| @k(A-)@k(w) , @k(A-)@k(b) | Bilancia le dimensioni di tutte le finestre | /window balance
|
||||
| @k(A-)@k(w) , @k(A-)@k(s) | Scambia i buffer di due finestra | /window swap
|
||||
| @k(A-)@k(z) | Ingrandimento sulla finestra attiva (@k(A-)@k(z) di nuovo: ripristina lo stato iniziale della finestra, prima dell'ingrandimento) | /window zoom
|
||||
| @k(A-)@k(<) | Passa al buffer precedente nella lista dei buffer visitati | /input jump_previously_visited_buffer
|
||||
@@ -723,10 +722,10 @@ sullo schermo (per mostrare buffer e barre).
|
||||
In aggiunta ai colori di base, si può usare un numero per il colore compreso
|
||||
tra 1 e il limite del proprio terminale.
|
||||
|
||||
Il comando '/color' mostra i colori attivi ed i limiti. Com 'alt+c' si può
|
||||
Il comando '/color' mostra i colori attivi ed i limiti. Com @k(A-)@k(c) si può
|
||||
passare temporaneamente ai colori del terminale per sceglierne uno.
|
||||
|
||||
For example if you want to display time in orange in buffer, do:
|
||||
Se ad esempio si desidera visualizzare l'ora in arancione nel buffer:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.color.chat_time 214
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ all-local: weechat_quickstart.ja.html
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.ja.html: weechat_quickstart.ja.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.ja.html weechat_quickstart.ja.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.ja.html weechat_quickstart.ja.txt
|
||||
|
||||
# install docs
|
||||
|
||||
|
||||
+3
-3
@@ -31,15 +31,15 @@ all-local: weechat_faq.pl.html \
|
||||
|
||||
# FAQ
|
||||
weechat_faq.pl.html: weechat_faq.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -f `pwd`/../asciidoc.conf -n -o weechat_faq.pl.html weechat_faq.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.pl.html weechat_faq.pl.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.pl.html: weechat_quickstart.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.pl.html weechat_quickstart.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.pl.html weechat_quickstart.pl.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.pl.html: weechat_tester.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_tester.pl.html weechat_tester.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.pl.html weechat_tester.pl.txt
|
||||
|
||||
# install docs
|
||||
|
||||
|
||||
+31
-37
@@ -8,16 +8,16 @@ Ogólne
|
||||
------
|
||||
|
||||
|
||||
// TRANSLATION MISSING
|
||||
|
||||
[[weechat_name]]
|
||||
Where does the name "WeeChat" come from?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Skąd się wzieła nazwa "WeeChat"?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
"Wee" is a recursive acronym and stands for "Wee Enhanced Environment".
|
||||
So complete name is "Wee Enhanced Environment for Chat".
|
||||
"Wee" to akronim rekursywny oznaczającym "Wee Enhanced Environment".
|
||||
Stąd kompletna nazwa to "Wee Enhanced Environment for Chat".
|
||||
|
||||
"Wee" also means "very small" (and yes, there is other meaning, but it does not
|
||||
apply to WeeChat!).
|
||||
"Wee" oznacza również "bardzo mały" (tak jest jeszcze inne znaczenie, ale nie
|
||||
pasuje ono do WeeChat!).
|
||||
|
||||
|
||||
[[why_choose_weechat]]
|
||||
@@ -181,24 +181,23 @@ Każde okno wyświetla jeden bufor. Bufor może być ukryty (nie wyświetlany pr
|
||||
okno) lub wyświetlany w jednym lub więcej oknach.
|
||||
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[one_input_root_bar]]
|
||||
Is it possible to display only one input bar for all windows (after split)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Czy jest możliwe wyświetlanie tylko jednego paska wejściowego dla wszystkich okien (po podzieleniu)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Yes, you will have to create a bar with type "root" (with an item to know in
|
||||
which window you are), then delete current input bar.
|
||||
Tak, należy stworzyć pasek typu "root" (z elementem mówiącym, w którym oknie
|
||||
aktualnie jesteśmy), następnie usunąć obecny pasek wejściowy.
|
||||
|
||||
For example:
|
||||
Na przykład:
|
||||
|
||||
----------------------------------------
|
||||
/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
|
||||
/bar del input
|
||||
----------------------------------------
|
||||
|
||||
If ever you are not satisfied with that, just delete new bar, WeeChat will
|
||||
automatically create default bar "input" if item "input_text" is not used in
|
||||
any bar:
|
||||
Jeśli kiedyś przestanie ci to odpowiadać, po prostu usuń ten pasek, WeeChat
|
||||
autmatycznie stwrzy nowy pasek "input" jeśli element "input_text" nie zostanie
|
||||
użyty w żadnym z pasków:
|
||||
|
||||
----------------------------------------
|
||||
/bar del rootinput
|
||||
@@ -272,10 +271,9 @@ zalecane wartości to:
|
||||
* w screenie: 'screen-256color'
|
||||
* poza screenem: 'xterm-256color', 'rxvt-256color', 'putty-256color',...
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[NOTE]
|
||||
You may have to install package "ncurses-term" to use these values in 'TERM'
|
||||
variable.
|
||||
Może okazać się konieczne zainstalownie pakietu "ncurses-term" w celu użycia
|
||||
tych wartości w zmiennej 'TERM'.
|
||||
|
||||
Jeśli używasz screena, możesz dodać to do swojego '~/.screenrc':
|
||||
|
||||
@@ -291,12 +289,10 @@ nie należy panikować! Można to zmienić bez konieczności restartu, za pomoc
|
||||
/upgrade
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For version 0.3.4, you must use command `/color` to add new colors.
|
||||
Dla wersji 0.3.4, musisz użyć komendy `/color` w celu dodania nowych kolorów.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For versions > = 0.3.5, you can use any color number in options (optional: you
|
||||
can add color aliases with command `/color`).
|
||||
Dla wersji > = 0.3.5, można używać dowolnego numeru koloru w opcjach (opcjonalnie:
|
||||
można stworzyć alias dla koloru za pomocą komendy `/color`).
|
||||
|
||||
Więcej informacji na temat zarządzania kolorami można uzyskać w poradniku użytkownika.
|
||||
|
||||
@@ -351,15 +347,14 @@ Można również samemu stworzyć skrót, na przykład:
|
||||
Lista domyślnych skrótów znajduje się w poradniku użytkownika.
|
||||
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[global_history]]
|
||||
How to use global history (instead of buffer history) with up and down keys?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Jak używać globalnej histori (zamiast histori buforu) za pomoca strzałek góra/dół?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You can bind the up and down keys on global history (default keys for global
|
||||
history are @k(C-)@k(↑) and @k(C-)@k(↓)).
|
||||
Możesz przypisać strzałki w góre i dół do globalnej histori (domyślnie dla
|
||||
globalnej historii przypisane są klawisze @k(C-)@k(↑) oraz @k(C-)@k(↓)).
|
||||
|
||||
Example:
|
||||
Przykład:
|
||||
|
||||
----------------------------------------
|
||||
/key bind meta2-A /input history_global_previous
|
||||
@@ -367,8 +362,8 @@ Example:
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key
|
||||
code press @k(A-)@k(k) then key (up or down).
|
||||
Klawisze "meta2-A" i "meta2-B" mogą być inne dla twojego treminala. W celu
|
||||
znalezienia ich kodów wciśnij @k(A-)@k(k) następnie przycisk (góra lub dół).
|
||||
|
||||
|
||||
[[irc]]
|
||||
@@ -524,12 +519,11 @@ Jeśli widzisz błędy związanie z certyfikatami, możesz wyłączyć opjcę "s
|
||||
----------------------------------------
|
||||
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[irc_ssl_freenode]]
|
||||
How can I connect to freenode server using SSL?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Jak mogę połączyć się z serwerem freenode używając SSL?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You must download certificate, convert it, then add it in WeeChat:
|
||||
Musisz pobrać certyfikat, skonwertowć go, następnie dodać go w WeeChat:
|
||||
|
||||
----------------------------------------
|
||||
$ cd /tmp
|
||||
@@ -539,7 +533,7 @@ $ mkdir ~/.weechat/ssl
|
||||
$ cat GandiStandardSSLCA.pem >>~/.weechat/ssl/CAs.pem
|
||||
----------------------------------------
|
||||
|
||||
Under WeeChat, setup server port, SSL, dhkey_size, then connect:
|
||||
Pod WeeChat, ustawić port serwera, SSL, dhkey_size, następnie się połączyć:
|
||||
|
||||
----------------------------------------
|
||||
/set irc.server.freenode.addresses "chat.freenode.net/7000"
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ all-local: weechat_quickstart.ru.html
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.ru.html: weechat_quickstart.ru.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Содержание' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=`pwd`/../asciidoc.css -n -o weechat_quickstart.ru.html weechat_quickstart.ru.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Содержание' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.ru.html weechat_quickstart.ru.txt
|
||||
|
||||
# install docs
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH WEECHAT 1 "January 2011" "Sebastien Helleu"
|
||||
.TH WEECHAT 1 "May 2011" "Sebastien Helleu"
|
||||
|
||||
.SH NAME
|
||||
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.5-dev\n"
|
||||
"Project-Id-Version: WeeChat 0.3.5\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-05-07 17:26+0200\n"
|
||||
"PO-Revision-Date: 2011-04-29 13:06+0100\n"
|
||||
"POT-Creation-Date: 2011-05-15 08:45+0200\n"
|
||||
"PO-Revision-Date: 2011-05-15 08:28+0200\n"
|
||||
"Last-Translator: Nils G.\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: \n"
|
||||
@@ -1032,8 +1032,8 @@ msgstr ""
|
||||
msgid "define color aliases and display palette of colors"
|
||||
msgstr "definiert Farbaliase und stellt eine Palette der möglichen Farben dar"
|
||||
|
||||
msgid "alias <color> <alias> || unalias <color> || reset"
|
||||
msgstr "alias <color> <alias> || unalias <color> || reset"
|
||||
msgid "alias <color> <name> || unalias <color> || reset"
|
||||
msgstr "alias <color> <name> || unalias <color> || reset"
|
||||
|
||||
msgid ""
|
||||
" alias: add an alias for a color\n"
|
||||
@@ -1489,7 +1489,7 @@ msgid "[-current | -buffer <name> | -all] command"
|
||||
msgstr "[-current | -buffer <name> | -all] command"
|
||||
|
||||
msgid ""
|
||||
"-current: no output on curent buffer\n"
|
||||
"-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
@@ -1872,7 +1872,6 @@ msgstr ""
|
||||
"scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|"
|
||||
"scroll_next_highlight || swap [up|down|left|right] || zoom"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list opened windows (without argument, this list is "
|
||||
"displayed)\n"
|
||||
@@ -1932,27 +1931,27 @@ msgstr ""
|
||||
" splitv: teilt das aktuelle Fenster vertikal\n"
|
||||
" resize: verändert die Größe des aktuellen Fensters. Die neue Größe "
|
||||
"des Fensters ist prozentual <pct> zum Stammfensters groß\n"
|
||||
" balance: Größe aller Fenster auf 50% ändern\n"
|
||||
" balance: passt die Größe aller Fenster an\n"
|
||||
" merge: vereinigt Fenster miteinander (all = alle Fenster "
|
||||
"vereinigen)\n"
|
||||
" page_up: Scrollt eine Seite nach oben\n"
|
||||
" page_down: Scrollt eine Seite nach unten\n"
|
||||
" page_up: scrollt eine Seite nach oben\n"
|
||||
" page_down: scrollt eine Seite nach unten\n"
|
||||
" refresh: Seite wird neu aufgebaut\n"
|
||||
" scroll: Scrollt eine Anzahl an Zeilen (+/-N) oder zu einer gewissen "
|
||||
" scroll: scrollt eine Anzahl an Zeilen (+/-N) oder zu einer gewissen "
|
||||
"Zeit: s=Sekunden, m=Minuten, h=Stunden, d=Tage, M=Monate, y=Jahre\n"
|
||||
" scroll_up: Scrollt ein paar Zeilen nach oben\n"
|
||||
" scroll_down: Scrollt ein paar Zeilen nach unten\n"
|
||||
" scroll_top: Scrollt zum Anfang des Buffers\n"
|
||||
"scroll_bottom: Scrollt zum Ende des Buffers\n"
|
||||
"scroll_previous_highlight: Scrollt zum vorherigen Hightlight\n"
|
||||
"scroll_next_highlight: Scrollt zum nächsten Highlight\n"
|
||||
" scroll_up: scrollt ein paar Zeilen nach oben\n"
|
||||
" scroll_down: scrollt ein paar Zeilen nach unten\n"
|
||||
" scroll_top: scrollt zum Anfang des Buffers\n"
|
||||
"scroll_bottom: scrollt zum Ende des Buffers\n"
|
||||
"scroll_previous_highlight: scrollt zum vorherigen Hightlight\n"
|
||||
"scroll_next_highlight: scrollt zum nächsten Highlight\n"
|
||||
" swap: tauscht die Buffer von zwei Fenstern (mit optionaler Angabe "
|
||||
"für das Zielfenster)\n"
|
||||
" zoom: vergrößert auf Fenster\n"
|
||||
"\n"
|
||||
"Bei splith und splitv gibt \"pct\" die neue Größe des Fensters im Verhältnis "
|
||||
"zur aktuellen Größe an. Zum Beispiel würde der Wert 25 bedeuten, dass das "
|
||||
"neue Fenster nur noch ein Viertel der Größe des alten Fensters hat.\n"
|
||||
"zur aktuellen Größe an. Zum Beispiel würde ein Wert von 25 bedeuten, dass "
|
||||
"das neue Fenster nur noch ein Viertel der Größe des alten Fensters hat.\n"
|
||||
"\n"
|
||||
"Beispiele:\n"
|
||||
" Springt zum Fenster mit dem Buffer #1:\n"
|
||||
@@ -4278,8 +4277,8 @@ msgstr ""
|
||||
msgid "list all servernames which are known by the server answering the query"
|
||||
msgstr "Alle dem antwortenden Server bekannten Servernamen auflisten"
|
||||
|
||||
msgid "[[<server>>] <server_mask>]"
|
||||
msgstr "[[<server>>] <server_mask>]"
|
||||
msgid "[[<server>] <server_mask>]"
|
||||
msgstr "[[<server>] <server_mask>]"
|
||||
|
||||
msgid ""
|
||||
" server: this server should answer the query\n"
|
||||
@@ -7924,32 +7923,3 @@ msgstr "Hashtable (Ausgabe)"
|
||||
|
||||
msgid "Pointer"
|
||||
msgstr "Pointer"
|
||||
|
||||
#~ msgid "color for prefix of nick which is op/admin/owner on channel"
|
||||
#~ msgstr "Textfarbe für den Nick-Präfix von op/admin/owner in einem Channel"
|
||||
|
||||
#~ msgid "color for prefix of nick which is halfop on channel"
|
||||
#~ msgstr "Textfarbe für den Nick-Präfix des halfop in einem Channel"
|
||||
|
||||
#~ msgid "color for prefix of nick which has voice on channel"
|
||||
#~ msgstr ""
|
||||
#~ "Textfarbe für den Nick-Präfix für einen User mit Voice Rechten in einem "
|
||||
#~ "Channel"
|
||||
|
||||
#~ msgid "color for prefix of nick which is user on channel"
|
||||
#~ msgstr "Textfarbe für den Nick-Präfix eines Users in einem Channel"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "comma separated list of tags that will force highlight"
|
||||
#~ msgstr ""
|
||||
#~ "Durch Kommata getrennte Liste der Wörterbücher, die in diesem Buffer "
|
||||
#~ "genutzt werden"
|
||||
|
||||
#~ msgid "%s%s: channel \"%s\" not found for \"%s\" command"
|
||||
#~ msgstr "%s%s: Channel \"%s\" für den \"%s\"-Befehl nicht gefunden"
|
||||
|
||||
#~ msgid "hook type: command, timer, .. (optional)"
|
||||
#~ msgstr "hook Type: command, timer, .. (optional)"
|
||||
|
||||
#~ msgid "a color name"
|
||||
#~ msgstr "ein Farbname"
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.5-dev\n"
|
||||
"Project-Id-Version: WeeChat 0.3.5\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-05-07 17:26+0200\n"
|
||||
"PO-Revision-Date: 2011-05-07 17:27+0200\n"
|
||||
"POT-Creation-Date: 2011-05-15 08:45+0200\n"
|
||||
"PO-Revision-Date: 2011-05-15 08:29+0200\n"
|
||||
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: French\n"
|
||||
@@ -1020,8 +1020,8 @@ msgstr ""
|
||||
msgid "define color aliases and display palette of colors"
|
||||
msgstr "définir des alias de couleurs et afficher la palette des couleurs"
|
||||
|
||||
msgid "alias <color> <alias> || unalias <color> || reset"
|
||||
msgstr "alias <couleur> <alias> || unalias <couleur> || reset"
|
||||
msgid "alias <color> <name> || unalias <color> || reset"
|
||||
msgstr "alias <couleur> <nom> || unalias <couleur> || reset"
|
||||
|
||||
msgid ""
|
||||
" alias: add an alias for a color\n"
|
||||
@@ -1456,7 +1456,7 @@ msgid "[-current | -buffer <name> | -all] command"
|
||||
msgstr "[-current | -buffer <nom> | -all] commande"
|
||||
|
||||
msgid ""
|
||||
"-current: no output on curent buffer\n"
|
||||
"-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
@@ -4195,7 +4195,7 @@ msgid "list all servernames which are known by the server answering the query"
|
||||
msgstr ""
|
||||
"lister tous les noms de serveurs connus du serveur qui répondent à la requête"
|
||||
|
||||
msgid "[[<server>>] <server_mask>]"
|
||||
msgid "[[<server>] <server_mask>]"
|
||||
msgstr "[[<serveur>] <masque_serveur>]"
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.5-dev\n"
|
||||
"Project-Id-Version: WeeChat 0.3.5\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-05-07 17:26+0200\n"
|
||||
"PO-Revision-Date: 2011-04-10 11:21+0200\n"
|
||||
"POT-Creation-Date: 2011-05-15 08:45+0200\n"
|
||||
"PO-Revision-Date: 2011-05-15 08:29+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Hungarian\n"
|
||||
@@ -986,7 +986,7 @@ msgstr ""
|
||||
msgid "define color aliases and display palette of colors"
|
||||
msgstr ""
|
||||
|
||||
msgid "alias <color> <alias> || unalias <color> || reset"
|
||||
msgid "alias <color> <name> || unalias <color> || reset"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -1267,7 +1267,7 @@ msgid "[-current | -buffer <name> | -all] command"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"-current: no output on curent buffer\n"
|
||||
"-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
@@ -3719,7 +3719,7 @@ msgstr ""
|
||||
"ismer"
|
||||
|
||||
#, fuzzy
|
||||
msgid "[[<server>>] <server_mask>]"
|
||||
msgid "[[<server>] <server_mask>]"
|
||||
msgstr "[[szerver] szerver_maszk]"
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2009-2010 Marco Paolone <marcopaolone@gmail.com>
|
||||
# Copyright (C) 2009-2011 Marco Paolone <marcopaolone@gmail.com>
|
||||
#
|
||||
# This file is part of WeeChat, the extensible chat client.
|
||||
#
|
||||
@@ -18,10 +18,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.5-dev\n"
|
||||
"Project-Id-Version: WeeChat 0.3.5\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-05-07 17:26+0200\n"
|
||||
"PO-Revision-Date: 2011-05-02 18:05+0200\n"
|
||||
"POT-Creation-Date: 2011-05-15 08:45+0200\n"
|
||||
"PO-Revision-Date: 2011-05-15 08:30+0200\n"
|
||||
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Italian\n"
|
||||
@@ -1012,8 +1012,8 @@ msgstr ""
|
||||
msgid "define color aliases and display palette of colors"
|
||||
msgstr "definisce gli alias dei colori e visualizza la tavolozza dei colori"
|
||||
|
||||
msgid "alias <color> <alias> || unalias <color> || reset"
|
||||
msgstr "alias <colore> <alias> || unalias <colore> || reset"
|
||||
msgid "alias <color> <name> || unalias <color> || reset"
|
||||
msgstr "alias <colore> <nome> || unalias <colore> || reset"
|
||||
|
||||
msgid ""
|
||||
" alias: add an alias for a color\n"
|
||||
@@ -1448,7 +1448,7 @@ msgid "[-current | -buffer <name> | -all] command"
|
||||
msgstr "[-current | -buffer <nome> | -all] comando"
|
||||
|
||||
msgid ""
|
||||
"-current: no output on curent buffer\n"
|
||||
"-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
@@ -1818,7 +1818,6 @@ msgstr ""
|
||||
"scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|"
|
||||
"scroll_next_highlight || swap [up|down|left|right] || zoom"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list opened windows (without argument, this list is "
|
||||
"displayed)\n"
|
||||
@@ -1878,7 +1877,7 @@ msgstr ""
|
||||
" splitv: divide la finestra attiva verticalmente\n"
|
||||
" resize: ridimensiona finestra, la nuova dimensione è <pct> "
|
||||
"percentuale della finestra genitore\n"
|
||||
" balance: ridimensiona tutte le finestre al 50%\n"
|
||||
" balance: bilancia le dimensioni tutte le finestre\n"
|
||||
" merge: unisce la finestra con un'altra (all = mantiente una sola "
|
||||
"finestra)\n"
|
||||
" page_up: scorre di una pagina in alto\n"
|
||||
@@ -4162,7 +4161,7 @@ msgid "list all servernames which are known by the server answering the query"
|
||||
msgstr ""
|
||||
"elenca tutti i nomi server conosciuti dal server che risponde alla richiesta"
|
||||
|
||||
msgid "[[<server>>] <server_mask>]"
|
||||
msgid "[[<server>] <server_mask>]"
|
||||
msgstr "[[<server>] <mask_server>]"
|
||||
|
||||
msgid ""
|
||||
@@ -7718,160 +7717,3 @@ msgstr "Tabella hash (output)"
|
||||
|
||||
msgid "Pointer"
|
||||
msgstr "Puntatore"
|
||||
|
||||
#~ msgid "color for prefix of nick which is op/admin/owner on channel"
|
||||
#~ msgstr ""
|
||||
#~ "colore per il prefisso del nick che è operatore/amministratore/"
|
||||
#~ "proprietario del canale"
|
||||
|
||||
#~ msgid "color for prefix of nick which is halfop on channel"
|
||||
#~ msgstr "colore per il prefisso del nick che è halfop sul canale"
|
||||
|
||||
#~ msgid "color for prefix of nick which has voice on channel"
|
||||
#~ msgstr "colore per il prefisso del nick che ha il voice sul canale"
|
||||
|
||||
#~ msgid "color for prefix of nick which is user on channel"
|
||||
#~ msgstr "colore per il prefisso del nick che è utente sul canale"
|
||||
|
||||
#~ msgid "%s%s: channel \"%s\" not found for \"%s\" command"
|
||||
#~ msgstr "%s%s: canale \"%s\" non trovato per il comando \"%s\""
|
||||
|
||||
#~ msgid "hook type: command, timer, .. (optional)"
|
||||
#~ msgstr "tipo hook: comando, timer, ... (opzionale)"
|
||||
|
||||
#~ msgid "a color name"
|
||||
#~ msgstr "un nome colore"
|
||||
|
||||
#~ msgid "%s internal commands:"
|
||||
#~ msgstr "comandi interni di %s:"
|
||||
|
||||
#~ msgid "Other commands:"
|
||||
#~ msgstr "Altri comandi:"
|
||||
|
||||
#~ msgid "<command> || <option>"
|
||||
#~ msgstr "<comando> || <opzione>"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "command: a command name\n"
|
||||
#~ " option: an option name (use /set to see list)"
|
||||
#~ msgstr ""
|
||||
#~ "comando: nome comando\n"
|
||||
#~ "opzione: nome opzione (utilizza /set per vedere l'elenco)"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "remove half channel operator status from nick(s)"
|
||||
#~ msgstr "rimuove lo stato di half-op da uno (o più) nick"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "give half channel operator status to nick(s)"
|
||||
#~ msgstr "concede lo stato di halfop ad uno (o più) nick"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "char used to draw read marker line"
|
||||
#~ msgstr "carattere usato per nascondere parte di una stringa"
|
||||
|
||||
#~ msgid "user/password: used to get privileges on current IRC server"
|
||||
#~ msgstr ""
|
||||
#~ "utente/password: utilizzata per ottenere i privilegi sul server IRC "
|
||||
#~ "corrente"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "file: configuration file to save\n"
|
||||
#~ "\n"
|
||||
#~ "Without argument, all files (WeeChat and plugins) are saved."
|
||||
#~ msgstr ""
|
||||
#~ "file: file di configurazione da salvare\n"
|
||||
#~ "\n"
|
||||
#~ "Senza argomento, tutti i file (WeeChat e plugin) verranno salvati."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "list|listfull [<name>] || load <filename> || reload|unload <name> || "
|
||||
#~ "autoload"
|
||||
#~ msgstr ""
|
||||
#~ "[list [nome]] | [listfull [nome]] | [load file] | [autoload] | [reload "
|
||||
#~ "[nome]] | [unload [nome]]"
|
||||
|
||||
#~ msgid "This command is used by key bindings or plugins."
|
||||
#~ msgstr "Questo comando è utilizzato da combinazioni di tasti o plugin."
|
||||
|
||||
#~ msgid "message"
|
||||
#~ msgstr "messaggio"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "filename: script (file) to load\n"
|
||||
#~ " name: a script name (name used in call to \"register\" function)\n"
|
||||
#~ "\n"
|
||||
#~ "Without argument, this command lists all loaded scripts."
|
||||
#~ msgstr ""
|
||||
#~ "nome_file: file script da attivare\n"
|
||||
#~ " nome: il nome dello script\n"
|
||||
#~ "\n"
|
||||
#~ "Senza argomenti, il comando elenca tutti gli script attivati"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "[list [name]] | [listfull [name]] | [load filename] | [autoload] | "
|
||||
#~ "[reload [name]] | [unload [name]]"
|
||||
#~ msgstr ""
|
||||
#~ "[list [nome]] | [listfull [nome]] | [load file] | [autoload] | [reload "
|
||||
#~ "[nome]] | [unload [nome]]"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "[<channel>[,<channel>]] [<message>]"
|
||||
#~ msgstr "[canale[,canale]] [messaggio]"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "[<channel>[,<channel>]] [<part_message>]"
|
||||
#~ msgstr "[canale[,canale]] [messaggio]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " channel: channel name for cycle\n"
|
||||
#~ "part_message: part message (displayed to other users)"
|
||||
#~ msgstr ""
|
||||
#~ " canale: nome canale per il ciclo\n"
|
||||
#~ "messaggio: messaggio di uscita (mostrato agli altri utenti)"
|
||||
|
||||
#~ msgid "action [nickname [file]]"
|
||||
#~ msgstr "azione [nick] [file]]"
|
||||
|
||||
#~ msgid "[nickname [nickname]]"
|
||||
#~ msgstr "[nick [nick]]"
|
||||
|
||||
#~ msgid "[-all | servername [servername ...]]"
|
||||
#~ msgstr "[-all | nome_server [nome_server ...]]"
|
||||
|
||||
#~ msgid ""
|
||||
#~ " -all: disconnect from all servers\n"
|
||||
#~ "servername: server name to disconnect"
|
||||
#~ msgstr ""
|
||||
#~ " -all: disconnetti da tutti i server\n"
|
||||
#~ "nome_server: nome del server da cui disconnettersi"
|
||||
|
||||
#~ msgid "nickname comment"
|
||||
#~ msgstr "nick commento"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "nickname: nickname\n"
|
||||
#~ " comment: comment for kill"
|
||||
#~ msgstr ""
|
||||
#~ " nick: nick\n"
|
||||
#~ "commento: commento per il kill"
|
||||
|
||||
#~ msgid "nickname [nickname]"
|
||||
#~ msgstr "nick [nick]"
|
||||
|
||||
#~ msgid "[option]"
|
||||
#~ msgstr "[opzione]"
|
||||
|
||||
#~ msgid "text"
|
||||
#~ msgstr "testo"
|
||||
|
||||
#~ msgid "[text]"
|
||||
#~ msgstr "[testo]"
|
||||
|
||||
#~ msgid "set a buffer property"
|
||||
#~ msgstr "imposta una proprietà del buffer"
|
||||
|
||||
#~ msgid "property value"
|
||||
#~ msgstr "valore della proprietà"
|
||||
|
||||
+98
-28
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2010 Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
|
||||
# Copyright (C) 2010-2011 Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
|
||||
#
|
||||
# This file is part of WeeChat, the extensible chat client.
|
||||
#
|
||||
@@ -18,9 +18,9 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.5-dev\n"
|
||||
"Project-Id-Version: WeeChat 0.3.5\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-05-07 17:26+0200\n"
|
||||
"POT-Creation-Date: 2011-05-15 08:45+0200\n"
|
||||
"PO-Revision-Date: 2011-04-10 11:22+0200\n"
|
||||
"Last-Translator: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -226,11 +226,11 @@ msgstr "Nenhuma variável local definida para o buffer \"%s\""
|
||||
|
||||
#, c-format
|
||||
msgid "%sInvalid color number \"%s\" (must be between %d and %d)"
|
||||
msgstr ""
|
||||
msgstr "%sNúmero de cor inválido \"%s\" (precisa ser entre %d e %d)"
|
||||
|
||||
#, c-format
|
||||
msgid "%sColor \"%s\" is not defined in palette"
|
||||
msgstr ""
|
||||
msgstr "%sCor \"%s\" não está definida na palheta"
|
||||
|
||||
#, c-format
|
||||
msgid "%sPlugin \"%s\" not found"
|
||||
@@ -350,6 +350,8 @@ msgstr "máximo de caracteres"
|
||||
msgid "color"
|
||||
msgstr "cor"
|
||||
|
||||
# I don't think translating the color names would be necessary
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)"
|
||||
"green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal "
|
||||
@@ -357,6 +359,11 @@ msgid ""
|
||||
"color only, not background): \"*\" for bold, \"!\" for reverse, \"_\" for "
|
||||
"underline"
|
||||
msgstr ""
|
||||
"um nome de cor do WeeChat (default, black, (dark)gray, white, (light)red, "
|
||||
"(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a "
|
||||
"terminal color number or an alias; attributes are allowed before color (for "
|
||||
"text color only, not background): \"*\" for bold, \"!\" for reverse, \"_\" "
|
||||
"for underline"
|
||||
|
||||
#. TRANSLATORS: please do not translate "(null)"
|
||||
msgid "undefined value allowed (null)"
|
||||
@@ -1022,11 +1029,14 @@ msgstr ""
|
||||
" /buffer +1"
|
||||
|
||||
msgid "define color aliases and display palette of colors"
|
||||
msgstr ""
|
||||
msgstr "define apelidos para cores e mostra a palheta de cores"
|
||||
|
||||
msgid "alias <color> <alias> || unalias <color> || reset"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "alias <color> <name> || unalias <color> || reset"
|
||||
msgstr "alias <cor> <apelido> || unalias <cor> || reset"
|
||||
|
||||
# Translate orange? Is it a internal name?
|
||||
# TODO: revisit here when color names were specified as translatable or not
|
||||
msgid ""
|
||||
" alias: add an alias for a color\n"
|
||||
"unalias: delete an alias\n"
|
||||
@@ -1044,6 +1054,21 @@ msgid ""
|
||||
" delete color 214:\n"
|
||||
" /color unalias 214"
|
||||
msgstr ""
|
||||
" alias: adiciona um apelido para uma cor\n"
|
||||
"unalias: deleta um apelido\n"
|
||||
" color: número da cor (>= 0, o máximo depende do terminal, em geral 63 ou "
|
||||
"255)\n"
|
||||
" name: nome da cor para a cor (\"orange\")\n"
|
||||
" reset: restaura todas os pares de cores (util quando não há mais pares "
|
||||
"disponíveis)\n"
|
||||
"\n"
|
||||
"Sem argumentos, este comando exibe cores em um buffer novo.\n"
|
||||
"\n"
|
||||
"Exemplos:\n"
|
||||
" add alias \"orange\" for color 214:\n"
|
||||
" /color alias 214 orange\n"
|
||||
" delete color 214:\n"
|
||||
" /color unalias 214"
|
||||
|
||||
msgid "launch explicit WeeChat or plugin command"
|
||||
msgstr "executar explicitamente um comando do WeeChat ou de um plugin"
|
||||
@@ -1214,7 +1239,7 @@ msgid "display help about commands and options"
|
||||
msgstr "mostra a ajuda sobre comandos e opções"
|
||||
|
||||
msgid "-list|-listfull [<plugin> [<plugin>...]] || <command> || <option>"
|
||||
msgstr ""
|
||||
msgstr "-list|-listfull [<plugin> [<plugin>...]] || <comando> || <opção>"
|
||||
|
||||
msgid ""
|
||||
" -list: list commands, by plugin (without argument, this list is "
|
||||
@@ -1224,13 +1249,18 @@ msgid ""
|
||||
" command: a command name\n"
|
||||
" option: an option name (use /set to see list)"
|
||||
msgstr ""
|
||||
" -list: lista comandos, por plugin (sem argumentos, esta lista é "
|
||||
"exibida)\n"
|
||||
"-listfull: lista comandos com descrição, por plugin\n"
|
||||
" plugin: lista comandos para este plugin\n"
|
||||
" comando: um nome de comando\n"
|
||||
" opção: um nome de opção (use /set para ver a lista)"
|
||||
|
||||
msgid "show buffer command history"
|
||||
msgstr "mostra o histórico de linhas de comando do buffer"
|
||||
|
||||
#, fuzzy
|
||||
msgid "clear || <value>"
|
||||
msgstr "[clear | valor]"
|
||||
msgstr "clear || <valor>"
|
||||
|
||||
msgid ""
|
||||
"clear: clear history\n"
|
||||
@@ -1242,10 +1272,11 @@ msgstr ""
|
||||
msgid "functions for command line"
|
||||
msgstr "funções para linha de comando"
|
||||
|
||||
#, fuzzy
|
||||
msgid "<action> [<arguments>]"
|
||||
msgstr "[-yes] [argumentos]"
|
||||
msgstr "<ação> [<argumentos>]"
|
||||
|
||||
# Translate the actions or not?
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"list of actions:\n"
|
||||
" return: simulate key \"enter\"\n"
|
||||
@@ -1289,18 +1320,58 @@ msgid ""
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
"lista de ações:\n"
|
||||
" return: simula a tecla \"enter\"\n"
|
||||
" complete_next: completa uma palavra com a próxima correspondência\n"
|
||||
" complete_previous: completa uma palavra com a correspondência anterior\n"
|
||||
" search_text: procura por texto no buffer\n"
|
||||
" delete_previous_char: deleta o caractere anterior\n"
|
||||
" delete_next_char: deleta o próximo caractere\n"
|
||||
" delete_previous_word: deleta a palavra anterior\n"
|
||||
" delete_next_word: deleta a próxima palavra\n"
|
||||
" delete_beginning_of_line: delete from beginning of line until cursor\n"
|
||||
" delete_end_of_line: delete from cursor until end of line\n"
|
||||
" delete_line: delete entire line\n"
|
||||
" clipboard_paste: paste from clipboard\n"
|
||||
" transpose_chars: transpose two chars\n"
|
||||
" undo: undo last command line action\n"
|
||||
" redo: redo last command line action\n"
|
||||
" move_beginning_of_line: move cursor to beginning of line\n"
|
||||
" move_end_of_line: move cursor to end of line\n"
|
||||
" move_previous_char: move cursor to previous char\n"
|
||||
" move_next_char: move cursor to next char\n"
|
||||
" move_previous_word: move cursor to previous word\n"
|
||||
" move_next_word: move cursor to next word\n"
|
||||
" history_previous: recall previous command in current buffer history\n"
|
||||
" history_next: recall next command in current buffer history\n"
|
||||
" history_global_previous: recall previous command in global history\n"
|
||||
" history_global_next: recall next command in global history\n"
|
||||
" jump_smart: jump to next buffer with activity\n"
|
||||
" jump_last_buffer: jump to last buffer\n"
|
||||
" jump_previously_visited_buffer: jump to previously visited buffer\n"
|
||||
" jump_next_visited_buffer: jump to next visited buffer\n"
|
||||
" hotlist_clear: clear hotlist\n"
|
||||
" grab_key: grab a key\n"
|
||||
" grab_key_command: grab a key with its associated command\n"
|
||||
" scroll_unread: scroll to unread marker\n"
|
||||
" set_unread: set unread marker for all buffers\n"
|
||||
" set_unread_current_buffer: set unread marker for current buffer\n"
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
|
||||
msgid "bind/unbind keys"
|
||||
msgstr "vincular/desvincular teclas"
|
||||
|
||||
# it may be needed to translate this
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"list|listdefault|listdiff || bind <key> [<command> [<args>]] || unbind <key> "
|
||||
"|| reset <key> || resetall -yes || missing"
|
||||
msgstr ""
|
||||
"[list | listdefault | listdiff] | [bind key [command [args]]] | [unbind key] "
|
||||
"| [reset key] | [resetall -yes] | [missing]"
|
||||
"list|listdefault|listdiff || bind <tecla> [<comando> [<args>]] || unbind "
|
||||
"<tecla> || reset <tecla> || resetall -yes || missing"
|
||||
|
||||
msgid ""
|
||||
" list: list all current keys (without argument, this list is "
|
||||
@@ -1357,10 +1428,10 @@ msgstr ""
|
||||
msgid "save/apply/reset layout for buffers and windows"
|
||||
msgstr "salvar/aplicar/resetar a disposição dos buffers e janelas"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"save [buffers|windows] || apply [buffers|windows] || reset [buffers|windows]"
|
||||
msgstr "[[save | apply | reset] [buffers | windows]]"
|
||||
msgstr ""
|
||||
"save [buffers|janelas] || apply [buffers|janelas] || reset [buffers|janelas]"
|
||||
|
||||
msgid ""
|
||||
" save: save current layout\n"
|
||||
@@ -1382,12 +1453,12 @@ msgstr ""
|
||||
msgid "execute a command silently"
|
||||
msgstr "executa um comando silenciosamente"
|
||||
|
||||
#, fuzzy
|
||||
msgid "[-current | -buffer <name> | -all] command"
|
||||
msgstr "[-current | -buffer name | -all] comando"
|
||||
msgstr "[-current | -buffer <nome> | -all] comando"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"-current: no output on curent buffer\n"
|
||||
"-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
@@ -1408,7 +1479,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"-current: sem saída no buffer atual\n"
|
||||
" -buffer: sem saída em um buffer específico\n"
|
||||
" name: nome completo para o buffer (exemplos: \"irc.server.freenode\", "
|
||||
" nome: nome completo para o buffer (exemplos: \"irc.server.freenode\", "
|
||||
"\"irc.freenode.#weechat\")\n"
|
||||
" -all: nenhuma saída em TODOS os buffers\n"
|
||||
" command: comando a ser executado silenciosamente (um '/' é automaticamente "
|
||||
@@ -1433,8 +1504,8 @@ msgid ""
|
||||
"list|listfull [<name>] || load <filename> || autoload || reload|unload "
|
||||
"[<name>]"
|
||||
msgstr ""
|
||||
"[list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload "
|
||||
"[name]] | [unload [name]]"
|
||||
"list|listfull [<nome>] || load <arquivo> || autoload || reload|unload "
|
||||
"[<name>]"
|
||||
|
||||
# Find a better translation to the reload option
|
||||
#, fuzzy
|
||||
@@ -1463,13 +1534,12 @@ msgstr ""
|
||||
msgid "manage proxies"
|
||||
msgstr "gerenciar proxies"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"list || add <name> <type> <address> <port> [<username> [<password>]] || del "
|
||||
"<name>|-all || set <name> <option> <value>"
|
||||
msgstr ""
|
||||
"[add proxyname type address port [username [password]]] | [del proxyname|-"
|
||||
"all] | [set proxyname option value] | [list]"
|
||||
"list || add <nome> <tipo> <endereço> <porta> [<nome de usuário> [<senha>]] "
|
||||
"|| del <nome>|-all || set <nome> <opção> <valor>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
@@ -3795,7 +3865,7 @@ msgstr ""
|
||||
msgid "list all servernames which are known by the server answering the query"
|
||||
msgstr ""
|
||||
|
||||
msgid "[[<server>>] <server_mask>]"
|
||||
msgid "[[<server>] <server_mask>]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.5-dev\n"
|
||||
"Project-Id-Version: WeeChat 0.3.5\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-05-07 17:26+0200\n"
|
||||
"PO-Revision-Date: 2011-04-10 17:33+0200\n"
|
||||
"POT-Creation-Date: 2011-05-15 08:45+0200\n"
|
||||
"PO-Revision-Date: 2011-05-15 08:31+0200\n"
|
||||
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Russian\n"
|
||||
@@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "define color aliases and display palette of colors"
|
||||
msgstr ""
|
||||
|
||||
msgid "alias <color> <alias> || unalias <color> || reset"
|
||||
msgid "alias <color> <name> || unalias <color> || reset"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -1276,7 +1276,7 @@ msgid "[-current | -buffer <name> | -all] command"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"-current: no output on curent buffer\n"
|
||||
"-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
@@ -3736,7 +3736,7 @@ msgid "list all servernames which are known by the server answering the query"
|
||||
msgstr "перечислить все серверы известные серверу, отвечающему на запрос"
|
||||
|
||||
#, fuzzy
|
||||
msgid "[[<server>>] <server_mask>]"
|
||||
msgid "[[<server>] <server_mask>]"
|
||||
msgstr "[[сервер] маска_сервера]"
|
||||
|
||||
msgid ""
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-05-07 17:26+0200\n"
|
||||
"POT-Creation-Date: 2011-05-15 08:45+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"
|
||||
@@ -854,7 +854,7 @@ msgstr ""
|
||||
msgid "define color aliases and display palette of colors"
|
||||
msgstr ""
|
||||
|
||||
msgid "alias <color> <alias> || unalias <color> || reset"
|
||||
msgid "alias <color> <name> || unalias <color> || reset"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -1108,7 +1108,7 @@ msgid "[-current | -buffer <name> | -all] command"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"-current: no output on curent buffer\n"
|
||||
"-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
@@ -3260,7 +3260,7 @@ msgstr ""
|
||||
msgid "list all servernames which are known by the server answering the query"
|
||||
msgstr ""
|
||||
|
||||
msgid "[[<server>>] <server_mask>]"
|
||||
msgid "[[<server>] <server_mask>]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -4786,7 +4786,7 @@ command_init ()
|
||||
&command_buffer, NULL);
|
||||
hook_command (NULL, "color",
|
||||
N_("define color aliases and display palette of colors"),
|
||||
N_("alias <color> <alias>"
|
||||
N_("alias <color> <name>"
|
||||
" || unalias <color>"
|
||||
" || reset"),
|
||||
N_(" alias: add an alias for a color\n"
|
||||
@@ -5061,7 +5061,7 @@ command_init ()
|
||||
hook_command (NULL, "mute",
|
||||
N_("execute a command silently"),
|
||||
N_("[-current | -buffer <name> | -all] command"),
|
||||
N_("-current: no output on curent buffer\n"
|
||||
N_("-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: "
|
||||
"\"irc.server.freenode\", \"irc.freenode.#weechat\")\n"
|
||||
|
||||
@@ -4881,7 +4881,7 @@ irc_command_init ()
|
||||
weechat_hook_command ("links",
|
||||
N_("list all servernames which are known by the "
|
||||
"server answering the query"),
|
||||
N_("[[<server>>] <server_mask>]"),
|
||||
N_("[[<server>] <server_mask>]"),
|
||||
N_(" server: this server should answer the "
|
||||
"query\n"
|
||||
"server_mask: list of servers must match this "
|
||||
|
||||
+3
-1
@@ -23,7 +23,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 0.3.4
|
||||
%define version 0.3.5
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/%{name}/weechat-plugin.h
|
||||
|
||||
%changelog
|
||||
* Sun May 15 2011 Sebastien Helleu <flashcode@flashtux.org> 0.3.5-1
|
||||
- Released version 0.3.5
|
||||
* Sun Jan 16 2011 Sebastien Helleu <flashcode@flashtux.org> 0.3.4-1
|
||||
- Released version 0.3.4
|
||||
* Sat Aug 07 2010 Sebastien Helleu <flashcode@flashtux.org> 0.3.3-1
|
||||
|
||||
Reference in New Issue
Block a user