summaryrefslogtreecommitdiff
path: root/help/fi
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-12-04 20:27:38 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-12-04 20:27:38 +0100
commit00cee21bf617c5911f4c0075744930395bf28408 (patch)
tree7201108f47f2e47c6c72878ce1511ca5c2d3c2d8 /help/fi
parentpassword: Replace N_() with regular _() (diff)
downloadzenity-00cee21bf617c5911f4c0075744930395bf28408.tar.gz
zenity-00cee21bf617c5911f4c0075744930395bf28408.tar.bz2
zenity-00cee21bf617c5911f4c0075744930395bf28408.zip
Remove obsolete help files
Diffstat (limited to 'help/fi')
-rw-r--r--help/fi/l10n_scripts/bzr.txt11
-rwxr-xr-xhelp/fi/l10n_scripts/calendar.sh10
-rwxr-xr-xhelp/fi/l10n_scripts/error.sh4
-rwxr-xr-xhelp/fi/l10n_scripts/filesel.sh13
-rwxr-xr-xhelp/fi/l10n_scripts/info.sh4
-rwxr-xr-xhelp/fi/l10n_scripts/list.sh8
-rwxr-xr-xhelp/fi/l10n_scripts/notification.sh5
-rwxr-xr-xhelp/fi/l10n_scripts/progress.sh21
-rwxr-xr-xhelp/fi/l10n_scripts/question.sh4
-rwxr-xr-xhelp/fi/l10n_scripts/text_entry.sh11
-rwxr-xr-xhelp/fi/l10n_scripts/text_info.sh16
-rwxr-xr-xhelp/fi/l10n_scripts/warning.sh4
12 files changed, 0 insertions, 111 deletions
diff --git a/help/fi/l10n_scripts/bzr.txt b/help/fi/l10n_scripts/bzr.txt
deleted file mode 100644
index 4f8aedde..00000000
--- a/help/fi/l10n_scripts/bzr.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Bazaar GNOME-kehittäjille
-=========================
-
-Kehittäjille, jotka haluavat tehostaa GNOME-työskentelyään,
-suositellaan Bazaar-versionhallinan käyttöä. Tätä varten on pystytetty
-palvelin (bzr-playground.gnome.org), jossa voidaan julkaista omia
-kehityshaaroja. Kuka tahansa hakkeri, jolle on myönnetty
-Subversion-oikeudet, voi kirjautua palvelimelle samalla SSH-avaimella.
-Tämä palvelin tarjoaa täyttä peiliä GNOME:n svn-varastoista
-bzr-muodossa. Loki peilausprosessista on saatavilla osoitteessa
-http://bzr-playground.gnome.org/.mirror-log.
diff --git a/help/fi/l10n_scripts/calendar.sh b/help/fi/l10n_scripts/calendar.sh
deleted file mode 100755
index 34196bad..00000000
--- a/help/fi/l10n_scripts/calendar.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-
-if zenity --calendar \
---title="Valitse päivä" \
---text="Napsauta päivämäärää valitsemaan päivä." \
---day=10 --month=8 --year=2004
- then echo $?
- else echo "Päivää ei valittu"
-fi
diff --git a/help/fi/l10n_scripts/error.sh b/help/fi/l10n_scripts/error.sh
deleted file mode 100755
index 05d8b4fb..00000000
--- a/help/fi/l10n_scripts/error.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-zenity --error \
- --text="Tiedostoa /var/log/syslog ei löytynyt."
diff --git a/help/fi/l10n_scripts/filesel.sh b/help/fi/l10n_scripts/filesel.sh
deleted file mode 100755
index 76a51daa..00000000
--- a/help/fi/l10n_scripts/filesel.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-FILE=`zenity --file-selection --title="Valitse tiedosto"`
-
-case $? in
- 0)
- echo "\"$FILE\" valittu.";;
- 1)
- echo "Tiedostoa ei valittu.";;
- -1)
- echo "Tiedostoa ei valittu.";;
-esac
-
diff --git a/help/fi/l10n_scripts/info.sh b/help/fi/l10n_scripts/info.sh
deleted file mode 100755
index 130052b2..00000000
--- a/help/fi/l10n_scripts/info.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-zenity --info \
- --text="Yhdistäminen valmis. Päivitetty 3/10 tiedostoa."
diff --git a/help/fi/l10n_scripts/list.sh b/help/fi/l10n_scripts/list.sh
deleted file mode 100755
index b3ecfca7..00000000
--- a/help/fi/l10n_scripts/list.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-zenity --list \
- --title="Valitse viat joita haluat katsoa" \
- --column="Vikanumero" --column="Vakavuus" --column="Kuvaus" \
- 992383 normaali "GtkTreeView kaatuu monivalinnoissa" \
- 293823 korkea "GNOME-sanakirja ei osaa käyttää välipalvelinta" \
- 393823 kriittinen "Valikkojen muokaus ei toimi GNOME 2.0:ssa"
diff --git a/help/fi/l10n_scripts/notification.sh b/help/fi/l10n_scripts/notification.sh
deleted file mode 100755
index 7811cda3..00000000
--- a/help/fi/l10n_scripts/notification.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-zenity --notification\
- --window-icon="info" \
- --text="Järjestelmän päivitys on välttämätön!"
diff --git a/help/fi/l10n_scripts/progress.sh b/help/fi/l10n_scripts/progress.sh
deleted file mode 100755
index 9c2a15e2..00000000
--- a/help/fi/l10n_scripts/progress.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/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
diff --git a/help/fi/l10n_scripts/question.sh b/help/fi/l10n_scripts/question.sh
deleted file mode 100755
index f1af813c..00000000
--- a/help/fi/l10n_scripts/question.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-zenity --question \
- --text="Haluatko varmasti jatkaa?"
diff --git a/help/fi/l10n_scripts/text_entry.sh b/help/fi/l10n_scripts/text_entry.sh
deleted file mode 100755
index 7e65fc90..00000000
--- a/help/fi/l10n_scripts/text_entry.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if zenity --entry \
- --title="Lisää syöte" \
- --text="Syötä _salasanasi:" \
- --entry-text "salasana" \
- --hide-text; then
- echo $?
-else
- echo "Salasanaa ei syötetty"
-fi
diff --git a/help/fi/l10n_scripts/text_info.sh b/help/fi/l10n_scripts/text_info.sh
deleted file mode 100755
index e14917f2..00000000
--- a/help/fi/l10n_scripts/text_info.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-FILE=`zenity --file-selection \
- --title="Valitse tiedosto"`
-
-case $? in
- 0)
- zenity --text-info \
- --title=$FILE \
- --filename=$FILE \
- --editable 2&gt;/tmp/tmp.txt;;
- 1)
- echo "Tiedostoa ei valittu.";;
- -1)
- echo "Tiedostoa ei valittu.";;
-esac
diff --git a/help/fi/l10n_scripts/warning.sh b/help/fi/l10n_scripts/warning.sh
deleted file mode 100755
index 759556ea..00000000
--- a/help/fi/l10n_scripts/warning.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-zenity --warning \
- --text="Irrota virtajohto sähköiskujen välttämiseksi."
bgstack15