1# This file is distributed under the same license as the Django package.
2#
3# Translators:
4# Jannis Leidel <jannis@leidel.info>, 2011
5# Klaus Dahlén <klaus.dahlen@gmail.com>, 2012
6msgid ""
7msgstr ""
8"Project-Id-Version: django-formtools\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2015-03-25 09:31-0500\n"
11"PO-Revision-Date: 2014-10-05 20:41+0000\n"
12"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
13"Language-Team: Finnish (http://www.transifex.com/projects/p/django-formtools/"
14"language/fi/)\n"
15"Language: fi\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21#: apps.py:7
22msgid "Form Tools"
23msgstr ""
24
25#: templates/formtools/form.html:6
26msgid "Please correct the following errors"
27msgstr ""
28
29#: templates/formtools/form.html:6 templates/formtools/preview.html:24
30msgid "Submit"
31msgstr ""
32
33#: templates/formtools/form.html:13 templates/formtools/preview.html:34
34msgid "Preview"
35msgstr ""
36
37#: templates/formtools/preview.html:6
38msgid "Preview your submission"
39msgstr ""
40
41#: templates/formtools/preview.html:17
42#, python-format
43msgid "Security hash: %(hash_value)s"
44msgstr ""
45
46#: templates/formtools/preview.html:27
47msgid "Or edit it again"
48msgstr ""
49
50#: templates/formtools/wizard/wizard_form.html:16
51msgid "first step"
52msgstr "ensimmäinen vaihe"
53
54#: templates/formtools/wizard/wizard_form.html:17
55msgid "prev step"
56msgstr "edellinen vaihe"
57
58#: templates/formtools/wizard/wizard_form.html:19
59msgid "submit"
60msgstr "lähetä"
61
62#: wizard/views.py:276
63msgid "ManagementForm data is missing or has been tampered."
64msgstr ""
65