msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2026-04-17 00:07+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. (itstool) path: p/link
#: C/legal.xml:5
msgid "GNU Free Documentation License Version 1.1"
msgstr ""

#. (itstool) path: license/p
#: C/legal.xml:4
msgid "This work is licensed under a <_:link-1/> or any later version."
msgstr ""

#. (itstool) path: p/link
#: C/legal.xml:15
msgid "link"
msgstr ""

#. (itstool) path: license/p
#: C/legal.xml:8
msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <_:link-1/>."
msgstr ""

#. (itstool) path: license/p
#: C/legal.xml:17
msgid "This manual is part of a collection of GNOME manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license."
msgstr ""

#. (itstool) path: license/p
#: C/legal.xml:24
msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and the members of the GNOME Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters."
msgstr ""

#. (itstool) path: license/p
#: C/legal.xml:33
msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT:"
msgstr ""

#. (itstool) path: item/p
#: C/legal.xml:40
msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
msgstr ""

#. (itstool) path: item/p
#: C/legal.xml:60
msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES."
msgstr ""

#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
msgctxt "_"
msgid "translator-credits"
msgstr ""

#. (itstool) path: info/desc
#: C/calendar.page:6
msgid "Use the <cmd>--calendar</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/calendar.page:9
msgid "Calendar Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/calendar.page:10
msgid "Use the <cmd>--calendar</cmd> option to create a calendar dialog. Zenity returns the selected date to standard output. If no date is specified on the command line, the dialog uses the current date."
msgstr ""

#. (itstool) path: page/p
#: C/calendar.page:13
msgid "The calendar dialog supports the following options:"
msgstr ""

#. (itstool) path: item/title
#: C/calendar.page:20
#: C/entry.page:20
#: C/notification.page:14
#: C/progress.page:25
msgid "<cmd>--text</cmd>=<var>text</var>"
msgstr ""

#. (itstool) path: item/p
#: C/calendar.page:21
msgid "Specifies the text that is displayed in the calendar dialog."
msgstr ""

#. (itstool) path: item/title
#: C/calendar.page:25
msgid "<cmd>--day</cmd>=<var>day</var>"
msgstr ""

#. (itstool) path: item/p
#: C/calendar.page:26
msgid "Specifies the day that is selected in the calendar dialog. day must be a number between 1 and 31 inclusive."
msgstr ""

#. (itstool) path: item/title
#: C/calendar.page:30
msgid "<cmd>--month</cmd>=<var>month</var>"
msgstr ""

#. (itstool) path: item/p
#: C/calendar.page:31
msgid "Specifies the month that is selected in the calendar dialog. month must be a number between 1 and 12 inclusive."
msgstr ""

#. (itstool) path: item/title
#: C/calendar.page:35
msgid "<cmd>--year</cmd>=<var>year</var>"
msgstr ""

#. (itstool) path: item/p
#: C/calendar.page:36
msgid "Specifies the year that is selected in the calendar dialog."
msgstr ""

#. (itstool) path: item/title
#: C/calendar.page:40
msgid "<cmd>--date-format</cmd>=<var>format</var>"
msgstr ""

#. (itstool) path: item/p
#: C/calendar.page:41
msgid "Specifies the format that is returned from the calendar dialog after date selection. The default format depends on your locale. Format must be a format that is acceptable to the <cmd>strftime</cmd> function, for example <var>%A %d/%m/%y</var>."
msgstr ""

#. (itstool) path: page/p
#: C/calendar.page:46
msgid "The following example script shows how to create a calendar dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/calendar.page:50
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"\n"
"if zenity --calendar \\\n"
"--title=\"Select a Date\" \\\n"
"--text=\"Click on a date to select that date.\" \\\n"
"--day=10 --month=8 --year=2004\n"
"  then echo $?\n"
"  else echo \"No date selected\"\n"
"fi\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/calendar.page:65
msgid "Calendar Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/calendar.page:66
msgid "Zenity calendar dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/calendar.page:67
msgctxt "_"
msgid "external ref='figures/zenity-calendar-screenshot.png' md5='6cea267756c112be1d42c05162ad98ca'"
msgstr ""

#. (itstool) path: info/desc
#: C/color-selection.page:6
msgid "Use the <cmd>--color-selection</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/color-selection.page:9
msgid "Color Selection Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/color-selection.page:10
msgid "Use the <cmd>--color-selection</cmd> option to create a color selection dialog."
msgstr ""

#. (itstool) path: page/p
#: C/color-selection.page:13
msgid "The color selection dialog supports the following options:"
msgstr ""

#. (itstool) path: item/title
#: C/color-selection.page:20
msgid "<cmd>--color</cmd>=<var>VALUE</var>"
msgstr ""

#. (itstool) path: item/p
#: C/color-selection.page:21
msgid "Set the initial color.(ex: #FF0000)"
msgstr ""

#. (itstool) path: item/title
#: C/color-selection.page:25
msgid "<cmd>--show-palette</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/color-selection.page:26
msgid "Show the palette."
msgstr ""

