mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
doc: update german translations, man page and user's guide
This commit is contained in:
committed by
Sebastien Helleu
parent
8eb55c04e7
commit
706032e5ac
@@ -116,9 +116,9 @@
|
||||
|
||||
| weechat | plugins_names | Liste der Erweiterungen
|
||||
|
||||
| weechat | proxies_names | Namen der Proxies
|
||||
| weechat | proxies_names | Namen aller Proxys
|
||||
|
||||
| weechat | proxies_options | Optionen für Proxies
|
||||
| weechat | proxies_options | Optionen für Proxys
|
||||
|
||||
| weechat | weechat_commands | WeeChat Befehle
|
||||
|
||||
|
||||
@@ -737,7 +737,7 @@
|
||||
'last_weechat_plugin' +
|
||||
'weechat_plugins'
|
||||
|
||||
| weechat | proxy | proxy |
|
||||
| weechat | proxy | Proxy |
|
||||
'name' (string) +
|
||||
'options' (pointer) +
|
||||
'prev_proxy' (pointer, hdata: "proxy") +
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
| weechat | plugin | Auflistung der Erweiterungen | Pointer der Erweiterung (optional) | Name einer Erweiterung (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (can start or end with "*" as wildcard) (optional)
|
||||
| weechat | proxy | Auflistung der Proxys: | Proxy Pointer (optional) | Name des Proxy (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | url_options | Optionen für URL | - | -
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ Beispiele:
|
||||
/allserv nick newnick
|
||||
setzt den Status, auf allen Servern,auf abwesend:
|
||||
/allserv away I'm away
|
||||
führt ein whois mit meinem nick auf alles Servern aus:
|
||||
führt ein whois mit meinem nick auf allen Servern aus:
|
||||
/allserv whois $nick
|
||||
........................................
|
||||
|
||||
|
||||
@@ -494,7 +494,7 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_irc.server_default.proxy]] *irc.server_default.proxy*
|
||||
** Beschreibung: `name of proxy used for this server (optional, proxy must be defined with command /proxy)`
|
||||
** Beschreibung: `Name des Proxy für diesen Server (optional, Proxy muss mit dem Befehl /proxy angelegt werden)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
|
||||
@@ -530,14 +530,14 @@ Ohne Angabe eines Arguments werden alle installierten Erweiterungen angezeigt.
|
||||
........................................
|
||||
|
||||
[[command_weechat_proxy]]
|
||||
[command]*`proxy`* Proxies verwalten::
|
||||
[command]*`proxy`* Proxys verwalten::
|
||||
........................................
|
||||
/proxy list
|
||||
add <name> <type> <address> <port> [<username> [<password>]]
|
||||
del <name>|-all
|
||||
set <name> <option> <value>
|
||||
|
||||
list: listet alle Proxies auf
|
||||
list: listet alle Proxys auf
|
||||
add: fügt neuen Proxy hinzu
|
||||
name: Name des neuen Proxy (der Name darf nur einmal genutzt werden)
|
||||
type: http, socks4 oder socks5
|
||||
@@ -545,7 +545,7 @@ Ohne Angabe eines Arguments werden alle installierten Erweiterungen angezeigt.
|
||||
port: Port
|
||||
username: Username (optional)
|
||||
password: Passwort (optional)
|
||||
del: entfernt einen Proxy (-all um alle Proxies zu entfernen)
|
||||
del: entfernt einen Proxy (-all um alle Proxys zu entfernen)
|
||||
set: setzt einen Wert für Proxy
|
||||
option: Optionen die geändert werden (für eine Liste der möglichen Optionen, bitte folgenden Befehl nutzen: /set weechat.proxy.<proxyname>.*)
|
||||
value: neuer Wert für Option
|
||||
|
||||
@@ -799,7 +799,7 @@
|
||||
** Werte: 1 .. 2147483647 (Standardwert: `30`)
|
||||
|
||||
* [[option_weechat.network.proxy_curl]] *weechat.network.proxy_curl*
|
||||
** Beschreibung: `name of proxy used for download of URLs with Curl (used to download list of scripts and in scripts calling function hook_process); the proxy must be defined with command /proxy`
|
||||
** Beschreibung: `Name des Proxy welcher für URL Downloads mittels Curl genutzt werden soll (wird verwendet um das Inhaltsverzeichnis für Script-Erweiterung herunterzuladen oder in Skripten, welche die Funktion hook_process nutzen); der Proxy muss mit dem Befehl /proxy eingerichtet werden`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
*-p*, *--no-plugin*::
|
||||
unterbindet das Laden der Erweiterungen beim Programmstart.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*-r*, *--run-command* '<command>'::
|
||||
startet einen oder mehrere Befehle, nachdem WeeChat gestartet wurde
|
||||
(mehrere Befehle müssen durch Kommata voneinander getrennt werden).
|
||||
@@ -26,9 +25,8 @@
|
||||
*-s*, *--no-script*::
|
||||
Skripten werden beim Programmstart nicht geladen.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--upgrade*::
|
||||
Upgrade WeeChat using session files generated with command `/upgrade -quit`.
|
||||
führt ein WeeChat Upgrade mittels Sitzungsdateien, die mit dem Befehl `/upgrade -quit` erstellt wurden, durch.
|
||||
|
||||
*-v*, *--version*::
|
||||
zeigt die Version von WeeChat an.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// TRANSLATION MISSING (WHOLE FILE)
|
||||
WEECHAT-CURSES(1)
|
||||
=================
|
||||
:doctype: manpage
|
||||
@@ -6,7 +5,7 @@ WEECHAT-CURSES(1)
|
||||
NAME
|
||||
----
|
||||
|
||||
weechat-curses - the extensible chat client (Curses version)
|
||||
weechat-curses - der erweiterbare Chat Client (Curses Version)
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
@@ -19,82 +18,82 @@ SYNOPSIS
|
||||
'weechat-curses' [-l|--license]
|
||||
'weechat-curses' [-v|--version]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
BESCHREIBUNG
|
||||
------------
|
||||
|
||||
WeeChat is a fast, light and extensible chat client.
|
||||
WeeChat ist ein schneller, leichter und erweiterbarer Chat Client.
|
||||
|
||||
It is modular (lightweight core with plugins), multi-protocols (IRC and Jabber),
|
||||
extensible with C and scripts written in several languages.
|
||||
Der Client ist modular aufgebaut (ein kleiner Kern mit nachladbaren Erweiterungen),
|
||||
Multiprotokollfähig (IRC und Jabber),erweiterbar mittels C und durch Skripten, wobei
|
||||
verschiedenen Sprachen unterstützt werden.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
OPTIONEN
|
||||
--------
|
||||
|
||||
include::cmdline_options.de.txt[]
|
||||
|
||||
PLUGIN OPTIONS
|
||||
--------------
|
||||
OPTIONEN von ERWEITERUNGEN
|
||||
--------------------------
|
||||
|
||||
For complete doc on plugin options, please look at plugins documentation in
|
||||
Um eine vollständige Dokumentation der Optionen zu erhalten, siehe
|
||||
http://weechat.org/doc[WeeChat user's guide].
|
||||
|
||||
With irc plugin, you can connect to temporary server with an URL like:
|
||||
Mittels der IRC Erweiterung kann man sich zu einen temporären Server, mittels einer URL,
|
||||
verbinden lassen:
|
||||
|
||||
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
|
||||
|
||||
To join WeeChat IRC channel support with nick "mynick":
|
||||
Um dem WeeChat IRC Support-Channel, mit dem Nick "mynick", beizutreten:
|
||||
|
||||
irc://mynick@irc.freenode.net/#weechat
|
||||
|
||||
IPv6 address can be enclosed in brackets to add a port after address, for
|
||||
example:
|
||||
Um eine IPv6 Adresse zu nutzen, muss diese in eckige Klammern gesetzt werden:
|
||||
|
||||
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
|
||||
|
||||
FILES
|
||||
-----
|
||||
|
||||
$HOME/.weechat/weechat.conf::
|
||||
main WeeChat configuration file
|
||||
|
||||
$HOME/.weechat/plugins.conf::
|
||||
plugins configuration file
|
||||
|
||||
$HOME/.weechat/alias.conf::
|
||||
configuration file for 'alias' plugin
|
||||
|
||||
$HOME/.weechat/aspell.conf::
|
||||
configuration file for 'aspell' plugin
|
||||
|
||||
$HOME/.weechat/charset.conf::
|
||||
configuration file for 'charset' plugin
|
||||
|
||||
$HOME/.weechat/irc.conf::
|
||||
configuration file for 'irc' plugin
|
||||
|
||||
$HOME/.weechat/logger.conf::
|
||||
configuration file for 'logger' plugin
|
||||
|
||||
$HOME/.weechat/relay.conf::
|
||||
configuration file for 'relay' plugin
|
||||
|
||||
$HOME/.weechat/rmodifier.conf::
|
||||
configuration file for 'rmodifier' plugin
|
||||
|
||||
$HOME/.weechat/script.conf::
|
||||
configuration file for 'script' plugin
|
||||
|
||||
$HOME/.weechat/xfer.conf::
|
||||
configuration file for 'xfer' plugin
|
||||
|
||||
$HOME/.weechat/weechat.log::
|
||||
WeeChat log file
|
||||
|
||||
AUTHORS
|
||||
DATEIEN
|
||||
-------
|
||||
|
||||
WeeChat is written by Sébastien Helleu and contributors (complete list is in
|
||||
the AUTHORS file).
|
||||
$HOME/.weechat/weechat.conf::
|
||||
WeeChats Konfigurationsdatei
|
||||
|
||||
$HOME/.weechat/plugins.conf::
|
||||
Konfigurationsdatei für Erweiterungen
|
||||
|
||||
$HOME/.weechat/alias.conf::
|
||||
Konfigurationsdatei für 'alias' Erweiterung
|
||||
|
||||
$HOME/.weechat/aspell.conf::
|
||||
Konfigurationsdatei für 'aspell' Erweiterung
|
||||
|
||||
$HOME/.weechat/charset.conf::
|
||||
Konfigurationsdatei für 'charset' Erweiterung
|
||||
|
||||
$HOME/.weechat/irc.conf::
|
||||
Konfigurationsdatei für 'irc' Erweiterung
|
||||
|
||||
$HOME/.weechat/logger.conf::
|
||||
Konfigurationsdatei für 'logger' Erweiterung
|
||||
|
||||
$HOME/.weechat/relay.conf::
|
||||
Konfigurationsdatei für 'relay' Erweiterung
|
||||
|
||||
$HOME/.weechat/rmodifier.conf::
|
||||
Konfigurationsdatei für 'rmodifier' Erweiterung
|
||||
|
||||
$HOME/.weechat/script.conf::
|
||||
Konfigurationsdatei für 'script' Erweiterung
|
||||
|
||||
$HOME/.weechat/xfer.conf::
|
||||
Konfigurationsdatei für 'xfer' Erweiterung
|
||||
|
||||
$HOME/.weechat/weechat.log::
|
||||
WeeChat Protokolldatei
|
||||
|
||||
AUTOREN
|
||||
-------
|
||||
WeeChat ist programmiert von Sébastien Helleu und Beitragenden (eine vollständige Auflistung
|
||||
findet man in der AUTHORS Datei).
|
||||
|
||||
Copyright (C) 2003-2013 Sébastien Helleu <flashcode@flashtux.org>
|
||||
|
||||
@@ -107,10 +106,11 @@ Please read the COPYING file for more information.
|
||||
|
||||
Web: <http://weechat.org/>
|
||||
|
||||
REPORTING BUGS
|
||||
--------------
|
||||
FEHLER MELDEN
|
||||
-------------
|
||||
|
||||
Please report bugs or feature requests at Savannah website:
|
||||
Fehlerbeschreibungen oder Vorschläge für neue Funktionen können auf
|
||||
der Savannah Webseite hinterlegt werden:
|
||||
|
||||
* bugs: <http://savannah.nongnu.org/bugs/?group=weechat>
|
||||
* feature requests: <http://savannah.nongnu.org/task/?group=weechat>
|
||||
* Fehler: <http://savannah.nongnu.org/bugs/?group=weechat>
|
||||
* Feature-Request: <http://savannah.nongnu.org/task/?group=weechat>
|
||||
|
||||
+39
-43
@@ -104,9 +104,8 @@ welche Pakete optional genutzt werden können.
|
||||
| guile-2.0-dev | ≥ 2.0 | | guile (scheme) Erweiterung
|
||||
| asciidoc | ≥ 8.5.0 | | erstellt Dokumentation (HTML Dateien)
|
||||
| source-highlight | | | Syntax Highlight für Quelltext in HTML Dokumentation
|
||||
// TRANSLATION MISSING
|
||||
| xsltproc,
|
||||
docbook-xml, docbook-xsl | | | build man page
|
||||
docbook-xml, docbook-xsl | | | erstellt man page
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
@@ -141,114 +140,112 @@ $ make
|
||||
$ make install
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Options can be used for cmake, with format: "-DOPTION=VALUE".
|
||||
Optionen für cmake können mit dem Format, "-DOPTION=VALUE", genutzt werden.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
List of commonly used options:
|
||||
Liste von häufig verwendeten Optionen:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[width="100%",cols="2m,2,2m,12",options="header"]
|
||||
|========================================
|
||||
| Option | Values | Default value | Description
|
||||
| Option | Wert | Standardwert | Beschreibung
|
||||
|
||||
| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
|
||||
The type of build: `Debug` (or `RelWithDebInfo`) is recommended if you are
|
||||
running development version of WeeChat.
|
||||
Art des builds: `Debug` (oder `RelWithDebInfo`) sollte verwendet werden, wenn meine eine Entwicklerversion
|
||||
von WeeChat nutzt.
|
||||
|
||||
| PREFIX | directory | /usr/local |
|
||||
The directory where WeeChat will be installed.
|
||||
Verzeichnis in welchem WeeChat installiert wird.
|
||||
|
||||
| WEECHAT_HOME | directory | ~/.weechat |
|
||||
The default home directory when running WeeChat.
|
||||
Standard-Verzeichnis in welchem die Daten liegen.
|
||||
|
||||
| ENABLE_ALIAS | `ON`, `OFF` | ON |
|
||||
Compile <<alias_plugin,Alias plugin>>.
|
||||
kompiliert <<alias_plugin,Alias Erweiterung>>.
|
||||
|
||||
| ENABLE_ASPELL | `ON`, `OFF` | ON |
|
||||
Compile <<aspell_plugin,Aspell plugin>>.
|
||||
kompiliert <<aspell_plugin,Aspell Erweiterung>>.
|
||||
|
||||
| ENABLE_CHARSET | `ON`, `OFF` | ON |
|
||||
Compile <<charset_plugin,Charset plugin>>.
|
||||
kompiliert <<charset_plugin,Charset Erweiterung>>.
|
||||
|
||||
| ENABLE_DEMO | `ON`, `OFF` | OFF |
|
||||
Compile Demo plugin.
|
||||
kompiliert Demo-Erweiterung.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| ENABLE_DOC | `ON`, `OFF` | OFF |
|
||||
Compile documentation (it takes a long time, recommended only if you build
|
||||
kompiliert Dokumentation (it takes a long time, recommended only if you build
|
||||
a binary package embedding documentation or if you can't browse documentation
|
||||
online).
|
||||
|
||||
| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
|
||||
Compile <<aspell_plugin,Aspell plugin>> with Enchant.
|
||||
kompiliert <<aspell_plugin,Aspell plugin>> mittels Enchant.
|
||||
|
||||
| ENABLE_FIFO | `ON`, `OFF` | ON |
|
||||
Compile <<fifo_plugin,Fifo plugin>>.
|
||||
kompiliert <<fifo_plugin,Fifo Erweiterung>>.
|
||||
|
||||
| ENABLE_GNUTLS | `ON`, `OFF` | ON |
|
||||
Enable Gnutls (for SSL).
|
||||
kompiliert Gnutls (für SSL).
|
||||
|
||||
| ENABLE_GUILE | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,Guile plugin>> (Scheme).
|
||||
kompiliert <<scripts_plugins,Guile Erweiterung>> (Scheme).
|
||||
|
||||
| ENABLE_IRC | `ON`, `OFF` | ON |
|
||||
Compile <<irc_plugin,IRC plugin>>.
|
||||
kompiliert <<irc_plugin,IRC Erweiterung>>.
|
||||
|
||||
| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
|
||||
Support of large files.
|
||||
Unterstützung großer Dateien.
|
||||
|
||||
| ENABLE_LOGGER | `ON`, `OFF` | ON |
|
||||
Compile <<logger_plugin,Logger plugin>>.
|
||||
kompiliert <<logger_plugin,Logger Erweiterung>>.
|
||||
|
||||
| ENABLE_LUA | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,Lua plugin>>.
|
||||
kompiliert <<scripts_plugins,Lua Erweiterung>>.
|
||||
|
||||
| ENABLE_NCURSES | `ON`, `OFF` | ON |
|
||||
Compile Ncurses interface.
|
||||
kompiliert Ncurses Oberfläche.
|
||||
|
||||
| ENABLE_NLS | `ON`, `OFF` | ON |
|
||||
Enable NLS (translations).
|
||||
aktiviert NLS (Übersetzungen).
|
||||
|
||||
| ENABLE_PERL | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,Perl plugin>>.
|
||||
kompiliert <<scripts_plugins,Perl Erweiterung>>.
|
||||
|
||||
| ENABLE_PYTHON | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,Python plugin>>.
|
||||
kompiliert <<scripts_plugins,Python Erweiterung>>.
|
||||
|
||||
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
|
||||
Compile <<scripts_plugins,Python plugin>> using Python 3 (*NOT* recommended
|
||||
because many scripts are not compatible with Python 3).
|
||||
kompiliert <<scripts_plugins,Python Erweiterung>> mittels Python 3 (dies wird *NICHT* empfohlen,
|
||||
da viele Skripten nicht kompatible mit Python 3 sind).
|
||||
|
||||
| ENABLE_RELAY | `ON`, `OFF` | ON |
|
||||
Compile <<relay_plugin,Relay plugin>>.
|
||||
kompiliert <<relay_plugin,Relay Erweiterung>>.
|
||||
|
||||
| ENABLE_RMODIFIER | `ON`, `OFF` | ON |
|
||||
Compile <<rmodifier_plugin,Rmodifier plugin>>.
|
||||
kompiliert <<rmodifier_plugin,Rmodifier Erweiterung>>.
|
||||
|
||||
| ENABLE_RUBY | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,Ruby plugin>>.
|
||||
kompiliert <<scripts_plugins,Ruby Erweiterung>>.
|
||||
|
||||
| ENABLE_SCRIPT | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,Script plugin>>.
|
||||
kompiliert <<scripts_plugins,Script Erweiterung>>.
|
||||
|
||||
| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
|
||||
kompiliert <<scripts_plugins,Skripten-Erweiterungen>> (Python, Perl, Ruby, Lua, Tcl,
|
||||
Guile).
|
||||
|
||||
| ENABLE_TCL | `ON`, `OFF` | ON |
|
||||
Compile <<scripts_plugins,Tcl plugin>>.
|
||||
kompiliert <<scripts_plugins,Tcl Erweiterung>>.
|
||||
|
||||
| ENABLE_XFER | `ON`, `OFF` | ON |
|
||||
Compile <<xfer_plugin,Xfer plugin>>.
|
||||
kompiliert <<xfer_plugin,Xfer Erweiterung>>.
|
||||
|========================================
|
||||
|
||||
The other options can be displayed with this command:
|
||||
Weitere Optionen können mit folgendem Befehl angezeigt werden:
|
||||
|
||||
----------------------------------------
|
||||
$ cmake -LA
|
||||
----------------------------------------
|
||||
|
||||
Or with Curses interface:
|
||||
oder mittels der Curses-Oberfläche:
|
||||
|
||||
----------------------------------------
|
||||
$ ccmake ..
|
||||
@@ -282,9 +279,8 @@ $ make
|
||||
$ make install
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Options can be used for 'configure' script, they can be displayed with this
|
||||
command:
|
||||
Die Optionen können auch für das 'configure' Skript verwendet und mittels
|
||||
folgendem Befehl angezeigt werden:
|
||||
|
||||
----------------------------------------
|
||||
$ ./configure --help
|
||||
|
||||
@@ -22,8 +22,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-06-28 20:35+0200\n"
|
||||
"PO-Revision-Date: 2013-06-10 09:02+0200\n"
|
||||
"POT-Creation-Date: 2013-06-29 09:36+0200\n"
|
||||
"PO-Revision-Date: 2013-06-29 12:07+0200\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <weechatter@arcor.de>\n"
|
||||
"Language: de_DE\n"
|
||||
@@ -48,7 +48,6 @@ msgstr ""
|
||||
msgid "Usage: %s [option...] [plugin:option...]\n"
|
||||
msgstr "Aufruf: %s [Option...] [Erweiterung:Option...]\n"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -a, --no-connect disable auto-connect to servers at startup\n"
|
||||
" -c, --colors display default colors in terminal\n"
|
||||
@@ -70,23 +69,16 @@ msgstr ""
|
||||
" -d, --dir <Pfad> legt den Konfigurationsordner für WeeChat fest "
|
||||
"(Voreinstellung: ~/.weechat)\n"
|
||||
" -h, --help zeigt diese Hilfe an\n"
|
||||
" -k, --keys zeigt die Standard-Tastaturbelegung an\n"
|
||||
" -l, --license zeigt die Lizenz von WeeChat an\n"
|
||||
" -p, --no-plugin unterbindet das Laden der Erweiterungen, beim "
|
||||
"Programmstart\n"
|
||||
" -r, --run-command führt einen oder mehrere Befehle nach dem Start aus\n"
|
||||
" (mehrere Befehle werden durch ein Semikolon getrennt)\n"
|
||||
" -s, --no-script Skripten werden beim Programmstart nicht geladen\n"
|
||||
" --upgrade führt ein WeeChat Upgrade mittels Sitzungsdateien, die "
|
||||
"mit dem Befehl `/upgrade -quit` erstellt wurden, durch\n"
|
||||
" -v, --version zeigt die Version von WeeChat an\n"
|
||||
" plugin:option Option für Erweiterung\n"
|
||||
" Beispiel: Die IRC-Erweiterung kann sich mit einem "
|
||||
"Server\n"
|
||||
" folgender URL verbinden:\n"
|
||||
" irc[6][s]://[nickname[:password]@]irc.beispiel.org[:port]"
|
||||
"[/#channel1][,#channel2[...]]\n"
|
||||
" (siehe Dokumentation zu den IRC-Erweiterungen um "
|
||||
"zusätzliche Informationen\n"
|
||||
" zu den mögliche Optionen zu erhalten.)\n"
|
||||
" plugin:option Option für Erweiterungen (siehe man weechat-curses)\n"
|
||||
|
||||
#, c-format
|
||||
msgid "Error: missing argument for \"%s\" option\n"
|
||||
@@ -668,7 +660,7 @@ msgstr "Proxy gelöscht"
|
||||
|
||||
#, c-format
|
||||
msgid "%sError: unable to set option \"%s\" for proxy \"%s\""
|
||||
msgstr "%sFehler: Option \"%s\" kann für den Proxy \"%s\" nicht setzt werden"
|
||||
msgstr "%sFehler: Option \"%s\" kann für den Proxy \"%s\" nicht gesetzt werden"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
@@ -1987,7 +1979,7 @@ msgstr ""
|
||||
"angezeigt."
|
||||
|
||||
msgid "manage proxies"
|
||||
msgstr "Proxies verwalten"
|
||||
msgstr "Proxys verwalten"
|
||||
|
||||
msgid ""
|
||||
"list || add <name> <type> <address> <port> [<username> [<password>]] || del "
|
||||
@@ -2022,7 +2014,7 @@ msgid ""
|
||||
" delete a proxy:\n"
|
||||
" /proxy del myproxy"
|
||||
msgstr ""
|
||||
" list: listet alle Proxies auf\n"
|
||||
" list: listet alle Proxys auf\n"
|
||||
" add: fügt neuen Proxy hinzu\n"
|
||||
" name: Name des neuen Proxy (der Name darf nur einmal genutzt werden)\n"
|
||||
" type: http, socks4 oder socks5\n"
|
||||
@@ -2030,7 +2022,7 @@ msgstr ""
|
||||
" port: Port\n"
|
||||
" username: Username (optional)\n"
|
||||
" password: Passwort (optional)\n"
|
||||
" del: entfernt einen Proxy (-all um alle Proxies zu entfernen)\n"
|
||||
" del: entfernt einen Proxy (-all um alle Proxys zu entfernen)\n"
|
||||
" set: setzt einen Wert für Proxy\n"
|
||||
" option: Optionen die geändert werden (für eine Liste der möglichen "
|
||||
"Optionen, bitte folgenden Befehl nutzen: /set weechat.proxy.<proxyname>.*)\n"
|
||||
@@ -2558,10 +2550,10 @@ msgid "weechat commands"
|
||||
msgstr "WeeChat Befehle"
|
||||
|
||||
msgid "names of proxies"
|
||||
msgstr "Namen der Proxies"
|
||||
msgstr "Namen aller Proxys"
|
||||
|
||||
msgid "options for proxies"
|
||||
msgstr "Optionen für Proxies"
|
||||
msgstr "Optionen für Proxys"
|
||||
|
||||
msgid "options for bars"
|
||||
msgstr "Optionen für Infobars"
|
||||
@@ -2607,6 +2599,8 @@ msgid ""
|
||||
"%sWarning: proxy \"%s\" does not exist (you can create it with command /"
|
||||
"proxy)"
|
||||
msgstr ""
|
||||
"%sWarnung: Proxy \"%s\" existiert nicht (kann mit dem Befehl /proxy angelegt "
|
||||
"werden)"
|
||||
|
||||
#, c-format
|
||||
msgid "\t\tDay changed to %s"
|
||||
@@ -3573,6 +3567,10 @@ msgid ""
|
||||
"scripts and in scripts calling function hook_process); the proxy must be "
|
||||
"defined with command /proxy"
|
||||
msgstr ""
|
||||
"Name des Proxy welcher für URL Downloads mittels Curl genutzt werden soll "
|
||||
"(wird verwendet um das Inhaltsverzeichnis für Script-Erweiterung "
|
||||
"herunterzuladen oder in Skripten, welche die Funktion hook_process nutzen); "
|
||||
"der Proxy muss mit dem Befehl /proxy eingerichtet werden"
|
||||
|
||||
msgid ""
|
||||
"comma separated list of plugins to load automatically at startup, \"*\" "
|
||||
@@ -5100,7 +5098,7 @@ msgstr ""
|
||||
" /allserv nick newnick\n"
|
||||
" setzt den Status, auf allen Servern,auf abwesend:\n"
|
||||
" /allserv away I'm away\n"
|
||||
" führt ein whois mit meinem nick auf alles Servern aus:\n"
|
||||
" führt ein whois mit meinem nick auf allen Servern aus:\n"
|
||||
" /allserv whois $nick"
|
||||
|
||||
msgid "ban nicks or hosts"
|
||||
@@ -6229,6 +6227,8 @@ msgid ""
|
||||
"%s%s: warning: proxy \"%s\" does not exist (you can create it with command /"
|
||||
"proxy)"
|
||||
msgstr ""
|
||||
"%s%s: Warnung: Proxy \"%s\" existiert nicht (kann mit dem Befehl /proxy "
|
||||
"angelegt werden)"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
@@ -6281,6 +6281,8 @@ msgid ""
|
||||
"name of proxy used for this server (optional, proxy must be defined with "
|
||||
"command /proxy)"
|
||||
msgstr ""
|
||||
"Name des Proxy für diesen Server (optional, Proxy muss mit dem Befehl /proxy "
|
||||
"angelegt werden)"
|
||||
|
||||
msgid ""
|
||||
"use IPv6 protocol for server communication (try IPv6 then fallback to IPv4); "
|
||||
@@ -8284,18 +8286,15 @@ msgstr ""
|
||||
"Name einer Erweiterung (darf mit einem \"*\" als Platzhalter beginnen oder "
|
||||
"enden) (optional)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "list of proxies"
|
||||
msgstr "Auflistung der Proxys:"
|
||||
|
||||
#, fuzzy
|
||||
msgid "proxy pointer (optional)"
|
||||
msgstr "Relay Pointer (optional)"
|
||||
msgstr "Proxy Pointer (optional)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "proxy name (can start or end with \"*\" as wildcard) (optional)"
|
||||
msgstr ""
|
||||
"Bar Name (darf mit einem \"*\" als Platzhalter beginnen oder enden) "
|
||||
"Name des Proxy (darf mit einem \"*\" als Platzhalter beginnen oder enden) "
|
||||
"(optional)"
|
||||
|
||||
msgid "options for URL"
|
||||
@@ -8381,7 +8380,7 @@ msgid "plugin"
|
||||
msgstr "Erweiterung"
|
||||
|
||||
msgid "proxy"
|
||||
msgstr ""
|
||||
msgstr "Proxy"
|
||||
|
||||
msgid "window"
|
||||
msgstr "Fenster"
|
||||
@@ -10397,6 +10396,3 @@ msgstr "Type"
|
||||
|
||||
msgid "Constants"
|
||||
msgstr "Konstanten"
|
||||
|
||||
#~ msgid "%s default keys (context: \"%s\"):\n"
|
||||
#~ msgstr "%s Standardtastenbelegungen (Kontext: \"%s\"):\n"
|
||||
|
||||
Reference in New Issue
Block a user