summaryrefslogtreecommitdiff
path: root/help/C/l10n.txt
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2021-09-19 08:31:12 -0400
committerJeremy Bicha <jbicha@debian.org>2021-09-19 08:31:12 -0400
commit0a9278511b4d4a3b5df9f6232cd0a427b945a630 (patch)
tree18db516364877f6dd0ebca5a0eddea7b9311b142 /help/C/l10n.txt
parentdebian/watch: Update for GNOME 40 style version numbering (diff)
parentNew upstream version 3.41.0 (diff)
downloadzenity-0a9278511b4d4a3b5df9f6232cd0a427b945a630.tar.gz
zenity-0a9278511b4d4a3b5df9f6232cd0a427b945a630.tar.bz2
zenity-0a9278511b4d4a3b5df9f6232cd0a427b945a630.zip
Update upstream source from tag 'upstream/3.41.0'
Update to upstream version '3.41.0' with Debian dir e93fe4af08d9574e6a601a2b0269cc470265904a
Diffstat (limited to 'help/C/l10n.txt')
-rwxr-xr-xhelp/C/l10n.txt88
1 files changed, 88 insertions, 0 deletions
diff --git a/help/C/l10n.txt b/help/C/l10n.txt
new file mode 100755
index 00000000..f03a73fe
--- /dev/null
+++ b/help/C/l10n.txt
@@ -0,0 +1,88 @@
+Zenity Manual V2.0
+
+------------------------
+SUMMARY OF CHANGES
+------------------------
+
+Created by: Breda McColgan
+Date: July 2004
+Manual version: 2.0
+
+------------------------
+SCREENSHOT INSTRUCTIONS
+------------------------
+
+To create the screenshots, perform the following steps:
+1. Create a directory called /tmp/l10n_scripts.
+2. Copy the scripts to the /tmp/l10n_scripts directory.
+3. Edit the appropriate script (see below)
+ to replace the English text with the localised text, where applicable.
+4. Ensure that all scripts are executable.
+ If necessary, run the following command:
+ chmod +x <script-name>
+5. Run the script from the /tmp/l10n_scripts directory, as follows:
+ cd /tmp/l10n_scripts
+ . ./<script-name>
+
+
+zenity-calendar-screenshot.png
+==============================
+
+<script-name> = calendar.sh
+
+
+zenity-entry-screenshot.png
+===========================
+
+<script-name> = text_entry.sh
+
+
+
+zenity-error-screenshot.png
+===========================
+
+<script-name> = error.sh
+
+
+zenity-fileselection-screenshot.png
+===================================
+
+<script-name> = file_sel.sh
+
+
+zenity-information-screenshot.png
+=================================
+
+<script-name> = info.sh
+
+
+zenity-list-screenshot.png
+==========================
+
+<script-name> = list.sh
+
+
+zenity-progress-screenshot.png
+==============================
+
+<script-name> = progress.sh
+
+
+zenity-question-screenshot.png
+==============================
+
+<script-name> = question.sh
+
+
+zenity-text-screenshot.png
+==========================
+
+<script-name> = text_info.sh
+Select cvs.txt from the File Selector dialog.
+Resize the window so that only the text appears -- no blank space.
+
+
+zenity-warning-screenshot.png
+=============================
+
+<script-name> = warning.sh
bgstack15