1# This file is distributed under the same license as the Django package.
2#
3# Translators:
4# Janno Liivak <jannolii@gmail.com>, 2013
5# Martin <martinpajuste@gmail.com>, 2015
6# Marti Raudsepp <marti@juffo.org>, 2014
7msgid ""
8msgstr ""
9"Project-Id-Version: django-formtools\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2015-03-25 09:31-0500\n"
12"PO-Revision-Date: 2015-03-21 21:57+0000\n"
13"Last-Translator: Martin <martinpajuste@gmail.com>\n"
14"Language-Team: Estonian (http://www.transifex.com/projects/p/django-"
15"formtools/language/et/)\n"
16"Language: et\n"
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
20"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22#: apps.py:7
23msgid "Form Tools"
24msgstr "Vormi Tööriistad"
25
26#: templates/formtools/form.html:6
27msgid "Please correct the following errors"
28msgstr ""
29
30#: templates/formtools/form.html:6 templates/formtools/preview.html:24
31msgid "Submit"
32msgstr ""
33
34#: templates/formtools/form.html:13 templates/formtools/preview.html:34
35msgid "Preview"
36msgstr "Eelvaade"
37
38#: templates/formtools/preview.html:6
39msgid "Preview your submission"
40msgstr ""
41
42#: templates/formtools/preview.html:17
43#, python-format
44msgid "Security hash: %(hash_value)s"
45msgstr ""
46
47#: templates/formtools/preview.html:27
48msgid "Or edit it again"
49msgstr ""
50
51#: templates/formtools/wizard/wizard_form.html:16
52msgid "first step"
53msgstr "esimene samm"
54
55#: templates/formtools/wizard/wizard_form.html:17
56msgid "prev step"
57msgstr "eelmine samm"
58
59#: templates/formtools/wizard/wizard_form.html:19
60msgid "submit"
61msgstr "kinnita"
62
63#: wizard/views.py:276
64msgid "ManagementForm data is missing or has been tampered."
65msgstr "ManagementForm andmed puuduvad või neid on muudetud."
66