#. (itstool) path: page/p
#: C/color-selection.page:31
msgid "The following example script shows how to create a color selection dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/color-selection.page:35
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"COLOR=`zenity --color-selection --show-palette`\n"
"\n"
"case $? in\n"
"         0)\n"
"\t\techo \"You selected $COLOR.\";;\n"
"         1)\n"
"                echo \"No color selected.\";;\n"
"        -1)\n"
"                echo \"An unexpected error has occurred.\";;\n"
"esac\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/color-selection.page:51
msgid "Color Selection Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/color-selection.page:52
msgid "<app>Zenity</app> color selection dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/color-selection.page:53
msgctxt "_"
msgid "external ref='figures/zenity-colorselection-screenshot.png' md5='44eacf35e65ea7e361d2861d577abc2d'"
msgstr ""

#. (itstool) path: info/desc
#: C/entry.page:6
msgid "Use the <cmd>--entry</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/entry.page:9
msgid "Text Entry Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/entry.page:10
msgid "Use the <cmd>--entry</cmd> option to create a text entry dialog. <app>Zenity</app> returns the contents of the text entry to standard output."
msgstr ""

#. (itstool) path: page/p
#: C/entry.page:13
msgid "The text entry dialog supports the following options:"
msgstr ""

#. (itstool) path: item/p
#: C/entry.page:21
msgid "Specifies the text that is displayed in the text entry dialog."
msgstr ""

#. (itstool) path: item/title
#: C/entry.page:25
msgid "<cmd>--entry-text</cmd>=<var>text</var>"
msgstr ""

#. (itstool) path: item/p
#: C/entry.page:26
msgid "Specifies the text that is displayed in the entry field of the text entry dialog."
msgstr ""

#. (itstool) path: item/title
#: C/entry.page:30
msgid "<cmd>--hide-text</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/entry.page:31
msgid "Hides the text in the entry field of the text entry dialog."
msgstr ""

#. (itstool) path: page/p
#: C/entry.page:36
msgid "The following example script shows how to create a text entry dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/entry.page:40
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"if zenity --entry \\\n"
"--title=\"Add new profile\" \\\n"
"--text=\"Enter name of new profile:\" \\\n"
"--entry-text \"NewProfile\"\n"
"  then echo $?\n"
"  else echo \"No name entered\"\n"
"fi\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/entry.page:54
msgid "Text Entry Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/entry.page:55
msgid "<app>Zenity</app> text entry dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/entry.page:56
msgctxt "_"
msgid "external ref='figures/zenity-entry-screenshot.png' md5='472aa0168ddf4f35e6d7a5858d56521f'"
msgstr ""

#. (itstool) path: info/desc
#: C/error.page:6
msgid "Use the <cmd>--error</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/error.page:9
msgid "Error Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/error.page:10
msgid "Use the <cmd>--error</cmd> option to create an error dialog."
msgstr ""

#. (itstool) path: page/p
#: C/error.page:14
msgid "The following example script shows how to create an error dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/error.page:18
#, no-wrap
msgid ""
"\n"
"#!/bin/bash\n"
"\n"
"zenity --error \\\n"
"--text=\"Could not find /var/log/syslog.\"\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/error.page:27
msgid "Error Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/error.page:28
msgid "<app>Zenity</app> error dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/error.page:29
msgctxt "_"
msgid "external ref='figures/zenity-error-screenshot.png' md5='9787520ed1845e6435798f01aede3137'"
msgstr ""

#. (itstool) path: info/desc
#: C/file-selection.page:6
msgid "Use the <cmd>--file-selection</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/file-selection.page:9
msgid "File Selection Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/file-selection.page:10
msgid "Use the <cmd>--file-selection</cmd> option to create a file selection dialog. <app>Zenity</app> returns the selected files or directories to standard output. The default mode of the file selection dialog is open."
msgstr ""

#. (itstool) path: page/p
#: C/file-selection.page:14
msgid "The file selection dialog supports the following options:"
msgstr ""

#. (itstool) path: item/title
#: C/file-selection.page:21
#: C/text.page:21
msgid "<cmd>--filename</cmd>=<var>filename</var>"
msgstr ""

#. (itstool) path: item/p
#: C/file-selection.page:22
msgid "Specifies the file or directory that is selected in the file selection dialog when the dialog is first shown."
msgstr ""

#. (itstool) path: item/title
#: C/file-selection.page:26
msgid "<cmd>--multiple</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/file-selection.page:27
msgid "Allows the selection of multiple filenames in the file selection dialog."
msgstr ""

#. (itstool) path: item/title
#: C/file-selection.page:31
msgid "<cmd>--directory</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/file-selection.page:32
msgid "Allows only selection of directories in the file selection dialog."
msgstr ""

#. (itstool) path: item/title
#: C/file-selection.page:36
msgid "<cmd>--save</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/file-selection.page:37
msgid "Set the file selection dialog into save mode."
msgstr ""

#. (itstool) path: item/title
#: C/file-selection.page:41
#: C/list.page:53
msgid "<cmd>--separator</cmd>=<var>separator</var>"
msgstr ""

#. (itstool) path: item/p
#: C/file-selection.page:42
msgid "Specifies the string that is used to divide the returned list of filenames."
msgstr ""

#. (itstool) path: page/p
#: C/file-selection.page:47
msgid "The following example script shows how to create a file selection dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/file-selection.page:51
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"FILE=`zenity --file-selection --title=\"Select a File\"`\n"
"\n"
"case $? in\n"
"         0)\n"
"                echo \"\\\"$FILE\\\" selected.\";;\n"
"         1)\n"
"                echo \"No file selected.\";;\n"
"        -1)\n"
"                echo \"An unexpected error has occurred.\";;\n"
"esac\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/file-selection.page:67
msgid "File Selection Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/file-selection.page:68
msgid "<app>Zenity</app> file selection dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/file-selection.page:69
msgctxt "_"
msgid "external ref='figures/zenity-fileselection-screenshot.png' md5='56bb72a795d776931c5ce9ba05d98bbe'"
msgstr ""

