diff options
Diffstat (limited to 'help/ja/question.page')
-rw-r--r-- | help/ja/question.page | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/help/ja/question.page b/help/ja/question.page deleted file mode 100644 index d9634f1f..00000000 --- a/help/ja/question.page +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<page xmlns="http://projectmallard.org/1.0/" type="topic" id="question" xml:lang="ja"> - <info> - <link type="guide" xref="message"/> - <desc><cmd>--question</cmd> オプションの使用</desc> - - <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> - <mal:name>赤星 柔充</mal:name> - <mal:email>yasumichi@vinelinux.org</mal:email> - <mal:years>2011,2012</mal:years> - </mal:credit> - </info> - <title>質問ダイアログ</title> - <p>質問ダイアログを作成するには、<cmd>--question</cmd> というオプションを使ってください。</p> - - <p>以下のスクリプトの例で質問ダイアログの作成方法を示します。</p> - -<code> -#!/bin/bash - -zenity --question \ ---text="続行しますか?" -</code> - - - <figure> - <title>質問ダイアログの例</title> - <desc><app>Zenity</app> 質問ダイアログの例</desc> - <media type="image" mime="image/png" src="figures/zenity-question-screenshot.png"/> - </figure> -</page> |