~ubuntu-branches/ubuntu/precise/zenity/precise-updates

« back to all changes in this revision

Viewing changes to help/de/notification.page

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-29 14:50:15 UTC
  • mfrom: (1.1.45)
  • Revision ID: package-import@ubuntu.com-20120329145015-p6jkb44cf19r2qyi
Tags: 3.4.0-0ubuntu1
* New upstream release:
  - Add support for lists and trees with --forms
  - Fix warning reading list from stdin
* debian/zenity-common.install:
  - Doesn't install omf files anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="notification" xml:lang="de">
 
3
  <info>
 
4
    <link type="guide" xref="index#dialogs"/>
 
5
    <desc>Die Option <cmd>--notifications</cmd> verwenden.</desc>
 
6
  </info>
 
7
  <title>Benachrichtigungssymbol</title>
 
8
    <p>Verwenden Sie die Option <cmd>--notification</cmd>, um ein Benachrichtigungssymbol zu erzeugen.</p>
 
9
 
 
10
    <terms>
 
11
 
 
12
      <item>
 
13
        <title><cmd>--text</cmd>=<var>Text</var></title>
 
14
          <p>Legt den Text fest, der im Benachrichtigungsfeld angezeigt wird.</p>
 
15
      </item>
 
16
 
 
17
    </terms>
 
18
 
 
19
    <p>Das folgende Beispielskript zeigt, wie Sie ein Benachrichtigungssymbol erzeugen:</p>
 
20
<code>
 
21
#!/bin/sh
 
22
 
 
23
zenity --notification\
 
24
  --window-icon="info" \
 
25
  --text="There are system updates necessary!"
 
26
</code>
 
27
 
 
28
 
 
29
    <figure id="zenity-notification-screenshot">
 
30
      <title>Beispiel für ein Benachrichtigungssymbol</title>
 
31
      <desc>Beispiel für ein Benachrichtigungssymbol in <app>Zenity</app></desc>
 
32
      <media type="image" mime="image/png" src="figures/zenity-notification-screenshot.png"/>
 
33
   </figure>
 
34
</page>