#. (itstool) path: info/desc
#: C/forms.page:6
msgid "Use the <cmd>--forms</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/forms.page:9
msgid "Forms Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/forms.page:10
msgid "Use the <cmd>--forms</cmd> option to create a forms dialog."
msgstr ""

#. (itstool) path: page/p
#: C/forms.page:14
msgid "The forms dialog supports the following options:"
msgstr ""

#. (itstool) path: item/title
#: C/forms.page:21
msgid "<cmd>--add-entry</cmd>=<var>FieldName</var>"
msgstr ""

#. (itstool) path: item/p
#: C/forms.page:22
msgid "Add a new Entry in forms dialog."
msgstr ""

#. (itstool) path: item/title
#: C/forms.page:26
msgid "<cmd>--add-password</cmd>=<var>FieldName</var>"
msgstr ""

#. (itstool) path: item/p
#: C/forms.page:27
msgid "Add a new Password Entry in forms dialog. (Hide text)"
msgstr ""

#. (itstool) path: item/title
#: C/forms.page:31
msgid "<cmd>--add-calendar</cmd>=<var>FieldName</var>"
msgstr ""

#. (itstool) path: item/p
#: C/forms.page:32
msgid "Add a new Calendar in forms dialog."
msgstr ""

#. (itstool) path: item/title
#: C/forms.page:36
#: C/scale.page:20
msgid "<cmd>--text</cmd>=<var>TEXT</var>"
msgstr ""

#. (itstool) path: item/p
#: C/forms.page:37
msgid "Set the dialog text."
msgstr ""

#. (itstool) path: item/title
#: C/forms.page:41
msgid "<cmd>--separator</cmd>=<var>SEPARATOR</var>"
msgstr ""

#. (itstool) path: item/p
#: C/forms.page:42
msgid "Set output separator character. (Default: | )"
msgstr ""

#. (itstool) path: item/title
#: C/forms.page:46
msgid "<cmd>--forms-date-format</cmd>=<var>PATTERN</var>"
msgstr ""

#. (itstool) path: item/p
#: C/forms.page:47
msgid "Set the format for the returned date. The default format depends on your locale. format must be a Format that is acceptable to the <cmd>strftime</cmd> function, for example <var>%A %d/%m/%y</var>."
msgstr ""

#. (itstool) path: page/p
#: C/forms.page:52
msgid "The following example script shows how to create a forms dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/forms.page:56
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"zenity --forms --title=\"Add Friend\" \\\n"
"\t--text=\"Enter information about your friend.\" \\\n"
"\t--separator=\",\" \\\n"
"\t--add-entry=\"First Name\" \\\n"
"\t--add-entry=\"Family Name\" \\\n"
"\t--add-entry=\"Email\" \\\n"
"\t--add-calendar=\"Birthday\" &gt;&gt; addr.csv\n"
"\n"
"case $? in\n"
"    0)\n"
"        echo \"Friend added.\";;\n"
"    1)\n"
"        echo \"No friend added.\"\n"
"\t;;\n"
"    -1)\n"
"        echo \"An unexpected error has occurred.\"\n"
"\t;;\n"
"esac\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/forms.page:80
msgid "Forms Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/forms.page:81
msgid "<app>Zenity</app> forms dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/forms.page:82
msgctxt "_"
msgid "external ref='figures/zenity-forms-screenshot.png' md5='3d38ba633dc03d992658ca75e8fd742b'"
msgstr ""

#. (itstool) path: credit/name
#: C/index.page:6
msgid "Sun Java Desktop System Documentation Team"
msgstr ""

#. (itstool) path: credit/name
#: C/index.page:9
msgid "Glynn Foster"
msgstr ""

#. (itstool) path: credit/name
#: C/index.page:12
msgid "Nicholas Curran"
msgstr ""

#. (itstool) path: credit/name
#: C/index.page:16
msgid "Yasumichi Akahoshi"
msgstr ""

#. (itstool) path: page/title
#: C/index.page:26
msgid "Zenity Manual"
msgstr ""

#. (itstool) path: section/title
#: C/index.page:29
msgid "Dialogs"
msgstr ""

#. (itstool) path: info/desc
#: C/info.page:6
msgid "Use the <cmd>--info</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/info.page:9
msgid "Info Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/info.page:10
msgid "Use the <cmd>--info</cmd> option to create an information dialog."
msgstr ""

#. (itstool) path: page/p
#: C/info.page:14
msgid "The following example script shows how to create an information dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/info.page:18
#, no-wrap
msgid ""
"\n"
"#!/bin/bash\n"
"\n"
"zenity --info \\\n"
"--text=\"Merge complete. Updated 3 of 10 files.\"\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/info.page:27
msgid "Information Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/info.page:28
msgid "<app>Zenity</app> information dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/info.page:29
msgctxt "_"
msgid "external ref='figures/zenity-information-screenshot.png' md5='bda77163239323c8115609d7de8f9590'"
msgstr ""

