This file is indexed.

/usr/share/help/ja/zenity/warning.page is in zenity-common 3.14.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="warning" xml:lang="ja">
  <info>
    <link type="guide" xref="message"/>
    <desc><cmd>--warning</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>--warning</cmd> というオプションを使ってください。</p>

      <p>以下のスクリプトの例で警告ダイアログの作成方法を示します。</p>

<code>
#!/bin/bash

zenity --warning \
--text="電気ショックを避けるために電源ケーブルの接続を解除しました。"
</code>


      <figure id="zenity-warning-screenshot">
        <title>警告ダイアログの例</title>
	<desc><app>Zenity</app> 警告ダイアログの例</desc>
        <media type="image" mime="image/png" src="figures/zenity-warning-screenshot.png"/>
      </figure>
</page>