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

« back to all changes in this revision

Viewing changes to help/ja/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="ja">
 
3
<info>
 
4
  <link type="guide" xref="index"/>
 
5
  <desc><app>Zenity</app> を使えば、様々な種類の簡単なダイアログを作成できます。</desc>
 
6
</info>
 
7
<title>はじめに</title>
 
8
<p><app>Zenity</app> を使えば、以下の種類の簡単なダイアログを作成できます。</p>
 
9
 
 
10
<list>
 
11
    <item><p>カレンダー</p></item>
 
12
    <item><p>ファイル選択</p></item>
 
13
    <item><p>フォーム</p></item>
 
14
    <item><p>一覧</p></item>
 
15
    <item><p>通知アイコン</p></item>
 
16
    <item><p>メッセージ</p>
 
17
        <list>
 
18
            <item><p>エラー</p></item>
 
19
        <item><p>情報</p></item>
 
20
        <item><p>質問</p></item>
 
21
        <item><p>警告</p></item>
 
22
        </list>
 
23
    </item>
 
24
    <item><p>パスワード入力</p></item>
 
25
    <item><p>進捗表示</p></item>
 
26
    <item><p>テキスト入力</p></item>
 
27
    <item><p>テキスト情報</p></item>
 
28
    <item><p>スケール</p></item>
 
29
    <item><p>色選択</p></item>
 
30
</list>
 
31
</page>