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

« back to all changes in this revision

Viewing changes to help/eu/usage.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="usage" xml:lang="eu">
 
3
<info>
 
4
  <link type="guide" xref="index"/>
 
5
  <desc>You can use <app>Zenity</app> to create simple dialogs that interact graphically with the user.</desc>
 
6
</info>
 
7
<title>Erabilera</title>
 
8
    <p>
 
9
        When you write scripts, you can use <app>Zenity</app> to create simple dialogs that interact graphically with the user, as follows:
 
10
    </p>
 
11
    <list>
 
12
      <item>
 
13
        <p>Erabiltzaileagandik informazioa lortzeko, elkarrizketa-koadro bat sor dezakezu. Esaterako, erabiltzaileari eska diezaiokezu elkarrizketa-koadroko egutegitik data bat aukeratu dezan, edo elkarrizketa-koadroko fitxategi-hautapenetik fitxategi bat hauta dezan.</p>
 
14
      </item>
 
15
      <item>
 
16
        <p>Erabiltzaileari informazioa emateko, elkarrizketa-koadro bat sor dezakezu. Esaterako, eragiketa baten egoera adierazteko, elkarrizketa-koadroko progresio-barra erabil dezakezu, edo, erabiltzailea ohartarazteko, elkarrizketa-koadroko abisu bat.</p>
 
17
      </item>
 
18
    </list>
 
19
    <p>
 
20
        When the user closes the dialog, <app>Zenity</app> prints the text produced by the dialog to standard output.
 
21
    </p>
 
22
 
 
23
    <note>
 
24
      <p>
 
25
        When you write <app>Zenity</app> commands, ensure that you place quotation marks around each argument. 
 
26
      </p>
 
27
      <p>For example, use:</p>
 
28
      <screen>zenity --calendar --title="Holiday Planner"</screen>
 
29
      <p>Do not use:</p>
 
30
      <screen>zenity --calendar --title=Holiday Planner</screen>
 
31
      <p>Komatxo artean jartzen ez baduzu, ustekabeko emaitzak lortuko dituzu.</p>
 
32
    </note>
 
33
 
 
34
    <section id="zenity-usage-mnemonics">
 
35
      <title>Tekla bizkortzaileak</title>
 
36
        <p>Teklatua erabiliz menu bateko edo elkarrizketa-koadro bateko komando bat sagua erabili gabe aukeratzeko modua eskaintzen dizu tekla bizkortzaileak. Menu edo elkarrizketa-koadroetako aukera bakoitzean azpimarratuta dagoen letra da bizkortzailea.</p>
 
37
        <p>
 
38
          Some <app>Zenity</app> dialogs support the use of access keys. To specify the character to use as the access key, place an underscore before that character in the text of the dialog. The following example shows how to specify the letter 'C' as the access key:
 
39
        </p>
 
40
        <screen><input>"_Aukeratu izen bat".</input></screen>
 
41
    </section>
 
42
 
 
43
    <section id="zenity-usage-exitcodes">
 
44
      <title>Irteera-kodeak</title>
 
45
    <p>
 
46
        Zenity returns the following exit codes:
 
47
    </p>
 
48
 
 
49
    <table frame="all" rules="all">
 
50
        <thead>
 
51
          <tr valign="top">
 
52
            <td colname="COLSPEC0">
 
53
              <p>Irteera-kodea</p></td>
 
54
            <td colname="COLSPEC1">
 
55
              <p>Azalpena</p></td>
 
56
          </tr>
 
57
        </thead>
 
58
        <tbody>
 
59
          <tr valign="top">
 
60
            <td>
 
61
              <p><var>0</var></p>
 
62
            </td>
 
63
            <td>
 
64
              <p>The user has pressed either <gui style="button">OK</gui> or <gui style="button">Close</gui>.</p>
 
65
            </td>
 
66
          </tr>
 
67
          <tr valign="top">
 
68
            <td>
 
