msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2023-01-25 22:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. (itstool) path: para/ulink #: C/legal.xml:9 msgid "link" msgstr "" #. (itstool) path: legalnotice/para #: C/legal.xml:2 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-1/> or in the file COPYING-DOCS distributed with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legal.xml:12 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: legalnotice/para #: C/legal.xml:19 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: listitem/para #: C/legal.xml:35 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: listitem/para #: C/legal.xml:55 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 "" #. (itstool) path: legalnotice/para #: C/legal.xml:28 msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: <_:orderedlist-1/>" msgstr "" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" #. (itstool) path: info/desc #: C/calendar.page:6 msgid "Use the --calendar option." msgstr "" #. (itstool) path: page/title #: C/calendar.page:8 msgid "Calendar Dialog" msgstr "" #. (itstool) path: page/p #: C/calendar.page:9 msgid "Use the --calendar 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:12 msgid "The calendar dialog supports the following options:" msgstr "" #. (itstool) path: item/title #: C/calendar.page:19 #: C/entry.page:19 #: C/notification.page:13 #: C/progress.page:24 msgid "--text=text" msgstr "" #. (itstool) path: item/p #: C/calendar.page:20 msgid "Specifies the text that is displayed in the calendar dialog." msgstr "" #. (itstool) path: item/title #: C/calendar.page:24 msgid "--day=day" msgstr "" #. (itstool) path: item/p #: C/calendar.page:25 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:29 msgid "--month=month" msgstr "" #. (itstool) path: item/p #: C/calendar.page:30 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:34 msgid "--year=year" msgstr "" #. (itstool) path: item/p #: C/calendar.page:35 msgid "Specifies the year that is selected in the calendar dialog." msgstr "" #. (itstool) path: item/title #: C/calendar.page:39 msgid "--date-format=format" msgstr "" #. (itstool) path: item/p #: C/calendar.page:40 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 strftime function, for example %A %d/%m/%y." msgstr "" #. (itstool) path: page/p #: C/calendar.page:45 msgid "The following example script shows how to create a calendar dialog:" msgstr "" #. (itstool) path: page/code #: C/calendar.page:49 #, 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:64 msgid "Calendar Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/calendar.page:65 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:66 msgctxt "_" msgid "external ref='figures/zenity-calendar-screenshot.png' md5='92bf5317d799665acf0d4005cee184c2'" msgstr "" #. (itstool) path: info/desc #: C/color-selection.page:6 msgid "Use the --color-selection option." msgstr "" #. (itstool) path: page/title #: C/color-selection.page:8 msgid "Color Selection Dialog" msgstr "" #. (itstool) path: page/p #: C/color-selection.page:9 msgid "Use the --color-selection option to create a color selection dialog." msgstr "" #. (itstool) path: page/p #: C/color-selection.page:12 msgid "The color selection dialog supports the following options:" msgstr "" #. (itstool) path: item/title #: C/color-selection.page:19 msgid "--color=VALUE" msgstr "" #. (itstool) path: item/p #: C/color-selection.page:20 msgid "Set the initial color.(ex: #FF0000)" msgstr "" #. (itstool) path: item/title #: C/color-selection.page:24 msgid "--show-palette" msgstr "" #. (itstool) path: item/p #: C/color-selection.page:25 msgid "Show the palette." msgstr "" #. (itstool) path: page/p #: C/color-selection.page:30 msgid "The following example script shows how to create a color selection dialog:" msgstr "" #. (itstool) path: page/code #: C/color-selection.page:34 #, 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:50 msgid "Color Selection Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/color-selection.page:51 msgid "Zenity 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:52 msgctxt "_" msgid "external ref='figures/zenity-colorselection-screenshot.png' md5='febe3f417acea789c9db628fbe44f798'" msgstr "" #. (itstool) path: info/desc #: C/entry.page:6 msgid "Use the --entry option." msgstr "" #. (itstool) path: page/title #: C/entry.page:8 msgid "Text Entry Dialog" msgstr "" #. (itstool) path: page/p #: C/entry.page:9 msgid "Use the --entry option to create a text entry dialog. Zenity returns the contents of the text entry to standard output." msgstr "" #. (itstool) path: page/p #: C/entry.page:12 msgid "The text entry dialog supports the following options:" msgstr "" #. (itstool) path: item/p #: C/entry.page:20 msgid "Specifies the text that is displayed in the text entry dialog." msgstr "" #. (itstool) path: item/title #: C/entry.page:24 msgid "--entry-text=text" msgstr "" #. (itstool) path: item/p #: C/entry.page:25 msgid "Specifies the text that is displayed in the entry field of the text entry dialog." msgstr "" #. (itstool) path: item/title #: C/entry.page:29 msgid "--hide-text" msgstr "" #. (itstool) path: item/p #: C/entry.page:30 msgid "Hides the text in the entry field of the text entry dialog." msgstr "" #. (itstool) path: page/p #: C/entry.page:35 msgid "The following example script shows how to create a text entry dialog:" msgstr "" #. (itstool) path: page/code #: C/entry.page:39 #, 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:53 msgid "Text Entry Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/entry.page:54 msgid "Zenity 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:55 msgctxt "_" msgid "external ref='figures/zenity-entry-screenshot.png' md5='bae6bf4342a66a3900deb15bde82ff42'" msgstr "" #. (itstool) path: info/desc #: C/error.page:6 msgid "Use the --error option." msgstr "" #. (itstool) path: page/title #: C/error.page:8 msgid "Error Dialog" msgstr "" #. (itstool) path: page/p #: C/error.page:9 msgid "Use the --error option to create an error dialog." msgstr "" #. (itstool) path: page/p #: C/error.page:13 msgid "The following example script shows how to create an error dialog:" msgstr "" #. (itstool) path: page/code #: C/error.page:17 #, 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:26 msgid "Error Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/error.page:27 msgid "Zenity 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:28 msgctxt "_" msgid "external ref='figures/zenity-error-screenshot.png' md5='a4b287f89625cfd54ca38bc404d8bdf6'" msgstr "" #. (itstool) path: info/desc #: C/file-selection.page:6 msgid "Use the --file-selection option." msgstr "" #. (itstool) path: page/title #: C/file-selection.page:8 msgid "File Selection Dialog" msgstr "" #. (itstool) path: page/p #: C/file-selection.page:9 msgid "Use the --file-selection option to create a file selection dialog. Zenity 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:13 msgid "The file selection dialog supports the following options:" msgstr "" #. (itstool) path: item/title #: C/file-selection.page:20 #: C/text.page:20 msgid "--filename=filename" msgstr "" #. (itstool) path: item/p #: C/file-selection.page:21 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:25 msgid "--multiple" msgstr "" #. (itstool) path: item/p #: C/file-selection.page:26 msgid "Allows the selection of multiple filenames in the file selection dialog." msgstr "" #. (itstool) path: item/title #: C/file-selection.page:30 msgid "--directory" msgstr "" #. (itstool) path: item/p #: C/file-selection.page:31 msgid "Allows only selection of directories in the file selection dialog." msgstr "" #. (itstool) path: item/title #: C/file-selection.page:35 msgid "--save" msgstr "" #. (itstool) path: item/p #: C/file-selection.page:36 msgid "Set the file selection dialog into save mode." msgstr "" #. (itstool) path: item/title #: C/file-selection.page:40 #: C/list.page:52 msgid "--separator=separator" msgstr "" #. (itstool) path: item/p #: C/file-selection.page:41 msgid "Specifies the string that is used to divide the returned list of filenames." msgstr "" #. (itstool) path: page/p #: C/file-selection.page:46 msgid "The following example script shows how to create a file selection dialog:" msgstr "" #. (itstool) path: page/code #: C/file-selection.page:50 #, 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:66 msgid "File Selection Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/file-selection.page:67 msgid "Zenity 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:68 msgctxt "_" msgid "external ref='figures/zenity-fileselection-screenshot.png' md5='bbba2652577f14ab4719f55a2ff57073'" msgstr "" #. (itstool) path: info/desc #: C/forms.page:6 msgid "Use the --forms option." msgstr "" #. (itstool) path: page/title #: C/forms.page:8 msgid "Forms Dialog" msgstr "" #. (itstool) path: page/p #: C/forms.page:9 msgid "Use the --forms option to create a forms dialog." msgstr "" #. (itstool) path: page/p #: C/forms.page:13 msgid "The forms dialog supports the following options:" msgstr "" #. (itstool) path: item/title #: C/forms.page:20 msgid "--add-entry=FieldName" msgstr "" #. (itstool) path: item/p #: C/forms.page:21 msgid "Add a new Entry in forms dialog." msgstr "" #. (itstool) path: item/title #: C/forms.page:25 msgid "--add-password=FieldName" msgstr "" #. (itstool) path: item/p #: C/forms.page:26 msgid "Add a new Password Entry in forms dialog. (Hide text)" msgstr "" #. (itstool) path: item/title #: C/forms.page:30 msgid "--add-calendar=FieldName" msgstr "" #. (itstool) path: item/p #: C/forms.page:31 msgid "Add a new Calendar in forms dialog." msgstr "" #. (itstool) path: item/title #: C/forms.page:35 #: C/scale.page:19 msgid "--text=TEXT" msgstr "" #. (itstool) path: item/p #: C/forms.page:36 msgid "Set the dialog text." msgstr "" #. (itstool) path: item/title #: C/forms.page:40 msgid "--separator=SEPARATOR" msgstr "" #. (itstool) path: item/p #: C/forms.page:41 msgid "Set output separator character. (Default: | )" msgstr "" #. (itstool) path: item/title #: C/forms.page:45 msgid "--forms-date-format=PATTERN" msgstr "" #. (itstool) path: item/p #: C/forms.page:46 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 strftime function, for example %A %d/%m/%y." msgstr "" #. (itstool) path: page/p #: C/forms.page:51 msgid "The following example script shows how to create a forms dialog:" msgstr "" #. (itstool) path: page/code #: C/forms.page:55 #, 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\" >> 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:79 msgid "Forms Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/forms.page:80 msgid "Zenity 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:81 msgctxt "_" msgid "external ref='figures/zenity-forms-screenshot.png' md5='c11fab02e4d51212a538ce6859799d5f'" 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: license/p #: C/index.page:20 msgid "GNU Free Documentation License (GFDL)" msgstr "" #. (itstool) path: page/title #: C/index.page:24 msgid "Zenity Manual" msgstr "" #. (itstool) path: section/title #: C/index.page:27 msgid "Dialogs" msgstr "" #. (itstool) path: info/desc #: C/info.page:6 msgid "Use the --info option." msgstr "" #. (itstool) path: page/title #: C/info.page:8 msgid "Info Dialog" msgstr "" #. (itstool) path: page/p #: C/info.page:9 msgid "Use the --info option to create an information dialog." msgstr "" #. (itstool) path: page/p #: C/info.page:13 msgid "The following example script shows how to create an information dialog:" msgstr "" #. (itstool) path: page/code #: C/info.page:17 #, 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:26 msgid "Information Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/info.page:27 msgid "Zenity 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:28 msgctxt "_" msgid "external ref='figures/zenity-information-screenshot.png' md5='72386d53a991c46e918ee6dd22795aa6'" msgstr "" #. (itstool) path: info/desc #: C/intro.page:6 msgid "Zenity enables you to create the various types of simple dialog." msgstr "" #. (itstool) path: page/title #: C/intro.page:8 msgid "Introduction" msgstr "" #. (itstool) path: page/p #: C/intro.page:9 msgid "Zenity enables you to create the following types of simple dialog:" msgstr "" #. (itstool) path: item/p #: C/intro.page:14 msgid "Calendar" msgstr "" #. (itstool) path: item/p #: C/intro.page:15 msgid "File selection" msgstr "" #. (itstool) path: item/p #: C/intro.page:16 msgid "Forms" msgstr "" #. (itstool) path: item/p #: C/intro.page:17 msgid "List" msgstr "" #. (itstool) path: item/p #: C/intro.page:18 msgid "Notification icon" msgstr "" #. (itstool) path: item/p #: C/intro.page:19 msgid "Message" msgstr "" #. (itstool) path: item/p #: C/intro.page:21 msgid "Error" msgstr "" #. (itstool) path: item/p #: C/intro.page:22 msgid "Information" msgstr "" #. (itstool) path: item/p #: C/intro.page:23 msgid "Question" msgstr "" #. (itstool) path: item/p #: C/intro.page:24 msgid "Warning" msgstr "" #. (itstool) path: item/p #: C/intro.page:27 msgid "Password entry" msgstr "" #. (itstool) path: item/p #: C/intro.page:28 msgid "Progress" msgstr "" #. (itstool) path: item/p #: C/intro.page:29 msgid "Text entry" msgstr "" #. (itstool) path: item/p #: C/intro.page:30 msgid "Text information" msgstr "" #. (itstool) path: item/p #: C/intro.page:31 msgid "Scale" msgstr "" #. (itstool) path: item/p #: C/intro.page:32 msgid "Color selection" msgstr "" #. (itstool) path: info/desc #: C/list.page:6 msgid "Use the --list option." msgstr "" #. (itstool) path: page/title #: C/list.page:8 msgid "List Dialog" msgstr "" #. (itstool) path: page/p #: C/list.page:9 msgid "Use the --list option to create a list dialog. Zenity returns the entries in the first column of text of selected rows to standard output." msgstr "" #. (itstool) path: page/p #: C/list.page:13 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:17 msgid "If you use the --checklist or --radiolist options, each row must start with either 'TRUE' or 'FALSE'." msgstr "" #. (itstool) path: page/p #: C/list.page:21 msgid "The list dialog supports the following options:" msgstr "" #. (itstool) path: item/title #: C/list.page:28 msgid "--column=column" msgstr "" #. (itstool) path: item/p #: C/list.page:29 msgid "Specifies the column headers that are displayed in the list dialog. You must specify a --column option for each column that you want to display in the dialog." msgstr "" #. (itstool) path: item/title #: C/list.page:34 msgid "--checklist" msgstr "" #. (itstool) path: item/p #: C/list.page:35 msgid "Specifies that the first column in the list dialog contains check boxes." msgstr "" #. (itstool) path: item/title #: C/list.page:40 msgid "--radiolist" msgstr "" #. (itstool) path: item/p #: C/list.page:41 msgid "Specifies that the first column in the list dialog contains radio boxes." msgstr "" #. (itstool) path: item/title #: C/list.page:46 #: C/text.page:25 msgid "--editable" msgstr "" #. (itstool) path: item/p #: C/list.page:47 msgid "Allows the displayed items to be edited." msgstr "" #. (itstool) path: item/p #: C/list.page:53 msgid "Specifies what string is used when the list dialog returns the selected entries." msgstr "" #. (itstool) path: item/title #: C/list.page:58 msgid "--print-column=column" msgstr "" #. (itstool) path: item/p #: C/list.page:59 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:66 msgid "The following example script shows how to create a list dialog:" msgstr "" #. (itstool) path: page/code #: C/list.page:69 #, 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:82 msgid "List Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/list.page:83 msgid "Zenity 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:84 msgctxt "_" msgid "external ref='figures/zenity-list-screenshot.png' md5='8bd9ad9c760516a966d3590b2019fa1e'" msgstr "" #. (itstool) path: info/desc #: C/message.page:6 msgid "Error, Info, Question, Warning" msgstr "" #. (itstool) path: page/title #: C/message.page:13 msgid "Message Dialog" msgstr "" #. (itstool) path: page/p #: C/message.page:14 msgid "For each type, use the --text option to specify the text that is displayed in the dialog." msgstr "" #. (itstool) path: info/desc #: C/notification.page:6 msgid "Use the --notification option." msgstr "" #. (itstool) path: page/title #: C/notification.page:8 msgid "Notification Icon" msgstr "" #. (itstool) path: page/p #: C/notification.page:9 msgid "Use the --notification option to create a notification icon." msgstr "" #. (itstool) path: item/p #: C/notification.page:14 msgid "Specifies the text that is displayed in the notification area." msgstr "" #. (itstool) path: item/title #: C/notification.page:17 msgid "--listen=icon: 'text', message: 'text', tooltip: 'text', visible: 'text'," msgstr "" #. (itstool) path: item/p #: C/notification.page:18 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:20 msgid "The icon command also accepts four stock icon values such as error, info, question and warning." msgstr "" #. (itstool) path: page/p #: C/notification.page:25 msgid "The following example script shows how to create a notification icon:" msgstr "" #. (itstool) path: page/code #: C/notification.page:26 #, no-wrap msgid "" "\n" " #!/bin/sh\n" "\n" " zenity --notification\\\n" " --window-icon=\"info\" \\\n" " --text=\"There are system updates necessary!\"\n" " " msgstr "" #. (itstool) path: figure/title #: C/notification.page:35 msgid "Notification Icon Example" msgstr "" #. (itstool) path: figure/desc #: C/notification.page:36 msgid "Zenity 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:37 msgctxt "_" msgid "external ref='figures/zenity-notification-screenshot.png' md5='49ebe82aa255c5536d018f2b4f919c51'" msgstr "" #. (itstool) path: page/p #: C/notification.page:40 msgid "The following example script shows how to create a notification icon along with --listen:" msgstr "" #. (itstool) path: page/code #: C/notification.page:41 #, no-wrap msgid "" "\n" " #!/bin/sh\n" " cat <<EOH| zenity --notification --listen\n" " message: this is the message text\n" " EOH\n" " " msgstr "" #. (itstool) path: figure/title #: C/notification.page:49 msgid "Notification Icon with --listen Example" msgstr "" #. (itstool) path: figure/desc #: C/notification.page:50 msgid "Zenity notification with --listen 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:51 msgctxt "_" msgid "external ref='figures/zenity-notification-listen-screenshot.png' md5='e7e6edba1c794426c4ce749bc355b25d'" msgstr "" #. (itstool) path: info/desc #: C/password.page:6 msgid "Use the --password option." msgstr "" #. (itstool) path: page/title #: C/password.page:8 msgid "Password Dialog" msgstr "" #. (itstool) path: page/p #: C/password.page:9 msgid "Use the --password option to create a password entry dialog." msgstr "" #. (itstool) path: page/p #: C/password.page:12 msgid "The password entry dialog supports the following options:" msgstr "" #. (itstool) path: item/title #: C/password.page:18 msgid "--username" msgstr "" #. (itstool) path: item/p #: C/password.page:19 msgid "Display the username field." msgstr "" #. (itstool) path: page/p #: C/password.page:23 msgid "The following example script shows how to create a password entry dialog:" msgstr "" #. (itstool) path: page/code #: C/password.page:27 #, 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:45 msgid "Password Entry Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/password.page:46 msgid "Zenity 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:47 msgctxt "_" msgid "external ref='figures/zenity-password-screenshot.png' md5='6adbeb624a307f78072593d6d1c6def6'" msgstr "" #. (itstool) path: info/desc #: C/progress.page:6 msgid "Use the --progress option." msgstr "" #. (itstool) path: page/title #: C/progress.page:8 msgid "Progress Dialog" msgstr "" #. (itstool) path: page/p #: C/progress.page:9 msgid "Use the --progress option to create a progress dialog." msgstr "" #. (itstool) path: page/p #: C/progress.page:13 msgid "Zenity 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:17 msgid "The progress dialog supports the following options:" msgstr "" #. (itstool) path: item/p #: C/progress.page:25 msgid "Specifies the text that is displayed in the progress dialog." msgstr "" #. (itstool) path: item/title #: C/progress.page:29 msgid "--percentage=percentage" msgstr "" #. (itstool) path: item/p #: C/progress.page:30 msgid "Specifies the initial percentage that is set in the progress dialog." msgstr "" #. (itstool) path: item/title #: C/progress.page:34 msgid "--auto-close" msgstr "" #. (itstool) path: item/p #: C/progress.page:35 msgid "Closes the progress dialog when 100% has been reached." msgstr "" #. (itstool) path: item/title #: C/progress.page:39 msgid "--pulsate" msgstr "" #. (itstool) path: item/p #: C/progress.page:40 msgid "Specifies that the progress bar pulsates until an EOF character is read from standard input." msgstr "" #. (itstool) path: page/p #: C/progress.page:45 msgid "The following example script shows how to create a progress dialog:" msgstr "" #. (itstool) path: page/code #: C/progress.page:49 #, 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:75 msgid "Progress Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/progress.page:76 msgid "Zenity 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:77 msgctxt "_" msgid "external ref='figures/zenity-progress-screenshot.png' md5='75121bbbcb9cc92de4ebf7fbb92f0780'" msgstr "" #. (itstool) path: info/desc #: C/question.page:6 msgid "Use the --question option." msgstr "" #. (itstool) path: page/title #: C/question.page:8 msgid "Question Dialog" msgstr "" #. (itstool) path: page/p #: C/question.page:9 msgid "Use the --question option to create a question dialog." msgstr "" #. (itstool) path: page/p #: C/question.page:13 msgid "The following example script shows how to create a question dialog:" msgstr "" #. (itstool) path: page/code #: C/question.page:17 #, 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:26 msgid "Question Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/question.page:27 msgid "Zenity 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:28 msgctxt "_" msgid "external ref='figures/zenity-question-screenshot.png' md5='5889e2a57b9d1885f22977587a269610'" msgstr "" #. (itstool) path: info/desc #: C/scale.page:6 msgid "Use the --scale option." msgstr "" #. (itstool) path: page/title #: C/scale.page:8 msgid "Scale Dialog" msgstr "" #. (itstool) path: page/p #: C/scale.page:9 msgid "Use the --scale option to create a scale dialog." msgstr "" #. (itstool) path: page/p #: C/scale.page:12 msgid "The scale dialog supports the following options:" msgstr "" #. (itstool) path: item/p #: C/scale.page:20 msgid "Set the dialog text. (Default: Adjust the scale value)" msgstr "" #. (itstool) path: item/title #: C/scale.page:24 msgid "--value=VALUE" msgstr "" #. (itstool) path: item/p #: C/scale.page:25 msgid "Set initial value. (Default: 0) You must specify value between minimum value to maximum value." msgstr "" #. (itstool) path: item/title #: C/scale.page:29 msgid "--min-value=VALUE" msgstr "" #. (itstool) path: item/p #: C/scale.page:30 msgid "Set minimum value. (Default: 0)" msgstr "" #. (itstool) path: item/title #: C/scale.page:34 msgid "--max-value=VALUE" msgstr "" #. (itstool) path: item/p #: C/scale.page:35 msgid "Set maximum value. (Default: 100)" msgstr "" #. (itstool) path: item/title #: C/scale.page:39 msgid "--step=VALUE" msgstr "" #. (itstool) path: item/p #: C/scale.page:40 msgid "Set step size. (Default: 1)" msgstr "" #. (itstool) path: item/title #: C/scale.page:44 msgid "--print-partial" msgstr "" #. (itstool) path: item/p #: C/scale.page:45 msgid "Print value to standard output, whenever a value is changed." msgstr "" #. (itstool) path: item/title #: C/scale.page:49 msgid "--hide-value" msgstr "" #. (itstool) path: item/p #: C/scale.page:50 msgid "Hide value on dialog." msgstr "" #. (itstool) path: page/p #: C/scale.page:55 msgid "The following example script shows how to create a scale dialog:" msgstr "" #. (itstool) path: page/code #: C/scale.page:59 #, 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:75 msgid "Scale Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/scale.page:76 msgid "Zenity 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:77 msgctxt "_" msgid "external ref='figures/zenity-scale-screenshot.png' md5='d44259a5b5b6e6ba0aceffd8501d0873'" msgstr "" #. (itstool) path: info/desc #: C/text.page:6 msgid "Use the --text-info option." msgstr "" #. (itstool) path: page/title #: C/text.page:8 msgid "Text Information Dialog" msgstr "" #. (itstool) path: page/p #: C/text.page:9 msgid "Use the --text-info option to create a text information dialog." msgstr "" #. (itstool) path: page/p #: C/text.page:13 msgid "The text information dialog supports the following options:" msgstr "" #. (itstool) path: item/p #: C/text.page:21 msgid "Specifies a file that is loaded in the text information dialog." msgstr "" #. (itstool) path: item/p #: C/text.page:26 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:30 msgid "--font=FONT" msgstr "" #. (itstool) path: item/p #: C/text.page:31 msgid "Specifies the text font." msgstr "" #. (itstool) path: item/title #: C/text.page:35 msgid "--checkbox=TEXT" msgstr "" #. (itstool) path: item/p #: C/text.page:36 msgid "Enable a checkbox for use like a 'I read and accept the terms.'" msgstr "" #. (itstool) path: item/title #: C/text.page:40 msgid "--html" msgstr "" #. (itstool) path: item/p #: C/text.page:41 msgid "Enable html support." msgstr "" #. (itstool) path: item/title #: C/text.page:45 msgid "--url=URL" msgstr "" #. (itstool) path: item/p #: C/text.page:46 msgid "Sets an url instead of a file. Only works if you use --html option." msgstr "" #. (itstool) path: page/p #: C/text.page:51 msgid "The following example script shows how to create a text information dialog:" msgstr "" #. (itstool) path: page/code #: C/text.page:55 #, 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:81 msgid "Text Information Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/text.page:82 msgid "Zenity 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:83 msgctxt "_" msgid "external ref='figures/zenity-text-screenshot.png' md5='79446b388fa6c3c3a619c8d6565b9f61'" msgstr "" #. (itstool) path: info/desc #: C/usage.page:6 msgid "You can use Zenity to create simple dialogs that interact graphically with the user." msgstr "" #. (itstool) path: page/title #: C/usage.page:8 msgid "Usage" msgstr "" #. (itstool) path: page/p #: C/usage.page:9 msgid "When you write scripts, you can use Zenity to create simple dialogs that interact graphically with the user, as follows:" msgstr "" #. (itstool) path: item/p #: C/usage.page:14 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:19 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:24 msgid "When the user closes the dialog, Zenity prints the text produced by the dialog to standard output." msgstr "" #. (itstool) path: note/p #: C/usage.page:29 msgid "When you write Zenity commands, ensure that you place quotation marks around each argument." msgstr "" #. (itstool) path: note/p #: C/usage.page:32 msgid "For example, use:" msgstr "" #. (itstool) path: note/screen #: C/usage.page:33 #, no-wrap msgid "" "zenity --calendar --title=\"Holiday Planner\"" msgstr "" #. (itstool) path: note/p #: C/usage.page:34 msgid "Do not use:" msgstr "" #. (itstool) path: note/screen #: C/usage.page:35 #, no-wrap msgid "" "zenity --calendar --title=Holiday Planner" msgstr "" #. (itstool) path: note/p #: C/usage.page:36 msgid "If you do not use quotation marks, you might get unexpected results." msgstr "" #. (itstool) path: section/title #: C/usage.page:42 msgid "Access Keys" msgstr "" #. (itstool) path: section/p #: C/usage.page:43 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:46 msgid "Some Zenity 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:49 #, no-wrap msgid "" "\"_Choose a name\"." msgstr "" #. (itstool) path: section/title #: C/usage.page:53 msgid "Exit Codes" msgstr "" #. (itstool) path: section/p #: C/usage.page:54 msgid "Zenity returns the following exit codes:" msgstr "" #. (itstool) path: td/p #: C/usage.page:62 msgid "Exit Code" msgstr "" #. (itstool) path: td/p #: C/usage.page:64 msgid "Description" msgstr "" #. (itstool) path: td/p #: C/usage.page:70 msgid "0" msgstr "" #. (itstool) path: td/p #: C/usage.page:73 msgid "The user has pressed either OK or Close." msgstr "" #. (itstool) path: td/p #: C/usage.page:78 msgid "1" msgstr "" #. (itstool) path: td/p #: C/usage.page:81 msgid "The user has either pressed Cancel, or used the window functions to close the dialog." msgstr "" #. (itstool) path: td/p #: C/usage.page:86 msgid "-1" msgstr "" #. (itstool) path: td/p #: C/usage.page:89 msgid "An unexpected error has occurred." msgstr "" #. (itstool) path: td/p #: C/usage.page:94 msgid "5" msgstr "" #. (itstool) path: td/p #: C/usage.page:97 msgid "The dialog has been closed because the timeout has been reached." msgstr "" #. (itstool) path: section/title #: C/usage.page:109 msgid "General Options" msgstr "" #. (itstool) path: section/p #: C/usage.page:111 msgid "All Zenity dialogs support the following general options:" msgstr "" #. (itstool) path: item/title #: C/usage.page:118 msgid "--title=title" msgstr "" #. (itstool) path: item/p #: C/usage.page:119 msgid "Specifies the title of a dialog." msgstr "" #. (itstool) path: item/title #: C/usage.page:123 msgid "--window-icon=icon_path" msgstr "" #. (itstool) path: item/p #: C/usage.page:124 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'." msgstr "" #. (itstool) path: item/title #: C/usage.page:131 msgid "--width=width" msgstr "" #. (itstool) path: item/p #: C/usage.page:132 msgid "Specifies the width of the dialog." msgstr "" #. (itstool) path: item/title #: C/usage.page:136 msgid "--height=height" msgstr "" #. (itstool) path: item/p #: C/usage.page:137 msgid "Specifies the height of the dialog." msgstr "" #. (itstool) path: item/title #: C/usage.page:141 msgid "--timeout=timeout" msgstr "" #. (itstool) path: item/p #: C/usage.page:142 msgid "Specifies the timeout in seconds after which the dialog is closed." msgstr "" #. (itstool) path: section/title #: C/usage.page:152 msgid "Help Options" msgstr "" #. (itstool) path: section/p #: C/usage.page:154 msgid "Zenity provides the following help options:" msgstr "" #. (itstool) path: item/title #: C/usage.page:161 msgid "--help" msgstr "" #. (itstool) path: item/p #: C/usage.page:162 msgid "Displays shortened help text." msgstr "" #. (itstool) path: item/title #: C/usage.page:166 msgid "--help-all" msgstr "" #. (itstool) path: item/p #: C/usage.page:167 msgid "Displays full help text for all dialogs." msgstr "" #. (itstool) path: item/title #: C/usage.page:171 msgid "--help-general" msgstr "" #. (itstool) path: item/p #: C/usage.page:172 msgid "Displays help text for general dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:176 msgid "--help-calendar" msgstr "" #. (itstool) path: item/p #: C/usage.page:177 msgid "Displays help text for calendar dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:181 msgid "--help-entry" msgstr "" #. (itstool) path: item/p #: C/usage.page:182 msgid "Displays help text for text entry dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:186 msgid "--help-error" msgstr "" #. (itstool) path: item/p #: C/usage.page:187 msgid "Displays help text for error dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:191 msgid "--help-info" msgstr "" #. (itstool) path: item/p #: C/usage.page:192 msgid "Displays help text for information dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:196 msgid "--help-file-selection" msgstr "" #. (itstool) path: item/p #: C/usage.page:197 msgid "Displays help text for file selection dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:201 msgid "--help-list" msgstr "" #. (itstool) path: item/p #: C/usage.page:202 msgid "Displays help text for list dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:206 msgid "--help-notification" msgstr "" #. (itstool) path: item/p #: C/usage.page:207 msgid "Displays help text for notification icon options." msgstr "" #. (itstool) path: item/title #: C/usage.page:211 msgid "--help-progress" msgstr "" #. (itstool) path: item/p #: C/usage.page:212 msgid "Displays help text for progress dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:216 msgid "--help-question" msgstr "" #. (itstool) path: item/p #: C/usage.page:217 msgid "Displays help text for question dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:221 msgid "--help-warning" msgstr "" #. (itstool) path: item/p #: C/usage.page:222 msgid "Displays help text for warning dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:226 msgid "--help-text-info" msgstr "" #. (itstool) path: item/p #: C/usage.page:227 msgid "Displays help for text information dialog options." msgstr "" #. (itstool) path: item/title #: C/usage.page:231 msgid "--help-misc" msgstr "" #. (itstool) path: item/p #: C/usage.page:232 msgid "Displays help for miscellaneous options." msgstr "" #. (itstool) path: item/title #: C/usage.page:236 msgid "--help-gtk" msgstr "" #. (itstool) path: item/p #: C/usage.page:237 msgid "Displays help for GTK+ options." msgstr "" #. (itstool) path: section/title #: C/usage.page:247 msgid "Miscellaneous Options" msgstr "" #. (itstool) path: section/p #: C/usage.page:249 msgid "Zenity also provides the following miscellaneous options:" msgstr "" #. (itstool) path: item/title #: C/usage.page:256 msgid "--about" msgstr "" #. (itstool) path: item/p #: C/usage.page:257 msgid "Displays the About Zenity dialog, which contains Zenity version information, copyright information, and developer information." msgstr "" #. (itstool) path: item/title #: C/usage.page:261 msgid "--version" msgstr "" #. (itstool) path: item/p #: C/usage.page:262 msgid "Displays the version number of Zenity." msgstr "" #. (itstool) path: section/title #: C/usage.page:272 msgid "GTK+ Options" msgstr "" #. (itstool) path: section/p #: C/usage.page:274 msgid "Zenity supports the standard GTK+ options. For more information about the GTK+ options, execute the zenity --help-gtk command." msgstr "" #. (itstool) path: section/title #: C/usage.page:283 msgid "Environment Variables" msgstr "" #. (itstool) path: section/p #: C/usage.page:285 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 WINDOWID environment variable." msgstr "" #. (itstool) path: info/desc #: C/warning.page:6 msgid "Use the --warning option." msgstr "" #. (itstool) path: page/title #: C/warning.page:8 msgid "Warning Dialog" msgstr "" #. (itstool) path: page/p #: C/warning.page:9 msgid "Use the --warning option to create a warning dialog." msgstr "" #. (itstool) path: page/p #: C/warning.page:13 msgid "The following example script shows how to create a warning dialog:" msgstr "" #. (itstool) path: page/code #: C/warning.page:17 #, 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:25 msgid "Warning Dialog Example" msgstr "" #. (itstool) path: figure/desc #: C/warning.page:26 msgid "Zenity 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:27 msgctxt "_" msgid "external ref='figures/zenity-warning-screenshot.png' md5='146ea22fcd7104b2f9ed7ca0cc25f51d'" msgstr ""