Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions essay/locale/my/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 06:30+0000\n"
"PO-Revision-Date: 2017-04-19 13:55+0630\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: my_MM\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.1\n"

#: models.py:26
msgid "Essay style question"
msgstr "အက်ဆေးစတိုင်မေးခွန်း"

#: models.py:27
msgid "Essay style questions"
msgstr "အက်ဆေးစတိုင်မေးခွန်းများ"
2 changes: 1 addition & 1 deletion essay/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_answers_list(self):
return False

def answer_choice_to_string(self, guess):
return str(guess)
return unicode(guess)

def __str__(self):
return self.content
Expand Down
71 changes: 71 additions & 0 deletions multichoice/locale/my/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 06:30+0000\n"
"PO-Revision-Date: 2017-04-19 14:02+0630\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: my_MM\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.1\n"

#: models.py:9 models.py:65
msgid "Content"
msgstr "မာတိကာ"

#: models.py:10
msgid "Random"
msgstr "အစီအစဉ်တကျမဟုတ်ဘဲ"

#: models.py:11
msgid "None"
msgstr "ဘာမှမဟုတ်"

#: models.py:20
msgid ""
"The order in which multichoice answer options are displayed to the user"
msgstr "အသုံးပြုသူထံသို့ အဖြေများစွာရှိသည့်မေးခွန်းများအတွက် စီရန်"

#: models.py:23
msgid "Answer Order"
msgstr "အဖြေစီပုံ"

#: models.py:53
msgid "Multiple Choice Question"
msgstr "အဖြေအများ ရွေးနိုင်သောမေးခွန်းပုံစံ"

#: models.py:54
msgid "Multiple Choice Questions"
msgstr "အဖြေအများ ရွေးနိုင်သောမေးခွန်းပုံစံများ"

#: models.py:59
msgid "Question"
msgstr "မေးခွန်း"

#: models.py:63
msgid "Enter the answer text that you want displayed"
msgstr "သင်ဖော်ပြလိုသောအဖြေကိုရိုက်ထည့်ပါ"

#: models.py:69
msgid "Is this a correct answer?"
msgstr "ဒီဟာသည် အဖြေမှန်လား"

#: models.py:70
msgid "Correct"
msgstr "အဖြေမှန်"

#: models.py:76
msgid "Answer"
msgstr "အဖြေ"

#: models.py:77
msgid "Answers"
msgstr "အဖြေများ"
Binary file modified quiz/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion quiz/locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgstr ""
"PO-Revision-Date: 2015-10-31 22:43+0000\n"
"Last-Translator: b' <>'\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"Language: it"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
Loading