diff options
author | Jeremy Bicha <jbicha@debian.org> | 2017-12-16 13:06:04 -0500 |
---|---|---|
committer | Jeremy Bicha <jbicha@debian.org> | 2017-12-16 13:06:04 -0500 |
commit | c5fd821cd582b8d8df624e42c7722a5843ace911 (patch) | |
tree | 571f12c78d287f4c365cda1fb980117176d1167c /help/bg/question.page | |
parent | Update Vcs fields for conversion to git (diff) | |
parent | New upstream version 3.26.0 (diff) | |
download | zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.tar.gz zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.tar.bz2 zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.zip |
Update upstream source from tag 'upstream/3.26.0'
Update to upstream version '3.26.0'
with Debian dir 7b9bef2d6e33af30991a3e59a1c70875d7aa58e2
Diffstat (limited to 'help/bg/question.page')
-rw-r--r-- | help/bg/question.page | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/help/bg/question.page b/help/bg/question.page new file mode 100644 index 00000000..a0585bd1 --- /dev/null +++ b/help/bg/question.page @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<page xmlns="http://projectmallard.org/1.0/" type="topic" id="question" xml:lang="bg"> + <info> + <link type="guide" xref="message"/> + <desc>Use the <cmd>--question</cmd> option.</desc> + </info> + <title>Прозорец за въпроси</title> + <p> + Use the <cmd>--question</cmd> option to create a question dialog. + </p> + + <p> + The following example script shows how to create a question dialog: + </p> + +<code> +#!/bin/bash + +zenity --question \ +--text="Are you sure you wish to proceed?" +</code> + + + <figure> + <title>Пример за прозорец за въпроси</title> + <desc><app>Zenity</app> question dialog example</desc> + <media type="image" mime="image/png" src="figures/zenity-question-screenshot.png"/> + </figure> +</page> |