#. (itstool) path: info/desc
#: C/intro.page:6
msgid "<app>Zenity</app> enables you to create the various types of simple dialog."
msgstr ""

#. (itstool) path: page/title
#: C/intro.page:9
msgid "Introduction"
msgstr ""

#. (itstool) path: page/p
#: C/intro.page:10
msgid "<app>Zenity</app> enables you to create the following types of simple dialog:"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:15
msgid "Calendar"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:16
msgid "File selection"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:17
msgid "Forms"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:18
msgid "List"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:19
msgid "Notification icon"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:20
msgid "Message"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:22
msgid "Error"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:23
msgid "Information"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:24
msgid "Question"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:25
msgid "Warning"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:28
msgid "Password entry"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:29
msgid "Progress"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:30
msgid "Text entry"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:31
msgid "Text information"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:32
msgid "Scale"
msgstr ""

#. (itstool) path: item/p
#: C/intro.page:33
msgid "Color selection"
msgstr ""

#. (itstool) path: info/desc
#: C/list.page:6
msgid "Use the <cmd>--list</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/list.page:9
msgid "List Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/list.page:10
msgid "Use the <cmd>--list</cmd> option to create a list dialog. <app>Zenity</app> returns the entries in the first column of text of selected rows to standard output."
msgstr ""

#. (itstool) path: page/p
#: C/list.page:14
msgid "Data for the dialog must specified column by column, row by row. Data can be provided to the dialog through standard input. Each entry must be separated by a newline character."
msgstr ""

#. (itstool) path: page/p
#: C/list.page:18
msgid "If you use the <cmd>--checklist</cmd> or <cmd>--radiolist</cmd> options, each row must start with either 'TRUE' or 'FALSE'."
msgstr ""

#. (itstool) path: page/p
#: C/list.page:22
msgid "The list dialog supports the following options:"
msgstr ""

#. (itstool) path: item/title
#: C/list.page:29
msgid "<cmd>--column</cmd>=<var>column</var>"
msgstr ""

#. (itstool) path: item/p
#: C/list.page:30
msgid "Specifies the column headers that are displayed in the list dialog. You must specify a <cmd>--column</cmd> option for each column that you want to display in the dialog."
msgstr ""

#. (itstool) path: item/title
#: C/list.page:35
msgid "<cmd>--checklist</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/list.page:36
msgid "Specifies that the first column in the list dialog contains check boxes."
msgstr ""

#. (itstool) path: item/title
#: C/list.page:41
msgid "<cmd>--radiolist</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/list.page:42
msgid "Specifies that the first column in the list dialog contains radio boxes."
msgstr ""

#. (itstool) path: item/title
#: C/list.page:47
#: C/text.page:26
msgid "<cmd>--editable</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/list.page:48
msgid "Allows the displayed items to be edited."
msgstr ""

#. (itstool) path: item/p
#: C/list.page:54
msgid "Specifies what string is used when the list dialog returns the selected entries."
msgstr ""

#. (itstool) path: item/title
#: C/list.page:59
msgid "<cmd>--print-column</cmd>=<var>column</var>"
msgstr ""

#. (itstool) path: item/p
#: C/list.page:60
msgid "Specifies what column should be printed out upon selection. The default column is '1'. 'ALL' can be used to print out all columns in the list."
msgstr ""

#. (itstool) path: page/p
#: C/list.page:67
msgid "The following example script shows how to create a list dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/list.page:70
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"zenity --list \\\n"
"  --title=\"Choose the Bugs You Wish to View\" \\\n"
"  --column=\"Bug Number\" --column=\"Severity\" --column=\"Description\" \\\n"
"    992383 Normal \"GtkTreeView crashes on multiple selections\" \\\n"
"    293823 High \"GNOME Dictionary does not handle proxy\" \\\n"
"    393823 Critical \"Menu editing does not work in GNOME 2.0\"\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/list.page:83
msgid "List Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/list.page:84
msgid "<app>Zenity</app> list dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/list.page:85
msgctxt "_"
msgid "external ref='figures/zenity-list-screenshot.png' md5='a5f4881e5e772b157b13616bcfe2fae5'"
msgstr ""

#. (itstool) path: info/desc
#: C/message.page:6
msgid "<link xref=\"error\">Error</link>, <link xref=\"info\">Info</link>, <link xref=\"question\">Question</link>, <link xref=\"warning\">Warning</link>"
msgstr ""

#. (itstool) path: page/title
#: C/message.page:14
msgid "Message Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/message.page:15
msgid "For each type, use the <cmd>--text</cmd> option to specify the text that is displayed in the dialog."
msgstr ""

#. (itstool) path: info/desc
#: C/notification.page:6
msgid "Use the <cmd>--notification</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/notification.page:9
msgid "Notification Icon"
msgstr ""

#. (itstool) path: page/p
#: C/notification.page:10
msgid "Use the <cmd>--notification</cmd> option to create a passive desktop notification."
msgstr ""

#. (itstool) path: item/p
#: C/notification.page:15
msgid "Specifies the text that is displayed in the notification area."
msgstr ""

#. (itstool) path: item/title
#: C/notification.page:18
msgid "<cmd>--icon</cmd>=<var>path</var>"
msgstr ""

#. (itstool) path: item/p
#: C/notification.page:19
msgid "Set the notification icon using a string containing a path to a valid icon on the system."
msgstr ""

