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

« back to all changes in this revision

Viewing changes to help/ca/warning.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="warning" xml:lang="ca">
 
3
  <info>
 
4
    <link type="guide" xref="message"/>
 
5
    <desc>Use the <cmd>--warning</cmd> option.</desc>
 
6
  </info>
 
7
  <title>Diàleg d'avís</title>
 
8
      <p>
 
9
          Use the <cmd>--warning</cmd> option to create a warning dialog.
 
10
      </p>
 
11
 
 
12
      <p>
 
13
        The following example script shows how to create a warning dialog:
 
14
      </p>
 
15
 
 
16
<code>
 
17
#!/bin/bash
 
18
 
 
19
zenity --warning \
 
20
--text="Disconnect the power cable to avoid electrical shock."
 
21
</code>
 
22
 
 
23
 
 
24
      <figure id="zenity-warning-screenshot">
 
25
        <title>Exemple de diàleg d'avís</title>
 
26
        <desc><app>Zenity</app> warning dialog example</desc>
 
27
        <media type="image" mime="image/png" src="figures/zenity-warning-screenshot.png"/>
 
28
      </figure>
 
29
</page>