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

« back to all changes in this revision

Viewing changes to help/ja/error.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="error" xml:lang="ja">
 
3
  <info>
 
4
    <link type="guide" xref="message"/>
 
5
    <desc><cmd>--error</cmd> オプションの使用</desc>
 
6
  </info>
 
7
  <title>エラーダイアログ</title>
 
8
      <p>エラーダイアログを作成するには、<cmd>--error</cmd> というオプションを使ってください。</p>
 
9
 
 
10
      <p>以下のスクリプトの例でエラーダイアログの作成方法を示します。</p>
 
11
 
 
12
<code>
 
13
#!/bin/bash
 
14
 
 
15
zenity --error \
 
16
--text="/var/log/syslog が見つかりません。"
 
17
</code>
 
18
 
 
19
 
 
20
      <figure id="zenity-error-screenshot">
 
21
        <title>エラーダイアログの例</title>
 
22
        <desc><app>Zenity</app> エラーダイアログの例</desc>
 
23
        <media type="image" mime="image/png" src="figures/zenity-error-screenshot.png"/>
 
24
      </figure>
 
25
</page>