#. (itstool) path: item/title
#: C/notification.page:22
msgid "<cmd>--listen</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/notification.page:23
msgid "Listens for commands at standard input. At least one command must be specified. Commands are comma separated. A command must be followed by a colon and a value."
msgstr ""

#. (itstool) path: note/p
#: C/notification.page:25
msgid "The <cmd>icon</cmd> command also accepts icon theme name values in accordance with the FreeDesktop.org Icon Naming Specification such as <var>dialog-error</var>, <var>dialog-information</var> and <var>security-high</var>."
msgstr ""

#. (itstool) path: item/p
#: C/notification.page:27
msgid "Examples include:"
msgstr ""

#. (itstool) path: item/code
#: C/notification.page:28
#, no-wrap
msgid ""
"\n"
"      message: Hello, my name is Joe\n"
"      icon: /usr/share/pixmaps/monitor.xpm\n"
"      "
msgstr ""

#. (itstool) path: page/p
#: C/notification.page:35
msgid "The following example script shows how to create a notification icon:"
msgstr ""

#. (itstool) path: page/code
#: C/notification.page:36
#, no-wrap
msgid ""
"\n"
"  #!/bin/sh\n"
"\n"
"  zenity --notification \\\n"
"    --icon=\"/usr/share/pixmaps/monitor.xpm\" \\\n"
"    --text=\"There are system updates necessary!\"\n"
"  "
msgstr ""

#. (itstool) path: figure/title
#: C/notification.page:45
msgid "Notification Icon Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/notification.page:46
msgid "<app>Zenity</app> notification icon example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/notification.page:47
msgctxt "_"
msgid "external ref='figures/zenity-notification-screenshot.png' md5='80a28e0024f679e7d7bf824ce5c21d11'"
msgstr ""

#. (itstool) path: page/p
#: C/notification.page:50
msgid "The following example script shows how to create a notification icon along with <cmd>--listen</cmd>:"
msgstr ""

#. (itstool) path: page/code
#: C/notification.page:51
#, no-wrap
msgid ""
"\n"
"  #!/bin/sh\n"
"  cat &lt;&lt;EOH| zenity --notification --listen\n"
"  message: this is the message text\n"
"  EOH\n"
"  "
msgstr ""

#. (itstool) path: figure/title
#: C/notification.page:59
msgid "Notification Icon with <cmd>--listen</cmd> Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/notification.page:60
msgid "<app>Zenity</app> notification with <cmd>--listen</cmd> example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/notification.page:61
msgctxt "_"
msgid "external ref='figures/zenity-notification-listen-screenshot.png' md5='80c7e8cc9b0c7552e0a619ce4ed8860f'"
msgstr ""

#. (itstool) path: info/desc
#: C/password.page:6
msgid "Use the <cmd>--password</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/password.page:9
msgid "Password Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/password.page:10
msgid "Use the <cmd>--password</cmd> option to create a password entry dialog."
msgstr ""

#. (itstool) path: page/p
#: C/password.page:13
msgid "The password entry dialog supports the following options:"
msgstr ""

#. (itstool) path: item/title
#: C/password.page:19
msgid "<cmd>--username</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/password.page:20
msgid "Display the username field."
msgstr ""

#. (itstool) path: page/p
#: C/password.page:24
msgid "The following example script shows how to create a password entry dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/password.page:28
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"ENTRY=`zenity --password --username`\n"
"\n"
"case $? in\n"
"         0)\n"
"\t \techo \"User Name: `echo $ENTRY | cut -d'|' -f1`\"\n"
"\t \techo \"Password : `echo $ENTRY | cut -d'|' -f2`\"\n"
"\t\t;;\n"
"         1)\n"
"                echo \"Stop login.\";;\n"
"        -1)\n"
"                echo \"An unexpected error has occurred.\";;\n"
"esac\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/password.page:46
msgid "Password Entry Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/password.page:47
msgid "<app>Zenity</app> password entry dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/password.page:48
msgctxt "_"
msgid "external ref='figures/zenity-password-screenshot.png' md5='1e68530cf7e9a4619a19bb0975286861'"
msgstr ""

#. (itstool) path: info/desc
#: C/progress.page:6
msgid "Use the <cmd>--progress</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/progress.page:9
msgid "Progress Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/progress.page:10
msgid "Use the <cmd>--progress</cmd> option to create a progress dialog."
msgstr ""

#. (itstool) path: page/p
#: C/progress.page:14
msgid "<app>Zenity</app> reads data from standard input line by line. If a line is prefixed with #, the text is updated with the text on that line. If a line contains only a number, the percentage is updated with that number."
msgstr ""

#. (itstool) path: page/p
#: C/progress.page:18
msgid "The progress dialog supports the following options:"
msgstr ""

#. (itstool) path: item/p
#: C/progress.page:26
msgid "Specifies the text that is displayed in the progress dialog."
msgstr ""

#. (itstool) path: item/title
#: C/progress.page:30
msgid "<cmd>--percentage</cmd>=<var>percentage</var>"
msgstr ""

#. (itstool) path: item/p
#: C/progress.page:31
msgid "Specifies the initial percentage that is set in the progress dialog."
msgstr ""

#. (itstool) path: item/title
#: C/progress.page:35
msgid "<cmd>--auto-close</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/progress.page:36
msgid "Closes the progress dialog when 100% has been reached."
msgstr ""