69
              <p><var>1</var></p>
 
70
            </td>
 
71
            <td>
 
72
              <p>The user has either pressed <gui style="button">Cancel</gui>, or used the window functions to close the dialog.</p>
 
73
            </td>
 
74
          </tr>
 
75
          <tr valign="top">
 
76
            <td>
 
77
              <p><var>-1</var></p>
 
78
            </td>
 
79
            <td>
 
80
              <p>Ustekabeko errorea gertatu da.</p>
 
81
            </td>
 
82
          </tr>
 
83
          <tr valign="top">
 
84
            <td>
 
85
              <p><var>5</var></p>
 
86
            </td>
 
87
            <td>
 
88
              <p>The dialog has been closed because the timeout has been reached.</p>
 
89
            </td>
 
90
          </tr>
 
91
        </tbody>
 
92
    </table>
 
93
 
 
94
    </section>
 
95
 
 
96
 
 
97
  <!-- ==== General Options ====== -->
 
98
 
 
99
  <section id="zenity-usage-general-options">
 
100
    <title>Aukera orokorrak</title>
 
101
 
 
102
    <p>
 
103
        All Zenity dialogs support the following general options:
 
104
    </p>
 
105
 
 
106
    <terms>
 
107
 
 
108
      <item>
 
109
        <title><cmd>--title</cmd>=<var>title</var></title>
 
110
        <p>Elkarrizketa-koadroaren titulua zehazten du.</p>
 
111
      </item>
 
112
 
 
113
      <item>
 
114
        <title><cmd>--window-icon</cmd>=<var>icon_path</var></title>
 
115
        <p>Elkarrizketa-koadroaren leiho-markoetan bistaratu den ikonoa zehazten du. 4 ikono daude erabilgarri gako-hitz hauek sartuz gero - 'info', 'warning', 'question' eta 'error'.</p>
 
116
      </item>
 
117
 
 
118
      <item>
 
119
        <title><cmd>--width</cmd>=<var>width</var></title>
 
120
        <p>Elkarrizketa-koadroaren zabalera zehazten du.</p>
 
121
      </item>
 
122
 
 
123
      <item>
 
124
        <title><cmd>--height</cmd>=<var>height</var></title>
 
125
        <p>Elkarrizketa-koadroaren altuera zehazten du.</p>
 
126
      </item>
 
127
 
 
128
      <item>
 
129
        <title><cmd>--timeout</cmd>=<var>timeout</var></title>
 
130
        <p>Specifies the timeout in seconds after which the dialog is closed.</p>
 
131
      </item>
 
132
 
 
133
    </terms>
 
134
 
 
135
  </section>
 
136
 
 
137
<!-- ==== Miscellaneous Options ====== -->
 
138
 
 
139
  <section id="zenity-help-options">
 
140
    <title>Laguntza-aukerak</title>
 
141
 
 
142
    <p>
 
143
        Zenity provides the following help options:
 
144
    </p>
 
145
 
 
146
    <terms>
 
147
 
 
148
      <item>
 
149
        <title><cmd>--help</cmd></title>
 
150
        <p>Laguntza-testu murriztua ematen du.</p>
 
151
      </item>
 
152
 
 
153
      <item>
 
154
        <title><cmd>--help-all</cmd></title>
 
155
        <p>Elkarrizketa-koadro guztietarako laguntza-testu osoa bistaratzen du.</p>
 
156
      </item>
 
157
 
 
158
      <item>
 
159
        <title><cmd>--help-general</cmd></title>
 
160
        <p>Elkarrizketa-koadroen aukera orokorretarako laguntza-testua bistaratzen du.</p>
 
161
      </item>
 
162
 
 
163
      <item>
 
164
        <title><cmd>--help-calendar</cmd></title>
 
165
        <p>Egutegiaren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
166
      </item>
 
167
 
 
168
      <item>
 
169
        <title><cmd>--help-entry</cmd></title>
 
