summaryrefslogtreecommitdiff
path: root/help/sv/question.page
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2021-09-19 08:31:12 -0400
committerJeremy Bicha <jbicha@debian.org>2021-09-19 08:31:12 -0400
commit0a9278511b4d4a3b5df9f6232cd0a427b945a630 (patch)
tree18db516364877f6dd0ebca5a0eddea7b9311b142 /help/sv/question.page
parentdebian/watch: Update for GNOME 40 style version numbering (diff)
parentNew upstream version 3.41.0 (diff)
downloadzenity-0a9278511b4d4a3b5df9f6232cd0a427b945a630.tar.gz
zenity-0a9278511b4d4a3b5df9f6232cd0a427b945a630.tar.bz2
zenity-0a9278511b4d4a3b5df9f6232cd0a427b945a630.zip
Update upstream source from tag 'upstream/3.41.0'
Update to upstream version '3.41.0' with Debian dir e93fe4af08d9574e6a601a2b0269cc470265904a
Diffstat (limited to 'help/sv/question.page')
-rw-r--r--help/sv/question.page37
1 files changed, 0 insertions, 37 deletions
diff --git a/help/sv/question.page b/help/sv/question.page
deleted file mode 100644
index 3f2f2a37..00000000
--- a/help/sv/question.page
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="topic" id="question" xml:lang="sv">
- <info>
- <link type="guide" xref="message"/>
- <desc>Använd flaggan <cmd>--question</cmd>.</desc>
-
- <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
- <mal:name>Daniel Nylander</mal:name>
- <mal:email>po@danielnylander.se</mal:email>
- <mal:years>2006, 2009</mal:years>
- </mal:credit>
-
- <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
- <mal:name>Sebastian Rasmussen</mal:name>
- <mal:email>sebras@gmail.com</mal:email>
- <mal:years>2016</mal:years>
- </mal:credit>
- </info>
- <title>Frågedialog</title>
- <p>Använd flaggan <cmd>--question</cmd> för att skapa en frågedialog.</p>
-
- <p>Följande exempelskript visar hur man skapar en frågedialog:</p>
-
-<code>
-#!/bin/bash
-
-zenity --question \
---text="Är du säker på att du vill fortsätta?"
-</code>
-
-
- <figure>
- <title>Exempel på frågedialog</title>
- <desc><app>Zenity</app>-exempel på frågedialog</desc>
- <media type="image" mime="image/png" src="figures/zenity-question-screenshot.png"/>
- </figure>
-</page>
bgstack15