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/text_entry.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 help/fi/l10n_scripts/text_entry.sh (limited to 'help/fi/l10n_scripts/text_entry.sh') diff --git a/help/fi/l10n_scripts/text_entry.sh b/help/fi/l10n_scripts/text_entry.sh new file mode 100755 index 00000000..7e65fc90 --- /dev/null +++ b/help/fi/l10n_scripts/text_entry.sh @@ -0,0 +1,11 @@ +#!/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 -- cgit