#. (itstool) path: item/title
#: C/progress.page:40
msgid "<cmd>--pulsate</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/progress.page:41
msgid "Specifies that the progress bar pulsates until an EOF character is read from standard input."
msgstr ""

#. (itstool) path: page/p
#: C/progress.page:46
msgid "The following example script shows how to create a progress dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/progress.page:50
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"(\n"
"echo \"10\" ; sleep 1\n"
"echo \"# Updating mail logs\" ; sleep 1\n"
"echo \"20\" ; sleep 1\n"
"echo \"# Resetting cron jobs\" ; sleep 1\n"
"echo \"50\" ; sleep 1\n"
"echo \"This line will just be ignored\" ; sleep 1\n"
"echo \"75\" ; sleep 1\n"
"echo \"# Rebooting system\" ; sleep 1\n"
"echo \"100\" ; sleep 1\n"
") |\n"
"zenity --progress \\\n"
"  --title=\"Update System Logs\" \\\n"
"  --text=\"Scanning mail logs...\" \\\n"
"  --percentage=0\n"
"\n"
"if [ \"$?\" = -1 ] ; then\n"
"        zenity --error \\\n"
"          --text=\"Update canceled.\"\n"
"fi\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/progress.page:76
msgid "Progress Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/progress.page:77
msgid "<app>Zenity</app> progress dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/progress.page:78
msgctxt "_"
msgid "external ref='figures/zenity-progress-screenshot.png' md5='36e354438c786f811ad947549d4217a4'"
msgstr ""

#. (itstool) path: info/desc
#: C/question.page:6
msgid "Use the <cmd>--question</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/question.page:9
msgid "Question Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/question.page:10
msgid "Use the <cmd>--question</cmd> option to create a question dialog."
msgstr ""

#. (itstool) path: page/p
#: C/question.page:14
msgid "The following example script shows how to create a question dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/question.page:18
#, no-wrap
msgid ""
"\n"
"#!/bin/bash\n"
"\n"
"zenity --question \\\n"
"--text=\"Are you sure you wish to proceed?\"\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/question.page:27
msgid "Question Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/question.page:28
msgid "<app>Zenity</app> question dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/question.page:29
msgctxt "_"
msgid "external ref='figures/zenity-question-screenshot.png' md5='f2e9d583d28f596a40b223489360dcb2'"
msgstr ""

#. (itstool) path: info/desc
#: C/scale.page:6
msgid "Use the <cmd>--scale</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/scale.page:9
msgid "Scale Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/scale.page:10
msgid "Use the <cmd>--scale</cmd> option to create a scale dialog."
msgstr ""

#. (itstool) path: page/p
#: C/scale.page:13
msgid "The scale dialog supports the following options:"
msgstr ""

#. (itstool) path: item/p
#: C/scale.page:21
msgid "Set the dialog text. (Default: Adjust the scale value)"
msgstr ""

#. (itstool) path: item/title
#: C/scale.page:25
msgid "<cmd>--value</cmd>=<var>VALUE</var>"
msgstr ""

#. (itstool) path: item/p
#: C/scale.page:26
msgid "Set initial value. (Default: 0) You must specify value between minimum value to maximum value."
msgstr ""

#. (itstool) path: item/title
#: C/scale.page:30
msgid "<cmd>--min-value</cmd>=<var>VALUE</var>"
msgstr ""

#. (itstool) path: item/p
#: C/scale.page:31
msgid "Set minimum value. (Default: 0)"
msgstr ""

#. (itstool) path: item/title
#: C/scale.page:35
msgid "<cmd>--max-value</cmd>=<var>VALUE</var>"
msgstr ""

#. (itstool) path: item/p
#: C/scale.page:36
msgid "Set maximum value. (Default: 100)"
msgstr ""

#. (itstool) path: item/title
#: C/scale.page:40
msgid "<cmd>--step</cmd>=<var>VALUE</var>"
msgstr ""

#. (itstool) path: item/p
#: C/scale.page:41
msgid "Set step size. (Default: 1)"
msgstr ""

#. (itstool) path: item/title
#: C/scale.page:45
msgid "<cmd>--print-partial</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/scale.page:46
msgid "Print value to standard output, whenever a value is changed."
msgstr ""

#. (itstool) path: item/title
#: C/scale.page:50
msgid "<cmd>--hide-value</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/scale.page:51
msgid "Hide value on dialog."
msgstr ""

#. (itstool) path: page/p
#: C/scale.page:56
msgid "The following example script shows how to create a scale dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/scale.page:60
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"VALUE=`zenity --scale --text=\"Select window transparency.\" --value=50`\n"
"\n"
"case $? in\n"
"         0)\n"
"\t\techo \"You selected $VALUE%.\";;\n"
"         1)\n"
"                echo \"No value selected.\";;\n"
"        -1)\n"
"                echo \"An unexpected error has occurred.\";;\n"
"esac\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/scale.page:76
msgid "Scale Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/scale.page:77
msgid "<app>Zenity</app> scale dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/scale.page:78
msgctxt "_"
msgid "external ref='figures/zenity-scale-screenshot.png' md5='b22c493becb2dae3f0d1fc592ec31b29'"
msgstr ""

#. (itstool) path: info/desc
#: C/text.page:6
msgid "Use the <cmd>--text-info</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/text.page:9
msgid "Text Information Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/text.page:10
msgid "Use the <cmd>--text-info</cmd> option to create a text information dialog."
msgstr ""

