Translate the English text in awesome-client.1.de.txt
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
80b21cfbc3
commit
477cb25d1c
|
@ -24,25 +24,25 @@ Wenn 'rlwrap' installiert ist wird es benutzt, um eine readline-Kommandozeilenei
|
||||||
|
|
||||||
Das Modul 'awful.remote' muss geladen sein, um diesen Befehl zu benutzen.
|
Das Modul 'awful.remote' muss geladen sein, um diesen Befehl zu benutzen.
|
||||||
|
|
||||||
EXAMPLES
|
BEISPIELE
|
||||||
-------
|
---------
|
||||||
....
|
....
|
||||||
$ awesome-client 'return 1+1, "Hello, world"\
|
$ awesome-client 'return 1+1, "Hello, world"\
|
||||||
double 2
|
double 2
|
||||||
string "Hello, world"
|
string "Hello, world"
|
||||||
|
|
||||||
# The following does not return anything on the command line,
|
# Das folgende Beispiel erzeugt keine Ausgabe auf der Kommandozeile,
|
||||||
# but will show a notification.
|
# sondern zeigt eine Benachrichtigung an.
|
||||||
$ awesome-client '
|
$ awesome-client '
|
||||||
> naughty = require("naughty")
|
> naughty = require("naughty")
|
||||||
> naughty.notify({
|
> naughty.notify({
|
||||||
> title="CLI Notification",
|
> title="CLI-Benachrichtigung",
|
||||||
> text="This is a notification sent from the command line!"})
|
> text="Dies ist eine Benachrichtigung von der Kommandozeile!"})
|
||||||
> '
|
> '
|
||||||
|
|
||||||
# Entering read-eval-print-loop mode
|
# Starte eine lesen-ausführen-ausgeben-Schleife (REPL).
|
||||||
# This mode will send every line to awesome, exactly the same as passing
|
# In diesem Modus wird jede Zeile zu awesome geschickt; auf die selbe Art
|
||||||
# multiple commands on the command line.
|
# wie mehrere Kommandos auf der Kommandozeile.
|
||||||
$ awesome-client
|
$ awesome-client
|
||||||
awesome# return 1+1
|
awesome# return 1+1
|
||||||
double 2
|
double 2
|
||||||
|
|
Loading…
Reference in New Issue