170
        <p>Hasierako testuaren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
171
      </item>
 
172
 
 
173
      <item>
 
174
        <title><cmd>--help-error</cmd></title>
 
175
        <p>Erroreen elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
176
      </item>
 
177
 
 
178
      <item>
 
179
        <title><cmd>--help-info</cmd></title>
 
180
        <p>Informazioaren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
181
      </item>
 
182
 
 
183
      <item>
 
184
        <title><cmd>--help-file-selection</cmd></title>
 
185
        <p>Fitxategi-hautapenaren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
186
      </item>
 
187
 
 
188
      <item>
 
189
        <title><cmd>--help-list</cmd></title>
 
190
        <p>Zerrendaren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
191
      </item>
 
192
 
 
193
      <item>
 
194
        <title><cmd>--help-notification</cmd></title>
 
195
        <p>Jakinarazpen-ikonoaren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
196
      </item>
 
197
 
 
198
      <item>
 
199
        <title><cmd>--help-progress</cmd></title>
 
200
        <p>Progresio-barraren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
201
      </item>
 
202
 
 
203
      <item>
 
204
        <title><cmd>--help-question</cmd></title>
 
205
        <p>Galderen elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
206
      </item>
 
207
 
 
208
      <item>
 
209
        <title><cmd>--help-warning</cmd></title>
 
210
        <p>Abisuen elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
211
      </item>
 
212
 
 
213
      <item>
 
214
        <title><cmd>--help-text-info</cmd></title>
 
215
        <p>Testu-informazioaren elkarrizketa-koadroko aukeretarako laguntza-testua bistaratzen du.</p>
 
216
      </item>
 
217
 
 
218
      <item>
 
219
        <title><cmd>--help-misc</cmd></title>
 
220
        <p>Aukera askotarako laguntza bistaratzen du.</p>
 
221
      </item>
 
222
 
 
223
      <item>
 
224
        <title><cmd>--help-gtk</cmd></title>
 
225
        <p>GTK aukeretarako laguntza bistaratzen du.</p>
 
226
      </item>
 
227
 
 
228
    </terms>
 
229
 
 
230
  </section>
 
231
 
 
232
<!-- ==== Miscellaneous Options ====== -->
 
233
 
 
234
  <section id="zenity-miscellaneous-options">
 
235
    <title>Askotariko aukerak</title>
 
236
 
 
237
    <p>
 
238
        Zenity also provides the following miscellaneous options:
 
239
    </p>
 
240
 
 
241
    <terms>
 
242
 
 
243
      <item>
 
244
        <title><cmd>--about</cmd></title>
 
245
        <p>Displays the <gui>About Zenity</gui> dialog, which contains Zenity version information, copyright information, and developer information.</p>
 
246
      </item>
 
247
 
 
248
      <item>
 
249
        <title><cmd>--version</cmd></title>
 
250
        <p>Displays the version number of Zenity.</p>
 
251
      </item>
 
252
 
 
253
    </terms>
 
254
 
 
255
  </section>
 
256
 
 
257
<!-- ==== GTK+ Options ====== -->
 
258
 
 
259
  <section id="zenity-gtk-options">
 
260
    <title>GTK+ aukerak</title>
 
261
 
 
262
    <p>
 
263
        Zenity supports the standard GTK+ options. For more information about the GTK+ options, execute the <cmd>zenity --help-gtk</cmd> command.
 
264
    </p>
 
265
 
 
266
  </section>
 
267
 
 
268
<!-- ==== Environment variables ==== -->
 
269
 
 
270
  <section id="zenity-environment-variables">
 
271
    <title>Environment Variables</title>
 
272
 
 
273
    <p>
 
274
      Normally, Zenity detects the terminal window from which it was launched
 
275
      and keeps itself above that window.  This behavior can be disabled by
 
276
      unsetting the <var>WINDOWID</var> environment variable.
 
277
    </p>
 
278
 
 
279
  </section>
 
280
</page>