#. (itstool) path: page/p
#: C/text.page:14
msgid "The text information dialog supports the following options:"
msgstr ""

#. (itstool) path: item/p
#: C/text.page:22
msgid "Specifies a file that is loaded in the text information dialog."
msgstr ""

#. (itstool) path: item/p
#: C/text.page:27
msgid "Allows the displayed text to be edited. The edited text is returned to standard output when the dialog is closed."
msgstr ""

#. (itstool) path: item/title
#: C/text.page:31
msgid "<cmd>--font</cmd>=<var>FONT</var>"
msgstr ""

#. (itstool) path: item/p
#: C/text.page:32
msgid "Specifies the text font."
msgstr ""

#. (itstool) path: item/title
#: C/text.page:36
msgid "<cmd>--checkbox</cmd>=<var>TEXT</var>"
msgstr ""

#. (itstool) path: item/p
#: C/text.page:37
msgid "Enable a checkbox for use like a 'I read and accept the terms.'"
msgstr ""

#. (itstool) path: item/title
#: C/text.page:41
msgid "<cmd>--html</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/text.page:42
msgid "Enable html support."
msgstr ""

#. (itstool) path: item/title
#: C/text.page:46
msgid "<cmd>--url</cmd>=<var>URL</var>"
msgstr ""

#. (itstool) path: item/p
#: C/text.page:47
msgid "Sets an url instead of a file. Only works if you use --html option."
msgstr ""

#. (itstool) path: page/p
#: C/text.page:52
msgid "The following example script shows how to create a text information dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/text.page:56
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"# You must place file \"COPYING\" in same folder of this script.\n"
"FILE=`dirname $0`/COPYING\n"
"\n"
"zenity --text-info \\\n"
"       --title=\"License\" \\\n"
"       --filename=$FILE \\\n"
"       --checkbox=\"I read and accept the terms.\"\n"
"\n"
"case $? in\n"
"    0)\n"
"        echo \"Start installation!\"\n"
"\t# next step\n"
"\t;;\n"
"    1)\n"
"        echo \"Stop installation!\"\n"
"\t;;\n"
"    -1)\n"
"        echo \"An unexpected error has occurred.\"\n"
"\t;;\n"
"esac\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/text.page:82
msgid "Text Information Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/text.page:83
msgid "<app>Zenity</app> text information dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/text.page:84
msgctxt "_"
msgid "external ref='figures/zenity-text-screenshot.png' md5='0c33edf27a2438cd526f08ffd30b15d8'"
msgstr ""

#. (itstool) path: info/desc
#: C/usage.page:6
msgid "You can use <app>Zenity</app> to create simple dialogs that interact graphically with the user."
msgstr ""

#. (itstool) path: page/title
#: C/usage.page:9
msgid "Usage"
msgstr ""

#. (itstool) path: page/p
#: C/usage.page:10
msgid "When you write scripts, you can use <app>Zenity</app> to create simple dialogs that interact graphically with the user, as follows:"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:15
msgid "You can create a dialog to obtain information from the user. For example, you can prompt the user to select a date from a calendar dialog, or to select a file from a file selection dialog."
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:20
msgid "You can create a dialog to provide the user with information. For example, you can use a progress dialog to indicate the current status of an operation, or use a warning message dialog to alert the user."
msgstr ""

#. (itstool) path: page/p
#: C/usage.page:25
msgid "When the user closes the dialog, <app>Zenity</app> prints the text produced by the dialog to standard output."
msgstr ""

#. (itstool) path: note/p
#: C/usage.page:30
msgid "When you write <app>Zenity</app> commands, ensure that you place quotation marks around each argument."
msgstr ""

#. (itstool) path: note/p
#: C/usage.page:33
msgid "For example, use:"
msgstr ""

#. (itstool) path: note/screen
#: C/usage.page:34
#, no-wrap
msgid ""
"zenity --calendar --title=\"Holiday Planner\""
msgstr ""

#. (itstool) path: note/p
#: C/usage.page:35
msgid "Do not use:"
msgstr ""

#. (itstool) path: note/screen
#: C/usage.page:36
#, no-wrap
msgid ""
"zenity --calendar --title=Holiday Planner"
msgstr ""

#. (itstool) path: note/p
#: C/usage.page:37
msgid "If you do not use quotation marks, you might get unexpected results."
msgstr ""

#. (itstool) path: section/title
#: C/usage.page:43
msgid "Access Keys"
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:44
msgid "An access key is a key that enables you to perform an action from the keyboard rather than use the mouse to choose a command from a menu or dialog. Each access key is identified by an underlined letter on a menu or dialog option."
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:47
msgid "Some <app>Zenity</app> dialogs support the use of access keys. To specify the character to use as the access key, place an underscore before that character in the text of the dialog. The following example shows how to specify the letter 'C' as the access key:"
msgstr ""

#. (itstool) path: section/screen
#: C/usage.page:50
#, no-wrap
msgid ""
"<input>\"_Choose a name\".</input>"
msgstr ""

