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

« back to all changes in this revision

Viewing changes to help/ca/intro.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="introduction" xml:lang="ca">
 
3
<info>
 
4
  <link type="guide" xref="index"/>
 
5
  <desc><app>Zenity</app> enables you to create the various types of simple dialog.</desc>
 
6
</info>
 
7
<title>Introducció</title>
 
8
<p>
 
9
    <app>Zenity</app> enables you to create the following types of simple dialog:
 
10
</p>
 
11
 
 
12
<list>
 
13
    <item><p>Calendari</p></item>
 
14
    <item><p>Selecció de fitxers</p></item>
 
15
    <item><p>Forms</p></item>
 
16
    <item><p>Llista</p></item>
 
17
    <item><p>Icona de notificació</p></item>
 
18
    <item><p>Missatge</p>
 
19
        <list>
 
20
            <item><p>Error</p></item>
 
21
        <item><p>Informació</p></item>
 
22
        <item><p>Pregunta</p></item>
 
23
        <item><p>Avís</p></item>
 
24
        </list>
 
25
    </item>
 
26
    <item><p>Password entry</p></item>
 
27
    <item><p>Progrés</p></item>
 
28
    <item><p>Entrada de text</p></item>
 
29
    <item><p>Text informatiu</p></item>
 
30
    <item><p>Scale</p></item>
 
31
    <item><p>Color selection</p></item>
 
32
</list>
 
33
</page>