From 7a4b17df76703295e361357276c74152a47f9fb4 Mon Sep 17 00:00:00 2001 From: Tommi Vainikainen Date: Thu, 18 Sep 2008 19:35:06 +0000 Subject: Added Finnish translation Added screenshots Added translated screenshot 2008-09-18 Tommi Vainikainen * Makefile.am, fi/fi.po: Added Finnish translation * fi/figures/*.png: Added screenshots * fi/l10n_scripts/*: Added translated screenshot scripts svn path=/trunk/; revision=1442 --- help/fi/l10n_scripts/progress.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 help/fi/l10n_scripts/progress.sh (limited to 'help/fi/l10n_scripts/progress.sh') diff --git a/help/fi/l10n_scripts/progress.sh b/help/fi/l10n_scripts/progress.sh new file mode 100755 index 0000000..9c2a15e --- /dev/null +++ b/help/fi/l10n_scripts/progress.sh @@ -0,0 +1,21 @@ +#!/bin/sh +( +echo "10" ; sleep 1 +echo "# Päivitetään postilokeja" ; sleep 1 +echo "20" ; sleep 1 +echo "# Nollataan cron-töitä" ; sleep 1 +echo "50" ; sleep 1 +echo "Tämä rivi vain ohitetaan" ; sleep 1 +echo "75" ; sleep 1 +echo "# Uudelleenkäynnistetään järjestelmä" ; sleep 1 +echo "100" ; sleep 1 +) | +zenity --progress \ + --title="Päivitetään järjestelmälokeja" \ + --text="Tutkitaan postilokeja..." \ + --percentage=0 + +if [ "$?" = -1 ] ; then + zenity --error \ + --text="Päivitys keskeytetty." +fi -- cgit v1.2.3-2-g168b