# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: polls/models.py:15 msgid "question" msgstr "" #: polls/models.py:16 msgid "slug" msgstr "" #: polls/models.py:17 msgid "open" msgstr "" #: polls/models.py:20 msgid "Poll" msgstr "" #: polls/models.py:21 msgid "Polls" msgstr "" #: polls/models.py:25 msgid "Slug of an open poll needs to be unique" msgstr "" #: polls/models.py:45 msgid "content" msgstr "" #: polls/models.py:46 msgid "vote count" msgstr "" #: polls/models.py:49 msgid "vote item" msgstr "" #: polls/models.py:50 msgid "vote items" msgstr "" #: polls/templates/polls/poll.html:11 msgid "Thanks for voting! You can see current results below." msgstr "" #: polls/templates/polls/tags/poll.html:23 msgid "Submit" msgstr ""