#. (itstool) path: section/title
#: C/usage.page:54
msgid "Exit Codes"
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:55
msgid "Zenity returns the following exit codes:"
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:63
msgid "Exit Code"
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:65
msgid "Description"
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:71
msgid "<var>0</var>"
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:74
msgid "The user has pressed either <gui style=\"button\">OK</gui> or <gui style=\"button\">Close</gui>."
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:79
msgid "<var>1</var>"
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:82
msgid "The user has either pressed <gui style=\"button\">Cancel</gui>, or used the window functions to close the dialog."
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:87
msgid "<var>-1</var>"
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:90
msgid "An unexpected error has occurred."
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:95
msgid "<var>5</var>"
msgstr ""

#. (itstool) path: td/p
#: C/usage.page:98
msgid "The dialog has been closed because the timeout has been reached."
msgstr ""

#. (itstool) path: section/title
#: C/usage.page:110
msgid "General Options"
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:112
msgid "All Zenity dialogs support the following general options:"
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:119
msgid "<cmd>--title</cmd>=<var>title</var>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:120
msgid "Specifies the title of a dialog."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:124
msgid "<cmd>--width</cmd>=<var>width</var>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:125
msgid "Specifies the width of the dialog."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:129
msgid "<cmd>--height</cmd>=<var>height</var>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:130
msgid "Specifies the height of the dialog."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:134
msgid "<cmd>--timeout</cmd>=<var>timeout</var>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:135
msgid "Specifies the timeout in seconds after which the dialog is closed."
msgstr ""

#. (itstool) path: section/title
#: C/usage.page:145
msgid "Help Options"
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:147
msgid "Zenity provides the following help options:"
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:154
msgid "<cmd>--help</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:155
msgid "Displays shortened help text."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:159
msgid "<cmd>--help-all</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:160
msgid "Displays full help text for all dialogs."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:164
msgid "<cmd>--help-general</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:165
msgid "Displays help text for general dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:169
msgid "<cmd>--help-calendar</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:170
msgid "Displays help text for calendar dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:174
msgid "<cmd>--help-entry</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:175
msgid "Displays help text for text entry dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:179
msgid "<cmd>--help-error</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:180
msgid "Displays help text for error dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:184
msgid "<cmd>--help-info</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:185
msgid "Displays help text for information dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:189
msgid "<cmd>--help-file-selection</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:190
msgid "Displays help text for file selection dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:194
msgid "<cmd>--help-list</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:195
msgid "Displays help text for list dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:199
msgid "<cmd>--help-notification</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:200
msgid "Displays help text for notification icon options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:204
msgid "<cmd>--help-progress</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:205
msgid "Displays help text for progress dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:209
msgid "<cmd>--help-question</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:210
msgid "Displays help text for question dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:214
msgid "<cmd>--help-warning</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:215
msgid "Displays help text for warning dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:219
msgid "<cmd>--help-text-info</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:220
msgid "Displays help for text information dialog options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:224
msgid "<cmd>--help-misc</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:225
msgid "Displays help for miscellaneous options."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:229
msgid "<cmd>--help-gtk</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:230
msgid "Displays help for GTK+ options."
msgstr ""

#. (itstool) path: section/title
#: C/usage.page:240
msgid "Miscellaneous Options"
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:242
msgid "Zenity also provides the following miscellaneous options:"
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:249
msgid "<cmd>--about</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:250
msgid "Displays the <gui>About Zenity</gui> dialog, which contains Zenity version information, copyright information, and developer information."
msgstr ""

#. (itstool) path: item/title
#: C/usage.page:254
msgid "<cmd>--version</cmd>"
msgstr ""

#. (itstool) path: item/p
#: C/usage.page:255
msgid "Displays the version number of Zenity."
msgstr ""

#. (itstool) path: section/title
#: C/usage.page:265
msgid "GTK+ Options"
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:267
msgid "Zenity supports the standard GTK+ options. For more information about the GTK+ options, execute the <cmd>zenity --help-gtk</cmd> command."
msgstr ""

#. (itstool) path: section/title
#: C/usage.page:276
msgid "Environment Variables"
msgstr ""

#. (itstool) path: section/p
#: C/usage.page:278
msgid "Normally, Zenity detects the terminal window from which it was launched and keeps itself above that window. This behavior can be disabled by unsetting the <var>WINDOWID</var> environment variable."
msgstr ""

#. (itstool) path: info/desc
#: C/warning.page:6
msgid "Use the <cmd>--warning</cmd> option."
msgstr ""

#. (itstool) path: page/title
#: C/warning.page:9
msgid "Warning Dialog"
msgstr ""

#. (itstool) path: page/p
#: C/warning.page:10
msgid "Use the <cmd>--warning</cmd> option to create a warning dialog."
msgstr ""

#. (itstool) path: page/p
#: C/warning.page:14
msgid "The following example script shows how to create a warning dialog:"
msgstr ""

#. (itstool) path: page/code
#: C/warning.page:18
#, no-wrap
msgid ""
"\n"
"#!/bin/bash\n"
"\n"
"zenity --warning \\\n"
"--text=\"Disconnect the power cable to avoid electrical shock.\"\n"
""
msgstr ""

#. (itstool) path: figure/title
#: C/warning.page:26
msgid "Warning Dialog Example"
msgstr ""

#. (itstool) path: figure/desc
#: C/warning.page:27
msgid "<app>Zenity</app> warning dialog example"
msgstr ""

#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: C/warning.page:28
msgctxt "_"
msgid "external ref='figures/zenity-warning-screenshot.png' md5='bcc2e22d74448ba62ea5882c007f0beb'"
msgstr ""

