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 <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
msgstr ""
#: C/zenity.xml:12(para)
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 ""
#: C/zenity.xml:19(para)
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 ""
#: C/zenity.xml:35(para)
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 ""
#: C/zenity.xml:55(para)
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 ""
#: C/zenity.xml:28(para)
msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: <placeholder-1/>"
msgstr ""
#: C/zenity.xml:43(firstname)
msgid "Sun"
msgstr "Sun"
#: C/zenity.xml:44(surname)
msgid "Java Desktop System Documentation Team"
msgstr ""
#: C/zenity.xml:48(firstname)
msgid "Glynn"
msgstr "Glynn"
#: C/zenity.xml:49(surname)
msgid "Foster"
msgstr "Foster"
#: C/zenity.xml:51(orgname)
#: C/zenity.xml:58(orgname)
#: C/zenity.xml:78(para)
msgid "GNOME Documentation Project"
msgstr ""
#: C/zenity.xml:55(firstname)
msgid "Nicholas"
msgstr "Nicholas"
#: C/zenity.xml:56(surname)
msgid "Curran"
msgstr "Curran"
#: C/zenity.xml:66(date)
msgid "August 2004"
msgstr ""
#: C/zenity.xml:68(para)
msgid "Sun Java Desktop System Documentation Team"
msgid "When you write scripts, you can use <application>Zenity</application> to create simple dialogs that interact graphically with the user, as follows:"
msgstr ""
#: C/zenity.xml:148(para)
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 ""
#: C/zenity.xml:153(para)
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 ""
#: C/zenity.xml:158(para)
msgid "When the user closes the dialog, <application>Zenity</application> prints the text produced by the dialog to standard output."
msgstr ""
#: C/zenity.xml:163(para)
msgid "When you write <application>Zenity</application> commands, ensure that you place quotation marks around each argument."
msgstr ""
#: C/zenity.xml:166(para)
msgid "For example, use: <screen><userinput><command>zenity --calendar --title=\"Holiday Planner\"</command></userinput></screen> Do not use: <screen><userinput><command>zenity --calendar --title=Holiday Planner</command></userinput></screen>"
msgstr ""
#: C/zenity.xml:169(para)
msgid "If you do not use quotation marks, you might get unexpected results."
msgstr ""
#: C/zenity.xml:175(title)
msgid "Access Keys"
msgstr ""
#: C/zenity.xml:176(para)
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 ""
#: C/zenity.xml:179(para)
msgid "Some <application>Zenity</application> 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 ""
#: C/zenity.xml:182(userinput)
#, no-wrap
msgid "\"_Choose a name\"."
msgstr ""
#: C/zenity.xml:186(title)
msgid "Exit Codes"
msgstr ""
#: C/zenity.xml:187(para)
msgid "<application>Zenity</application> returns the following exit codes:"
msgid "Specifies the icon that is displayed in the window frame of the dialog. There are 4 stock icons also available by providing the following keywords - 'info', 'warning', 'question' and 'error'."
msgid "Specifies the timeout in seconds after which the dialog is closed."
msgstr ""
#: C/zenity.xml:299(title)
msgid "Help Options"
msgstr ""
#: C/zenity.xml:301(para)
msgid "<application>Zenity</application> provides the following help options:"
msgstr ""
#: C/zenity.xml:308(option)
msgid "--help"
msgstr ""
#: C/zenity.xml:310(para)
msgid "Displays shortened help text."
msgstr ""
#: C/zenity.xml:315(option)
msgid "--help-all"
msgstr ""
#: C/zenity.xml:317(para)
msgid "Displays full help text for all dialogs."
msgstr ""
#: C/zenity.xml:322(option)
msgid "--help-general"
msgstr ""
#: C/zenity.xml:324(para)
msgid "Displays help text for general dialog options."
msgstr ""
#: C/zenity.xml:329(option)
msgid "--help-calendar"
msgstr ""
#: C/zenity.xml:331(para)
msgid "Displays help text for calendar dialog options."
msgstr ""
#: C/zenity.xml:336(option)
msgid "--help-entry"
msgstr ""
#: C/zenity.xml:338(para)
msgid "Displays help text for text entry dialog options."
msgstr ""
#: C/zenity.xml:343(option)
msgid "--help-error"
msgstr ""
#: C/zenity.xml:345(para)
msgid "Displays help text for error dialog options."
msgstr ""
#: C/zenity.xml:350(option)
msgid "--help-info"
msgstr ""
#: C/zenity.xml:352(para)
msgid "Displays help text for information dialog options."
msgstr ""
#: C/zenity.xml:357(option)
msgid "--help-file-selection"
msgstr ""
#: C/zenity.xml:359(para)
msgid "Displays help text for file selection dialog options."
msgstr ""
#: C/zenity.xml:364(option)
msgid "--help-list"
msgstr ""
#: C/zenity.xml:366(para)
msgid "Displays help text for list dialog options."
msgstr ""
#: C/zenity.xml:371(option)
msgid "--help-notification"
msgstr ""
#: C/zenity.xml:373(para)
msgid "Displays help text for notification icon options."
msgstr ""
#: C/zenity.xml:378(option)
msgid "--help-progress"
msgstr ""
#: C/zenity.xml:380(para)
msgid "Displays help text for progress dialog options."
msgstr ""
#: C/zenity.xml:385(option)
msgid "--help-question"
msgstr ""
#: C/zenity.xml:387(para)
msgid "Displays help text for question dialog options."
msgstr ""
#: C/zenity.xml:392(option)
msgid "--help-warning"
msgstr ""
#: C/zenity.xml:394(para)
msgid "Displays help text for warning dialog options."
msgstr ""
#: C/zenity.xml:399(option)
msgid "--help-text-info"
msgstr ""
#: C/zenity.xml:401(para)
msgid "Displays help for text information dialog options."
msgstr ""
#: C/zenity.xml:406(option)
msgid "--help-misc"
msgstr ""
#: C/zenity.xml:408(para)
msgid "Displays help for miscellaneous options."
msgstr ""
#: C/zenity.xml:413(option)
msgid "--help-gtk"
msgstr ""
#: C/zenity.xml:415(para)
msgid "Displays help for GTK+ options."
msgstr ""
#: C/zenity.xml:426(title)
msgid "Miscellaneous Options"
msgstr ""
#: C/zenity.xml:428(para)
msgid "<application>Zenity</application> also provides the following miscellaneous options:"
msgstr ""
#: C/zenity.xml:435(option)
msgid "--about"
msgstr ""
#: C/zenity.xml:437(para)
msgid "Displays the <guilabel>About Zenity</guilabel> dialog, which contains <application>Zenity</application> version information, copyright information, and developer information."
msgstr ""
#: C/zenity.xml:442(option)
msgid "--version"
msgstr ""
#: C/zenity.xml:444(para)
msgid "Displays the version number of <application>Zenity</application>."
msgstr ""
#: C/zenity.xml:455(title)
msgid "GTK+ Options"
msgstr ""
#: C/zenity.xml:457(para)
msgid "<application>Zenity</application> supports the standard GTK+ options. For more information about the GTK+ options, execute the <command>zenity -?</command> command."
msgstr ""
#: C/zenity.xml:466(title)
msgid "Environment Variables"
msgstr ""
#: C/zenity.xml:468(para)
msgid "Normally, <application>Zenity</application> detects the terminal window from which it was launched and keeps itself above that window. This behavior can be disabled by unsetting the <envar>WINDOWID</envar> environment variable."
msgstr ""
#: C/zenity.xml:480(title)
msgid "Calendar Dialog"
msgstr ""
#: C/zenity.xml:482(para)
msgid "Use the <option>--calendar</option> option to create a calendar dialog. <application>Zenity</application> returns the selected date to standard output. If no date is specified on the command line, the dialog uses the current date."
msgstr ""
#: C/zenity.xml:485(para)
msgid "The calendar dialog supports the following options:"
msgid "Specifies the format that is returned from the calendar dialog after date selection. The default format depends on your locale. <replaceable>format</replaceable> must be a format that is acceptable to the <command>strftime</command> function, for example <literal>%A %d/%m/%y</literal>."
msgstr ""
#: C/zenity.xml:534(programlisting)
#, 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 ""
#: C/zenity.xml:531(para)
msgid "The following example script shows how to create a calendar dialog: <placeholder-1/>"
msgid "Use the <option>--file-selection</option> option to create a file selection dialog. <application>Zenity</application> returns the selected files or directories to standard output. The default mode of the file selection dialog is open."
msgstr ""
#: C/zenity.xml:575(para)
msgid "The file selection dialog supports the following options:"
msgid "Use the <option>--list</option> option to create a list dialog. <application>Zenity</application> returns the entries in the first column of text of selected rows to standard output."
msgstr ""
#: C/zenity.xml:708(para)
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 ""
#: C/zenity.xml:712(para)
msgid "If you use the <option>--checklist</option> or <option>--radiolist</option> options, each row must start with either 'TRUE' or 'FALSE'."
msgstr ""
#: C/zenity.xml:716(para)
msgid "The list dialog supports the following options:"
msgid "Specifies the column headers that are displayed in the list dialog. You must specify a <option>--column</option> option for each column that you want to display in the dialog."
msgstr ""
#: C/zenity.xml:731(option)
msgid "--checklist"
msgstr ""
#: C/zenity.xml:733(para)
msgid "Specifies that the first column in the list dialog contains check boxes."
msgstr ""
#: C/zenity.xml:739(option)
msgid "--radiolist"
msgstr ""
#: C/zenity.xml:741(para)
msgid "Specifies that the first column in the list dialog contains radio boxes."
msgstr ""
#: C/zenity.xml:747(option)
#: C/zenity.xml:1156(option)
msgid "--editable"
msgstr ""
#: C/zenity.xml:749(para)
msgid "Allows the displayed items to be edited."
msgstr ""
#: C/zenity.xml:757(para)
msgid "Specifies what string is used when the list dialog returns the selected entries."
" 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 ""
#: C/zenity.xml:773(para)
msgid "The following example script shows how to create a list dialog: <placeholder-1/>"
msgstr ""
#: C/zenity.xml:789(title)
msgid "List Dialog Example"
msgstr ""
#: C/zenity.xml:796(phrase)
msgid "<placeholder-1/> list dialog example"
msgstr ""
#: C/zenity.xml:807(title)
msgid "Message Dialogs"
msgstr ""
#: C/zenity.xml:809(para)
msgid "<application>Zenity</application> can create four types of message dialog:"
msgstr ""
#: C/zenity.xml:827(para)
msgid "For each type, use the <option>--text</option> option to specify the text that is displayed in the dialog."
msgstr ""
#: C/zenity.xml:832(title)
msgid "Error Dialog"
msgstr ""
#: C/zenity.xml:834(para)
msgid "Use the <option>--error</option> option to create an error dialog."
msgstr ""
#: C/zenity.xml:841(programlisting)
#, no-wrap
msgid ""
"\n"
" #!/bin/bash\n"
"\n"
" zenity --error \\\n"
" --text=\"Could not find /var/log/syslog.\"\n"
" "
msgstr ""
#: C/zenity.xml:838(para)
msgid "The following example script shows how to create an error dialog: <placeholder-1/>"
msgstr ""
#: C/zenity.xml:851(title)
msgid "Error Dialog Example"
msgstr ""
#: C/zenity.xml:858(phrase)
msgid "<placeholder-1/> error dialog example"
msgstr ""
#: C/zenity.xml:866(title)
msgid "Information Dialog"
msgstr ""
#: C/zenity.xml:868(para)
msgid "Use the <option>--info</option> option to create an information dialog."
msgstr ""
#: C/zenity.xml:875(programlisting)
#, no-wrap
msgid ""
"\n"
" #!/bin/bash\n"
"\n"
" zenity --info \\\n"
" --text=\"Merge complete. Updated 3 of 10 files.\"\n"
" "
msgstr ""
#: C/zenity.xml:872(para)
msgid "The following example script shows how to create an information dialog: <placeholder-1/>"
msgstr ""
#: C/zenity.xml:885(title)
msgid "Information Dialog Example"
msgstr ""
#: C/zenity.xml:892(phrase)
msgid "<placeholder-1/> information dialog example"
msgstr ""
#: C/zenity.xml:900(title)
msgid "Question Dialog"
msgstr ""
#: C/zenity.xml:902(para)
msgid "Use the <option>--question</option> option to create a question dialog."
msgstr ""
#: C/zenity.xml:909(programlisting)
#, no-wrap
msgid ""
"\n"
" #!/bin/bash\n"
"\n"
" zenity --question \\\n"
" --text=\"Are you sure you wish to proceed?\"\n"
" "
msgstr ""
#: C/zenity.xml:906(para)
msgid "The following example script shows how to create a question dialog: <placeholder-1/>"
msgstr ""
#: C/zenity.xml:919(title)
msgid "Question Dialog Example"
msgstr ""
#: C/zenity.xml:926(phrase)
msgid "<placeholder-1/> question dialog example"
msgstr ""
#: C/zenity.xml:934(title)
msgid "Warning Dialog"
msgstr ""
#: C/zenity.xml:936(para)
msgid "Use the <option>--warning</option> option to create a warning dialog."
msgstr ""
#: C/zenity.xml:943(programlisting)
#, no-wrap
msgid ""
"\n"
" #!/bin/bash\n"
" \n"
" zenity --warning \\\n"
" --text=\"Disconnect the power cable to avoid electrical shock.\"\n"
" "
msgstr ""
#: C/zenity.xml:940(para)
msgid "The following example script shows how to create a warning dialog: <placeholder-1/>"
msgstr ""
#: C/zenity.xml:953(title)
msgid "Warning Dialog Example"
msgstr ""
#: C/zenity.xml:960(phrase)
msgid "<placeholder-1/> warning dialog example"
msgstr ""
#: C/zenity.xml:972(title)
msgid "Progress Dialog"
msgstr ""
#: C/zenity.xml:974(para)
msgid "Use the <option>--progress</option> option to create a progress dialog."
msgstr ""
#: C/zenity.xml:978(para)
msgid "<application>Zenity</application> 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 ""
#: C/zenity.xml:982(para)
msgid "The progress dialog supports the following options:"
msgstr ""
#: C/zenity.xml:991(para)
msgid "Specifies the text that is displayed in the progress dialog."
msgid "Specifies the initial percentage that is set in the progress dialog."
msgstr ""
#: C/zenity.xml:1003(option)
msgid "--auto-close"
msgstr ""
#: C/zenity.xml:1005(para)
msgid "Closes the progress dialog when 100% has been reached."
msgstr ""
#: C/zenity.xml:1010(option)
msgid "--pulsate"
msgstr ""
#: C/zenity.xml:1012(para)
msgid "Specifies that the progress bar pulsates until an EOF character is read from standard input."
msgstr ""
#: C/zenity.xml:1020(programlisting)
#, 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"
"\n"
" "
msgstr ""
#: C/zenity.xml:1018(para)
msgid "The following example script shows how to create a progress dialog: <placeholder-1/>"
msgstr ""
#: C/zenity.xml:1048(title)
msgid "Progress Dialog Example"
msgstr ""
#: C/zenity.xml:1055(phrase)
msgid "<placeholder-1/> progress dialog example"
msgstr ""
#: C/zenity.xml:1066(title)
msgid "Text Entry Dialog"
msgstr ""
#: C/zenity.xml:1068(para)
msgid "Use the <option>--entry</option> option to create a text entry dialog. <application>Zenity</application> returns the contents of the text entry to standard output."
msgstr ""
#: C/zenity.xml:1071(para)
msgid "The text entry dialog supports the following options:"
msgstr ""
#: C/zenity.xml:1080(para)
msgid "Specifies the text that is displayed in the text entry dialog."