Commit 51053c89 by Braden MacDonald

fixup! Extracted strings for potential future translation

parent 83b25ccb
...@@ -12,3 +12,10 @@ dummy_locales: ...@@ -12,3 +12,10 @@ dummy_locales:
ignore_dirs: ignore_dirs:
- mentoring/v1 - mentoring/v1
- mentoring/tests - mentoring/tests
# i18n_tools produces just "django-partial.po" by default, but we need "django.po":
generate_merge:
django.po:
- django-partial.po
djangojs.po:
- djangojs-partial.po
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-19 22:15-0700\n" "POT-Creation-Date: 2015-03-20 16:12-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -95,7 +95,9 @@ msgid "Value" ...@@ -95,7 +95,9 @@ msgid "Value"
msgstr "" msgstr ""
#: mentoring/choice.py:47 #: mentoring/choice.py:47
msgid "Value of the choice when selected. Should be unique." msgid ""
"Value of the choice when selected. Should be unique. Generally you do not "
"need to edit this."
msgstr "" msgstr ""
#: mentoring/choice.py:52 #: mentoring/choice.py:52
...@@ -129,81 +131,103 @@ msgid "" ...@@ -129,81 +131,103 @@ msgid ""
"you duplicate a choice rather than use the Add Choice button." "you duplicate a choice rather than use the Add Choice button."
msgstr "" msgstr ""
#: mentoring/mcq.py:57 #: mentoring/dashboard.py:52 mentoring/table.py:126
msgid "Display Name"
msgstr ""
#: mentoring/dashboard.py:53
msgid "Display name for this module"
msgstr ""
#: mentoring/dashboard.py:55
msgid "Self-Assessment Summary"
msgstr ""
#: mentoring/dashboard.py:58
msgid "MCQ ID"
msgstr ""
#: mentoring/dashboard.py:59
msgid ""
"THe url_name of an MCQ to use as a proof of concept for using the "
"submissions API"
msgstr ""
#: mentoring/mcq.py:71
msgid "Correct Choice[s]" msgid "Correct Choice[s]"
msgstr "" msgstr ""
#: mentoring/mcq.py:58 #: mentoring/mcq.py:72
msgid "" msgid ""
"Specify the value[s] that students may select for this question to be " "Specify the value[s] that students may select for this question to be "
"considered correct." "considered correct."
msgstr "" msgstr ""
#. Translators: This is an adjective, describing a choice as correct #. Translators: This is an adjective, describing a choice as correct
#: mentoring/mcq.py:69 #: mentoring/mcq.py:83
msgid "Correct" msgid "Correct"
msgstr "" msgstr ""
#: mentoring/mcq.py:70 #: mentoring/mcq.py:84
msgid "Acceptable" msgid "Acceptable"
msgstr "" msgstr ""
#: mentoring/mcq.py:73 #: mentoring/mcq.py:87
msgid "Wrong" msgid "Wrong"
msgstr "" msgstr ""
#: mentoring/mcq.py:74 mentoring/mrq.py:79 #: mentoring/mcq.py:88 mentoring/mrq.py:79
msgid "Not Acceptable" msgid "Not Acceptable"
msgstr "" msgstr ""
#: mentoring/mcq.py:131 #: mentoring/mcq.py:149
msgid "No choices set yet." msgid "No choices set yet."
msgstr "" msgstr ""
#: mentoring/mcq.py:134 #: mentoring/mcq.py:152
msgid "" msgid ""
"You must indicate the correct answer[s], or the student will always get this " "You must indicate the correct answer[s], or the student will always get this "
"question wrong." "question wrong."
msgstr "" msgstr ""
#: mentoring/mcq.py:137 #: mentoring/mcq.py:155
msgid "Duplicate correct choices set" msgid "Duplicate correct choices set"
msgstr "" msgstr ""
#: mentoring/mcq.py:140 #: mentoring/mcq.py:158
#, python-brace-format #, python-brace-format
msgid "A choice value listed as correct does not exist: {choice}" msgid "A choice value listed as correct does not exist: {choice}"
msgstr "" msgstr ""
#: mentoring/mcq.py:149 #: mentoring/mcq.py:167
msgid "Low" msgid "Low"
msgstr "" msgstr ""
#: mentoring/mcq.py:150 #: mentoring/mcq.py:168
msgid "Label for low ratings" msgid "Label for low ratings"
msgstr "" msgstr ""
#: mentoring/mcq.py:152 #: mentoring/mcq.py:170
msgid "Less" msgid "Less"
msgstr "" msgstr ""
#: mentoring/mcq.py:155 #: mentoring/mcq.py:173
msgid "High" msgid "High"
msgstr "" msgstr ""
#: mentoring/mcq.py:156 #: mentoring/mcq.py:174
msgid "Label for high ratings" msgid "Label for high ratings"
msgstr "" msgstr ""
#: mentoring/mcq.py:158 #: mentoring/mcq.py:176
msgid "More" msgid "More"
msgstr "" msgstr ""
#: mentoring/mcq.py:162 #: mentoring/mcq.py:180
msgid "Accepted Choice[s]" msgid "Accepted Choice[s]"
msgstr "" msgstr ""
#: mentoring/mcq.py:163 #: mentoring/mcq.py:181
msgid "" msgid ""
"Specify the rating value[s] that students may select for this question to be " "Specify the rating value[s] that students may select for this question to be "
"considered correct." "considered correct."
...@@ -411,10 +435,6 @@ msgstr "" ...@@ -411,10 +435,6 @@ msgstr ""
msgid "Variant of the table that will display a specific background image." msgid "Variant of the table that will display a specific background image."
msgstr "" msgstr ""
#: mentoring/table.py:126
msgid "Display Name"
msgstr ""
#: mentoring/table.py:128 #: mentoring/table.py:128
msgid "Header" msgid "Header"
msgstr "" msgstr ""
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-19 22:15-0700\n" "POT-Creation-Date: 2015-03-20 16:12-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-19 22:15-0700\n" "POT-Creation-Date: 2015-03-20 16:12-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -100,8 +100,12 @@ msgid "Value" ...@@ -100,8 +100,12 @@ msgid "Value"
msgstr "Välüé Ⱡ'σяєм ι#" msgstr "Välüé Ⱡ'σяєм ι#"
#: mentoring/choice.py #: mentoring/choice.py
msgid "Value of the choice when selected. Should be unique." msgid ""
msgstr "Välüé öf thé çhöïçé whén séléçtéd. Shöüld ßé ünïqüé. Ⱡ'σяєм ιρѕυм ∂σ#" "Value of the choice when selected. Should be unique. Generally you do not "
"need to edit this."
msgstr ""
"Välüé öf thé çhöïçé whén séléçtéd. Shöüld ßé ünïqüé. Générällý ýöü dö nöt "
"nééd tö édït thïs. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#"
#: mentoring/choice.py #: mentoring/choice.py
msgid "Choice Text" msgid "Choice Text"
...@@ -136,6 +140,30 @@ msgstr "" ...@@ -136,6 +140,30 @@ msgstr ""
"ýöü düplïçäté ä çhöïçé räthér thän üsé thé Àdd Çhöïçé ßüttön. Ⱡ'σяєм ιρѕυм " "ýöü düplïçäté ä çhöïçé räthér thän üsé thé Àdd Çhöïçé ßüttön. Ⱡ'σяєм ιρѕυм "
"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂#" "∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂#"
#: mentoring/dashboard.py mentoring/table.py
msgid "Display Name"
msgstr "Dïspläý Nämé Ⱡ#"
#: mentoring/dashboard.py
msgid "Display name for this module"
msgstr "Dïspläý nämé för thïs mödülé Ⱡ'σяєм #"
#: mentoring/dashboard.py
msgid "Self-Assessment Summary"
msgstr "Sélf-Àsséssmént Sümmärý Ⱡ'σяє#"
#: mentoring/dashboard.py
msgid "MCQ ID"
msgstr "MÇQ ÌD Ⱡ'σяєм ιρѕ#"
#: mentoring/dashboard.py
msgid ""
"THe url_name of an MCQ to use as a proof of concept for using the "
"submissions API"
msgstr ""
"THé ürl_nämé öf än MÇQ tö üsé äs ä prööf öf çönçépt för üsïng thé "
"süßmïssïöns ÀPÌ Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#"
#: mentoring/mcq.py #: mentoring/mcq.py
msgid "Correct Choice[s]" msgid "Correct Choice[s]"
msgstr "Çörréçt Çhöïçé[s] Ⱡ'σ#" msgstr "Çörréçt Çhöïçé[s] Ⱡ'σ#"
...@@ -439,10 +467,6 @@ msgstr "" ...@@ -439,10 +467,6 @@ msgstr ""
"ιρѕυм ∂σłσя ѕ#" "ιρѕυм ∂σłσя ѕ#"
#: mentoring/table.py #: mentoring/table.py
msgid "Display Name"
msgstr "Dïspläý Nämé Ⱡ#"
#: mentoring/table.py
msgid "Header" msgid "Header"
msgstr "Héädér Ⱡ'σяєм ιρѕ#" msgstr "Héädér Ⱡ'σяєм ιρѕ#"
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-19 22:15-0700\n" "POT-Creation-Date: 2015-03-20 16:12-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
......
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-20 16:12-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: mentoring/public/js/mentoring_standard_view.js
msgid "Feedback"
msgstr "Féédßäçk #"
../conf/locale/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment