From d7f499f27635a23d5e36407995b34336208236f4 Mon Sep 17 00:00:00 2001
From: Sarina Canelake
Date: Thu, 3 Apr 2014 09:04:13 -0400
Subject: [PATCH 1/2] Don't pull unreviewed languages from Transifex
---
conf/locale/config.yaml | 66 ++++++++++++++++++++++-------------------
lms/envs/common.py | 66 ++++++++++++++++++++++-------------------
2 files changed, 72 insertions(+), 60 deletions(-)
diff --git a/conf/locale/config.yaml b/conf/locale/config.yaml
index a765e6d66d..298bc8082e 100644
--- a/conf/locale/config.yaml
+++ b/conf/locale/config.yaml
@@ -1,61 +1,67 @@
# Configuration for i18n workflow.
+# All project are listed here, but ones that do not yet have any reviewed translations
+# we don't pull so are commented out.
+
locales:
- en # English - Source Language
- ar # Arabic
- - bg_BG # Bulgarian (Bulgaria)
- - bn # Bengali
- - bn_BD # Bengali (Bangladesh)
+# - az # Azerbaijani
+# - bg_BG # Bulgarian (Bulgaria)
+# - bn # Bengali
+# - bn_BD # Bengali (Bangladesh)
+# - bs # Bosnian
- ca # Catalan
- - ca@valencia # Catalan (Valencia)
+# - ca@valencia # Catalan (Valencia)
- cs # Czech
- - cy # Welsh
+# - cy # Welsh
- de_DE # German (Germany)
- - el # Greek
+# - el # Greek
- en@lolcat # LOLCAT English
- en@pirate # Pirate English
- es_419 # Spanish (Latin America)
- - es_AR # Spanish (Argentina)
- - es_EC # Spanish (Ecuador)
- - es_ES # Spanish (Spain)
- - es_MX # Spanish (Mexico)
- - es_PE # Spanish (Peru)
- - es_US # Spanish (United States)
- - et_EE # Estonian (Estonia)
- - fa # Persian
- - fa_IR # Persian (Iran)
- - fi_FI # Finnish (Finland)
+# - es_AR # Spanish (Argentina)
+# - es_EC # Spanish (Ecuador)
+# - es_ES # Spanish (Spain)
+# - es_MX # Spanish (Mexico)
+# - es_PE # Spanish (Peru)
+# - es_US # Spanish (United States)
+# - et_EE # Estonian (Estonia)
+# - eu_ES # Basque (Spain)
+# - fa # Persian
+# - fa_IR # Persian (Iran)
+# - fi_FI # Finnish (Finland)
- fr # French
- - gl # Galician
- - he # Hebrew
+# - gl # Galician
+# - he # Hebrew
- hi # Hindi
- - hu # Hungarian
+# - hu # Hungarian
- hy_AM # Armenian (Armenia)
- id # Indonesian
- it_IT # Italian (Italy)
- ja_JP # Japanese (Japan)
- - km_KH # Khmer (Cambodia)
+# - km_KH # Khmer (Cambodia)
- ko_KR # Korean (Korea)
- lt_LT # Lithuanian (Lithuania)
- - ml # Malayalam
- - mn # Mongolian
- - ms # Malay
+# - ml # Malayalam
+# - mn # Mongolian
+# - ms # Malay
- nb # Norwegian Bokmål
- - ne # Nepali
+# - ne # Nepali
- nl_NL # Dutch (Netherlands)
- pl # Polish
- pt_BR # Portuguese (Brazil)
- - pt_PT # Portuguese (Portugal)
- - ru # Russian
- - si # Sinhala
- - sk # Slovak
+# - pt_PT # Portuguese (Portugal)
+# - ru # Russian
+# - si # Sinhala
+# - sk # Slovak
- sl # Slovenian
- - th # Thai
+# - th # Thai
- tr_TR # Turkish (Turkey)
- uk # Ukranian
+# - ur # Urdu
- vi # Vietnamese
- zh_CN # Chinese (China)
- - zh_CN.GB2312 # Chinese (China) (GB2312)
- zh_TW # Chinese (Taiwan)
diff --git a/lms/envs/common.py b/lms/envs/common.py
index 2d6cd4b525..1d31faf8f6 100644
--- a/lms/envs/common.py
+++ b/lms/envs/common.py
@@ -524,62 +524,68 @@ TIME_ZONE = 'America/New_York' # http://en.wikipedia.org/wiki/List_of_tz_zones_
LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html
# Sourced from http://www.localeplanet.com/icu/ and wikipedia
+# Languages that don't have any reviewed strings are commented out;
+# see https://www.transifex.com/projects/p/edx-platform/
LANGUAGES = (
('en', u'English'),
('eo', u'Dummy Language (Esperanto)'), # Dummy languaged used for testing
('fake2', u'Fake translations'), # Another dummy language for testing (not pushed to prod)
('ar', u'العربية'), # Arabic
- ('bg-bg', u'български (България)'), # Bulgarian (Bulgaria)
- ('bn', u'বাংলা'), # Bengali
- ('bn-bd', u'বাংলা (বাংলাদেশ)'), # Bengali (Bangladesh)
+# ('az', u'azərbaycanca'), # Azerbaijani
+# ('bg-bg', u'български (България)'), # Bulgarian (Bulgaria)
+# ('bn', u'বাংলা'), # Bengali
+# ('bn-bd', u'বাংলা (বাংলাদেশ)'), # Bengali (Bangladesh)
+# ('bs', u'bosanski'), # Bosnian
('ca', u'Català'), # Catalan
- ('ca@valencia', u'Català (València)'), # Catalan (Valencia)
+# ('ca@valencia', u'Català (València)'), # Catalan (Valencia)
('cs', u'Čeština'), # Czech
- ('cy', u'Cymraeg'), # Welsh
+# ('cy', u'Cymraeg'), # Welsh
('de-de', u'Deutsch (Deutschland)'), # German (Germany)
- ('el', u'Ελληνικά'), # Greek
+# ('el', u'Ελληνικά'), # Greek
('en@lolcat', u'LOLCAT English'), # LOLCAT English
('en@pirate', u'Pirate English'), # Pirate English
('es-419', u'Español (Latinoamérica)'), # Spanish (Latin America)
- ('es-ar', u'Español (Argentina)'), # Spanish (Argentina)
- ('es-ec', u'Español (Ecuador)'), # Spanish (Ecuador)
- ('es-es', u'Español (España)'), # Spanish (Spain)
- ('es-mx', u'Español (México)'), # Spanish (Mexico)
- ('es-pe', u'Español (Perú)'), # Spanish (Peru)
- ('es-us', u'Español (Estados Unidos)'), # Spanish (United States)
- ('et-ee', u'Eesti (Eesti)'), # Estonian (Estonia)
- ('fa', u'فارسی'), # Persian
- ('fa-ir', u'فارسی (ایران)'), # Persian (Iran)
- ('fi-fi', u'Suomi (Suomi)'), # Finnish (Finland)
+# ('es-ar', u'Español (Argentina)'), # Spanish (Argentina)
+# ('es-ec', u'Español (Ecuador)'), # Spanish (Ecuador)
+# ('es-es', u'Español (España)'), # Spanish (Spain)
+# ('es-mx', u'Español (México)'), # Spanish (Mexico)
+# ('es-pe', u'Español (Perú)'), # Spanish (Peru)
+# ('es-us', u'Español (Estados Unidos)'), # Spanish (United States)
+# ('et-ee', u'Eesti (Eesti)'), # Estonian (Estonia)
+# ('eu-es', u'euskara (Espainia)'), # Basque (Spain)
+# ('fa', u'فارسی'), # Persian
+# ('fa-ir', u'فارسی (ایران)'), # Persian (Iran)
+# ('fi-fi', u'Suomi (Suomi)'), # Finnish (Finland)
('fr', u'Français'), # French
- ('gl', u'Galego'), # Galician
- ('he', u'עברית'), # Hebrew
+# ('gl', u'Galego'), # Galician
+# ('he', u'עברית'), # Hebrew
('hi', u'हिन्दी'), # Hindi
- ('hu', u'magyar'), # Hungarian
+# ('hu', u'magyar'), # Hungarian
('hy-am', u'Հայերէն (Հայաստանի Հանրապետութիւն)'), # Armenian (Armenia)
('id', u'Bahasa Indonesia'), # Indonesian
('it-it', u'Italiano (Italia)'), # Italian (Italy)
('ja-jp', u'日本語(日本)'), # Japanese (Japan)
- ('km-kh', u'ភាសាខ្មែរ (កម្ពុជា)'), # Khmer (Cambodia)
+# ('km-kh', u'ភាសាខ្មែរ (កម្ពុជា)'), # Khmer (Cambodia)
('ko-kr', u'한국어(대한민국)'), # Korean (Korea)
('lt-lt', u'Lietuvių (Lietuva)'), # Lithuanian (Lithuania)
- ('ml', u'മലയാളം'), # Malayalam
- ('mn', u'Монгол хэл'), # Mongolian
- ('ms', u'Bahasa Melayu'), # Malay
+# ('ml', u'മലയാളം'), # Malayalam
+# ('mn', u'Монгол хэл'), # Mongolian
+# ('ms', u'Bahasa Melayu'), # Malay
('nb', u'Norsk bokmål'), # Norwegian Bokmål
- ('ne', u'नेपाली'), # Nepali
+# ('ne', u'नेपाली'), # Nepali
('nl-nl', u'Nederlands (Nederland)'), # Dutch (Netherlands)
('pl', u'Polski'), # Polish
('pt-br', u'Português (Brasil)'), # Portuguese (Brazil)
- ('pt-pt', u'Português (Portugal)'), # Portuguese (Portugal)
- ('ru', u'Русский'), # Russian
- ('si', u'සිංහල'), # Sinhala
- ('sk', u'Slovenčina'), # Slovak
+# ('pt-pt', u'Português (Portugal)'), # Portuguese (Portugal)
+# ('ru', u'Русский'), # Russian
+# ('si', u'සිංහල'), # Sinhala
+# ('sk', u'Slovenčina'), # Slovak
('sl', u'Slovenščina'), # Slovenian
- ('th', u'ไทย'), # Thai
+# ('th', u'ไทย'), # Thai
('tr-tr', u'Türkçe (Türkiye)'), # Turkish (Turkey)
- ('uk', u'Українська'), # Uknranian
+ ('uk', u'Українська'), # Ukranian
+# ('ur', u'اردو'), # Urdu
('vi', u'Tiếng Việt'), # Vietnamese
('zh-cn', u'中文(简体)'), # Chinese (China)
('zh-tw', u'中文(台灣)'), # Chinese (Taiwan)
From 42728d6826cf633861327ffdbd3b80037c9f6b2e Mon Sep 17 00:00:00 2001
From: Sarina Canelake
Date: Mon, 7 Apr 2014 11:09:04 -0400
Subject: [PATCH 2/2] Update translations (autogenerated message)
---
conf/locale/ar/LC_MESSAGES/django.mo | Bin 1283 -> 1283 bytes
conf/locale/ar/LC_MESSAGES/django.po | 141 +-
conf/locale/ar/LC_MESSAGES/djangojs.mo | Bin 1033 -> 1033 bytes
conf/locale/ar/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/ca/LC_MESSAGES/django.mo | Bin 539 -> 16884 bytes
conf/locale/ca/LC_MESSAGES/django.po | 525 +-
conf/locale/ca/LC_MESSAGES/djangojs.mo | Bin 515 -> 9478 bytes
conf/locale/ca/LC_MESSAGES/djangojs.po | 174 +-
conf/locale/cs/LC_MESSAGES/django.mo | Bin 1381 -> 1381 bytes
conf/locale/cs/LC_MESSAGES/django.po | 140 +-
conf/locale/cs/LC_MESSAGES/djangojs.mo | Bin 1097 -> 1097 bytes
conf/locale/cs/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/de_DE/LC_MESSAGES/django.mo | Bin 28358 -> 28358 bytes
conf/locale/de_DE/LC_MESSAGES/django.po | 140 +-
conf/locale/de_DE/LC_MESSAGES/djangojs.mo | Bin 26386 -> 26368 bytes
conf/locale/de_DE/LC_MESSAGES/djangojs.po | 21 +-
conf/locale/en@lolcat/LC_MESSAGES/django.mo | Bin 1568 -> 49008 bytes
conf/locale/en@lolcat/LC_MESSAGES/django.po | 1202 +-
conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo | Bin 526 -> 16623 bytes
conf/locale/en@lolcat/LC_MESSAGES/djangojs.po | 427 +-
conf/locale/en@pirate/LC_MESSAGES/django.mo | Bin 701 -> 26401 bytes
conf/locale/en@pirate/LC_MESSAGES/django.po | 646 +-
conf/locale/en@pirate/LC_MESSAGES/djangojs.mo | Bin 526 -> 1013 bytes
conf/locale/en@pirate/LC_MESSAGES/djangojs.po | 30 +-
conf/locale/eo/LC_MESSAGES/django.mo | Bin 406941 -> 410047 bytes
conf/locale/eo/LC_MESSAGES/django.po | 178 +-
conf/locale/eo/LC_MESSAGES/djangojs.mo | Bin 47887 -> 48286 bytes
conf/locale/eo/LC_MESSAGES/djangojs.po | 21 +-
conf/locale/es_419/LC_MESSAGES/django.mo | Bin 289206 -> 289234 bytes
conf/locale/es_419/LC_MESSAGES/django.po | 181 +-
conf/locale/es_419/LC_MESSAGES/djangojs.mo | Bin 32333 -> 32333 bytes
conf/locale/es_419/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/fr/LC_MESSAGES/django.mo | Bin 275129 -> 274696 bytes
conf/locale/fr/LC_MESSAGES/django.po | 151 +-
conf/locale/fr/LC_MESSAGES/djangojs.mo | Bin 32378 -> 32378 bytes
conf/locale/fr/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/hi/LC_MESSAGES/django.mo | Bin 345402 -> 345213 bytes
conf/locale/hi/LC_MESSAGES/django.po | 212 +-
conf/locale/hi/LC_MESSAGES/djangojs.mo | Bin 53541 -> 53529 bytes
conf/locale/hi/LC_MESSAGES/djangojs.po | 21 +-
conf/locale/hy_AM/LC_MESSAGES/django.mo | Bin 87134 -> 86207 bytes
conf/locale/hy_AM/LC_MESSAGES/django.po | 149 +-
conf/locale/hy_AM/LC_MESSAGES/djangojs.mo | Bin 522 -> 522 bytes
conf/locale/hy_AM/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/id/LC_MESSAGES/django.mo | Bin 512 -> 512 bytes
conf/locale/id/LC_MESSAGES/django.po | 140 +-
conf/locale/id/LC_MESSAGES/djangojs.mo | Bin 24336 -> 24331 bytes
conf/locale/id/LC_MESSAGES/djangojs.po | 26 +-
conf/locale/it_IT/LC_MESSAGES/django.mo | Bin 5871 -> 5871 bytes
conf/locale/it_IT/LC_MESSAGES/django.po | 140 +-
conf/locale/it_IT/LC_MESSAGES/djangojs.mo | Bin 6151 -> 7345 bytes
conf/locale/it_IT/LC_MESSAGES/djangojs.po | 67 +-
conf/locale/ja_JP/LC_MESSAGES/django.mo | Bin 1058 -> 1058 bytes
conf/locale/ja_JP/LC_MESSAGES/django.po | 140 +-
conf/locale/ja_JP/LC_MESSAGES/djangojs.mo | Bin 557 -> 571 bytes
conf/locale/ja_JP/LC_MESSAGES/djangojs.po | 21 +-
conf/locale/ko_KR/LC_MESSAGES/django.mo | Bin 83578 -> 83460 bytes
conf/locale/ko_KR/LC_MESSAGES/django.po | 145 +-
conf/locale/ko_KR/LC_MESSAGES/djangojs.mo | Bin 516 -> 511 bytes
conf/locale/ko_KR/LC_MESSAGES/djangojs.po | 21 +-
conf/locale/lt_LT/LC_MESSAGES/django.mo | Bin 29227 -> 29227 bytes
conf/locale/lt_LT/LC_MESSAGES/django.po | 140 +-
conf/locale/lt_LT/LC_MESSAGES/djangojs.mo | Bin 3996 -> 3996 bytes
conf/locale/lt_LT/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/nb/LC_MESSAGES/django.mo | Bin 542 -> 103581 bytes
conf/locale/nb/LC_MESSAGES/django.po | 2433 +--
conf/locale/nb/LC_MESSAGES/djangojs.mo | Bin 523 -> 1279 bytes
conf/locale/nb/LC_MESSAGES/djangojs.po | 44 +-
conf/locale/nl_NL/LC_MESSAGES/django.mo | Bin 6565 -> 6565 bytes
conf/locale/nl_NL/LC_MESSAGES/django.po | 140 +-
conf/locale/nl_NL/LC_MESSAGES/djangojs.mo | Bin 1065 -> 1065 bytes
conf/locale/nl_NL/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/pl/LC_MESSAGES/django.mo | Bin 7410 -> 7410 bytes
conf/locale/pl/LC_MESSAGES/django.po | 140 +-
conf/locale/pl/LC_MESSAGES/djangojs.mo | Bin 1299 -> 1299 bytes
conf/locale/pl/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 181665 -> 182206 bytes
conf/locale/pt_BR/LC_MESSAGES/django.po | 159 +-
conf/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 14072 -> 14086 bytes
conf/locale/pt_BR/LC_MESSAGES/djangojs.po | 22 +-
conf/locale/sl/LC_MESSAGES/django.mo | Bin 580 -> 580 bytes
conf/locale/sl/LC_MESSAGES/django.po | 140 +-
conf/locale/sl/LC_MESSAGES/djangojs.mo | Bin 7211 -> 7211 bytes
conf/locale/sl/LC_MESSAGES/djangojs.po | 19 +-
conf/locale/tr_TR/LC_MESSAGES/django.mo | Bin 285530 -> 290756 bytes
conf/locale/tr_TR/LC_MESSAGES/django.po | 249 +-
conf/locale/tr_TR/LC_MESSAGES/djangojs.mo | Bin 34118 -> 37782 bytes
conf/locale/tr_TR/LC_MESSAGES/djangojs.po | 67 +-
conf/locale/vi/LC_MESSAGES/django.mo | Bin 64358 -> 64307 bytes
conf/locale/vi/LC_MESSAGES/django.po | 144 +-
conf/locale/vi/LC_MESSAGES/djangojs.mo | Bin 9910 -> 9910 bytes
conf/locale/vi/LC_MESSAGES/djangojs.po | 19 +-
.../locale/zh_CN.GB2312/LC_MESSAGES/django.mo | Bin 556 -> 0 bytes
.../locale/zh_CN.GB2312/LC_MESSAGES/django.po | 12339 ----------------
.../zh_CN.GB2312/LC_MESSAGES/djangojs.mo | Bin 535 -> 0 bytes
.../zh_CN.GB2312/LC_MESSAGES/djangojs.po | 1644 --
conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin 540 -> 552 bytes
conf/locale/zh_CN/LC_MESSAGES/django.po | 147 +-
conf/locale/zh_CN/LC_MESSAGES/djangojs.mo | Bin 512 -> 515 bytes
conf/locale/zh_CN/LC_MESSAGES/djangojs.po | 23 +-
conf/locale/zh_TW/LC_MESSAGES/django.mo | Bin 96233 -> 149924 bytes
conf/locale/zh_TW/LC_MESSAGES/django.po | 1080 +-
conf/locale/zh_TW/LC_MESSAGES/djangojs.mo | Bin 3523 -> 30869 bytes
conf/locale/zh_TW/LC_MESSAGES/djangojs.po | 567 +-
104 files changed, 6363 insertions(+), 18364 deletions(-)
delete mode 100644 conf/locale/zh_CN.GB2312/LC_MESSAGES/django.mo
delete mode 100644 conf/locale/zh_CN.GB2312/LC_MESSAGES/django.po
delete mode 100644 conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.mo
delete mode 100644 conf/locale/zh_CN.GB2312/LC_MESSAGES/djangojs.po
diff --git a/conf/locale/ar/LC_MESSAGES/django.mo b/conf/locale/ar/LC_MESSAGES/django.mo
index 58ba66aed730bc7533bf03a6ddb1014ade7b314c..e94b70fe2912e14a82f5d5dcd5cb4aa2d59474ac 100644
GIT binary patch
delta 23
ecmZqXYUbLY&BSG*YhbQmXkcYvzS)%N91{RS_ywi_
delta 23
ecmZqXYUbLY&BSG_Yiy`sU}, 2013
# abdallah.nassif , 2013
# Ahmad Abd Arrahman , 2013-2014
+# hani1460 , 2014
# jkfreij , 2014
# khateeb , 2013
# khateeb , 2013
@@ -82,7 +83,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
+"POT-Creation-Date: 2014-04-07 10:07-0400\n"
"PO-Revision-Date: 2014-03-11 14:11+0000\n"
"Last-Translator: Almaazon \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n"
@@ -225,6 +226,13 @@ msgid ""
"Try again later."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"Your password has expired due to password policy on this account. You must "
+"reset your password before you can log in again. Please click the Forgot "
+"Password\" link on this page to reset your password before logging in again."
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "Too many failed login attempts. Try again later."
msgstr ""
@@ -351,7 +359,7 @@ msgstr ""
msgid "Username should only consist of A-Z and 0-9, with no spaces."
msgstr ""
-#: common/djangoapps/student/views.py
+#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Password: "
msgstr ""
@@ -363,6 +371,22 @@ msgstr ""
msgid "Unknown error. Please e-mail us to let us know how it happened."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"You are re-using a password that you have used recently. You must have {0} "
+"distinct password(s) before reusing a previous password."
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid ""
+"You are resetting passwords too frequently. Due to security policies, {0} "
+"day(s) must elapse between password resets"
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid "Password reset unsuccessful"
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "No inactive user with this e-mail exists"
msgstr ""
@@ -1308,6 +1332,10 @@ msgstr ""
msgid "Something wrong with SubRip transcripts file during parsing."
msgstr ""
+#: common/lib/xmodule/xmodule/video_module/transcripts_utils.py
+msgid "{exception_message}: Can't find uploaded transcripts: {user_filename}"
+msgstr ""
+
#: common/lib/xmodule/xmodule/video_module/video_module.py
msgid "A YouTube URL or a link to a file hosted anywhere on the web."
msgstr ""
@@ -2296,37 +2324,6 @@ msgstr ""
msgid "Add to profile"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
-#. Translators: "Peer Grading" is a panel where peer can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-#: lms/templates/peer_grading/peer_grading.html
-#: lms/templates/peer_grading/peer_grading_closed.html
-#: lms/templates/peer_grading/peer_grading_problem.html
-msgid "Peer Grading"
-msgstr ""
-
-#. Translators: "Staff Grading" is a panel where instructor can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Staff Grading"
-msgstr ""
-
-#. Translators: "Problems you have submitted" refers to the problems that the
-#. currently-logged-in
-#. student has provided an answer for.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Problems you have submitted"
-msgstr ""
-
-#. Translators: "Flagged Submissions" refers to student-provided answers to a
-#. problem which are
-#. marked by instructor or peer graders as 'flagged' potentially
-#. inappropriate.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Flagged Submissions"
-msgstr ""
-
#: lms/djangoapps/open_ended_grading/staff_grading_service.py
msgid ""
"Could not contact the external grading server. Please contact the "
@@ -3846,14 +3843,6 @@ msgstr ""
msgid "Help"
msgstr ""
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "Visual"
-msgstr ""
-
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "HTML"
-msgstr ""
-
#: common/templates/course_modes/choose.html
msgid "Upgrade Your Registration for {} | Choose Your Track"
msgstr ""
@@ -4236,6 +4225,10 @@ msgstr ""
msgid "Unregister"
msgstr ""
+#: lms/templates/edit_unit_link.html
+msgid "View Unit in Studio"
+msgstr ""
+
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
msgid "E-mail change failed"
msgstr ""
@@ -5767,6 +5760,10 @@ msgstr ""
msgid "Register for {course.display_number_with_default}"
msgstr ""
+#: lms/templates/courseware/course_about.html
+msgid "View About Page in studio"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Overview"
msgstr ""
@@ -5775,6 +5772,20 @@ msgstr ""
msgid "Share with friends and family!"
msgstr ""
+#. Translators: This text will be automatically posted to the student's
+#. Twitter account. {url} should appear at the end of the text.
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {account}: {url}"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "Take a course with {platform} online"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {platform} {url}"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Classes Start"
msgstr ""
@@ -5958,6 +5969,10 @@ msgstr ""
msgid "{course_number} Course Info"
msgstr ""
+#: lms/templates/courseware/info.html
+msgid "View Updates in Studio"
+msgstr ""
+
#: lms/templates/courseware/info.html lms/templates/courseware/info.html
msgid "Course Updates & News"
msgstr ""
@@ -5978,12 +5993,12 @@ msgid "Instructor Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-msgid "Try New Beta Dashboard"
+#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+msgid "View Course in Studio"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
-msgid "Edit Course In Studio"
+msgid "Try New Beta Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
@@ -6437,6 +6452,10 @@ msgstr ""
msgid "Course Progress"
msgstr ""
+#: lms/templates/courseware/progress.html
+msgid "View Grading in studio"
+msgstr ""
+
#: lms/templates/courseware/progress.html
msgid "Course Progress for Student '{username}' ({email})"
msgstr ""
@@ -7112,13 +7131,12 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-#: lms/templates/discussion/mustache/_profile_thread.mustache
-msgid "View discussion"
+msgid "Expand discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-msgid "Hide discussion"
+msgid "Collapse discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
@@ -7130,6 +7148,10 @@ msgstr ""
msgid "…"
msgstr ""
+#: lms/templates/discussion/mustache/_profile_thread.mustache
+msgid "View discussion"
+msgstr ""
+
#: lms/templates/emails/activation_email.txt
msgid ""
"Thank you for signing up for {platform_name}! To activate your account, "
@@ -8113,6 +8135,12 @@ msgid ""
"{end_p_tag}\n"
msgstr ""
+#: lms/templates/peer_grading/peer_grading.html
+#: lms/templates/peer_grading/peer_grading_closed.html
+#: lms/templates/peer_grading/peer_grading_problem.html
+msgid "Peer Grading"
+msgstr ""
+
#: lms/templates/peer_grading/peer_grading.html
msgid ""
"Here are a list of problems that need to be peer graded for this course."
@@ -9794,6 +9822,13 @@ msgstr ""
msgid "View Live"
msgstr ""
+#: cms/templates/edit-tabs.html
+msgid ""
+"Note: Pages are publicly visible. If users know the URL of a page, they can "
+"view the page even if they are not registered for or logged in to your "
+"course."
+msgstr ""
+
#: cms/templates/edit-tabs.html
msgid "Show this page"
msgstr ""
@@ -11516,15 +11551,15 @@ msgid ""
msgstr ""
#: cms/templates/unit.html
-msgid "This unit is scheduled to be released to students"
+msgid ""
+"This unit is scheduled to be released to students on "
+"{date} with the subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
-msgid "on {date}"
-msgstr ""
-
-#: cms/templates/unit.html
-msgid "with the subsection {link_start}{name}{link_end}"
+msgid ""
+"This unit is scheduled to be released to students with the "
+"subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
diff --git a/conf/locale/ar/LC_MESSAGES/djangojs.mo b/conf/locale/ar/LC_MESSAGES/djangojs.mo
index 01c409e854f7f390ab89a402b3fe2f2359729d2f..395e5448c6818d0ec27c5da4c4337c99b0c5593d 100644
GIT binary patch
delta 37
rcmeC==;YY&l#$a!*T7uC(7?)I@;gR(E+EfP!N|bM&~URj(\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -1430,10 +1430,9 @@ msgstr ""
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/tabs.js
#: cms/static/coffee/src/views/unit.js
#: cms/static/coffee/src/xblock/cms.runtime.v1.js
-#: cms/static/js/models/section.js cms/static/js/views/asset.js
-#: cms/static/js/views/course_info_handout.js
+#: cms/static/js/models/section.js cms/static/js/utils/drag_and_drop.js
+#: cms/static/js/views/asset.js cms/static/js/views/course_info_handout.js
#: cms/static/js/views/course_info_update.js cms/static/js/views/overview.js
-#: cms/static/js/views/overview.js.c
msgid "Saving…"
msgstr ""
@@ -1744,3 +1743,13 @@ msgstr ""
#: cms/static/js/views/settings/main.js
msgid "Files must be in JPEG or PNG format."
msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid ""
+"Sorry, there was an error parsing the subtitles that you uploaded. Please "
+"check the format and try again."
+msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid "Upload translation."
+msgstr ""
diff --git a/conf/locale/ca/LC_MESSAGES/django.mo b/conf/locale/ca/LC_MESSAGES/django.mo
index f3d512fe10de3407136a212858cd5da589975839..2f743d760c32cb82d50177ca24a01514076d705d 100644
GIT binary patch
literal 16884
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
OEUk>pHZN68W&{AR01C, 2014
+# mcolomer , 2014
+# sarina , 2014
# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-#
# edX translation file.
# Copyright (C) 2014 EdX
@@ -43,7 +45,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
+"POT-Creation-Date: 2014-04-07 10:07-0400\n"
"PO-Revision-Date: 2014-03-23 19:30+0000\n"
"Last-Translator: claudi \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n"
@@ -64,11 +66,11 @@ msgstr ""
#: common/djangoapps/course_modes/models.py
msgid "Honor Code Certificate"
-msgstr ""
+msgstr "Certificat de Codi d'Honor"
#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py
msgid "Enrollment is closed"
-msgstr ""
+msgstr "Inscripcions tancades"
#: common/djangoapps/course_modes/views.py
msgid "Enrollment mode not supported"
@@ -92,7 +94,7 @@ msgstr ""
#: common/djangoapps/django_comment_common/models.py
msgid "Community TA"
-msgstr ""
+msgstr "Comunitat TA"
#: common/djangoapps/django_comment_common/models.py
msgid "Student"
@@ -157,11 +159,11 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "Course id not specified"
-msgstr ""
+msgstr "Id de curs no especificat"
#: common/djangoapps/student/views.py
msgid "Course id is invalid"
-msgstr ""
+msgstr "Id de curs invàlid"
#: common/djangoapps/student/views.py
#: lms/templates/courseware/course_about.html
@@ -170,15 +172,17 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "You are not enrolled in this course"
-msgstr ""
+msgstr "No estàs inscrit en aquest curs"
#: common/djangoapps/student/views.py
msgid "Enrollment action is invalid"
-msgstr ""
+msgstr "La inscripció no és vàlida"
#: common/djangoapps/student/views.py
msgid "There was an error receiving your login information. Please email us."
msgstr ""
+"Hi ha hagut un error rebent la teva informació de registre. Si us plau, "
+"envia'ns un email."
#: common/djangoapps/student/views.py
msgid ""
@@ -187,18 +191,28 @@ msgid ""
msgstr ""
#: common/djangoapps/student/views.py
-msgid "Too many failed login attempts. Try again later."
+msgid ""
+"Your password has expired due to password policy on this account. You must "
+"reset your password before you can log in again. Please click the Forgot "
+"Password\" link on this page to reset your password before logging in again."
msgstr ""
-#: common/djangoapps/student/views.py lms/templates/provider_login.html
+#: common/djangoapps/student/views.py
+msgid "Too many failed login attempts. Try again later."
+msgstr "Massa errors per entrar. Prova-ho de nou més tard."
+
+#: common/djangoapps/student/views.py
msgid "Email or password is incorrect."
-msgstr ""
+msgstr "Email contrasenya incorrectes."
#: common/djangoapps/student/views.py
msgid ""
"This account has not been activated. We have sent another activation "
"message. Please check your e-mail for the activation instructions."
msgstr ""
+"Aquest compte no ha estat activat. T'hem enviat un altre missatge "
+"d'activació. Si us plau, comprova el teu correu per conèixer les "
+"instruccions d'activació."
#: common/djangoapps/student/views.py
msgid "Please enter a username"
@@ -226,23 +240,23 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "An account with the Public Username '{username}' already exists."
-msgstr ""
+msgstr "Ja existeix un compte amb el nom d'usuari públic '{username}'."
#: common/djangoapps/student/views.py
msgid "An account with the Email '{email}' already exists."
-msgstr ""
+msgstr "Ja existeix un compte amb l'email '{email}'."
#: common/djangoapps/student/views.py
msgid "Error (401 {field}). E-mail us."
-msgstr ""
+msgstr "Error (401 {field}). Envia'ns un email."
#: common/djangoapps/student/views.py
msgid "To enroll, you must follow the honor code."
-msgstr ""
+msgstr "Per inscriure't has de seguir el codi d'honor."
#: common/djangoapps/student/views.py
msgid "You must accept the terms of service."
-msgstr ""
+msgstr "Has d'acceptar els termes del servei."
#: common/djangoapps/student/views.py
msgid "Username must be minimum of two characters long"
@@ -306,55 +320,73 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "Valid e-mail is required."
-msgstr ""
+msgstr "Es requereix un email vàlid."
#: common/djangoapps/student/views.py
msgid "Username should only consist of A-Z and 0-9, with no spaces."
msgstr ""
+"El nom d'usuari només pot contenir els caràcters A-Z i 0-9, sense espais."
-#: common/djangoapps/student/views.py
+#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Password: "
msgstr ""
#: common/djangoapps/student/views.py
msgid "Could not send activation e-mail."
-msgstr ""
+msgstr "No s'ha pogut enviar l'email d'activació."
#: common/djangoapps/student/views.py
msgid "Unknown error. Please e-mail us to let us know how it happened."
msgstr ""
+"Error desconegut. Si us plau, envia'ns un email indicant-nos com ha passat."
+
+#: common/djangoapps/student/views.py
+msgid ""
+"You are re-using a password that you have used recently. You must have {0} "
+"distinct password(s) before reusing a previous password."
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid ""
+"You are resetting passwords too frequently. Due to security policies, {0} "
+"day(s) must elapse between password resets"
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid "Password reset unsuccessful"
+msgstr ""
#: common/djangoapps/student/views.py
msgid "No inactive user with this e-mail exists"
-msgstr ""
+msgstr "No existeix cap usuari inactiu amb aquest email."
#: common/djangoapps/student/views.py
msgid "Unable to send reactivation email"
-msgstr ""
+msgstr "No s'ha pogut enviar l'email de reactivació"
#: common/djangoapps/student/views.py
msgid "Invalid password"
-msgstr ""
+msgstr "Contrasenya no vàlida"
#: common/djangoapps/student/views.py
msgid "Valid e-mail address required."
-msgstr ""
+msgstr "Es requereix una adreça d'email vàlida."
#: common/djangoapps/student/views.py
msgid "An account with this e-mail already exists."
-msgstr ""
+msgstr "Ja existeix un compte amb aquest email."
#: common/djangoapps/student/views.py
msgid "Old email is the same as the new email."
-msgstr ""
+msgstr "L'adreça d'email antiga és la mateixa que la nova."
#: common/djangoapps/student/views.py
msgid "Name required"
-msgstr ""
+msgstr "Es requereix un nom"
#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Invalid ID"
-msgstr ""
+msgstr "ID invàlid"
#. Translators: the translation for "LONG_DATE_FORMAT" must be a format
#. string for formatting dates in a long form. For example, the
@@ -769,7 +801,7 @@ msgstr ""
#: common/lib/capa/capa/inputtypes.py common/lib/capa/capa/inputtypes.py
msgid "unanswered"
-msgstr ""
+msgstr "no respostes"
#: common/lib/capa/capa/inputtypes.py
msgid "queued"
@@ -1000,12 +1032,10 @@ msgstr ""
msgid "Course Info"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
#. Translators: "Progress" is the name of the student's course progress page
#: common/lib/xmodule/xmodule/tabs.py
-#: lms/templates/peer_grading/peer_grading.html
msgid "Progress"
-msgstr ""
+msgstr "Progrés"
#. Translators: "Wiki" is the name of the course's wiki page
#: common/lib/xmodule/xmodule/tabs.py lms/djangoapps/course_wiki/views.py
@@ -1039,12 +1069,11 @@ msgstr ""
msgid "Peer grading"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
#. Translators: "Syllabus" appears on a tab that, when clicked, opens the
#. syllabus of the course.
-#: common/lib/xmodule/xmodule/tabs.py lms/templates/courseware/syllabus.html
+#: common/lib/xmodule/xmodule/tabs.py
msgid "Syllabus"
-msgstr ""
+msgstr "Síl·laba"
#. Translators: 'Instructor' appears on the tab that leads to the instructor
#. dashboard, which is
@@ -1209,6 +1238,8 @@ msgstr ""
msgid ""
"Your response has been submitted. Please check back later for your grade."
msgstr ""
+"La teva resposta ha estat enviada. Si us plau, comprova més tard la teva "
+"puntuació."
#. Translators: "Not started" communicates to a student that their response
#. has not yet been graded
@@ -1269,33 +1300,34 @@ msgstr ""
msgid "Something wrong with SubRip transcripts file during parsing."
msgstr ""
+#: common/lib/xmodule/xmodule/video_module/transcripts_utils.py
+msgid "{exception_message}: Can't find uploaded transcripts: {user_filename}"
+msgstr ""
+
#: common/lib/xmodule/xmodule/video_module/video_module.py
msgid "A YouTube URL or a link to a file hosted anywhere on the web."
msgstr ""
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "Navigation"
-msgstr ""
+msgstr "Navegació"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "About these documents"
-msgstr ""
+msgstr "Quant aquests documents"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "Index"
-msgstr ""
+msgstr "Índex"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
#: lms/templates/wiki/plugins/attachments/index.html
-#: lms/templates/discussion/_thread_list_template.html
msgid "Search"
-msgstr ""
+msgstr "Cerca"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
-#: lms/templates/static_templates/copyright.html
-#: lms/templates/static_templates/copyright.html
msgid "Copyright"
-msgstr ""
+msgstr "Copyright"
#: lms/djangoapps/class_dashboard/dashboard_data.py
msgid ""
@@ -1351,9 +1383,9 @@ msgstr ""
msgid "User {username} has never accessed problem {location}"
msgstr ""
-#: lms/djangoapps/courseware/features/video.py lms/templates/video.html
+#: lms/djangoapps/courseware/features/video.py
msgid "ERROR: No playable video sources found!"
-msgstr ""
+msgstr "ERROR: no s'han trobat fonts de vídeo visibles!"
#: lms/djangoapps/dashboard/git_import.py
msgid ""
@@ -1666,16 +1698,18 @@ msgstr ""
#: lms/djangoapps/django_comment_client/base/views.py
msgid "allowed file types are '%(file_types)s'"
-msgstr ""
+msgstr "els tipus de fitxer permesos són '%(file_types)s'"
#: lms/djangoapps/django_comment_client/base/views.py
msgid "maximum upload file size is %(file_size)sK"
-msgstr ""
+msgstr "la mida màxima del fitxer carregable és %(file_size)sK"
#: lms/djangoapps/django_comment_client/base/views.py
msgid ""
"Error uploading file. Please contact the site administrator. Thank you."
msgstr ""
+"Error carregant fitxer. Si us plau, posa't en contacte amb l'administrador "
+"del lloc. Gràcies."
#: lms/djangoapps/django_comment_client/base/views.py
msgid "Good"
@@ -1689,11 +1723,11 @@ msgstr ""
#: lms/djangoapps/instructor/views/api.py
msgid "User does not exist."
-msgstr ""
+msgstr "L'usuari no existeix."
#: lms/djangoapps/instructor/views/api.py
msgid "Task is already running."
-msgstr ""
+msgstr "La tasca ja s'està executant."
#: lms/djangoapps/instructor/views/api.py
#: lms/djangoapps/instructor/views/legacy.py
@@ -1701,20 +1735,16 @@ msgstr ""
#: lms/djangoapps/instructor/views/legacy.py
#: lms/djangoapps/instructor/views/tools.py
msgid "Username"
-msgstr ""
+msgstr "Nom d'usuari"
-#: lms/djangoapps/instructor/views/api.py lms/templates/help_modal.html
-#: lms/templates/open_ended_problems/open_ended_flagged_problems.html
+#: lms/djangoapps/instructor/views/api.py
msgid "Name"
-msgstr ""
+msgstr "Nom"
#: lms/djangoapps/instructor/views/api.py
#: lms/djangoapps/instructor/views/instructor_dashboard.py
-#: lms/templates/dashboard.html
-#: lms/templates/courseware/instructor_dashboard.html
-#: lms/templates/university_profile/edge.html
msgid "Email"
-msgstr ""
+msgstr "Email"
#: lms/djangoapps/instructor/views/api.py
msgid "Language"
@@ -1778,25 +1808,23 @@ msgstr ""
#: lms/djangoapps/instructor/views/instructor_dashboard.py
msgid "Membership"
-msgstr ""
+msgstr "Pertinença"
#: lms/djangoapps/instructor/views/instructor_dashboard.py
msgid "Student Admin"
-msgstr ""
+msgstr "Administrador Estudiant"
#: lms/djangoapps/instructor/views/instructor_dashboard.py
msgid "Extensions"
msgstr ""
#: lms/djangoapps/instructor/views/instructor_dashboard.py
-#: lms/templates/instructor/instructor_dashboard_2/data_download.html
msgid "Data Download"
-msgstr ""
+msgstr "Descàrrega de dades"
#: lms/djangoapps/instructor/views/instructor_dashboard.py
-#: lms/templates/courseware/instructor_dashboard.html
msgid "Analytics"
-msgstr ""
+msgstr "Analítica"
#: lms/djangoapps/instructor/views/legacy.py
msgid "Course Statistics At A Glance"
@@ -1942,10 +1970,14 @@ msgid ""
"classes, it may take up to an hour (or more, if other courses are "
"simultaneously sending email) to send all emails."
msgstr ""
+"El teu email ha estat posat en cua per ser enviat. Si us plau, tingues en "
+"compte que per a classes nombroses, pot portar fins a una hora (o més si "
+"altres cursos estan enviant emails simultàniament) per enviar tots els "
+"emails."
#: lms/djangoapps/instructor/views/legacy.py
msgid "Your email was successfully queued for sending."
-msgstr ""
+msgstr "El teu email s'ha posat en cua per ser enviat."
#: lms/djangoapps/instructor/views/legacy.py
msgid "Grades from {course_id}"
@@ -2100,13 +2132,12 @@ msgstr ""
msgid "reset"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
#. Translators: This is a past-tense verb that is inserted into task progress
#. messages as {action}.
#: lms/djangoapps/instructor_task/tasks.py
-#: lms/templates/wiki/plugins/attachments/index.html wiki/models/article.py
+#: lms/templates/wiki/plugins/attachments/index.html
msgid "deleted"
-msgstr ""
+msgstr "esborrat"
#. Translators: This is a past-tense verb that is inserted into task progress
#. messages as {action}.
@@ -2260,37 +2291,6 @@ msgstr ""
msgid "Add to profile"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
-#. Translators: "Peer Grading" is a panel where peer can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-#: lms/templates/peer_grading/peer_grading.html
-#: lms/templates/peer_grading/peer_grading_closed.html
-#: lms/templates/peer_grading/peer_grading_problem.html
-msgid "Peer Grading"
-msgstr ""
-
-#. Translators: "Staff Grading" is a panel where instructor can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Staff Grading"
-msgstr ""
-
-#. Translators: "Problems you have submitted" refers to the problems that the
-#. currently-logged-in
-#. student has provided an answer for.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Problems you have submitted"
-msgstr ""
-
-#. Translators: "Flagged Submissions" refers to student-provided answers to a
-#. problem which are
-#. marked by instructor or peer graders as 'flagged' potentially
-#. inappropriate.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Flagged Submissions"
-msgstr ""
-
#: lms/djangoapps/open_ended_grading/staff_grading_service.py
msgid ""
"Could not contact the external grading server. Please contact the "
@@ -2384,11 +2384,11 @@ msgstr ""
#: lms/djangoapps/shoppingcart/models.py
msgid "Order Payment Confirmation"
-msgstr ""
+msgstr "Confirmació del pagament de l'ordre"
#: lms/djangoapps/shoppingcart/models.py
msgid "Trying to add a different currency into the cart"
-msgstr ""
+msgstr "Provant d'afegir una moneda diferent a la cistella"
#: lms/djangoapps/shoppingcart/models.py
msgid ""
@@ -2472,13 +2472,9 @@ msgstr ""
msgid "Currency"
msgstr ""
-#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html
-#: lms/templates/shoppingcart/receipt.html
-#: lms/templates/shoppingcart/verified_cert_receipt.html
-#: lms/templates/shoppingcart/verified_cert_receipt.html
-#: wiki/plugins/attachments/forms.py
+#: lms/djangoapps/shoppingcart/reports.py
msgid "Description"
-msgstr ""
+msgstr "Descripció"
#: lms/djangoapps/shoppingcart/reports.py
msgid "Comments"
@@ -2566,7 +2562,7 @@ msgstr ""
#: lms/djangoapps/shoppingcart/views.py
msgid "You must be logged-in to add to a shopping cart"
-msgstr ""
+msgstr "Ha d'iniciar la sessió per afegir una cistella de compra"
#: lms/djangoapps/shoppingcart/views.py
#: lms/djangoapps/shoppingcart/tests/test_views.py
@@ -2576,12 +2572,12 @@ msgstr ""
#: lms/djangoapps/shoppingcart/views.py
#: lms/djangoapps/shoppingcart/tests/test_views.py
msgid "The course {0} is already in your cart."
-msgstr ""
+msgstr "El curs {0} ja està afegit a la seva cistella"
#: lms/djangoapps/shoppingcart/views.py
#: lms/djangoapps/shoppingcart/tests/test_views.py
msgid "You are already registered in course {0}."
-msgstr ""
+msgstr "Vostè ja està afegit al curs {0}."
#: lms/djangoapps/shoppingcart/views.py
msgid "Course added to cart."
@@ -2913,7 +2909,7 @@ msgstr ""
#: lms/templates/registration/password_reset_complete.html
#: lms/templates/registration/password_reset_complete.html
msgid "Your Password Reset is Complete"
-msgstr ""
+msgstr "S'ha restablert la teva contrasenya"
#: lms/templates/registration/password_reset_complete.html
msgid ""
@@ -2921,6 +2917,8 @@ msgid ""
" Your password has been set. You may go ahead and %(link_start)slog in%(link_end)s now.\n"
" "
msgstr ""
+"\n"
+"La teva contrasenya s'ha configurat. Pots continuar endavant i %(link_start)sentrar ara al sistema%(link_end)s."
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -2928,6 +2926,8 @@ msgid ""
" Reset Your %(platform_name)s Password\n"
" "
msgstr ""
+"\n"
+"Restablir la teva contrasenya %(platform_name)s"
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -2935,10 +2935,12 @@ msgid ""
" Reset Your %(platform_name)s Password\n"
" "
msgstr ""
+"\n"
+"Restablir la teva contrasenya %(platform_name)s "
#: lms/templates/registration/password_reset_confirm.html
msgid "Password Reset Form"
-msgstr ""
+msgstr "Formulari per restablir contrasenya"
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -2946,6 +2948,8 @@ msgid ""
" We're sorry, %(platform_name)s enrollment is not available in your region\n"
" "
msgstr ""
+"\n"
+"Ho sentim, les inscripcions a %(platform_name)s no estan disponibles en la teva regió"
#: lms/templates/registration/password_reset_confirm.html
msgid "The following errors occurred while processing your registration: "
@@ -2953,17 +2957,19 @@ msgstr ""
#: lms/templates/registration/password_reset_confirm.html
msgid "You must complete all fields."
-msgstr ""
+msgstr "Has d'omplir tots els camps."
#: lms/templates/registration/password_reset_confirm.html
msgid "The two password fields didn't match."
-msgstr ""
+msgstr "Els camps de contrasenya no coincideixen."
#: lms/templates/registration/password_reset_confirm.html
msgid ""
"We're sorry, our systems seem to be having trouble processing your password "
"reset"
msgstr ""
+"Ho sentim, els nostres sistemes estan tenint problemes per restablir la teva"
+" contrasenya."
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -2971,6 +2977,8 @@ msgid ""
" Someone has been made aware of this issue. Please try again shortly. Please %(start_link)scontact us%(end_link)s about any concerns you have.\n"
" "
msgstr ""
+"\n"
+"Ja hem notificat el problema. Si us plau, prova-ho de nou en breu. Si us plau, %(start_link)scontacta amb nosaltres%(end_link)s per qualsevol altra qüestió."
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -2978,28 +2986,30 @@ msgid ""
"correctly.
Required fields are noted by bold text and an asterisk (*)."
msgstr ""
+"Si us plau, entra la teva nova contrasenya dues vegades per tal que "
+"verifiquem que l'has entrat correctament.
Els camps obligatoris "
+"s'indiquen en negreta i amb un asterisc "
+"(*)."
#: lms/templates/registration/password_reset_confirm.html
-#: lms/templates/forgot_password_modal.html lms/templates/login.html
-#: lms/templates/register-shib.html lms/templates/register.html
msgid "Required Information"
-msgstr ""
+msgstr "Informació obligatòria"
#: lms/templates/registration/password_reset_confirm.html
msgid "Your New Password"
-msgstr ""
+msgstr "La teva nova contrasenya"
#: lms/templates/registration/password_reset_confirm.html
msgid "Your New Password Again"
-msgstr ""
+msgstr "Torna a entrar la nova contrasenya"
#: lms/templates/registration/password_reset_confirm.html
msgid "Change My Password"
-msgstr ""
+msgstr "Canviar la meva contrasenya"
#: lms/templates/registration/password_reset_confirm.html
msgid "Your Password Reset Was Unsuccessful"
-msgstr ""
+msgstr "Error restablint la teva contrasenya"
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -3007,16 +3017,16 @@ msgid ""
" The password reset link was invalid, possibly because the link has already been used. Please return to the %(start_link)slogin page%(end_link)s and start the password reset process again.\n"
" "
msgstr ""
+"\n"
+"L'enllaç per restablir la contrasenya no és vàlid, probablement perquè ja ha estat utilitzat anteriorment. Si us plau, torna a la %(start_link)spàgina d'entrada%(end_link)s i inicia el procés per restablir la contrasenya una altra vegada,"
#: lms/templates/registration/password_reset_confirm.html
msgid "Password Reset Help"
-msgstr ""
+msgstr "Ajuda sobre restablir la contrasenya"
#: lms/templates/registration/password_reset_confirm.html
-#: cms/templates/login.html lms/templates/login-sidebar.html
-#: lms/templates/register-sidebar.html
msgid "Need Help?"
-msgstr ""
+msgstr "Necessites ajuda?"
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -3024,16 +3034,20 @@ msgid ""
" View our %(start_link)shelp section for contact information and answers to commonly asked questions%(end_link)s\n"
" "
msgstr ""
+"\n"
+"Vés a la nostra %(start_link)ssecció d'ajuda per obtenir informació de contacte i respostes a les preguntes més freqüents%(end_link)s"
#: lms/templates/registration/password_reset_email.html
msgid ""
"You're receiving this e-mail because you requested a password reset for your"
" user account at edx.org."
msgstr ""
+"Estàs rebent aquest email perquè has sol·licitat que la teva contrasenya del"
+" compte a edx.org es restableixi."
#: lms/templates/registration/password_reset_email.html
msgid "Please go to the following page and choose a new password:"
-msgstr ""
+msgstr "Si us plau, vés a la pàgina següent i indica una nova contrasenya:"
#: lms/templates/registration/password_reset_email.html
msgid ""
@@ -3043,115 +3057,95 @@ msgstr ""
#: lms/templates/registration/password_reset_email.html
msgid "Thanks for using our site!"
-msgstr ""
+msgstr "Gràcies per utilitzar el nostre lloc!"
#: lms/templates/registration/password_reset_email.html
msgid "The edX Team"
-msgstr ""
+msgstr "L'equip edX"
#: lms/templates/wiki/article.html
msgid "Last modified:"
-msgstr ""
+msgstr "Darrera modificació:"
#: lms/templates/wiki/article.html
msgid "See all children"
-msgstr ""
+msgstr "Veure tots els fills"
#: lms/templates/wiki/article.html
msgid "This article was last modified:"
-msgstr ""
+msgstr "Aquest article es va modificar:"
#: lms/templates/wiki/create.html lms/templates/wiki/create.html.py
msgid "Add new article"
-msgstr ""
+msgstr "Afegir nou article"
#: lms/templates/wiki/create.html
msgid "Create article"
-msgstr ""
+msgstr "Crear article"
#: lms/templates/wiki/create.html lms/templates/wiki/delete.html
#: lms/templates/wiki/delete.html.py
msgid "Go back"
-msgstr ""
+msgstr "Enrere"
#: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py
#: lms/templates/wiki/edit.html
msgid "Delete article"
-msgstr ""
+msgstr "Esborrar article"
#: lms/templates/wiki/delete.html
#: lms/templates/wiki/plugins/attachments/index.html
-#: cms/templates/component.html cms/templates/studio_xblock_wrapper.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/mustache/_inline_thread_show.mustache
msgid "Delete"
-msgstr ""
+msgstr "Esborrar"
#: lms/templates/wiki/delete.html
msgid "You cannot delete a root article."
-msgstr ""
+msgstr "No pots esborrar un article arrel"
#: lms/templates/wiki/delete.html
msgid ""
"You cannot delete this article because you do not have permission to delete "
"articles with children. Try to remove the children manually one-by-one."
msgstr ""
+"No pots esborrar aquest article perquè no tens permisos per esborrar "
+"articles amb fills. Prova d'esborrar els fills un per un."
#: lms/templates/wiki/delete.html
msgid ""
"You are deleting an article. This means that its children will be deleted as"
" well. If you choose to purge, children will also be purged!"
msgstr ""
+"Estàs esborrant un article. Això significa que els seus fills també "
+"s'esborraran. Si esculls l'opció de purgar, els fills també seran purgats!"
#: lms/templates/wiki/delete.html
msgid "Articles that will be deleted"
-msgstr ""
+msgstr "Articles que seran esborrats"
#: lms/templates/wiki/delete.html
msgid "...and more!"
-msgstr ""
+msgstr "... i més!"
#: lms/templates/wiki/delete.html
msgid "You are deleting an article. Please confirm."
-msgstr ""
+msgstr "Estàs esborrant un article. Si us plau, confirma-ho."
-#: lms/templates/wiki/edit.html cms/templates/component.html
-#: cms/templates/studio_xblock_wrapper.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/mustache/_inline_thread_show.mustache
-#: lms/templates/wiki/includes/article_menu.html
+#: lms/templates/wiki/edit.html
msgid "Edit"
-msgstr ""
+msgstr "Editar"
#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py
msgid "Save changes"
-msgstr ""
+msgstr "Guardar els canvis"
-#: lms/templates/wiki/edit.html cms/templates/unit.html
+#: lms/templates/wiki/edit.html
msgid "Preview"
-msgstr ""
+msgstr "Previsualitzar"
-#. #-#-#-#-# mako.po (edx-platform) #-#-#-#-#
-#. Translators: this is a control to allow users to exit out of this modal
-#. interface (a menu or piece of UI that takes the full focus of the screen)
#: lms/templates/wiki/edit.html lms/templates/wiki/history.html
#: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html
-#: lms/templates/dashboard.html lms/templates/dashboard.html
-#: lms/templates/dashboard.html lms/templates/dashboard.html
-#: lms/templates/dashboard.html lms/templates/forgot_password_modal.html
-#: lms/templates/help_modal.html lms/templates/help_modal.html
-#: lms/templates/help_modal.html lms/templates/signup_modal.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/_underscore_templates.html
-#: lms/templates/discussion/mustache/_inline_thread_show.mustache
-#: lms/templates/modal/_modal-settings-language.html
-#: lms/templates/modal/accessible_confirm.html
msgid "Close"
-msgstr ""
+msgstr "Tancar"
#: lms/templates/wiki/edit.html
msgid "Wiki Preview"
@@ -3171,11 +3165,11 @@ msgstr ""
#: lms/templates/wiki/edit.html
msgid "Back to editor"
-msgstr ""
+msgstr "Tornar a l'editor"
#: lms/templates/wiki/history.html
msgid "History"
-msgstr ""
+msgstr "Històric"
#: lms/templates/wiki/history.html
msgid ""
@@ -3184,6 +3178,10 @@ msgid ""
" can change to a particular revision or merge an old revision with the "
"current one."
msgstr ""
+"Clica cada revisió per veure una llista de línies editades. Clica en el botó"
+" Previsualitzar per veure com era l'article en aquest punt. Al final "
+"d'aquesta pàgina pots canviar a una revisió concreta o bé fusionar una "
+"revisió antiga amb aquesta."
#: lms/templates/wiki/history.html
msgid "(no log message)"
@@ -3191,23 +3189,23 @@ msgstr ""
#: lms/templates/wiki/history.html
msgid "Preview this revision"
-msgstr ""
+msgstr "Previsualitzar aquesta revisió"
#: lms/templates/wiki/history.html
msgid "Auto log:"
-msgstr ""
+msgstr "Auto diari:"
#: lms/templates/wiki/history.html
msgid "Change"
-msgstr ""
+msgstr "Canviar"
#: lms/templates/wiki/history.html lms/templates/wiki/history.html
msgid "Merge selected with current..."
-msgstr ""
+msgstr "Combinar la seleccionada amb l'actual"
#: lms/templates/wiki/history.html
msgid "Switch to selected version"
-msgstr ""
+msgstr "Canviar a la versió seleccionada"
#: lms/templates/wiki/history.html
msgid "Wiki Revision Preview"
@@ -3215,11 +3213,11 @@ msgstr ""
#: lms/templates/wiki/history.html lms/templates/wiki/history.html
msgid "Back to history view"
-msgstr ""
+msgstr "Torna a la vista d'històric"
#: lms/templates/wiki/history.html lms/templates/wiki/history.html
msgid "Switch to this version"
-msgstr ""
+msgstr "Canvia a aquesta versió"
#: lms/templates/wiki/history.html
msgid "Merge Revision"
@@ -3227,21 +3225,24 @@ msgstr ""
#: lms/templates/wiki/history.html
msgid "Merge with current"
-msgstr ""
+msgstr "Combina amb l'actual"
#: lms/templates/wiki/history.html
msgid ""
"When you merge a revision with the current, all data will be retained from "
"both versions and merged at its approximate location from each revision."
msgstr ""
+"Quan fusiones una revisió amb l'actual, totes les dades es mantindran per "
+"ambdues versions i seran combinades en la seva localització aproximada de "
+"cada revisió."
#: lms/templates/wiki/history.html
msgid "After this, it's important to do a manual review."
-msgstr ""
+msgstr "Després d'això és important fer una revisió manual."
#: lms/templates/wiki/history.html lms/templates/wiki/history.html
msgid "Create new merged version"
-msgstr ""
+msgstr "Crea una nova versió combinada"
#: lms/templates/wiki/preview_inline.html
msgid "Previewing revision:"
@@ -3253,11 +3254,11 @@ msgstr ""
#: lms/templates/wiki/preview_inline.html
msgid "This revision has been deleted."
-msgstr ""
+msgstr "Aquesta revisió s'ha eliminat."
#: lms/templates/wiki/preview_inline.html
msgid "Restoring to this revision will mark the article as deleted."
-msgstr ""
+msgstr "Si restableixes aquesta revisió marcaràs l'article com esborrat."
#: lms/templates/wiki/includes/anonymous_blocked.html
msgid ""
@@ -3265,10 +3266,12 @@ msgid ""
" You need to log in or sign up to use this function.\n"
" "
msgstr ""
+"\n"
+"Has d'entrar o enregistrar-te per utilitzar aquesta funció."
#: lms/templates/wiki/includes/anonymous_blocked.html
msgid "You need to log in or sign up to use this function."
-msgstr ""
+msgstr "Has d'entrar o enregistrar-te per utilitzar aquesta funció."
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Wiki Cheatsheet"
@@ -3276,40 +3279,45 @@ msgstr ""
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Wiki Syntax Help"
-msgstr ""
+msgstr "Ajuda de Sintaxi Wiki"
#: lms/templates/wiki/includes/cheatsheet.html
msgid ""
"This wiki uses Markdown for styling. There are several "
"useful guides online. See any of the links below for in-depth details:"
msgstr ""
+"Aquesta wiki utilitza llenguatge de marcat per definir "
+"l'estil. Hi ha diverses ajudes online. Fes un cop d'ull als enllaços "
+"següents per a més detalls:"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Markdown: Basics"
-msgstr ""
+msgstr "Marcat: conceptes bàsics"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Quick Markdown Syntax Guide"
-msgstr ""
+msgstr "Guia ràpida de sintaxi de marcat"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Miniature Markdown Guide"
-msgstr ""
+msgstr "Guia en miniatura de marcat"
#: lms/templates/wiki/includes/cheatsheet.html
msgid ""
"To create a new wiki article, create a link to it. Clicking the link gives "
"you the creation page."
msgstr ""
+"Per crear un nou article wiki, crea un enllaç al mateix. Clicant l'enllaç et"
+" portarà a la pàgina de creació."
#: lms/templates/wiki/includes/cheatsheet.html
msgid "[Article Name](wiki:ArticleName)"
-msgstr ""
+msgstr "[Nom article](wiki:NomArticle)"
#. Translators: Do not translate "edX"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "edX Additions:"
-msgstr ""
+msgstr "Afegits edX:"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Math Expression"
@@ -3317,7 +3325,7 @@ msgstr ""
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Useful examples:"
-msgstr ""
+msgstr "Exemples útils:"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Wikipedia"
@@ -3329,45 +3337,45 @@ msgstr ""
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Huge Header"
-msgstr ""
+msgstr "Capçalera gegant"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Smaller Header"
-msgstr ""
+msgstr "Capçalera més petita"
#. Translators: Leave the punctuation, but translate "emphasis"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "*emphasis* or _emphasis_"
-msgstr ""
+msgstr "*èmfasi* o _èmfasi_"
#. Translators: Leave the punctuation, but translate "strong"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "**strong** or __strong__"
-msgstr ""
+msgstr "**negreta** o __negreta__"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Unordered List"
-msgstr ""
+msgstr "Llista sense ordre"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Sub Item 1"
-msgstr ""
+msgstr "Sub ítem 1"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Sub Item 2"
-msgstr ""
+msgstr "Sub ítem 2"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Ordered"
-msgstr ""
+msgstr "Ordenat"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "List"
-msgstr ""
+msgstr "Llista"
#: lms/templates/wiki/includes/cheatsheet.html
msgid "Quotes"
-msgstr ""
+msgstr "Cites"
#: lms/templates/wiki/includes/editor_widget.html
msgid ""
@@ -3377,85 +3385,88 @@ msgid ""
msgstr ""
#: lms/templates/wiki/plugins/attachments/index.html
-#: wiki/plugins/attachments/wiki_plugin.py
msgid "Attachments"
-msgstr ""
+msgstr "Adjunts"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Upload new file"
-msgstr ""
+msgstr "Carregar un nou fitxer"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Search and add file"
-msgstr ""
+msgstr "Cercar i afegir fitxer"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Upload File"
-msgstr ""
+msgstr "Carregar fitxer"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Upload file"
-msgstr ""
+msgstr "Carregar fitxer"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Search files and articles"
-msgstr ""
+msgstr "Cercar fitxers i articles"
#: lms/templates/wiki/plugins/attachments/index.html
msgid ""
"You can reuse files from other articles. These files are subject to updates "
"on other articles which may or may not be a good thing."
msgstr ""
+"Pots reutilitzar fitxers d'altres articles. Aquests fitxers estan subjectes "
+"a actualitzacions d'aquests articles, cosa que pot ser bo o dolent."
#: lms/templates/wiki/plugins/attachments/index.html
msgid ""
"The following files are available for this article. Copy the markdown tag to"
" directly refer to a file from the article text."
msgstr ""
+"Els següents fitxers estan disponibles per aquest article. Copia les "
+"etiquetes de marcat per fer referència al fitxer des del text de l'article."
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Markdown tag"
-msgstr ""
+msgstr "Etiqueta de marcat"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Uploaded by"
-msgstr ""
+msgstr "Carregat per"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Size"
-msgstr ""
+msgstr "Mida"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "File History"
-msgstr ""
+msgstr "Històric de fitxer"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Detach"
-msgstr ""
+msgstr "Desacoblar"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Replace"
-msgstr ""
+msgstr "Substituir"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Restore"
-msgstr ""
+msgstr "Restablir"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "anonymous (IP logged)"
-msgstr ""
+msgstr "anònim (IP enregistrada)"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "File history"
-msgstr ""
+msgstr "Històric del fitxer"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "revisions"
-msgstr ""
+msgstr "revisions"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "There are no attachments for this article."
-msgstr ""
+msgstr "No hi ha dades adjuntes per aquest article."
#: cms/djangoapps/contentstore/course_info_model.py
#: cms/djangoapps/contentstore/course_info_model.py
@@ -3816,14 +3827,6 @@ msgstr ""
msgid "Help"
msgstr ""
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "Visual"
-msgstr ""
-
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "HTML"
-msgstr ""
-
#: common/templates/course_modes/choose.html
msgid "Upgrade Your Registration for {} | Choose Your Track"
msgstr ""
@@ -4206,6 +4209,10 @@ msgstr ""
msgid "Unregister"
msgstr ""
+#: lms/templates/edit_unit_link.html
+msgid "View Unit in Studio"
+msgstr ""
+
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
msgid "E-mail change failed"
msgstr ""
@@ -5729,6 +5736,10 @@ msgstr ""
msgid "Register for {course.display_number_with_default}"
msgstr ""
+#: lms/templates/courseware/course_about.html
+msgid "View About Page in studio"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Overview"
msgstr ""
@@ -5737,6 +5748,20 @@ msgstr ""
msgid "Share with friends and family!"
msgstr ""
+#. Translators: This text will be automatically posted to the student's
+#. Twitter account. {url} should appear at the end of the text.
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {account}: {url}"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "Take a course with {platform} online"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {platform} {url}"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Classes Start"
msgstr ""
@@ -5920,6 +5945,10 @@ msgstr ""
msgid "{course_number} Course Info"
msgstr ""
+#: lms/templates/courseware/info.html
+msgid "View Updates in Studio"
+msgstr ""
+
#: lms/templates/courseware/info.html lms/templates/courseware/info.html
msgid "Course Updates & News"
msgstr ""
@@ -5940,12 +5969,12 @@ msgid "Instructor Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-msgid "Try New Beta Dashboard"
+#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+msgid "View Course in Studio"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
-msgid "Edit Course In Studio"
+msgid "Try New Beta Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
@@ -6399,6 +6428,10 @@ msgstr ""
msgid "Course Progress"
msgstr ""
+#: lms/templates/courseware/progress.html
+msgid "View Grading in studio"
+msgstr ""
+
#: lms/templates/courseware/progress.html
msgid "Course Progress for Student '{username}' ({email})"
msgstr ""
@@ -7066,13 +7099,12 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-#: lms/templates/discussion/mustache/_profile_thread.mustache
-msgid "View discussion"
+msgid "Expand discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-msgid "Hide discussion"
+msgid "Collapse discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
@@ -7084,6 +7116,10 @@ msgstr ""
msgid "…"
msgstr ""
+#: lms/templates/discussion/mustache/_profile_thread.mustache
+msgid "View discussion"
+msgstr ""
+
#: lms/templates/emails/activation_email.txt
msgid ""
"Thank you for signing up for {platform_name}! To activate your account, "
@@ -8067,6 +8103,12 @@ msgid ""
"{end_p_tag}\n"
msgstr ""
+#: lms/templates/peer_grading/peer_grading.html
+#: lms/templates/peer_grading/peer_grading_closed.html
+#: lms/templates/peer_grading/peer_grading_problem.html
+msgid "Peer Grading"
+msgstr ""
+
#: lms/templates/peer_grading/peer_grading.html
msgid ""
"Here are a list of problems that need to be peer graded for this course."
@@ -9748,6 +9790,13 @@ msgstr ""
msgid "View Live"
msgstr ""
+#: cms/templates/edit-tabs.html
+msgid ""
+"Note: Pages are publicly visible. If users know the URL of a page, they can "
+"view the page even if they are not registered for or logged in to your "
+"course."
+msgstr ""
+
#: cms/templates/edit-tabs.html
msgid "Show this page"
msgstr ""
@@ -11470,15 +11519,15 @@ msgid ""
msgstr ""
#: cms/templates/unit.html
-msgid "This unit is scheduled to be released to students"
+msgid ""
+"This unit is scheduled to be released to students on "
+"{date} with the subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
-msgid "on {date}"
-msgstr ""
-
-#: cms/templates/unit.html
-msgid "with the subsection {link_start}{name}{link_end}"
+msgid ""
+"This unit is scheduled to be released to students with the "
+"subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
diff --git a/conf/locale/ca/LC_MESSAGES/djangojs.mo b/conf/locale/ca/LC_MESSAGES/djangojs.mo
index 7abd139488234b4c0859c6bc919edb3a3a040620..92f35fa414923e4ec9cf28b350650061d14094d6 100644
GIT binary patch
literal 9478
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
delta 139
zcmZqkYG$#xC&V(90SFj@SO$nyfS4JGb$}QIEP(hVP|^}egVeylWLuFkPGenTLj?m%
zE2GJKMC8qlb&X6E3{9+zOtlSwfXgSbxI{OkC^4@%C$S{I$VwqOC$TgoQ^5v8SLkJ@
N7UiYpOcoIR1^|)?9Mu2-
diff --git a/conf/locale/ca/LC_MESSAGES/djangojs.po b/conf/locale/ca/LC_MESSAGES/djangojs.po
index 052b6b48bd..8ebb3fbdb2 100644
--- a/conf/locale/ca/LC_MESSAGES/djangojs.po
+++ b/conf/locale/ca/LC_MESSAGES/djangojs.po
@@ -13,13 +13,14 @@
#
# Translators:
# claudi , 2014
+# mcolomer , 2014
msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
-"PO-Revision-Date: 2014-03-24 14:25+0000\n"
-"Last-Translator: claudi \n"
+"POT-Creation-Date: 2014-04-07 10:06-0400\n"
+"PO-Revision-Date: 2014-04-05 16:50+0000\n"
+"Last-Translator: mcolomer \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1334,168 +1335,177 @@ msgid ""
"This may be happening because of an error with our server or your internet "
"connection. Try refreshing the page or making sure you are online."
msgstr ""
+"Deu ser per un error amb el nostre servidor o la teva connexió d'Internet. "
+"Intenta refrescar la pàgina o assegura't que estàs connectat."
#: cms/static/coffee/src/main.js
msgid "Studio's having trouble saving your work"
-msgstr ""
+msgstr "L'Studio té problemes guardant la teva feina."
#: cms/static/coffee/src/views/module_edit.js
msgid "Editing: %s"
-msgstr ""
+msgstr "Editant: %s"
#: cms/static/coffee/src/views/module_edit.js
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/tabs.js
#: cms/static/coffee/src/views/unit.js
#: cms/static/coffee/src/xblock/cms.runtime.v1.js
-#: cms/static/js/models/section.js cms/static/js/views/asset.js
-#: cms/static/js/views/course_info_handout.js
+#: cms/static/js/models/section.js cms/static/js/utils/drag_and_drop.js
+#: cms/static/js/views/asset.js cms/static/js/views/course_info_handout.js
#: cms/static/js/views/course_info_update.js cms/static/js/views/overview.js
-#: cms/static/js/views/overview.js.c
msgid "Saving…"
-msgstr ""
+msgstr "Guardant…"
#: cms/static/coffee/src/views/tabs.js
msgid "Delete Component Confirmation"
-msgstr ""
+msgstr "Confirma l'esborrat del component"
#: cms/static/coffee/src/views/tabs.js
msgid ""
"Are you sure you want to delete this component? This action cannot be "
"undone."
-msgstr ""
+msgstr "Segur que vols esborrar aquest component? No es pot desfer!"
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/unit.js
#: cms/static/js/base.js cms/static/js/views/course_info_update.js
msgid "Deleting…"
-msgstr ""
+msgstr "Esborrant…"
#: cms/static/coffee/src/views/unit.js
msgid "Adding…"
-msgstr ""
+msgstr "Afegint…"
#: cms/static/coffee/src/views/unit.js
msgid "Duplicating…"
-msgstr ""
+msgstr "Duplicant…"
#: cms/static/coffee/src/views/unit.js
msgid "Delete this component?"
-msgstr ""
+msgstr "Vols esborrar aquest component?"
#: cms/static/coffee/src/views/unit.js
msgid "Deleting this component is permanent and cannot be undone."
-msgstr ""
+msgstr "Esborrar aquest component és permanent i no es pot desfer."
#: cms/static/coffee/src/views/unit.js
msgid "Yes, delete this component"
-msgstr ""
+msgstr "Sí, esborrar aquest component"
#: cms/static/js/base.js
msgid "This link will open in a modal window"
-msgstr ""
+msgstr "Aquest enllaç s'obrirà en una finestra modal"
#: cms/static/js/base.js
msgid "Delete this "
-msgstr ""
+msgstr "Esborra-ho"
#: cms/static/js/base.js
msgid "Deleting this "
-msgstr ""
+msgstr "Esborrant-ho"
#: cms/static/js/base.js
msgid "Yes, delete this "
-msgstr ""
+msgstr "Sí, esborra-ho"
#: cms/static/js/index.js
msgid "Please do not use any spaces in this field."
-msgstr ""
+msgstr "Si us plau, no facis servir espais en aquest camp."
#: cms/static/js/index.js
msgid "Please do not use any spaces or special characters in this field."
msgstr ""
+"Si us plau, no facis servir espais o caràcters especials en aquest camp."
#: cms/static/js/index.js
msgid ""
"The combined length of the organization, course number, and course run "
"fields cannot be more than 65 characters."
msgstr ""
+"La longitud combinada de l'organització, número de curs, i participació del "
+"curs no pot superar els 65 caràcters."
#: cms/static/js/index.js
msgid "Required field."
-msgstr ""
+msgstr "Camp requerit."
#: cms/static/js/sock.js
msgid "Hide Studio Help"
-msgstr ""
+msgstr "Ocultar Ajuda de l'Studio"
#: cms/static/js/sock.js
msgid "Looking for Help with Studio?"
-msgstr ""
+msgstr "Busques ajuda amb l'Studio?"
#: cms/static/js/models/course.js cms/static/js/models/section.js
msgid "You must specify a name"
-msgstr ""
+msgstr "Has d'especificar un nom"
#: cms/static/js/models/uploads.js
msgid ""
"Only <%= fileTypes %> files can be uploaded. Please select a file ending in "
"<%= fileExtensions %> to upload."
msgstr ""
+"Només els fitxers de tipus <%= fileTypes %> es poden carregar. Si us plau, "
+"selecciona un fitxer que acabi en <%= fileExtensions %> per poder-lo "
+"carregar."
#: cms/static/js/models/uploads.js
msgid "or"
-msgstr ""
+msgstr "o"
#: cms/static/js/models/settings/course_details.js
msgid "The course must have an assigned start date."
-msgstr ""
+msgstr "El curs ha de tenir assignada una data d'inici."
#: cms/static/js/models/settings/course_details.js
msgid "The course end date cannot be before the course start date."
-msgstr ""
+msgstr "La data final del curs no pot ser anterior a la data d'inici."
#: cms/static/js/models/settings/course_details.js
msgid "The course start date cannot be before the enrollment start date."
-msgstr ""
+msgstr "La data inici del curs no pot ser anterior a la data d'alta al curs."
#: cms/static/js/models/settings/course_details.js
msgid "The enrollment start date cannot be after the enrollment end date."
-msgstr ""
+msgstr "La data d'alta al curs no pot ser posterior la a data de baixa."
#: cms/static/js/models/settings/course_details.js
msgid "The enrollment end date cannot be after the course end date."
msgstr ""
+"La data de baixa del curs no pot ser posterior a la data de final de curs."
#: cms/static/js/models/settings/course_details.js
msgid "Key should only contain letters, numbers, _, or -"
-msgstr ""
+msgstr "La clau només pot contenir lletres, nombres, _, o -"
#: cms/static/js/models/settings/course_grader.js
msgid "There's already another assignment type with this name."
-msgstr ""
+msgstr "Ja hi ha un altre tipus de tasca amb aquest nom."
#: cms/static/js/models/settings/course_grader.js
msgid "Please enter an integer between 0 and 100."
-msgstr ""
+msgstr "Si us plau, entra un nombre enter de 0 a 100."
#: cms/static/js/models/settings/course_grader.js
msgid "Please enter an integer greater than 0."
-msgstr ""
+msgstr "Si us plau, entra un nombre enter més gran que 0."
#: cms/static/js/models/settings/course_grader.js
msgid "Please enter non-negative integer."
-msgstr ""
+msgstr "Si us plau, entra un nombre enter no negatiu."
#: cms/static/js/models/settings/course_grader.js
msgid "Cannot drop more <% attrs.types %> than will assigned."
msgstr ""
+"No es poden eliminar més <% attrs.types %> que els que seran assignats."
#: cms/static/js/models/settings/course_grading_policy.js
msgid "Grace period must be specified in HH:MM format."
-msgstr ""
+msgstr "El període de gràcia ha de tenir el format HH:MM."
#: cms/static/js/views/asset.js
msgid "Delete File Confirmation"
-msgstr ""
+msgstr "Confirma l'esborrat del fitxer"
#: cms/static/js/views/asset.js
msgid ""
@@ -1503,81 +1513,87 @@ msgid ""
"\n"
"Also any content that links/refers to this item will no longer work (e.g. broken images and/or links)"
msgstr ""
+"Segur que vols esborrar aquest element? No es podran desfer els canvis!\n"
+"\n"
+"\n"
+"A més, qualsevol contingut enllaçat o que faci referència a aquest element ja no funcionarà (imatges o enllaços trencats)"
#: cms/static/js/views/asset.js cms/static/js/views/show_textbook.js
msgid "Delete"
-msgstr ""
+msgstr "Esborrar"
#: cms/static/js/views/asset.js
msgid "Your file has been deleted."
-msgstr ""
+msgstr "El teu fitxer s'ha esborrat."
#: cms/static/js/views/assets.js
msgid "Name"
-msgstr ""
+msgstr "Nom"
#: cms/static/js/views/assets.js
msgid "Date Added"
-msgstr ""
+msgstr "Data afegida"
#: cms/static/js/views/course_info_update.js
msgid "Are you sure you want to delete this update?"
-msgstr ""
+msgstr "Segur que vols esborrar aquesta actualització?"
#: cms/static/js/views/course_info_update.js
msgid "This action cannot be undone."
-msgstr ""
+msgstr "Aquesta acció no es pot desfer."
#: cms/static/js/views/edit_chapter.js
msgid "Upload a new PDF to “<%= name %>”"
-msgstr ""
+msgstr "Carregar un nou PDF a “<%= name %>”"
#: cms/static/js/views/edit_textbook.js
#: cms/static/js/views/overview_assignment_grader.js
msgid "Saving"
-msgstr ""
+msgstr "Guardant"
#: cms/static/js/views/import.js
msgid "There was an error with the upload"
-msgstr ""
+msgstr "Hi ha hagut un error durant la càrrega"
#: cms/static/js/views/import.js
msgid ""
"File format not supported. Please upload a file with a tar.gz "
"extension."
msgstr ""
+"Format de fitxer no suportat. Si us plau, carregueu un fitxer amb una "
+"extensió tar.gz."
#: cms/static/js/views/overview.js
msgid "Collapse All Sections"
-msgstr ""
+msgstr "Col·lapsa totes les seccions"
#: cms/static/js/views/overview.js
msgid "Expand All Sections"
-msgstr ""
+msgstr "Expandeix totes les seccions"
#: cms/static/js/views/overview.js
msgid "Release date:"
-msgstr ""
+msgstr "Data de lliurament:"
#: cms/static/js/views/overview.js
msgid "{month}/{day}/{year} at {hour}:{minute} UTC"
-msgstr ""
+msgstr "{day}/{month}/{year} a les {hour}:{minute} UTC"
#: cms/static/js/views/overview.js
msgid "Edit section release date"
-msgstr ""
+msgstr "Edita la data de lliurament de la secció"
#: cms/static/js/views/overview_assignment_grader.js
msgid "Not Graded"
-msgstr ""
+msgstr "No puntuat"
#: cms/static/js/views/paging.js
msgid "ascending"
-msgstr ""
+msgstr "ascendent"
#: cms/static/js/views/paging.js
msgid "descending"
-msgstr ""
+msgstr "descendent"
#: cms/static/js/views/paging_header.js
msgid ""
@@ -1585,67 +1601,76 @@ msgid ""
"%(total_span)s%(total)s total%(end_span)s, sorted by "
"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s"
msgstr ""
+"Mostrant %(current_span)s%(start)s-%(end)s%(end_span)s de "
+"%(total_span)s%(total)s total%(end_span)s, ordenats per "
+"%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s"
#: cms/static/js/views/section_edit.js
msgid "Your change could not be saved"
-msgstr ""
+msgstr "No s'han pogut desar els canvis"
#: cms/static/js/views/section_edit.js
msgid "Return and resolve this issue"
-msgstr ""
+msgstr "Tornar i solucionar el problema"
#: cms/static/js/views/show_textbook.js
msgid "Delete “<%= name %>”?"
-msgstr ""
+msgstr "Vols esborrar “<%= name %>”?"
#: cms/static/js/views/show_textbook.js
msgid ""
"Deleting a textbook cannot be undone and once deleted any reference to it in"
" your courseware's navigation will also be removed."
msgstr ""
+"Esborrar un llibre de text no es pot desfer i un cop esborrat qualsevol "
+"referència a ell en el navegador de materials del curs també serà eliminada."
#: cms/static/js/views/show_textbook.js
msgid "Deleting"
-msgstr ""
+msgstr "Esborrant"
#: cms/static/js/views/uploads.js
msgid "We're sorry, there was an error"
-msgstr ""
+msgstr "Ho sentim, hi ha hagut un error"
#: cms/static/js/views/validation.js
msgid "You've made some changes"
-msgstr ""
+msgstr "Has fet canvis"
#: cms/static/js/views/validation.js
msgid "Your changes will not take effect until you save your progress."
-msgstr ""
+msgstr "Els teus canvis no tindran efecte fins que no salvis el teu progrés."
#: cms/static/js/views/validation.js
msgid "You've made some changes, but there are some errors"
-msgstr ""
+msgstr "Has fet canvis, però hi ha hagut errors"
#: cms/static/js/views/validation.js
msgid ""
"Please address the errors on this page first, and then save your progress."
msgstr ""
+"Si us plau, primer arregla els errors en aquesta pàgina i llavors guarda el "
+"progrés."
#: cms/static/js/views/validation.js
msgid "Save Changes"
-msgstr ""
+msgstr "Guardar canvis"
#: cms/static/js/views/validation.js
msgid "Your changes have been saved."
-msgstr ""
+msgstr "Els canvis s'han guardat"
#: cms/static/js/views/settings/advanced.js
msgid ""
"Your changes will not take effect until you save your progress. Take care "
"with key and value formatting, as validation is not implemented."
msgstr ""
+"Els canvis no tindran efecte fins que guardis el teu progrés. Vigila el "
+"format de la clau i el valor, ja que no controlem si són vàlids o no."
#: cms/static/js/views/settings/advanced.js
msgid "Your policy changes have been saved."
-msgstr ""
+msgstr "Els teus canvis de política s'han guardat."
#: cms/static/js/views/settings/advanced.js
msgid ""
@@ -1653,11 +1678,26 @@ msgid ""
"currently in place yet. If you are having difficulties, please review your "
"policy pairs."
msgstr ""
+"Si us plau, tingues en compte que la validació de les parelles de clau i "
+"valor de la teva política no s'ha implementat encara. Si tens dificultats, "
+"si us plau revista les parelles de política."
#: cms/static/js/views/settings/main.js
msgid "Upload your course image."
-msgstr ""
+msgstr "Carregar la imatge del curs"
#: cms/static/js/views/settings/main.js
msgid "Files must be in JPEG or PNG format."
+msgstr "Els fitxers han d'estar en format JPEG o PNG."
+
+#: cms/static/js/views/video/translations_editor.js
+msgid ""
+"Sorry, there was an error parsing the subtitles that you uploaded. Please "
+"check the format and try again."
msgstr ""
+"Perdoni, hi ha hagut un error analitzant els subtítols que ha pujat. Si us "
+"plau, reviseu el format i torneu-ho a provar."
+
+#: cms/static/js/views/video/translations_editor.js
+msgid "Upload translation."
+msgstr "Puja la traducció."
diff --git a/conf/locale/cs/LC_MESSAGES/django.mo b/conf/locale/cs/LC_MESSAGES/django.mo
index 99534396ae695a12aea21d5dd81f5fa66df40b9c..5126cc95462485e6e5a16f7d338ece1770bf2fbd 100644
GIT binary patch
delta 23
ecmaFL^^|MFH6|_-T?2CkLjx-V^UV*KTA2W0@CSDQ
delta 23
ecmaFL^^|MFH6|`&U1LK914}C-v&|2fTA2W14+nez
diff --git a/conf/locale/cs/LC_MESSAGES/django.po b/conf/locale/cs/LC_MESSAGES/django.po
index 8bde77801c..3b3c477432 100644
--- a/conf/locale/cs/LC_MESSAGES/django.po
+++ b/conf/locale/cs/LC_MESSAGES/django.po
@@ -53,7 +53,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
+"POT-Creation-Date: 2014-04-07 10:07-0400\n"
"PO-Revision-Date: 2014-02-24 17:06+0000\n"
"Last-Translator: Slamic \n"
"Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n"
@@ -196,6 +196,13 @@ msgid ""
"Try again later."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"Your password has expired due to password policy on this account. You must "
+"reset your password before you can log in again. Please click the Forgot "
+"Password\" link on this page to reset your password before logging in again."
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "Too many failed login attempts. Try again later."
msgstr ""
@@ -322,7 +329,7 @@ msgstr ""
msgid "Username should only consist of A-Z and 0-9, with no spaces."
msgstr ""
-#: common/djangoapps/student/views.py
+#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Password: "
msgstr ""
@@ -334,6 +341,22 @@ msgstr ""
msgid "Unknown error. Please e-mail us to let us know how it happened."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"You are re-using a password that you have used recently. You must have {0} "
+"distinct password(s) before reusing a previous password."
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid ""
+"You are resetting passwords too frequently. Due to security policies, {0} "
+"day(s) must elapse between password resets"
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid "Password reset unsuccessful"
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "No inactive user with this e-mail exists"
msgstr ""
@@ -1279,6 +1302,10 @@ msgstr ""
msgid "Something wrong with SubRip transcripts file during parsing."
msgstr ""
+#: common/lib/xmodule/xmodule/video_module/transcripts_utils.py
+msgid "{exception_message}: Can't find uploaded transcripts: {user_filename}"
+msgstr ""
+
#: common/lib/xmodule/xmodule/video_module/video_module.py
msgid "A YouTube URL or a link to a file hosted anywhere on the web."
msgstr ""
@@ -2267,37 +2294,6 @@ msgstr ""
msgid "Add to profile"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
-#. Translators: "Peer Grading" is a panel where peer can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-#: lms/templates/peer_grading/peer_grading.html
-#: lms/templates/peer_grading/peer_grading_closed.html
-#: lms/templates/peer_grading/peer_grading_problem.html
-msgid "Peer Grading"
-msgstr ""
-
-#. Translators: "Staff Grading" is a panel where instructor can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Staff Grading"
-msgstr ""
-
-#. Translators: "Problems you have submitted" refers to the problems that the
-#. currently-logged-in
-#. student has provided an answer for.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Problems you have submitted"
-msgstr ""
-
-#. Translators: "Flagged Submissions" refers to student-provided answers to a
-#. problem which are
-#. marked by instructor or peer graders as 'flagged' potentially
-#. inappropriate.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Flagged Submissions"
-msgstr ""
-
#: lms/djangoapps/open_ended_grading/staff_grading_service.py
msgid ""
"Could not contact the external grading server. Please contact the "
@@ -3822,14 +3818,6 @@ msgstr ""
msgid "Help"
msgstr ""
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "Visual"
-msgstr ""
-
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "HTML"
-msgstr ""
-
#: common/templates/course_modes/choose.html
msgid "Upgrade Your Registration for {} | Choose Your Track"
msgstr ""
@@ -4212,6 +4200,10 @@ msgstr ""
msgid "Unregister"
msgstr ""
+#: lms/templates/edit_unit_link.html
+msgid "View Unit in Studio"
+msgstr ""
+
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
msgid "E-mail change failed"
msgstr ""
@@ -5737,6 +5729,10 @@ msgstr ""
msgid "Register for {course.display_number_with_default}"
msgstr ""
+#: lms/templates/courseware/course_about.html
+msgid "View About Page in studio"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Overview"
msgstr ""
@@ -5745,6 +5741,20 @@ msgstr ""
msgid "Share with friends and family!"
msgstr ""
+#. Translators: This text will be automatically posted to the student's
+#. Twitter account. {url} should appear at the end of the text.
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {account}: {url}"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "Take a course with {platform} online"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {platform} {url}"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Classes Start"
msgstr ""
@@ -5928,6 +5938,10 @@ msgstr ""
msgid "{course_number} Course Info"
msgstr ""
+#: lms/templates/courseware/info.html
+msgid "View Updates in Studio"
+msgstr ""
+
#: lms/templates/courseware/info.html lms/templates/courseware/info.html
msgid "Course Updates & News"
msgstr ""
@@ -5948,12 +5962,12 @@ msgid "Instructor Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-msgid "Try New Beta Dashboard"
+#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+msgid "View Course in Studio"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
-msgid "Edit Course In Studio"
+msgid "Try New Beta Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
@@ -6407,6 +6421,10 @@ msgstr ""
msgid "Course Progress"
msgstr ""
+#: lms/templates/courseware/progress.html
+msgid "View Grading in studio"
+msgstr ""
+
#: lms/templates/courseware/progress.html
msgid "Course Progress for Student '{username}' ({email})"
msgstr ""
@@ -7076,13 +7094,12 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-#: lms/templates/discussion/mustache/_profile_thread.mustache
-msgid "View discussion"
+msgid "Expand discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-msgid "Hide discussion"
+msgid "Collapse discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
@@ -7094,6 +7111,10 @@ msgstr ""
msgid "…"
msgstr ""
+#: lms/templates/discussion/mustache/_profile_thread.mustache
+msgid "View discussion"
+msgstr ""
+
#: lms/templates/emails/activation_email.txt
msgid ""
"Thank you for signing up for {platform_name}! To activate your account, "
@@ -8077,6 +8098,12 @@ msgid ""
"{end_p_tag}\n"
msgstr ""
+#: lms/templates/peer_grading/peer_grading.html
+#: lms/templates/peer_grading/peer_grading_closed.html
+#: lms/templates/peer_grading/peer_grading_problem.html
+msgid "Peer Grading"
+msgstr ""
+
#: lms/templates/peer_grading/peer_grading.html
msgid ""
"Here are a list of problems that need to be peer graded for this course."
@@ -9758,6 +9785,13 @@ msgstr ""
msgid "View Live"
msgstr ""
+#: cms/templates/edit-tabs.html
+msgid ""
+"Note: Pages are publicly visible. If users know the URL of a page, they can "
+"view the page even if they are not registered for or logged in to your "
+"course."
+msgstr ""
+
#: cms/templates/edit-tabs.html
msgid "Show this page"
msgstr ""
@@ -11480,15 +11514,15 @@ msgid ""
msgstr ""
#: cms/templates/unit.html
-msgid "This unit is scheduled to be released to students"
+msgid ""
+"This unit is scheduled to be released to students on "
+"{date} with the subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
-msgid "on {date}"
-msgstr ""
-
-#: cms/templates/unit.html
-msgid "with the subsection {link_start}{name}{link_end}"
+msgid ""
+"This unit is scheduled to be released to students with the "
+"subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
diff --git a/conf/locale/cs/LC_MESSAGES/djangojs.mo b/conf/locale/cs/LC_MESSAGES/djangojs.mo
index 46c62a20be821eab08ad1320e8bd74b9c88dafa0..26414c001e4659012580d1bf73aee048af22bc23 100644
GIT binary patch
delta 37
rcmX@fagt+05)-G1u7SCNp@Egb\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n"
"MIME-Version: 1.0\n"
@@ -1366,10 +1366,9 @@ msgstr ""
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/tabs.js
#: cms/static/coffee/src/views/unit.js
#: cms/static/coffee/src/xblock/cms.runtime.v1.js
-#: cms/static/js/models/section.js cms/static/js/views/asset.js
-#: cms/static/js/views/course_info_handout.js
+#: cms/static/js/models/section.js cms/static/js/utils/drag_and_drop.js
+#: cms/static/js/views/asset.js cms/static/js/views/course_info_handout.js
#: cms/static/js/views/course_info_update.js cms/static/js/views/overview.js
-#: cms/static/js/views/overview.js.c
msgid "Saving…"
msgstr ""
@@ -1680,3 +1679,13 @@ msgstr ""
#: cms/static/js/views/settings/main.js
msgid "Files must be in JPEG or PNG format."
msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid ""
+"Sorry, there was an error parsing the subtitles that you uploaded. Please "
+"check the format and try again."
+msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid "Upload translation."
+msgstr ""
diff --git a/conf/locale/de_DE/LC_MESSAGES/django.mo b/conf/locale/de_DE/LC_MESSAGES/django.mo
index af724293ae61f6d0df9eb938c7b86a864d5f100a..cefd3b347a4921f00abfb01c224afb32709c2428 100644
GIT binary patch
delta 25
hcmX?hm+{zL#tjPgTqe2(<_d-eRtDyqwe08U0|0r;2r~cx
delta 25
hcmX?hm+{zL#tjPgT*kV_h6)CjRz_x\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/)\n"
@@ -215,6 +215,13 @@ msgid ""
"Try again later."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"Your password has expired due to password policy on this account. You must "
+"reset your password before you can log in again. Please click the Forgot "
+"Password\" link on this page to reset your password before logging in again."
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "Too many failed login attempts. Try again later."
msgstr ""
@@ -348,7 +355,7 @@ msgstr "Gültige Emailadresse erforderlich."
msgid "Username should only consist of A-Z and 0-9, with no spaces."
msgstr "Benutzername kann nur aus A-Z und 0-9 ohne Leerzeichen bestehen."
-#: common/djangoapps/student/views.py
+#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Password: "
msgstr ""
@@ -362,6 +369,22 @@ msgstr ""
"Unbekannter Fehler. Bitte senden Sie uns eine Email, damit wir wissen wie es"
" dazu gekommen ist."
+#: common/djangoapps/student/views.py
+msgid ""
+"You are re-using a password that you have used recently. You must have {0} "
+"distinct password(s) before reusing a previous password."
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid ""
+"You are resetting passwords too frequently. Due to security policies, {0} "
+"day(s) must elapse between password resets"
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid "Password reset unsuccessful"
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "No inactive user with this e-mail exists"
msgstr "Es existiert kein inaktiver Benutzer mit dieser Emailadresse"
@@ -1304,6 +1327,10 @@ msgstr ""
msgid "Something wrong with SubRip transcripts file during parsing."
msgstr ""
+#: common/lib/xmodule/xmodule/video_module/transcripts_utils.py
+msgid "{exception_message}: Can't find uploaded transcripts: {user_filename}"
+msgstr ""
+
#: common/lib/xmodule/xmodule/video_module/video_module.py
msgid "A YouTube URL or a link to a file hosted anywhere on the web."
msgstr ""
@@ -2292,37 +2319,6 @@ msgstr ""
msgid "Add to profile"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
-#. Translators: "Peer Grading" is a panel where peer can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-#: lms/templates/peer_grading/peer_grading.html
-#: lms/templates/peer_grading/peer_grading_closed.html
-#: lms/templates/peer_grading/peer_grading_problem.html
-msgid "Peer Grading"
-msgstr ""
-
-#. Translators: "Staff Grading" is a panel where instructor can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Staff Grading"
-msgstr ""
-
-#. Translators: "Problems you have submitted" refers to the problems that the
-#. currently-logged-in
-#. student has provided an answer for.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Problems you have submitted"
-msgstr ""
-
-#. Translators: "Flagged Submissions" refers to student-provided answers to a
-#. problem which are
-#. marked by instructor or peer graders as 'flagged' potentially
-#. inappropriate.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Flagged Submissions"
-msgstr ""
-
#: lms/djangoapps/open_ended_grading/staff_grading_service.py
msgid ""
"Could not contact the external grading server. Please contact the "
@@ -3906,14 +3902,6 @@ msgstr "Datenschutzbestimmungen"
msgid "Help"
msgstr "Hilfe"
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "Visual"
-msgstr ""
-
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "HTML"
-msgstr ""
-
#: common/templates/course_modes/choose.html
msgid "Upgrade Your Registration for {} | Choose Your Track"
msgstr ""
@@ -4300,6 +4288,10 @@ msgstr ""
msgid "Unregister"
msgstr ""
+#: lms/templates/edit_unit_link.html
+msgid "View Unit in Studio"
+msgstr ""
+
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
msgid "E-mail change failed"
msgstr "Email konnte nicht geändert werden"
@@ -5827,6 +5819,10 @@ msgstr ""
msgid "Register for {course.display_number_with_default}"
msgstr ""
+#: lms/templates/courseware/course_about.html
+msgid "View About Page in studio"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Overview"
msgstr ""
@@ -5835,6 +5831,20 @@ msgstr ""
msgid "Share with friends and family!"
msgstr ""
+#. Translators: This text will be automatically posted to the student's
+#. Twitter account. {url} should appear at the end of the text.
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {account}: {url}"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "Take a course with {platform} online"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {platform} {url}"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Classes Start"
msgstr ""
@@ -6018,6 +6028,10 @@ msgstr ""
msgid "{course_number} Course Info"
msgstr ""
+#: lms/templates/courseware/info.html
+msgid "View Updates in Studio"
+msgstr ""
+
#: lms/templates/courseware/info.html lms/templates/courseware/info.html
msgid "Course Updates & News"
msgstr ""
@@ -6038,12 +6052,12 @@ msgid "Instructor Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-msgid "Try New Beta Dashboard"
+#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+msgid "View Course in Studio"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
-#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
-msgid "Edit Course In Studio"
+msgid "Try New Beta Dashboard"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
@@ -6497,6 +6511,10 @@ msgstr ""
msgid "Course Progress"
msgstr ""
+#: lms/templates/courseware/progress.html
+msgid "View Grading in studio"
+msgstr ""
+
#: lms/templates/courseware/progress.html
msgid "Course Progress for Student '{username}' ({email})"
msgstr ""
@@ -7164,13 +7182,12 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-#: lms/templates/discussion/mustache/_profile_thread.mustache
-msgid "View discussion"
+msgid "Expand discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-msgid "Hide discussion"
+msgid "Collapse discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
@@ -7182,6 +7199,10 @@ msgstr ""
msgid "…"
msgstr ""
+#: lms/templates/discussion/mustache/_profile_thread.mustache
+msgid "View discussion"
+msgstr ""
+
#: lms/templates/emails/activation_email.txt
msgid ""
"Thank you for signing up for {platform_name}! To activate your account, "
@@ -8165,6 +8186,12 @@ msgid ""
"{end_p_tag}\n"
msgstr ""
+#: lms/templates/peer_grading/peer_grading.html
+#: lms/templates/peer_grading/peer_grading_closed.html
+#: lms/templates/peer_grading/peer_grading_problem.html
+msgid "Peer Grading"
+msgstr ""
+
#: lms/templates/peer_grading/peer_grading.html
msgid ""
"Here are a list of problems that need to be peer graded for this course."
@@ -9858,6 +9885,13 @@ msgstr ""
msgid "View Live"
msgstr ""
+#: cms/templates/edit-tabs.html
+msgid ""
+"Note: Pages are publicly visible. If users know the URL of a page, they can "
+"view the page even if they are not registered for or logged in to your "
+"course."
+msgstr ""
+
#: cms/templates/edit-tabs.html
msgid "Show this page"
msgstr ""
@@ -11580,15 +11614,15 @@ msgid ""
msgstr ""
#: cms/templates/unit.html
-msgid "This unit is scheduled to be released to students"
+msgid ""
+"This unit is scheduled to be released to students on "
+"{date} with the subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
-msgid "on {date}"
-msgstr ""
-
-#: cms/templates/unit.html
-msgid "with the subsection {link_start}{name}{link_end}"
+msgid ""
+"This unit is scheduled to be released to students with the "
+"subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
diff --git a/conf/locale/de_DE/LC_MESSAGES/djangojs.mo b/conf/locale/de_DE/LC_MESSAGES/djangojs.mo
index ba4debb96e4ecde23dd40f3be76913c71526d9ef..e746278f66782b6506a0d5604d1917f783e014d8 100644
GIT binary patch
delta 2192
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
K!wtTn!v6u)Uo1TU
diff --git a/conf/locale/de_DE/LC_MESSAGES/djangojs.po b/conf/locale/de_DE/LC_MESSAGES/djangojs.po
index ee02a971ec..ca3082da0d 100644
--- a/conf/locale/de_DE/LC_MESSAGES/djangojs.po
+++ b/conf/locale/de_DE/LC_MESSAGES/djangojs.po
@@ -24,9 +24,9 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
-"PO-Revision-Date: 2014-03-24 14:25+0000\n"
-"Last-Translator: ramirezterrix \n"
+"POT-Creation-Date: 2014-04-07 10:06-0400\n"
+"PO-Revision-Date: 2014-04-01 20:11+0000\n"
+"Last-Translator: sarina \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1416,10 +1416,9 @@ msgstr "Bearbeiten: %s"
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/tabs.js
#: cms/static/coffee/src/views/unit.js
#: cms/static/coffee/src/xblock/cms.runtime.v1.js
-#: cms/static/js/models/section.js cms/static/js/views/asset.js
-#: cms/static/js/views/course_info_handout.js
+#: cms/static/js/models/section.js cms/static/js/utils/drag_and_drop.js
+#: cms/static/js/views/asset.js cms/static/js/views/course_info_handout.js
#: cms/static/js/views/course_info_update.js cms/static/js/views/overview.js
-#: cms/static/js/views/overview.js.c
msgid "Saving…"
msgstr "Speichern…"
@@ -1762,3 +1761,13 @@ msgstr "Laden Sie Ihr Kursbild hoch."
#: cms/static/js/views/settings/main.js
msgid "Files must be in JPEG or PNG format."
msgstr "Dateien müssen im JPEG oder PNG Format sein."
+
+#: cms/static/js/views/video/translations_editor.js
+msgid ""
+"Sorry, there was an error parsing the subtitles that you uploaded. Please "
+"check the format and try again."
+msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid "Upload translation."
+msgstr ""
diff --git a/conf/locale/en@lolcat/LC_MESSAGES/django.mo b/conf/locale/en@lolcat/LC_MESSAGES/django.mo
index 9aa07b32c625a296ed2e26858db27aa35081e355..2874e7ca2d2f2ba7432a18fc925863addd427526 100644
GIT binary patch
literal 49008
zcmchg33wz&dG{N9uL0YDu?+_IF5ulYEA8RMHuA9^X-3jmqZxUQ)k=Wvku;Kq9nHuy
zBg^u#*ye_CIfVNT#O4g)hL8J5IKmAvI2^&;hl7DYLLkTY`@dD)Gn!qSh2+UR+xmA^
zS65fP_11e;b?>+Dd-Mwee!sa#5S$5q;-nyW%{_ylc9wF3;1^qi;KAT8!DGRb&Itl8
z2M+*G1_&o6b
z;OoKrf*%C$1AY-a5&S1`1Nbvg*Zbu(GQ$gMTGEmRI
z8PxMX44w;q1-ukIu8%f@qacq6t_SylZvw9ZkM4K1TrX0&fCU{*~Yv;9J0x!B2uGf?xO7zwguk
z0^Xba{{}Tq_ul2k=b@nL+Y0LXd7!Q*Jx+tFZy7ued_1V~PX-?f-UOZkzRO?#B&dFW
z!KZKYc)QR4iBJCvxRG+d2gOehhRCp5a3QGs$3WFv0x1$KfO_srL6yG+6o39LsQ!N!
z)cyYfsvq~-?Z)?kp!jDysD6!rA^2EO{O|-&{dyXx@qaF;=e`tt0QhE5^?n>YAN&e<
zF?ix5T|3jD#-RYJz8O&Cupcyfd3-X+t--TEwfm#sH27^W2R;g>Qa#TAj|N{1z7l)|
zsByoDhpYY}@cv*1RKLrh`g;J>ea`^z2R;WBz5WtZd)^9aK7It$bN&w81pWi4^1lVu
z|9f5F+IJeL=j;Yg2h(5)oB>tOdqIhW4}q%x+u(h{JHhSXJs%YW+rV9*#`#L{A>fVR
zQQ)gRz7AA7Uk}cM@ABz02i!Pp1=a5hLGeWrd^wl}#RoqF#h)i!=;(VYsB)Kq$}fWI
z*HxhCxF1wInxMw{Ch)P~YeBX99v8Xx>;yNHzQp4^C^|m}RQ)dp#TPe&s`uTX>ieKi
ze*qLdZUtWg{scS-J_+U#z3*{}8?RGA(eHtv>VE|IFz`{J=zImJcFcjI)3ZRe^CjR8
z@Y5hH6#Nc^Re~LRf?y3?0G|Th4n7}wvT!No5Y)d<1i{oNEdt`RDaG&x%#()
z8u#dReg=39_&iYke<3KkydD(Y-wUeT$3e}9&-nD0LCKHX
zz=wnX3Fj)X?>|A&@symS%fmqR
zV;3mCxd2qZFZI{c;JrvsdYtpuuLjlb>p;=>Mo@HkE~xrn1D*iB6TA=jA@DTtbD;R*
z2cVwwdrl>aa3|@9fM4pxT=O)vq#m61W6PP8c-
zE=>mkED>A>rohjFqUU`d4Q;_B_yF+7p!)gW;2?P3W3Z*cH82Cd57hm~qU46b47de+
zKKL~71EBhmgb6jTm%&rPw}Z<66sYI?8axL)@k%$(&jU3+F9mh|)u7t_9`F?K6W~Vh
zR#5%_t-pTMRW5xpsBwJ|C^~Nj&j!!;=_^3hR|mx}2YmVlP|tlfcoFz~P<-)4@C@*F
zQ1jsTpvG%M+40%^Ks|2@sORklReusx`O87k@hb2V@I|2b;8u^{0w+j+AN(cwNQB!b
zz|9D~{|4^>Mc+H-Ts`Mjn6soG2krqs3hMdym`8?!_XfWW{u~?uKexbK0Z(0YdhElX
ziss@5B@uN
zF1TgC!^eOV_duV64=4Zjn(NnbOF=-Bf-ETiG%5UUjtSC
z+o0O_U2p^VBT()96{vRp4m<`ts_FFk383hI9=HR%+^3%is=coO9}K?Rr@snn-2NFn
z2Ry9>k3#=JQ0;$h+vR@*RC|5~{)Fpyf|9qlUE})mAK*PnAGPY{!?EC7NIwWv`#%lp
zIiCkbpWlM_2T!=x_2(g=^3MiO0nZ0d2h-qv!5Q!Y;0mbwp5^mj18SbV6BKhZIn
z>iL>a{{&S1zXnCOW7Zfe@IIjA(Pg0Oy$V!4E1>#+19%$v3UC+rE>QFB$KZM3mg}6n
zyAr&L^wYr!@F(C7aNvOBxBZ~_X9XMqUj!Zn9sdc`y#3zeUHk3?HSc81-v*onYJ7hJ
zYChZvihquJg6sDNP~}epPY2KT={=zOkp=G!PJw#Pf={m_ftU4
zi@yYQ|Jy;0;|IX);O9Y&_kV#Zf8q@ew}5AmPJz1rN>Jq*pvLv_p!nw|pME_UlKvp5
z_I=yq4?*?w=b)bZ@1W>(;*GA}vp|jec5nck2i33FfTG76efr&?`0c}>`uRmr{rMW$
z58e(w2t4_Tj$gKc1=0sWjpvs@&71FlF9Cl5YMicrl56i%K=uFG;Df<8f*R*ffx7Qj
zQ0@N)sCNA`D7ySRsCrI#vU|=+U`YBQp!jDGsCMoHRsRgA{$CG@e$NMU;2XgQg1-Yp
z@YJWc`p*OP++pw$;6Csi@X4Us`Bw03@N=M^^J`G_`7coIJLaj39e66J@mm2^-xER6
z`7b=a0(=4Kn?cRbi=O8CSp;{Jz6wh$AbR>YTS={hD+Zcl>B-ScnjDM!n(n&pq{(;
znQpumLEX3H@d==w`&>}%eTPrK4-{R#1&WV;3QEqL@n^2zmx1EX>%qr??*h}Sk
z|3pyzcp4}=y%-eV+ybiHhrr{&zxCDNBxBx$1^-W6jZ%^;0AC2JReMf
zM}Y@H(dkBi{h8o>Nx#73>p_)!Kd5pa22TJ#+j)>is5o7WgAj{Bs=4ta?rZ=fQJ8
z<=+JE0$&4aT)zr_2t4tHuKv$}qVrck(eb`X2+TJq=KFSpzli
zp9X4vz8btA_#uD&%b@7?9gjZ*A42*L@M7@97rXhK235~8m<51fo&j!txr>`5
zK(+g*SGf941$F;9p!&57)bocywY%i6&w?74{a^`v0w{Wa6?_o*kD%)PS5WsI4-u7q
z04O?a@wgLI{|7*o8wO7Ui=f8828tdBLG|a!K7A7?`o7qwU*WI64ph6|2CChk03QN=
z1yp~2<@1kymAif__yF=B2CDuGLG@!4+zw_z(ftYF!@=i(dhRQC?*_y~D+3aIB5|I*E?GN^vmK+(SiJ`y|to(jGV)cv0XMaQp$
z8uy=q;@|td*7bWEsCxE*Hg2HkUGjJZsP->_TfrJAefdK0Ebtwm(F+tEe+7zvj(HtA
z0z3&+`Fs79^Sif#A?Zhh3*h5H_3Qhf_~Mt~9&qGld`j?X;Jd-kg6hYUZgKMQ1>nV`
z{|+1gkAA)L^Y?(d|0Yn^zXbMyC%u6f0C+KYF8E$h3ag7Vr}Af#3po9{5D?
zYVdvFG2kQKXP<=}~=ZwAG;ZwE!ckAR~4cfb?D
zJ3-O=_dXrG*`@CVUO@gSpvqqciVvrJdKo;P^!1?l_UWMNdpRh6d_Ac9-s|y`py+Tb
zsCqZN#qq%qsD54sYCI;uuYfm$?*p&jr&p7}RUZ%lzX@^1n!0dEKOyzp&|
zEw~;02k`!HcmDiOK}2hicn2{Z@HX(lVD_DkzBN#C=ZWC?;LAbP_f=5+`W|>M@J^5a
z0qXt}-sS9$&ERIzw}7J47r=h-hoJc4RG4ZzSO70(emw~kJwEy#$4|cjA47V_dxPL#
zz-NP^;A6KwnRDyVsP11LUv6?i)MVNmyf9n^gM7AXGw1t|L5^8>DZA*ko=
z05$)2gBte>{q+QRCh5yTm8*Mff~x--@Ko>ssQYgM)xQ^ms^`_9=zlY)c6}b)0saWo
z{5t)EPHvwIo=JKPRJlb^^YBJ+EBHn*$M}2|RJn&i(d-xVFF{SYPgyPm(A6O;bhw>dw*tK5@GGp*y_FxP(SuRk1o
zls`WX{5i*ODEUrsE61IjZv$`ecRvT*#c>*Wf60;N_%6q5Ip#T@$D!YM?5~>}I(;Ge
zT1R{tN6}yV3ivS6=lS$&J^mW(C;xViX^wf)?*spVLqE;4N7@{rdj=!b|5S{z4l%yFF0@dl2^aTNTs
zI1T=l<8`E;}+)|H#oIJqhY}wu9hFOa{up=*_-s(}ulsi+
z`B##0i_csHHmRTbGSuJy
zb<&^V{J+5mgD>aU@2~xcyqkRahk`%mxW-@e*};{hHi2L5w#KB>2XMTT;{{yb&2b0k
z59TK!I#N@6!<+~?%N)9
z?WG(I(wM}-KXbgF^S6QeeUam*9QPpa{v6-r{3jfb<@hS;H*rM24|4ub9LJM!3dj98
z68`$x;OjY_LEfV|wsYvWl_Sq_lrQ&0@bMfOpZ+k{_HiteUIAakq2FfGul8l`4StBc
zzvK7|&fld1{8l)B6Zl?V?xU8Ay+-9l@b`bx41o>HVbt7JNTg0sow1w=eS;&d=feQjTGc7m+@Xo{FdV%I70G{1^YQZ%(;H691|SB#St-wjoXyr6t;$?~uw}G5SJ@hD3xkWQ
zmrPb_vyG+7Mcb>Fga_*7rOLtJqE@@vs4rYHS#H*=^@V|pw)>25sy36e&!g7D*2?m7quHkVaIzA*@?3stOOxE;f1Em9=Vp|COzFx!FEA
zWI5|DQ2t=pXod&o=etV|SDTgj#MtyVZ>b+4A2l_+O?&1bfh(^#pu
z!^G_VdSkU#nOmsP?RMwF1Z}T0EA`n*C$C)7(5!{!*>?4s%0?;y%k65TPQ6RZwMu(^
zX1ab&xmHz!RG#70?W(T5Qm%!C>UFeiZZ4c{EHV^br{PjXbfBbN)quFm^~x$^wKC^g
z%EjeI%UxMvgj?av8sk=JiY+uAm8EjE)*ptsdL>+j0~kfi*BF=kT9xH;vn&?SbE@hF
zt;$zg(9L??$#hK7ZVd#9S}h!DHddBtoTtWOnZA|lP{l~PC%(|EEL2-&NAjrYbfHwpRAT$
zZ&&KkXovGij3X{+{kW#mtj<^I;(^&pvwfx5_sSX)?I0Z}&+ZQ!^Fg8oZJKRP!^btM
z5_91JL`HkQ(Oj|{4sH_#VJ;XHDOS;hGp3BEs1cmmfKUvVR$6W3YgLuI;jlUF=CX~F
z2FA~6N9$&TNzvl|WTU>h%`ih=nAmFF6NW>J6)LkqY%Q0U!udvRjwz?1S}Hg9_qNvE
z2k*7Q&63KxXET*2+Px*Wg{vCmrKOd6b(Zm91Y2!HHF~14vaskUIRx6z2w%NYX=x&p
zY*iQP8tPEwWa6&08%y+WHk@uSK7*CnGBd|$hJ*|sX9Q`~=c~;n5x2cqZpRm?5~|X-
zZPw*R-5#%EG0E!{h7X#}HT1Vx>9a9ilhPr5(aa^Sm6@e#nRnw#=2(eZWnL^Z
zAGR8no`oa!S1QXIbY_UD%l=@fjFhhhLyP5Ft)i(oWtyWlzfpN)cyIzMN}x=#P&P_B
zeW7`p;g%IiFS!so-`doZokiI3QK3kXQTdlFc
zT&B&k4cuRG0(vDFGBpw|IO*(Ctw`D+B~Y}KsnyEMv>{zb=dYlb8ub>rHs*x}jKjI9
z8zCImUJHu}Wtw&iC8Jzb2ou+I$%1PtYjGKr(#mz$)li#5j-7;<4pOe1wV7y!uqL>?
z)~qsioFU`vN+ivYqjOHvx>@N2Fg>@Pgi({`!ahW8eeTLR=ElM3>L@&dnV~1D-(fl#
zon_0{R2QtqC}*PCSTH?+EHMeINwZF`Z1J*uYjg`EGe6&zkRhdZn1!^yB{qnyySP|d
zR;yd#+2y6>3&U(>HEyuC<>IvIf;d$*`>^WG3*SdFog}Hunl$z8>yu83E)RwBpV3*{n10skQ##15JB+1H=qKaW3w8;6qaS)4Fp5dSp-H48hzSAlWV_
zSC*E8BvJso6`R;;5i(|07U+Dk(#ASz1xd(iGuRsdC=K;%20|cg5KpCihDpZMY_Bps
zv9MZuxT!U}f&@m)z!kH`gWkA37awplUumy2(S3)LmlX2#t=2`#@ESaj
zMvz=VktA1|;wH-pWwlFwZIj(;rmeF#Ju(iLstWkpj=UlCNqDx`$ww4gvVR=dBJZ4SGYF(InjwXvgR36
zJOo!LvbZ44XKiuM29r+22tDA+n69s{|>Tm+o&^
zsI*nG)ss|*4&e;DPkOFepLOz({?tW1o0y$blZ!By6?HyF*F|!j>&VU6Z;*4@S0`KyvyJrmnN;-Ak
zZkCp`&Kc>kY|7WbNadLt^Ft)At@Z0MbFoylL_{8@_eL(a!wDH5&gJq0ue6B4Tu;
zA$6=Qbp#gOq0(}Ftx>PQcJ(zg-Ruk=Q70%KCgw0tg5g70A?nm2LmW3P=*-yo44Gi(
zlhwKQVlaZ7t270bCc~GmV`4U8DU)8Ybv9CK%y6~Kb{IhxdvjAt;DAUccg*4-1OkwU
zp&|=TAF6BkFALObhV>GX&D>`57?;pkm^xVg=1jn$y|s6#13k#9>ZT&)5tKuwXSi9T
zg~KNgK&%JLY3$;;>owhoDgI_fJ=Xl!NE~ifyK=1+Vg}8%z*06z;xq4ISb8oPSwUCK
zg&h?bj3#A+2i_*@rsAkV2hlJt_%Z14sM!*|?T!a`k9l%3>6txf&qf=rp2t$IEzhsi
zAOJm*$0IrEe7qhCtW&eh>28Wz%gS-vqBi;AY%vH-1&J(gMjfVAv(DHxt=RkIsINW@
z7q%<7jB|{`ER%d781;Qfclr=02xx!8L>)WNI@WR-mq%XTD7G{XV3?^~Q>lppOH&IphiR7jKfm({2o4>Y9Uhr4wYEF6qg*XnR>sJvJT9a&&CQF$)W!MX@*&
zjF`Bq3LkF6+CgI_>NV@qt{WVu*anS-UgkvPX|sBL85O)2n*q~%llF27!1+e
zLMj=D)mzMLIE=wvKPIh}1vG~8TifHC9G_{7<>#orUfB|b#Y}z6k)lsxjc9<|mDxpw
zk`R%t7Lvn-UQ}arXSk)(ztF#J-F3&oK4j|kV-&4yZFRvnu_b=d?4q}gqx|tHMFqlJR?r$nUoOGhx_6M
zAv)!K6LD?}hAW>6Pf7~r8SI~d)Mg9~ymQGv{(ZTJ9{Wms~t3Kz-Nk93VuZ(CSt&+1km
zEm{}FiW0QFox?23#9Co1;
z+k8ID=wHpcBx6S=41)U^r-(iaIJzq8Al1|Ijkm$A>y(jnJ!uLr!~!poKF7Fnjp<52N3N_o9axGX#H)xGFL4Jgpwt}pv9NGS);-F|&f&7Sbq7m1q8sGFV?Vf;`rH*hy3z0f;
zAx%4t+ssB1QBq*ycg|>`GUYP`*#=C`nh()w
zPFW6s9!m%;`s(A`3}_3}*_CJ$L|4p2%Z_w5tSWY`016$0PlKFvb<{H%7g|t>tq@`-
z&bW$<4^11fig#usgCA=>HYJ#BE3!@HAG<{v-GE0yWJ1$394gmlS1ejbTFpfHw#y6X
z*@bYEr06Eyyopf4{z`q*)`7F@Gc5wbL9S_xtrjixIGkOk_hDVa9JUSd1lB$j4vM3w
za_=>o$e;ymM70yk3MnpURrt-=x-)?osEb1sQYM&L!s0Wz7$CI_Nrg-%XK
zc})1VRssU?X}*F^>`A(19|Czu__!df2l+aY!(akMA;OwOanVK^3-1)&>I|p#3hgCe
z${$;uopsAWCMFJz0>`DIwHJ+5Y$M>SX~H`~x@C5g`EZIC7g#yEw)xw`9D^xHDN&?33kH~;n
zQApcnM2E`VK?JHmlOhf{v1j%O!w%u|aZJSxk}OqqVNS-94|m|QL5hnv5xS7ZX*4%o
zGQ*NF_Ag>jhN?zVyC~1+{YaC#RTijYyy(X5Klhz`P?-rB9=pIS9yOP~e$Gcps
zE}60<<+9xjJLd}7HTgkS`I7WZ7jd-9!2)?~UExMaGk0$_3aG_Kyc^*-)Fs6MZ@^U+
zJ7>trXocy`OH}C%;$R|PBZ(JR$ujk&L1dzdEA`h23}Iu%XK>>52n&6tIWmNsDeDqa
zgi6>FpiY*Sx!77`auVZdYSTmSo)hGSt#A@%Vd<>t7MSwo)sV%!@<5QU^fe^({jzM{
z#>A-BB^y-CZBp=h#mLek*G=a51bw~QNuX)gC88ySejhS8{0^$9QfovH*T&V|6`zC)
z1lo{d@MQ8k?SR%onKKTd0o`LpAN`$)V?WALT3Z|PTQ^nbn>1sYNA@P
z%)+hsSyrH)p!ux)8smof5Q%^lTRgRbXsgH)E%SV{H~M|goM#;>q_#dM%@#4+VMq4k
zupW@kdF%x3yn>54H~lnTZ6RBt6iX?NZ^&?Q)A$5)pV4sv$4;gf(`8!qzbFCnrl#y~
zn8;+}g%kErwc8aqSd1hEg}oQ4ET7YzWX73)700=`$*o{Wr2Q
zQ`eT4x{`ZuW$_!H}C@9_=DaV5JA1kZ{8FE2^Wv1Ch54NJf6=&0R
zM~n*uj!ddY0g<545rgwY?(2SyaK5}$t*ve3GJ(zn?3#@2H7d4D*EBotTy)olYh|32
z?kKju$?es1iGiR%gdL05%`3L>)cx9O&m22omn1yh9i~FuUM`n$_y|4oWv;9)Xro|3
ztDusNeTi0!S!gSQg*Xnqswl*&wt=#KXuS%rSZA{!&17*fa#x3(L4Q
z0edm9hi!$w``l)(&+z*$210M1Xwo{%!-sw2eN1yJP(;3>1zM%G%|OvUz;!{)*cCM{
zfwnSQh^_erRvw_my;T|C-qUbqyDy24Us+{iSlXAz@R30FVP1K0D(Ks&VUE0DWUeU~
z2pnzwl1c21He0!r8>AV{Ajpj1@#pRc6|m8s6#BcaIyudL^P@cx#|bUZ%y&(RA4@rR
zT{Y0VeotB7AD=Qk&3LrY(heA;HeprB0Jmscj5BSdX?muU1&S%eqEe;F^l%$uz1OFC
zA!B4I&X0wfFW92jPTu2^x><;EuYD(>Tfi=8tD4)rF^bA*5XRlhAXJ(`*A*6Ub;V`1
zJ#_YSSxICuOt+>b1iD!)FK`f5FhkU9Kygc*?MZIGoc2JrTzC2@i{;lv_2x=l%XwUg
zL!@`HT-m$mVfJKafrbjMZCjAL%kM7|!``nIwT*#0m8d|Wxw+=dxHXMYQ|750-+G`1?8<>w;$U1qF{%R*H-mzeTXe@psXD&*SSBAfUO(
z!+t#o&}FKKR&FPPnAkk7O(|Nz&>&l+({31cW)cQeu1;gw2^}rd*=76!zjqU2
zRS<#PuaW5H8$^aS%9%uT^Ay^`JE&6IDXgh$(@^8Qt#dn6RR}<44AE;TNcBKrwjxWA
zmf%r}W|T2mI&lM>>q>Khowt(0sDMgcOCAbsZDxWR<#^;$97mvi+OOcMC*JDnv#l!D
z7}mV1><1NPZ0C*%Q3Zy>QKp1i&rM)RSm`D)B_5k|EXjr4kgIJMDi!A`$adg%?H#CYW$Y&thYkUAz*45I9fSYbM
zNsl!1w?@nMUO>~@`FT|%N$g)5IYh_%&EtBN;*f&kNheGgUfve*F=?AJ_O3vg5;9u4
zcA)#^kl3~%(oJ~ItR8PvIe7q=xJn6)L5I$kUf&L1SW}7St0guA*VikC~O!A#A*In~rjauyCE&L!zGqts%i%#hZSc+`F;4XVvNtGi}=kS$^
zdRaltnQ5TuwYgGT&u7an93PbGwv!9WDRM=nU1Mj&R|&u3&1q+Q8;NEV7I5KpoAH4^
zcZwGu)uqka?)Wq2Gqh~0jEkpG%;>LRy{%%oH0}QG4L1iRW}p2D35CpSqq=ei?5~l@
zD;|3XfT_}wPYwwZebZ)T?C5(GtKE9Tr%peYSxsjSmTYlQqtaRa(5B3s+Gl6FBBax()iCWE{;2}bmX#bnb93n(O=dGkWx1GwC9`#0=B@iV3g*i(q
zvLLI#sUxGik&X?vOV&HgFCG=ILaS{wMz`7Wh+lB{V{X@m;6VF%2`@~VnxpTUoRMKo
zq+xE4_usIrO)Q9PejfWxtli=#@}l|!j4`Q_QkZopz!swU>h&zxm923Kqt_g9~f_ulBOblqS(9^
zLui8{ps@ufB^GU8A(|C!)9}^^EGE_O7Dntw>oF!)b8XrDQpKNaV&PfwBz2M@QaB3#
z2WzByo!bj0^}_Zc8#iY)+5#PKp{i-k*Y+D(EfOPo0z0K7Mq3JGXk`4GEbI#E
zM1LsgHZsy3Z405;l2$7_x)~l@*4u(GJi})6jlDIK^2`G4TU(2iXpgp&(l6YU>in9w
z%B@s;%|=noLQGaNm|?a+r_Dnf59iAvzLy~Qs*l)5noi~vH6ust9i7hJ8SP(;B#-BF
z6Q=5swL|_&mpF~MiZ0WR7Qr+HuuU9ja}@oQbhJnL_k*neHrqshH*$yXp&Vc;74hK?
z?K?N&>{UFvyMQ-7Ef_eZOLU2A^x)oVp%WX}<;@@+o+4xaT3dhGJLi)FseZmj>nI-et!
zb@u#3mhJ^;lT9YV
zG{YsmtgzoLAzgr&K@FFiywlQTll~ONwARd}S#1Mg23QEuZu7!)xx8l0RdtaV^Fkup
z!{%D*bQZPf;oY{WNs?$)(5hZW56Fhn12vDlx{DSYRe=*tW;{D*t;w2n&vUwf}p
z;=taLSA{(!k1usz91bSsRLaJDqx~
zE@S7@>0sY@Mj`oTbw)9@V9MU5m=6c5P4=EgsTr5z?gSDc3NH{kQcoo$B=lm<3|p8K
za2njoXv`$5&9l<3DSNTenPENM*9xR8TM1%n>bOG8gl467@g_n;_UgkXzq50(-CiEp
zzFoF^b*{f&X>Z?jNsa_uinalr|OA!e?$LPM^L?StQAGfH_;QebNjo!f#!zSPju}U
zUXw}J(Y=v)>}IyPvVY&Nm*31buyCK`MP2VtbN>Nv!`lX6_6&PtSi0M`Hrniv*}08H
zD|>Y}^40x~k-e%N)~>x~O?X=lk=yN`oAJRzjGO+?-#@pf`**0E{mlH7%{td#nM2HU
zzlV-d&o)`3xT1T}`-Di_$heAn=nN{04%qNSZiPmeaJu`>Lc;F{w7e*W5~(}IFL;td
zTZwh#vbaGUin1t#q`5tjm;KB7K!B59hbWiGv8I5v%0JUa$bS{Xb|^$@hqlmPzo*n%
z>H4K$$U4!21GIwFfNJJyAVk;Ic_ihdFcWh`u7MPfLW$)j!A%<%ZGuIWEh###)dII5
z0xO~Nn&B1-Yx9Lk4(DchnwzF*RhL+|E!Qh-dVt5}4@uHnceYB5nunyAhh;gDOHAKh
zKeKr8fEzj=(y(s@=nsMSz)-tcAMF;*9~&?o>TASrTLEt+1T$6M@{#+@1dFg0Xer13
zC|)0EW4UHPlSN(DuC}Q2T^>Yht1F>llY|MkIK7JxL`lNZJ=ZUtmf195H->8>P>Ex{A=NQ3!CBS4+Q!U16c#WiTw(U+~%)&lcb
zV-g%DLj<=m#r;G3yAP`bZ2SvYHmL+y>`}O9rLLF7>Os_`;2J5!;E#G)mrwE#YN|Au
z9MPT(pA#I(cXs^iV+{0sBf24aXW3t~z)H{S%!(7ay)(TR3g&-|xCPHcYK+#P4!ICl
z1Dy}@U@YA*y`+7hy{62N+jbpZ&ewG0pC>vC0P4=HP>V2rGd1e>UK}BL^4cU5u
zCW%Zp-U1{_G+J(6!^_48&1OEpcGZI{80pIm(Xt@bF|=%H;5O;58NGCc0kNpy0TL!!
z&aoNizt^Mdnt1et#zYYUv*vI@8_gOEs~mt`-_unbD%BNjiH0LdH8rDUxiKT@$lfN^@@sFS2i=y@-UB
zOYC+;vzZbJ+2&n{DjVWi_vsyrzE$m=EBJQ=k1Wn_J8~3rgoD(yzVuw*UcJ)Ws1HEG
zYk85tecxq++ltdS-dd>6^$qeWL|?Hnz&2-XAGo$JdKI4gE?uw}72GEIsJ|1!X=b)-vH^;s@g!9$z_HTMOLU6@GTa@E#9bJ
zU0vr2%*Q&X)>ui*^FK_Rr!1n0V0NX3|OKXi9cH8!?8^+V)sSd?<_V3u>XGC8S
z@iJgr3AaPUYW+fOx*^O>l|kz;czLFNsWeu(!@kAUrh4Ma55DZiuqi2L>Ka@vD|nnn+!{Z
zbT(Y~Ni*lX+|{?va(Pxij^JBogSk>M&>t#Cqy3>TopqPA51p;ch`)0-Hk6tuCWFM#
zP^u6PoCy+z(NdOL$0stWVrpGxI=eTKNvk!KOKCWhs;gMagoX4pjY=lDaTNM@
zordG7@xeUhbZwj=a2KAz9o)n{rLg>h|hZkZ=l&Eba4I{;6_`+G%mkB4+!(kB$S_`|rZx+{=+Q+>GT6f4T
z6Q#jSdW>$STtC-+hUN(F7X{s8={Y@)+ZXDQ+d^hu?_)Iy{Vh>{qxKa_aG1?hS70KM&{&w;8^A#DXOYwJvRoQ5)~nRFsSRoPF`pVr
zrT2;oUDMFULPQ@g6^e+>v}$#v?kZ&?0MY%NwWdwva|~#In9Nb*P-k#havDuh3#2Yg
zB*rz6Nu&LEB0tvKIL9n-R>5SfZoqXz!bR%Zg}JwxsGUfq#xP0>MTy(uXujm`h6f8{
z;pL^2<|gNb^hj1xAk^e$Dwc}5@x%xdVLF!^4~9z9^fn(}R+6~O4yW_u&@9O_m0Ku^
zQl)Lyom@6E6&BOkk%)rXRFZ*A=J=CGS=!i$lXmHwWQEco#$BjMGn^~tG$4>*I5Cv6
zIn4QFYH%ol0dy3&;VvM>c5lN*mlNx4_hlj&Lj?@r^
z$5N>Yja7!}4G#z84P^o*26{?!W6FeiW_Y9W$nfBZ7A3}~j7(9|$#A$l!yTnW=O&sj
za#Ajrn+}JkGE|p=*5Pm}m86|6m6{IGfbn^u2xpR_bE9Ym`jW|wFq3I3`dKyb*D3A5
ziSz!VrOeT|<;Ffe2aakJDfEUQs2o`d=tWHh-gQaY`$mk`MXNrc=b=CML
z!=lX4y{W0F1RA0=o#MYk60|*5f2?(>~
zy6M$tiiKiQtf6m9QXg`{n~py28Rft_Ba+CwBNca-
z-xzas(UIZd=w=%hYl9gk>sw(Lr`5p2Tr5p6Q5aCESMn_ZZQ?g
zgmL;dAm;*`pfUwQ*+bk|%44%2`m7&R;L;{yn4@>O%SnnQFLo>>yuKSl`zbde`!&^AuN6~^+p3_@1Da8sXNb1xkJ810-l*nq$yk&OHUx=^RQWRTD9>wonuu_g@th$e~IxN1i~z{VR3)M
zbG%6*-@y-;Gh>Ds$fPgiEt^U76ebfY7RQ4df)wxmI{A^pUQZ>{Mf+n)2G_)iXJylP
zGj;trVqyYGmRi@6LaHdmHtnAoC6On+EaBRj&1nWB>@XsnvhZ9p%V^gJIxIfWqYhH;rM!
z5=+p5-PT-pQ|!rav)K??65R_tzV?nlWTZ>u-K#yjncP!5;lJz@vdFMFHJ+l`6butd
z43A(q-^~HakG?^5$mqsx3S!>woFN@7cQTzE4o0ve^7^aMPGzwV^UNLwCo;E2GPyx6
zby)^p+KuGA+1UAtn4GSi;UIwn#4*)ODr5m!@OjV*DJrRCa>EKHr;@=)2~Cj{b2!bXkBDJP<9%asP0CS-
z?JJD?5`JVM9z;I|F;}`M%KA3P1!n8KG!rm=RJ;Cxgp?#FJ|i$I|^`vaR|3R~9-EA*z^?w3`#?T?D{B8G`9zzw4$Z2+U@hZ5TxJ+Fhx8HGZtB&+=ev?*-?sz`$(9SS0^7=js<@=+tEWgi^Lcc
z#v(@)QB~`{52oONHkMKs{JX6Yst#ocE=P+5u~hqf{vPpBZr16vZMZluYKuhS%Nss-jNYnMG#CL4C9Jwz~t)kqUe^h
zAL)xZ5Q=LS#u8|fWNKXMoV(=?Ga0a7!jW8#r4g7`RMS8rE0E;OD*PloOhR?p&S$=K
zbJthC7-;pZkdSkU(M8aR+g;?<5#L$!;do($W)_O62}qrWOEPrE=>Q|zwlGy33b@6E
zYSzV$Tw)Bbl@OqJ!wGA1i@5@tZmAI>ZBvrP3h=n~3E0zu&dQC#8kgk;rvpM_MM9KG
zMKt*0SBhD|*R)V}0j@sIE@MtK&%$Ru&>;oP@N?ZF(fuwKjh{*PNB5DffSG}of4Y)#
z>WSXV=d~q2qac
zY(slzFqPaFEt;(Vx)%-tA!!2qu#;jXbRkV=U~;^5i`uffBT4HVObKws3}k6AYju}f
zCbD@wqzOBWfGfh09r^JmG>0zO_q_hZ=k85U4`#w$e8`Js2g1F6xoI4?KM}x!C1&1m
zI+bAsZ9FHBdBVhen9S!UEMx`q__Z|1FV@6SwT^n*n?!6Dv$Dd>CE(~~h0H(f_-IfW
zJMlyhFTx3!!a7_)B3nX4BokA`l;uUPw1%C@La_oNDPrjR;_rFwD+aO^G`HiE0wu{a
z_fbyEL^?Y~=$BJ-UXVkDu^bD0v`HgaNR6rAfuj4Gz!r~4(lXA|iVQ1+krW#SIjPpD
zOBeuJYKRO4R4*c4-mWtbRJ}OE`;Y`E6~!Ft_!x*!d_fcRwp5|QnDIn}auZk?D9E9b
z!ex`B)j$+xF)_lI&coEc#P|ejjQ(3*%(vcec?IM-wRktK7=$n@#ojzMn}Vs0@6Hke
zQmZS>DdU;m>_UZmk*m0z)*ciBfPzHUg#?uf>A_TnFjOpvotV5kwS1)8`+0soWu69$
zuNuiz#!*ka>g2!dk-cd+Y9cWO!xND=jt+?Pz@Hn`+fZRM4XyO&^u`UW^k!J3yqglD
zQ^Z_ZXyb_r4SQYE$%xg9w_Nb%qcfx!%(X7%
z)r*!sdoH-JA1rHezf1tHDAr>0(nSWR132DT+jcuBg^rnknWh36$ZmxO;c`d_w@ZOW
zzLs@0G9J9Ru#s>J(h}8Prtb0UtAs8)!;kXP0-B_;?;k|6umU|(h)@`C9j1Q6w~9fprz);K#Unj5xO*#!ium6}Pd)RL*wUa}Wf-D3&QG7
zXK-Sz=Ca8g%oetZm?{}JF3`Ew+Jxg1Tq;ayqYpG@oqv4@n8bNwp)|#-y1e(*l#$_03H|
znJ&sH57k$s|TN=_4AGV2w|sT}uX-W)FO
z9qvjd(hAfox@()=Y?V>Mt`Bb$U)k2$i0r1&JqT#@oQvdRkJ*MB+`%ZE5g9P-Cs8q0
zQZbAC>YYB%<$@ETNwx%LmN`CFHM>Arcbv%Je(Ik>M{ebK+6N}w4jILwqKJgAj9J^g
znt*~~!C_R(b=nfamL3<9;R{arsi`ULs?v&tSNT})7V*fYfDt-^$3`cS8ID6tFGTta
z(aSLAhNFx483iqx4W=0%HVGvIXXe^UdH1KC3B^iVOpP#*`0eAdwE0!V86nzRUrA8R&Bv>@l^ZIVV9r|=mr)~QO`w?Y5J
z8gX5SzNj;L8a|J_`%&MD?qYUX_tPncu&WrWT3RP=b_S!uP
zTkq0>OexR&4jaEA6zQfhMku>5X%_VQzAS1M05aHgnq{Tp?aN-S#
z(?m&4%5|?(BO&mnP2kzw+=;^tOR|gIi2^1b8|<`5;O;_}r`Sh{=q7Y5jfcjt=P3N8
zMLJ7Z@IeMpm!D5aHkBV?k0?(=u&1(8g@hY1Ytw|gki?>#0=eGzM|RnAzEMYAAr7it
z0u}?MIV=~Y3D+QsY_p5WNd;=H9$%hl#sr>HvO7Br+O
zkwVZsv5VT~Z(XxgcP+F;evPE|L+%*n^H9%V=T7f>GMNh1;c0O21FL-I0of(gU>-
zNr-W~lNqDy5{kMZ+A*z9ak&jF*uyIRhc>C{ZjG+naDC*rrr1^Qx0GO(z#3|U9QN$`
z=O5WCI)2BTBoImlCO~Srwm6mM^gV%QPS$yh9hb1ge&fU3@8i+2^mZ|HTiPCqcJ?u=
z(7k4Tm;?}Gxk$M6scQ`o587T+(3bz6QpRJpNEnrfrj6}l$0*U7PS?ii@l*l5;M)^z
zi}nVSmZkig5#AB$+SO_eH48~ia1oK-Wr*%T946oxY!#O^`gSY?9%L=l*7J3r-a;mK
z?=9qh6p|jKAOfoas?m0Tn{lDg<#q++Z2z4;xs_y7yfaMgH5{AF&c%(~s!mT>tJIz`
z99_5D+x7H=~lMlvyKaSd9}(pfS+$SMKxmRwh)nV0%H0eQj)vM;)PXXz?(
z1`#;2?cq3h4e5%d<5YkNMOY)7%pzXQF)6Znfl5leR3ee4mkV%)@D>#%rJlfcCu%G9
z5Sx*;bQ%!8b=xTvMB))$9FQ7kYmy3N3tCp@O#8xYL4TTrS3!YyUp3uzegT!Zc!#BA
zA2AZnFYz*iHA0r@C%NvHmPl(?wvv7&DIgk=4;0Np#%n1+=X`z3zxHB^2c;$IYIPWi
zLwEJAfqvB8S
z_R>g4XCJw|L(gsduH6{fX9NEBLiE)w$pkAwQ~`rP+DHzkd=O%rm?G*H_Ejv*7BQPq^F$(l!{>c45R5xK(j?fH9c&U
z4flTUkT&r`4Xc8{y{cwiS<=}e4Jz&4!H|h7_rX=~w(-$;9-%VM>T)U#o#uk#68qj3
zid-#O%6gB?*8Ri^s6w}8a+ll7JY~kT6)8@cqijkJ5y-e98O9Mq!?Y4g%a>#sk}wVQ
zS5!OX`zP;oUEqD6v;Iu_OE~XWzlTu&^*}^d;A*#)g9kEU&k^N=kt3?6!LphQ=
z{zuC=?;p2c54BFmg;_yxh1pCFC&p#zJniTT<|?wG}$+lffH)=^t&!m5ld1;3sO85Cb*=M|w%Nf_ihVvrg~WpbK{AzH;t
zYQyP$^6)X5)~}-34Q@k3w{@d9N%%khPL_tadnFD2V{;mYcD$0dj%1pfhxRY6?lJQ5
z?%t?_N7z4S^SI$BG(^V^zisD#vOaisz3OEI6O!Wu!yGrq-C`~pn`w$6)nEda|Bah8
zXAov$5EG}-3ysmd>&y`-wIyEU#bzn8$Bl_jEZVBJJqK_rnvwnFiF_uV=lfWGUyX6G
zZCFwCjyg@K$*;hbqPbKNFV=Z6V3Wn1+0eJm$gG_Wem{$3l)W5eyL41*wEXDy#kgT{
z+bz_PcoT$g)F2!*#3~7fxP`Es8;Gk3G4v8OQly8z+V5&tSsMvEU&GP_LSwQXi)|v`
zQBixSpx42s`5u-t&TusGq!4ws>B3n#wsP*>*pk;oX`C$uCGAUCi6Ry%Q=W+O6v`HQ
z52o|OoOdO(=uVlY?;Lf85VK$MiZiHIPC4LHad1T#CY%H
zPx$7Q6He}vSN{1#sk?(7Jca&t!W|f4k){(*ifY=ov5jm?)4h=#YXI5+WqWM9zj38i
z75~<*D{imk4r83bz})5nxNOYrzR5)3IO{hMDoZe;SlH+vhRxIc$twn+`;%9(Glqor
zT!k1QpxOD<6_hpg=r$5=I^1`z%m6KFSA^dbL55_1Cg(Q|BW(Y)Ph80-*IQ(2LcC^s
z7hkyg33h8?^{Kx&3jE+XTzcr6%+^bhLG7!{ju-lDL%Abftobx
zX0K?^+j<6@gtIK9CLxfuw{4jSz2CQDBy5Lr5~-;vfT$!uKPp-8WAhg4kg2FI0BHNK
zIKig8Gpr=r)_F?o0+U?)KYA6}gdhvDa)}S~5i5wW$t+6VN#4Y?VTT8SB%I0Ug>G#I
za$cYBj+3fZ9}+h*)C11D<*m{_@E}#BD1^42SoFtEoh@WecNDV0RFcu`ji_y~Ke00r
zy+_`=`}Lku{19j!Js%SwQUgv2y8SK1V2YQ8+($Ir8)te=Up2U9%i+O~AjGC!7}_Ku
zVgD!H+TZ9$27)#l?`u3i<{z%mr+MA+}
zcI(5B4KRQScusddQzgfd5ehu=O6COt9ZcD~LcJfUB3kJp7GsIxbk7&4!Yx`avhDLu
z_4Qou{f}UUgzB!xM`5H2E&8BuRH113;zMv5u3tJZ
zhtKz!NA;$muMHs1loogMLs|+66mMm=M@q>@KcsL8da&M>jlvMYUfXzhq%VJVeU}Ow
zUef~KdZL&Qj^vvto@W@=;aqe>^zN&_W}%0kcOWILZ3jqizO(nWGzO#eUeuDIy_D2@
zAx@X=n^ZZzPm$&W1*xFNq@qQ(HJHiAM^VJO36_D4(Rxdw1)0&i)lj`!XKy~UV`vI5
zm;e{zKzy0?*dRd1_<(BD8
z|7dQ}14WLeSUx1!Oa-iWP7-V<)Mi<9GjfWx`jF3J%GsWg{$BHHvxG7))!~|IwOpT}
zlIdu7nZA%%z`oG3pZ0mWjrg*XOSrp*A>M!<(n^wEFCD_vOk|3@z#?U1TX!*zGget9
ilV*SR5c_z0=-J0Rcx(u>_sgb&Ba3d^wi5kk&Ho=(yeoSE
delta 637
zcmYk2&uSDw5XNiQ7~>KVG$s&?mPA2>Su|N>_23_HF-H%IrzLb|I+=E7yF>T%4(?@-
zdhueDn+L%s5U)OhzJlPYA^r=J0p>?c(gqnYjbP=|Jb93OWUS
zgyK1b?m<7GC1|5Xv;sZ^FM``({B8!u_c!1Gd=I_=e}e1ry-oBD@jLJi?yu%j{fs^#
zSVrP2cmezcM#GikL}$Ssco*CPpMx*KHLyKT1iy6PNw^X|rDG{`w9o=#l+y|52-{{Yboz_oQvYh0A8v(%;py;s*o1{=m&5nkcQ&)l8+`rN
z?Twosv>&xrqtD1R$!3>pS@OQ$snm#lSkJD&^xC@lzI>rM0lJGM8$iG<(aH*+Zc8uCZeg?YjJ^
znzBqSz3VbPQ10K1rEsiG%{x+Ro{79x6HymkekwUWx!6~rptP7RKBoD`(uqBJ, 2014
# sarina_translator , 2014
# sarina_translator , 2014
# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-#
@@ -27,12 +28,15 @@
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
+# marcotuts, 2014
+# sarina , 2014
# #-#-#-#-# messages.po (edx-platform) #-#-#-#-#
# edX translation file
# Copyright (C) 2013 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
+# sarina , 2014
# #-#-#-#-# wiki.po (edx-platform) #-#-#-#-#
# edX translation file
# Copyright (C) 2014 edX
@@ -43,7 +47,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
+"POT-Creation-Date: 2014-04-07 10:07-0400\n"
"PO-Revision-Date: 2014-02-06 03:04+0000\n"
"Last-Translator: nedbat \n"
"Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n"
@@ -68,7 +72,7 @@ msgstr ""
#: common/djangoapps/course_modes/views.py common/djangoapps/student/views.py
msgid "Enrollment is closed"
-msgstr "Enrollment iz closd"
+msgstr "ENROLLMENT IZ CLOSD"
#: common/djangoapps/course_modes/views.py
msgid "Enrollment mode not supported"
@@ -92,7 +96,7 @@ msgstr ""
#: common/djangoapps/django_comment_common/models.py
msgid "Community TA"
-msgstr ""
+msgstr "COMUNITY TA"
#: common/djangoapps/django_comment_common/models.py
msgid "Student"
@@ -157,11 +161,11 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "Course id not specified"
-msgstr "Course id not specifid"
+msgstr "COURSE ID NOT SPECIFID"
#: common/djangoapps/student/views.py
msgid "Course id is invalid"
-msgstr "Course id is invalid"
+msgstr "COURSE ID IZ INVALID"
#: common/djangoapps/student/views.py
#: lms/templates/courseware/course_about.html
@@ -170,15 +174,15 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "You are not enrolled in this course"
-msgstr "U r not enrolld in dis course"
+msgstr "U R NOT ENROLLD IN DIS COURSE"
#: common/djangoapps/student/views.py
msgid "Enrollment action is invalid"
-msgstr "Enrollment acshun iz invalid"
+msgstr "ENROLLMENT ACSHUN IZ INVALID"
#: common/djangoapps/student/views.py
msgid "There was an error receiving your login information. Please email us."
-msgstr "Thar wuz an error receivin ur login informashun. Plz email us. "
+msgstr "THAR WUZ AN ERROR RECEIVIN UR LOGIN INFORMASHUN. PLZ EMAIL US. "
#: common/djangoapps/student/views.py
msgid ""
@@ -187,20 +191,32 @@ msgid ""
msgstr ""
#: common/djangoapps/student/views.py
-msgid "Too many failed login attempts. Try again later."
+msgid ""
+"Your password has expired due to password policy on this account. You must "
+"reset your password before you can log in again. Please click the Forgot "
+"Password\" link on this page to reset your password before logging in again."
msgstr ""
#: common/djangoapps/student/views.py
+msgid "Too many failed login attempts. Try again later."
+msgstr ""
+
+#: common/djangoapps/student/views.py lms/templates/provider_login.html
+#, fuzzy
msgid "Email or password is incorrect."
-msgstr "Email or pasword iz incorrect."
+msgstr ""
+"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n"
+"EMAIL OR PASWORD IZ INCORRECT.\n"
+"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n"
+"EMAIL OR PASWORD IZ INCORRECT"
#: common/djangoapps/student/views.py
msgid ""
"This account has not been activated. We have sent another activation "
"message. Please check your e-mail for the activation instructions."
msgstr ""
-"Dis akownt has not been activatd. We has sent anothr activashun mesage. Plz "
-"check ur e-mail 4 da activashun instrucshuns."
+"DIS AKOWNT HAS NOT BEEN ACTIVATD. WE HAS SENT ANOTHR ACTIVASHUN MESAGE. PLZ "
+"CHECK UR E-MAIL 4 TEH ACTIVASHUN INSTRUCSHUNS."
#: common/djangoapps/student/views.py
msgid "Please enter a username"
@@ -228,23 +244,23 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "An account with the Public Username '{username}' already exists."
-msgstr "An akownt wif teh publik username '{username}' already exists."
+msgstr "AN AKOWNT WIF TEH PUBLIK USERNAYM '{username}' ALREADEH EXISTS."
#: common/djangoapps/student/views.py
msgid "An account with the Email '{email}' already exists."
-msgstr ""
+msgstr "AN AKOWNT WIF TEH EMAIL '{email}' ALREADEH EXISTS."
#: common/djangoapps/student/views.py
msgid "Error (401 {field}). E-mail us."
-msgstr ""
+msgstr "ERROR (401 {field}). E-MAIL USH."
#: common/djangoapps/student/views.py
msgid "To enroll, you must follow the honor code."
-msgstr ""
+msgstr "SRY BUT 2 ENROLL U MUST FOLLOW TEH HONOR CODE, KTHXBAI"
#: common/djangoapps/student/views.py
msgid "You must accept the terms of service."
-msgstr ""
+msgstr "SRY BUT U MUST ACCEPT TEH TERMS OV SERVICE. KTHXBAI"
#: common/djangoapps/student/views.py
msgid "Username must be minimum of two characters long"
@@ -308,35 +324,51 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "Valid e-mail is required."
-msgstr ""
+msgstr "VALID EMAIL IZ REQUIRD"
#: common/djangoapps/student/views.py
msgid "Username should only consist of A-Z and 0-9, with no spaces."
-msgstr ""
+msgstr "USRNAYM SHUD ONLEH CONSIST OV A-Z AN 0-9, WIF NO SPACEZ."
-#: common/djangoapps/student/views.py
+#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Password: "
msgstr ""
#: common/djangoapps/student/views.py
msgid "Could not send activation e-mail."
-msgstr ""
+msgstr "CUD NOT SEND ACTIVASHUN E-MAIL."
#: common/djangoapps/student/views.py
msgid "Unknown error. Please e-mail us to let us know how it happened."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"You are re-using a password that you have used recently. You must have {0} "
+"distinct password(s) before reusing a previous password."
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid ""
+"You are resetting passwords too frequently. Due to security policies, {0} "
+"day(s) must elapse between password resets"
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid "Password reset unsuccessful"
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "No inactive user with this e-mail exists"
msgstr ""
#: common/djangoapps/student/views.py
msgid "Unable to send reactivation email"
-msgstr ""
+msgstr "UNABLE 2 SEND REACTIVASHUN EMIAL"
#: common/djangoapps/student/views.py
msgid "Invalid password"
-msgstr ""
+msgstr "PASSWORD IZ INVALID"
#: common/djangoapps/student/views.py
msgid "Valid e-mail address required."
@@ -344,7 +376,7 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "An account with this e-mail already exists."
-msgstr ""
+msgstr "AN AKOWNT WIF DIS EMAIL ALREADEH EXISTS."
#: common/djangoapps/student/views.py
msgid "Old email is the same as the new email."
@@ -352,7 +384,7 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "Name required"
-msgstr ""
+msgstr "NAYM REQUIRD"
#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Invalid ID"
@@ -667,7 +699,7 @@ msgstr ""
#: common/djangoapps/util/date_utils.py
msgctxt "month name"
msgid "July"
-msgstr ""
+msgstr "JULAI"
#. Translators: this is a month name that will be used when displaying
#. dates, as in "August 10, 2014". It is used for the %B directive in
@@ -771,7 +803,7 @@ msgstr ""
#: common/lib/capa/capa/inputtypes.py common/lib/capa/capa/inputtypes.py
msgid "unanswered"
-msgstr ""
+msgstr "U HAS NOT ANSWERD DIS"
#: common/lib/capa/capa/inputtypes.py
msgid "queued"
@@ -993,7 +1025,7 @@ msgstr ""
#: common/lib/xmodule/xmodule/tabs.py
#: lms/templates/courseware/courseware-error.html
msgid "Courseware"
-msgstr ""
+msgstr "COURSEWARE"
#. Translators: "Course Info" is the name of the course's information and
#. updates page
@@ -1007,7 +1039,7 @@ msgstr ""
#: common/lib/xmodule/xmodule/tabs.py
#: lms/templates/peer_grading/peer_grading.html
msgid "Progress"
-msgstr ""
+msgstr "PROGRES"
#. Translators: "Wiki" is the name of the course's wiki page
#: common/lib/xmodule/xmodule/tabs.py lms/djangoapps/course_wiki/views.py
@@ -1033,7 +1065,7 @@ msgstr ""
#: common/lib/xmodule/xmodule/tabs.py
#: lms/templates/instructor/staff_grading.html
msgid "Staff grading"
-msgstr ""
+msgstr "STAFF GRADIN"
#. Translators: "Peer grading" appears on a tab that allows
#. students to view open-ended problems that require grading
@@ -1046,7 +1078,7 @@ msgstr ""
#. syllabus of the course.
#: common/lib/xmodule/xmodule/tabs.py lms/templates/courseware/syllabus.html
msgid "Syllabus"
-msgstr ""
+msgstr "SYLLABUS"
#. Translators: 'Instructor' appears on the tab that leads to the instructor
#. dashboard, which is
@@ -1271,13 +1303,17 @@ msgstr ""
msgid "Something wrong with SubRip transcripts file during parsing."
msgstr ""
+#: common/lib/xmodule/xmodule/video_module/transcripts_utils.py
+msgid "{exception_message}: Can't find uploaded transcripts: {user_filename}"
+msgstr ""
+
#: common/lib/xmodule/xmodule/video_module/video_module.py
msgid "A YouTube URL or a link to a file hosted anywhere on the web."
msgstr ""
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "Navigation"
-msgstr ""
+msgstr "NAVIGASHUN"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "About these documents"
@@ -1291,13 +1327,13 @@ msgstr ""
#: lms/templates/wiki/plugins/attachments/index.html
#: lms/templates/discussion/_thread_list_template.html
msgid "Search"
-msgstr ""
+msgstr "SEARCH"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
#: lms/templates/static_templates/copyright.html
#: lms/templates/static_templates/copyright.html
msgid "Copyright"
-msgstr ""
+msgstr "COPYRIGHT"
#: lms/djangoapps/class_dashboard/dashboard_data.py
msgid ""
@@ -1488,7 +1524,7 @@ msgstr ""
#: lms/djangoapps/dashboard/tests/test_sysadmin.py
#: lms/templates/tracking_log.html
msgid "username"
-msgstr ""
+msgstr "USRNAYM"
#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py
#: lms/djangoapps/dashboard/tests/test_sysadmin.py
@@ -1643,11 +1679,11 @@ msgstr ""
#: lms/djangoapps/django_comment_client/mustache_helpers.py
msgid "Re-open thread"
-msgstr ""
+msgstr "OPEN DIS FWEAD AGAIN"
#: lms/djangoapps/django_comment_client/mustache_helpers.py
msgid "Close thread"
-msgstr ""
+msgstr "CLOSE FWEAD"
#: lms/djangoapps/django_comment_client/base/views.py
#: lms/djangoapps/django_comment_client/base/views.py
@@ -1687,7 +1723,7 @@ msgstr ""
#: lms/templates/discussion/_inline_new_post.html
#: lms/templates/discussion/_new_post.html
msgid "All Groups"
-msgstr ""
+msgstr "ALL GROUPZ"
#: lms/djangoapps/instructor/views/api.py
msgid "User does not exist."
@@ -1695,7 +1731,7 @@ msgstr ""
#: lms/djangoapps/instructor/views/api.py
msgid "Task is already running."
-msgstr ""
+msgstr "DIS TASK IZ ALREADEH RUNNIN."
#: lms/djangoapps/instructor/views/api.py
#: lms/djangoapps/instructor/views/legacy.py
@@ -1716,7 +1752,7 @@ msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/university_profile/edge.html
msgid "Email"
-msgstr ""
+msgstr "EMAIL"
#: lms/djangoapps/instructor/views/api.py
msgid "Language"
@@ -1733,7 +1769,7 @@ msgstr ""
#: lms/djangoapps/instructor/views/api.py lms/templates/register.html
#: lms/templates/signup_modal.html
msgid "Gender"
-msgstr ""
+msgstr "GENDR"
#: lms/djangoapps/instructor/views/api.py
#: lms/templates/instructor/instructor_dashboard_2/analytics.html
@@ -1742,7 +1778,7 @@ msgstr ""
#: lms/djangoapps/instructor/views/api.py lms/templates/register.html
msgid "Mailing Address"
-msgstr ""
+msgstr "MAILIN ADDRES"
#: lms/djangoapps/instructor/views/api.py
msgid "Goals"
@@ -1798,7 +1834,7 @@ msgstr ""
#: lms/djangoapps/instructor/views/instructor_dashboard.py
#: lms/templates/courseware/instructor_dashboard.html
msgid "Analytics"
-msgstr ""
+msgstr "ANALYTIKS"
#: lms/djangoapps/instructor/views/legacy.py
msgid "Course Statistics At A Glance"
@@ -1944,10 +1980,13 @@ msgid ""
"classes, it may take up to an hour (or more, if other courses are "
"simultaneously sending email) to send all emails."
msgstr ""
+"YAYYY!1!! SUCCESS!1! UR EMAIL WUZ QUEUD 4 SENDIN!!1! PLZ NOTE DAT 4 LARGE "
+"CLASSEZ, IT CULD TAKE UP 2 AN HOUR (OR MOAR, IF ODDER COURSEZ R SENDIN EMAIL"
+" AT TEH SAME TYME) 2 SEND ALL TEH EMAILS."
#: lms/djangoapps/instructor/views/legacy.py
msgid "Your email was successfully queued for sending."
-msgstr ""
+msgstr "YAYYY!1!! SUCCESS!1! UR EMAIL WUZ QUEUD 4 SENDIN!!1!"
#: lms/djangoapps/instructor/views/legacy.py
msgid "Grades from {course_id}"
@@ -2039,7 +2078,7 @@ msgstr ""
#: lms/templates/verify_student/_modal_editname.html
#: lms/templates/verify_student/face_upload.html
msgid "Full Name"
-msgstr ""
+msgstr "FULL NAYM"
#: lms/djangoapps/instructor/views/legacy.py
msgid "edX email"
@@ -2262,37 +2301,6 @@ msgstr ""
msgid "Add to profile"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
-#. Translators: "Peer Grading" is a panel where peer can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-#: lms/templates/peer_grading/peer_grading.html
-#: lms/templates/peer_grading/peer_grading_closed.html
-#: lms/templates/peer_grading/peer_grading_problem.html
-msgid "Peer Grading"
-msgstr ""
-
-#. Translators: "Staff Grading" is a panel where instructor can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Staff Grading"
-msgstr ""
-
-#. Translators: "Problems you have submitted" refers to the problems that the
-#. currently-logged-in
-#. student has provided an answer for.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Problems you have submitted"
-msgstr ""
-
-#. Translators: "Flagged Submissions" refers to student-provided answers to a
-#. problem which are
-#. marked by instructor or peer graders as 'flagged' potentially
-#. inappropriate.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Flagged Submissions"
-msgstr ""
-
#: lms/djangoapps/open_ended_grading/staff_grading_service.py
msgid ""
"Could not contact the external grading server. Please contact the "
@@ -2455,7 +2463,7 @@ msgstr ""
#: lms/templates/open_ended_problems/open_ended_problems.html
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid "Status"
-msgstr ""
+msgstr "STATUS"
#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html
msgid "Quantity"
@@ -2985,7 +2993,7 @@ msgstr ""
#: lms/templates/forgot_password_modal.html lms/templates/login.html
#: lms/templates/register-shib.html lms/templates/register.html
msgid "Required Information"
-msgstr ""
+msgstr "REQUIRD INFOMASHUN"
#: lms/templates/registration/password_reset_confirm.html
msgid "Your New Password"
@@ -3049,11 +3057,11 @@ msgstr ""
#: lms/templates/registration/password_reset_email.html
msgid "The edX Team"
-msgstr ""
+msgstr "TEH EDX TEAM"
#: lms/templates/wiki/article.html
msgid "Last modified:"
-msgstr ""
+msgstr "LAST MODIFID:"
#: lms/templates/wiki/article.html
msgid "See all children"
@@ -3127,15 +3135,15 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
#: lms/templates/wiki/includes/article_menu.html
msgid "Edit"
-msgstr ""
+msgstr "EDIT"
#: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py
msgid "Save changes"
-msgstr ""
+msgstr "SAVE CHANGEZ"
#: lms/templates/wiki/edit.html cms/templates/unit.html
msgid "Preview"
-msgstr ""
+msgstr "PREVIEW"
#. #-#-#-#-# mako.po (edx-platform) #-#-#-#-#
#. Translators: this is a control to allow users to exit out of this modal
@@ -3153,7 +3161,7 @@ msgstr ""
#: lms/templates/modal/_modal-settings-language.html
#: lms/templates/modal/accessible_confirm.html
msgid "Close"
-msgstr ""
+msgstr "CLOSE"
#: lms/templates/wiki/edit.html
msgid "Wiki Preview"
@@ -3201,7 +3209,7 @@ msgstr ""
#: lms/templates/wiki/history.html
msgid "Change"
-msgstr ""
+msgstr "CHANGE"
#: lms/templates/wiki/history.html lms/templates/wiki/history.html
msgid "Merge selected with current..."
@@ -3425,7 +3433,7 @@ msgstr ""
#: lms/templates/wiki/plugins/attachments/index.html
msgid "Size"
-msgstr ""
+msgstr "SIZE"
#: lms/templates/wiki/plugins/attachments/index.html
msgid "File History"
@@ -3537,7 +3545,7 @@ msgstr ""
#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html
msgid "My Notes"
-msgstr ""
+msgstr "MAI NOTEZ"
#: cms/djangoapps/contentstore/management/commands/git_export.py
msgid ""
@@ -3681,10 +3689,16 @@ msgstr ""
#: lms/templates/static_templates/404.html
msgid "Page Not Found"
msgstr ""
+"OH HAI\n"
+"PAEG WUZ NOT FINDZ!\n"
+"SRSLY."
#: cms/templates/404.html lms/templates/static_templates/404.html
msgid "Page not found"
msgstr ""
+"OH HAI\n"
+"PAEG WUZ NOT FINDZ!\n"
+"R U PAWSITIV U TYPD TEH URL CORREKLY?"
#: cms/templates/asset_index.html lms/templates/courseware/courseware.html
#: lms/templates/verify_student/_modal_editname.html
@@ -3720,7 +3734,7 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache
#: lms/templates/verify_student/face_upload.html
msgid "Cancel"
-msgstr ""
+msgstr "CANCL"
#. Translators: this is a verb describing the action of viewing more details
#: cms/templates/container_xblock_component.html
@@ -3784,7 +3798,7 @@ msgstr ""
#: cms/templates/register.html
#: lms/templates/dashboard/_dashboard_info_language.html
msgid "Preferred Language"
-msgstr ""
+msgstr "PREFERRD LANGUAGE"
#: cms/templates/registration/activation_complete.html
#: lms/templates/registration/activation_complete.html
@@ -3794,7 +3808,7 @@ msgstr ""
#: cms/templates/registration/activation_complete.html
#: lms/templates/registration/activation_complete.html
msgid "This account has already been activated."
-msgstr ""
+msgstr "SRY!1!! DIS AKOWNT HAS ALREADEH BEN ACTIVATD."
#: cms/templates/registration/activation_complete.html
#: lms/templates/registration/activation_complete.html
@@ -3818,14 +3832,6 @@ msgstr ""
msgid "Help"
msgstr ""
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "Visual"
-msgstr ""
-
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "HTML"
-msgstr ""
-
#: common/templates/course_modes/choose.html
msgid "Upgrade Your Registration for {} | Choose Your Track"
msgstr ""
@@ -3971,7 +3977,7 @@ msgstr ""
#: lms/templates/admin_dashboard.html
msgid "{platform_name}-wide Summary"
-msgstr ""
+msgstr "{platform_name}-WIDE SUMMARY"
#: lms/templates/annotatable.html lms/templates/textannotation.html
#: lms/templates/videoannotation.html
@@ -3981,43 +3987,43 @@ msgstr ""
#: lms/templates/open_ended_problems/open_ended_problems.html
#: lms/templates/peer_grading/peer_grading.html
msgid "Instructions"
-msgstr ""
+msgstr "INSTRUCSHUNS"
#: lms/templates/annotatable.html lms/templates/textannotation.html
#: lms/templates/videoannotation.html
msgid "Collapse Instructions"
-msgstr ""
+msgstr "COLLAPSE INSTRUCSHUNS"
#: lms/templates/annotatable.html
msgid "Guided Discussion"
-msgstr ""
+msgstr "GUIDED DISCUSHUN"
#: lms/templates/annotatable.html
msgid "Hide Annotations"
-msgstr ""
+msgstr "HIDE ANNOTASHUNS"
#: lms/templates/contact.html lms/templates/static_templates/about.html
#: lms/templates/static_templates/about.html
msgid "Vision"
-msgstr ""
+msgstr "VISHUN"
#: lms/templates/contact.html
msgid "Faq"
-msgstr ""
+msgstr "F.A.Q."
#: lms/templates/contact.html lms/templates/footer.html
msgid "Press"
-msgstr ""
+msgstr "PRES"
#: lms/templates/contact.html lms/templates/footer.html
#: lms/templates/static_templates/contact.html
#: lms/templates/static_templates/contact.html
msgid "Contact"
-msgstr ""
+msgstr "CONTACT"
#: lms/templates/contact.html
msgid "Class Feedback"
-msgstr ""
+msgstr "CLASS FEEDBAK"
#: lms/templates/contact.html
msgid ""
@@ -4026,10 +4032,13 @@ msgid ""
" issues specific to a particular class, please post on the discussion forums"
" of that class."
msgstr ""
+"WE R ALWAYS SEEKIN FEEDBACK 2 IMPROOOV R COURSEZ. IF U R AN ENROLLD STUDENT "
+"AN HAS ANY QUESHUNS, FEEDBACK, SUGGESHUNS, OR ANY OTHR ISSUEZ SPECIFIC 2 "
+"PARTICULAR CLAS, PLZ POST ON TEH DISCUSHUN FORUMS OV DAT CLAS."
#: lms/templates/contact.html
msgid "General Inquiries and Feedback"
-msgstr ""
+msgstr "GENRAL ENQUIRIZ AN FEEDBAK"
#: lms/templates/contact.html
msgid ""
@@ -4040,10 +4049,16 @@ msgid ""
"{fb_link_start}facebook page{fb_link_end}. Though we may not have a chance "
"to respond to every email, we take all feedback into consideration."
msgstr ""
+"IF U HAS GENERAL QUESHUN BOUT {platform_name} PLZ EMAIL {contact_email}. 2 C IF UR QUESHUN HAS "
+"ALREADEH BEEN ANZWERD, VISIT R {faq_link_start}FAQ PAEG{faq_link_end}. U CAN"
+" ALSO JOIN TEH DISCUSHUN ON R {fb_link_start}FACEBOOK PAEG{fb_link_end}. "
+"THOUGH WE CUD NOT HAS CHANCE 2 RESPOND 2 EVRY EMAIL, WE TAEK ALL FEEDBACK "
+"INTO CONSIDERASHUN."
#: lms/templates/contact.html
msgid "Technical Inquiries and Feedback"
-msgstr ""
+msgstr "TECHNICAL ENQUIRIEZ AN FEEDBACK"
#: lms/templates/contact.html
msgid ""
@@ -4056,40 +4071,52 @@ msgid ""
"pertinent details. If you find a bug or other issues, you can reach us at "
"the following: {bugs_email}."
msgstr ""
+"IF U HAS SUGGESHUNS/FEEDBAK BOUT TEH OVERALL {platform_name} PLATFORM, OR R "
+"FACIN GENERAL TECHNICAL ISSUEZ WIF TEH PLATFORM (E.G., ISSUEZ WIF EMAIL "
+"ADDRESEZ AN PASWORDZ), U CAN REACH US AT {tech_email}. 4 TECHNICAL QUESHUNS, PLZ MAK"
+" SURE U R USIN CURRENT VERSHUN OV FIREFOX OR CHROME, AN INCLUDE BROWSR AN "
+"VERSHUN IN UR E-MAIL, AS WELL AS SCREENSHOTS OR OTHR PERTINENT DETAILS. IF U"
+" FIND BUG OR OTHR ISSUEZ, U CAN REACH US AT TEH FOLLOWIN: {bugs_email}."
#: lms/templates/contact.html
msgid "Media"
-msgstr ""
+msgstr "MEDIA"
#: lms/templates/contact.html
msgid ""
"Please visit our {link_start}media/press page{link_end} for more "
"information. For any media or press inquiries, please email {email}."
msgstr ""
+"PLZ VISIT R {link_start}MEDIA/PRES PAEG{link_end} 4 MOAR INFORMASHUN. 4 ANY "
+"MEDIA OR PRES INQUIRIEZ, PLZ EMAIL {email}."
#: lms/templates/contact.html
msgid "Universities"
-msgstr ""
+msgstr "UNIVERSITIEZ"
#: lms/templates/contact.html
msgid ""
"If you are a university wishing to collaborate with or if you have questions"
" about {platform_name}, please email {email}."
msgstr ""
+"IF U IZ UNIVERSITIE WISHIN 2 COLLABORATE WIF OR IF U HAZ QUESHUNS BOUT "
+"{platform_name}, PLZ EMAIL {email}."
#: lms/templates/course.html
msgid "New"
-msgstr ""
+msgstr "NEW"
#: lms/templates/dashboard.html
msgid "Dashboard"
-msgstr ""
+msgstr "DASHBORD"
#: lms/templates/dashboard.html lms/templates/courseware/course_about.html
#: lms/templates/courseware/course_about.html
#: lms/templates/courseware/mktg_course_about.html
msgid "An error occurred. Please try again later."
-msgstr ""
+msgstr "O NOES D: ERROR OKURD CUD U PLZ TRI AGAN L8R??!?"
#: lms/templates/dashboard.html
msgid "Please verify your new email"
@@ -4098,23 +4125,23 @@ msgstr ""
#: lms/templates/dashboard.html lms/templates/dashboard.html
#: lms/templates/dashboard/_dashboard_info_language.html
msgid "edit"
-msgstr ""
+msgstr "EDIT"
#: lms/templates/dashboard.html lms/templates/dashboard.html
msgid "Reset Password"
-msgstr ""
+msgstr "RESET PASWORD"
#: lms/templates/dashboard.html
msgid "Current Courses"
-msgstr ""
+msgstr "CURRENT COURSEZ"
#: lms/templates/dashboard.html
msgid "Looks like you haven't registered for any courses yet."
-msgstr ""
+msgstr "LOOKZ LIEK U HAVENT REGISTERD 4 ANY COURSEZ YET."
#: lms/templates/dashboard.html
msgid "Find courses now!"
-msgstr ""
+msgstr "FIND COURSEZ NAO!"
#: lms/templates/dashboard.html
msgid "Looks like you haven't been enrolled in any courses yet."
@@ -4122,15 +4149,15 @@ msgstr ""
#: lms/templates/dashboard.html
msgid "Course-loading errors"
-msgstr ""
+msgstr "COURSE-LOADIN ERRORZ"
#: lms/templates/dashboard.html
msgid "Email Settings for {course_number}"
-msgstr ""
+msgstr "EMAIL SETTINGZ 4 {course_number}"
#: lms/templates/dashboard.html
msgid "Receive course emails"
-msgstr ""
+msgstr "RECEIV COURSE EMAILS"
#: lms/templates/dashboard.html
msgid "Save Settings"
@@ -4138,35 +4165,39 @@ msgstr ""
#: lms/templates/dashboard.html
msgid "Password Reset Email Sent"
-msgstr ""
+msgstr "PASWORD RESET EMAIL SENT"
#: lms/templates/dashboard.html
msgid ""
"An email has been sent to {email}. Follow the link in the email to change "
"your password."
msgstr ""
+"SUCES!1!! EMAIL HAZ BEN SENT 2 {email}. U SHUD FOLLOW TEH LINK IN TEH EMAIL "
+"2 CHANGE UR PASWORD."
#: lms/templates/dashboard.html lms/templates/dashboard.html
msgid "Change Email"
-msgstr ""
+msgstr "CHANGE EMAIL"
#: lms/templates/dashboard.html
msgid "Please enter your new email address:"
-msgstr ""
+msgstr "O HAI!1!! CUD U PLZ ENTER UR NEW EMAIL ADDRES NAO?:"
#: lms/templates/dashboard.html
msgid "Please confirm your password:"
-msgstr ""
+msgstr "O HAI!1! CUD U PLZ CONFIRM UR PASWORD:"
#: lms/templates/dashboard.html
msgid ""
"We will send a confirmation to both {email} and your new email as part of "
"the process."
msgstr ""
+"WE WILL SEND CONFIRMASHUN 2 BOTH {email} AN UR NEW EMAIL AS PART OV TEH "
+"PROCES."
#: lms/templates/dashboard.html
msgid "Change your name"
-msgstr ""
+msgstr "CHANGE UR NAYM"
#. Translators: note that {platform} {cert_name_short} will look something
#. like: "edX certificate". Please do not change the order of these
@@ -4185,15 +4216,17 @@ msgid ""
"Enter your desired full name, as it will appear on your {platform} "
"{cert_name_short}:"
msgstr ""
+"ENTR UR DESIRD FULL NAYM, AS IT WILL APPEAR ON UR {platform} "
+"{cert_name_short}:"
#: lms/templates/dashboard.html
#: lms/templates/verify_student/_modal_editname.html
msgid "Reason for name change:"
-msgstr ""
+msgstr "CUD U PLZ TELL US REASON 4 NAYM CHANGE?:"
#: lms/templates/dashboard.html
msgid "Change My Name"
-msgstr ""
+msgstr "CHANGE MY NAYM"
#: lms/templates/dashboard.html
msgid ""
@@ -4206,133 +4239,137 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Unregister"
+msgstr "UNREGISTR"
+
+#: lms/templates/edit_unit_link.html
+msgid "View Unit in Studio"
msgstr ""
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
msgid "E-mail change failed"
-msgstr ""
+msgstr "O NOES!1! EMAIL CHANGE FAILD"
#: lms/templates/email_change_failed.html
msgid "We were unable to send a confirmation email to {email}"
-msgstr ""
+msgstr "SRY BUT WE CUD NOT SEND CONFERMASHUN EMAIL 2 {email} D:"
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
#: lms/templates/invalid_email_key.html
msgid "Go back to the {link_start}home page{link_end}."
-msgstr ""
+msgstr "GO BAK 2 TEH {link_start}HOME PAEG{link_end}."
#: lms/templates/email_change_successful.html
#: lms/templates/emails_change_successful.html
msgid "E-mail change successful!"
-msgstr ""
+msgstr "EMAIL CHANGE WUZ SUCCESFUL!1!"
#: lms/templates/email_change_successful.html
#: lms/templates/emails_change_successful.html
msgid "You should see your new email in your {link_start}dashboard{link_end}."
-msgstr ""
+msgstr "U SHUD C UR NEW EMAIL N UR {link_start}DASHBORD{link_end}."
#: lms/templates/email_exists.html
msgid "An account with the new e-mail address already exists."
-msgstr ""
+msgstr "AN AKOWNT WIF TEH NEW EMAIL ADDRES ALREADEH XIST, SRY."
#: lms/templates/enroll_students.html
msgid "Student Enrollment Form"
-msgstr ""
+msgstr "STUDENT ENRLMENT FORM"
#: lms/templates/enroll_students.html
msgid "Course: "
-msgstr ""
+msgstr "COURSE:"
#: lms/templates/enroll_students.html
msgid "Add new students"
-msgstr ""
+msgstr "ADD NEW STUDENTZ"
#: lms/templates/enroll_students.html
msgid "Existing students:"
-msgstr ""
+msgstr "EXISTIN STUDENTZ:"
#: lms/templates/enroll_students.html
msgid "New students added: "
-msgstr ""
+msgstr "NEW STUDENTZ ADDD:"
#: lms/templates/enroll_students.html
msgid "Students rejected: "
-msgstr ""
+msgstr "STUDENTZ REJECTD:"
#: lms/templates/enroll_students.html
msgid "Debug: "
-msgstr ""
+msgstr "DEBUG:"
#: lms/templates/enroll_students.html
msgid "foo"
-msgstr ""
+msgstr "foo"
#: lms/templates/enroll_students.html
msgid "bar"
-msgstr ""
+msgstr "bar"
#: lms/templates/enroll_students.html
msgid "biff"
-msgstr ""
+msgstr "biff"
#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html
msgid "External Authentication failed"
-msgstr ""
+msgstr "XTERAL AUFENTICASHUN FAILD!!1! O NOES!"
#: lms/templates/folditbasic.html
msgid "Due:"
-msgstr ""
+msgstr "DUE:"
#: lms/templates/folditbasic.html
msgid "Status:"
-msgstr ""
+msgstr "STATUS:"
#: lms/templates/folditbasic.html
msgid "You have successfully gotten to level {goal_level}."
-msgstr ""
+msgstr "U HAS SUCESFALLEH GOTS 2 LEVL {goal_level}!1!! MUCH CONGRATS!"
#: lms/templates/folditbasic.html
msgid "You have not yet gotten to level {goal_level}."
-msgstr ""
+msgstr "U HAS NOT GOTTED 2 LEVL {goal_level} YET, SRY."
#: lms/templates/folditbasic.html
msgid "Completed puzzles"
-msgstr ""
+msgstr "COMPLETD PUZELS"
#: lms/templates/folditbasic.html
msgid "Level"
-msgstr ""
+msgstr "LEVL"
#: lms/templates/folditbasic.html
#: lms/templates/courseware/instructor_dashboard.html
msgid "Submitted"
-msgstr ""
+msgstr "SUBMITTD"
#: lms/templates/folditchallenge.html
msgid "Puzzle Leaderboard"
-msgstr ""
+msgstr "PUZEL LEADRBORD"
#: lms/templates/folditchallenge.html
msgid "User"
-msgstr ""
+msgstr "UZER"
#: lms/templates/folditchallenge.html
msgid "Score"
-msgstr ""
+msgstr "SKOR"
#: lms/templates/footer.html
msgid "About"
-msgstr ""
+msgstr "BOUT"
#: lms/templates/footer.html lms/templates/static_templates/jobs.html
#: lms/templates/static_templates/jobs.html
msgid "Jobs"
-msgstr ""
+msgstr "JOBZ"
#: lms/templates/footer.html lms/templates/static_templates/faq.html
#: lms/templates/static_templates/faq.html
msgid "FAQ"
-msgstr ""
+msgstr "EFFAYYKYU"
#: lms/templates/footer.html
msgid "{platform_name} Logo"
@@ -4346,6 +4383,11 @@ msgid ""
"{platform_name}'s free online MOOCs are interactive and subjects include "
"computer science, public health, and artificial intelligence."
msgstr ""
+"{platform_name} IZ NO 4 PROFIT CREATD BY FOUNDIN PARTNERS {Harvard} AN {MIT}"
+" WHOSE MISHUN IZ 2 BRIN TEH BEST OV HIGHR EDUMACASHUN 2 STUDENTS OV ALL AGEZ"
+" ANYWHERE IN DA WURLD, WHEREVR THAR IZ INTERNET ACCES. {platform_name}'S "
+"FREE ONLINE MOOCS R INTERACTIV AN SUBJECTS INCLUDE COMPUTR SCIENCE, PUBLIC "
+"HEALTH, AN ARTIFISHUL INTELLIGENCE."
#: lms/templates/footer.html
msgid "© 2014 {platform_name}, some rights reserved."
@@ -4353,22 +4395,24 @@ msgstr ""
#: lms/templates/footer.html
msgid "Terms of Service and Honor Code"
-msgstr ""
+msgstr "TERMZ OV SERVICE AN HONOR CODE"
#: lms/templates/forgot_password_modal.html
#: lms/templates/forgot_password_modal.html
msgid "Password Reset"
-msgstr ""
+msgstr "PASWORD RESET"
#: lms/templates/forgot_password_modal.html
msgid ""
"Please enter your e-mail address below, and we will e-mail instructions for "
"setting a new password."
msgstr ""
+"PLZ ENTR UR EMAIL ADRES BELOW SOS WE CUD EMAIL INSTRUCSHUNS 4 SETTIN A NEW "
+"PASWORD"
#: lms/templates/forgot_password_modal.html
msgid "Your E-mail Address"
-msgstr ""
+msgstr "UR EMAIL ADDRES"
#: lms/templates/forgot_password_modal.html lms/templates/login.html
msgid "This is the e-mail address you used to register with {platform}"
@@ -4376,11 +4420,11 @@ msgstr ""
#: lms/templates/forgot_password_modal.html
msgid "Reset My Password"
-msgstr ""
+msgstr "RESET MAH PASWORD"
#: lms/templates/forgot_password_modal.html
msgid "Email is incorrect."
-msgstr ""
+msgstr "EMAIL NO IZ CORRECT, SRY"
#: lms/templates/help_modal.html
msgid "{platform_name} Help"
@@ -4388,7 +4432,7 @@ msgstr ""
#: lms/templates/help_modal.html
msgid "{span_start}{platform_name}{span_end} Help"
-msgstr ""
+msgstr "{span_start}{platform_name}{span_end} HALP"
#: lms/templates/help_modal.html
msgid ""
@@ -4396,6 +4440,8 @@ msgid ""
"this course, post in the {link_start}course discussion "
"forum{link_end}."
msgstr ""
+"4 QUESHUNS ON COURSE LECTUREZ, HOMEWORK, TOOLS, OR MATERIALS 4 DIS "
+"COURSE, POST IN TEH {link_start}COURSE DISCUSHUN FORUM{link_end}."
#: lms/templates/help_modal.html
msgid ""
@@ -4403,24 +4449,29 @@ msgid ""
"lots of helpful information in the {platform_name} "
"{link_start}FAQ{link_end}."
msgstr ""
+"DO U HAS GENRAL QUESHUNS BOUT {platform_name}? GUD NEWZ!!1!"
+" U CAN HAS LOADS OV HALPFUL INFURMASHUN IN TEH "
+"{platform_name}{link_start}FAQ{link_end}!1!!"
#: lms/templates/help_modal.html
msgid ""
"Have a question about something specific? You can contact "
"the {platform_name} general support team directly:"
msgstr ""
+"DO U HAS QUESHUN BOUT SOMFIN PASIFIK? WEL, U IZ ABLE 2 "
+"CONTAK TEH {platform_name} GENRAL SAPORT TEAM DIREKLEH:"
#: lms/templates/help_modal.html
msgid "Report a problem"
-msgstr ""
+msgstr "REPORT PROBLM"
#: lms/templates/help_modal.html
msgid "Make a suggestion"
-msgstr ""
+msgstr "MAK SUGGESHUN"
#: lms/templates/help_modal.html
msgid "Ask a question"
-msgstr ""
+msgstr "ASK QUESHUN"
#: lms/templates/help_modal.html
msgid ""
@@ -4434,7 +4485,7 @@ msgstr ""
#: lms/templates/register-shib.html lms/templates/register.html
#: lms/templates/register.html
msgid "E-mail"
-msgstr ""
+msgstr "EMAIL"
#: lms/templates/help_modal.html
msgid "Briefly describe your issue"
@@ -4446,7 +4497,7 @@ msgstr ""
#: lms/templates/help_modal.html
msgid "Include error messages, steps which lead to the issue, etc"
-msgstr ""
+msgstr "CUD U PLZ INCLUD ERROR MSGZ, STEPS WICH LED 2 TEH ISSUE, ETC"
#: lms/templates/help_modal.html lms/templates/manage_user_standing.html
#: lms/templates/register-shib.html
@@ -4460,11 +4511,11 @@ msgstr ""
#: lms/templates/instructor/staff_grading.html
#: lms/templates/peer_grading/peer_grading_problem.html
msgid "Submit"
-msgstr ""
+msgstr "SUBMIT"
#: lms/templates/help_modal.html
msgid "Thank You!"
-msgstr ""
+msgstr "THANKS U!"
#: lms/templates/help_modal.html
msgid ""
@@ -4473,6 +4524,10 @@ msgid ""
"UTC.) In the meantime, please review our {link_start}detailed FAQs{link_end}"
" where most questions have already been answered."
msgstr ""
+"THANK U 4 UR INQUIREH OR FEEDBACK. WE TYPICALLEH RESPOND 2 REQUESTZ WITHIN 1"
+" BUSINES DAI (MONDAI 2 FRIDAI, {open_time} UTC 2 {close_time} UTC.) IN DA "
+"MEANTIME, PLZ REVIEW R {link_start}DETAILD FAQS{link_end} WER MOST QUESHUNS "
+"HAS ALREADEH BEEN ANZWERD."
#: lms/templates/help_modal.html
msgid "problem"
@@ -4509,7 +4564,7 @@ msgstr ""
#: lms/templates/help_modal.html lms/templates/help_modal.html
#: lms/templates/module-error.html
msgid "Details"
-msgstr ""
+msgstr "DEE TAILZ"
#: lms/templates/help_modal.html
msgid "question"
@@ -4537,83 +4592,87 @@ msgstr ""
#: lms/templates/index.html
msgid "Free courses from {university_name}"
-msgstr ""
+msgstr "FREE COURSEZ FRUM {university_name}"
#: lms/templates/index.html
msgid "The Future of Online Education"
-msgstr ""
+msgstr "TEH FUCHUR OV ONLYNE EDUMACASHUN"
#: lms/templates/index.html
msgid "For anyone, anywhere, anytime"
-msgstr ""
+msgstr "4 ANY1, ANYWER, ANYTYME"
#: lms/templates/index.html
msgid "Stay up to date with all {platform_name} has to offer!"
-msgstr ""
+msgstr "STAI UP 2 DATE WIF ALL {platform_name} HAZ 2 OFFUR!1!"
#: lms/templates/invalid_email_key.html
msgid "Invalid email change key"
-msgstr ""
+msgstr "SRY, EMAIL CHANEG KEY IZ NOT VALID"
#: lms/templates/invalid_email_key.html
msgid "This e-mail key is not valid. Please check:"
-msgstr ""
+msgstr "SRY BUT DIS EMAIL KEY IZ NOT VALID. CUD U PLZ CHEK:"
#: lms/templates/invalid_email_key.html
msgid ""
"Was this key already used? Check whether the e-mail change has already "
"happened."
msgstr ""
+"WUZ DIS KEY ALREADEH USD?? PLZ CHEK WEFER TEH EMAIL CHANEG HAZ ALREADEH "
+"HAPPEND, THX!"
#: lms/templates/invalid_email_key.html
msgid "Did your e-mail client break the URL into two lines?"
-msgstr ""
+msgstr "DID UR EMAIL CLIENT BREAK TEH URL IN2 2 LINES?"
#: lms/templates/invalid_email_key.html
msgid "The keys are valid for a limited amount of time. Has the key expired?"
-msgstr ""
+msgstr "TEH KEYS R VALID 4 A LIMITD AMOUNT OV TYME. HAS TEH KEY EXPIRD?"
#: lms/templates/login-sidebar.html
msgid "Helpful Information"
-msgstr ""
+msgstr "HALPFUL IN4MASHUN"
#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html
msgid "Login via OpenID"
-msgstr ""
+msgstr "LOGIN VIA OpenID"
#: lms/templates/login-sidebar.html
msgid ""
"You can now start learning with {platform_name} by logging in with your OpenID account."
msgstr ""
+"U CUD NAO START LEARNIN WIF {platform_name} BI LOGGIN IN WIF UR OpenID AKOWNT."
#: lms/templates/login-sidebar.html
msgid "Not Enrolled?"
-msgstr ""
+msgstr "U R NOT ENROLD?"
#: lms/templates/login-sidebar.html
msgid "Sign up for {platform_name} today!"
-msgstr ""
+msgstr "SINE UP 4 {platform_name} 2DAI1!!11!!"
#: lms/templates/login-sidebar.html
msgid "Looking for help in logging in or with your {platform_name} account?"
-msgstr ""
+msgstr "R U LOOKIN 4 HALP WIF LOGGIN IN OR WIF UR {platform_name} AKOWNT??"
#: lms/templates/login-sidebar.html
msgid "View our help section for answers to commonly asked questions."
-msgstr ""
+msgstr "VIEW R HALP SEKSHUN 4 ANSWERZ 2 COMMONLEH ASKD QUESHUNS."
#: lms/templates/login.html
msgid "Log into your {platform_name} Account"
-msgstr ""
+msgstr "LOG IN2 UR {platform_name} AKOWNT"
#: lms/templates/login.html
msgid "Log into My {platform_name} Account"
-msgstr ""
+msgstr "LOG IN2 MY {platform_name} AKOWNT"
#: lms/templates/login.html
msgid "Access My Courses"
-msgstr ""
+msgstr "ACCES MAH COURSEZ"
#: lms/templates/login.html lms/templates/register.html
msgid "Processing your account information…"
@@ -4629,7 +4688,7 @@ msgstr ""
#: lms/templates/login.html
msgid "We're Sorry, {platform_name} accounts are unavailable currently"
-msgstr ""
+msgstr "WE R SRY BUT {platform_name} AKOWNTZ R NOT AVAILBLE CURRENTLEH"
#: lms/templates/login.html
msgid "The following errors occurred while logging you in:"
@@ -4637,7 +4696,7 @@ msgstr ""
#: lms/templates/login.html
msgid "Your email or password is incorrect"
-msgstr ""
+msgstr "UR EMAIL OR PASWORD NO IZ CORREKT"
#: lms/templates/login.html
msgid ""
@@ -4645,19 +4704,22 @@ msgid ""
"account. Required fields are noted by bold text "
"and an asterisk (*)."
msgstr ""
+"PLZ PROVIDE TEH FOLLOWIN INFORMASHUN 2 LOG IN2 UR {platform_name} AKOWNT. "
+"REQUIRD FEELDZ R NOTD BI BOLD TXT AN ASTRISK "
+"(*)."
#: lms/templates/login.html lms/templates/register-shib.html
#: lms/templates/register.html lms/templates/register.html
msgid "example: username@domain.com"
-msgstr ""
+msgstr "EXAMPLEH: username@domain.com"
#: lms/templates/login.html
msgid "Account Preferences"
-msgstr ""
+msgstr "AKOWNT PREFERENCEZ"
#: lms/templates/login.html
msgid "Remember me"
-msgstr ""
+msgstr "PLZ 2 B MEMBERIN ME"
#: lms/templates/lti.html
msgid "External resource"
@@ -4716,7 +4778,7 @@ msgstr ""
#: lms/templates/module-error.html
msgid "There has been an error on the {platform_name} servers"
-msgstr ""
+msgstr "DERE HAZ BEN ERROR ON TEH {platform_name} SERVERZ"
#: lms/templates/module-error.html
msgid ""
@@ -4725,77 +4787,81 @@ msgid ""
"href=\"mailto:{tech_support_email}\">{tech_support_email} to report any "
"problems or downtime."
msgstr ""
+"WE R SRY BUT DIS MODULE IZ TEMPORARILEH NO AVAILABLE. R STAF IZ WORKIN 2 FIX"
+" IT AS SOON AS POSSIBLE. PLZ EMAIL US AT {tech_support_email} 2 REPORT NE "
+"PROBELMZ OR DOWNTYME."
#: lms/templates/module-error.html
msgid "Raw data:"
-msgstr ""
+msgstr "RAW DATA:"
#: lms/templates/name_changes.html
msgid "Accepted"
-msgstr ""
+msgstr "AKCEPTD"
#: lms/templates/name_changes.html lms/templates/name_changes.html
#: lms/templates/sysadmin_dashboard_gitlogs.html
msgid "Error"
-msgstr ""
+msgstr "OH NOES!!1! WE HAZ ERRORZ!"
#: lms/templates/name_changes.html
msgid "Rejected"
-msgstr ""
+msgstr "REJEKTD"
#: lms/templates/name_changes.html
msgid "Pending name changes"
-msgstr ""
+msgstr "PENDIN NAYM CHANGEZ"
#: lms/templates/name_changes.html lms/templates/modal/accessible_confirm.html
msgid "Confirm"
-msgstr ""
+msgstr "CONFRM"
#: lms/templates/name_changes.html
msgid "[Reject]"
-msgstr ""
+msgstr "[REJEKT]"
#: lms/templates/navigation.html
msgid "Global Navigation"
-msgstr ""
+msgstr "GLOBAL NAVIGASHUN"
#: lms/templates/navigation.html
msgid "Find Courses"
-msgstr ""
+msgstr "FIND COURSEZ"
#: lms/templates/navigation.html
msgid "Dashboard for:"
-msgstr ""
+msgstr "DASHBORD 4:"
#: lms/templates/navigation.html
msgid "More options dropdown"
-msgstr ""
+msgstr "MOAR OPSHUNS DROPDOWN"
#: lms/templates/navigation.html
msgid "Log Out"
-msgstr ""
+msgstr "LOG OUT"
#: lms/templates/navigation.html
msgid "How it Works"
-msgstr ""
+msgstr "HOW IT WORKZ"
#: lms/templates/navigation.html lms/templates/sysadmin_dashboard.html
#: lms/templates/sysadmin_dashboard_gitlogs.html
#: lms/templates/courseware/courses.html
msgid "Courses"
-msgstr ""
+msgstr "COURSEZ"
#: lms/templates/navigation.html
msgid "Schools"
-msgstr ""
+msgstr "SKOOLZ"
#: lms/templates/navigation.html lms/templates/navigation.html
msgid "Register Now"
-msgstr ""
+msgstr "REGISTER NAO"
#: lms/templates/navigation.html lms/templates/navigation.html
msgid "Log in"
-msgstr ""
+msgstr "LOG IN"
#: lms/templates/navigation.html
msgid ""
@@ -4803,42 +4869,47 @@ msgid ""
"recommend using {chrome_link_start}Chrome{chrome_link_end} or "
"{ff_link_start}Firefox{ff_link_end}."
msgstr ""
+"WARNIN!11! UR BROWSR IZ NOT FULLEH SUPPORTD!1! WE STRONGLEH"
+" REKOMEND USIN {chrome_link_start}Chrome{chrome_link_end} OR "
+"{ff_link_start}Firefox{ff_link_end}."
#: lms/templates/notes.html lms/templates/textannotation.html
#: lms/templates/videoannotation.html
msgid "You do not have any notes."
-msgstr ""
+msgstr "U DO NOT HAS NE NOTEZ,"
#: lms/templates/problem.html
msgid "Reset"
-msgstr ""
+msgstr "RESET"
#: lms/templates/problem.html
msgid "Show Answer"
-msgstr ""
+msgstr "SHOW TEH ANSER"
#: lms/templates/problem.html
msgid "Reveal Answer"
-msgstr ""
+msgstr "REVEEL TEH ANSER"
#: lms/templates/problem.html
msgid "You have used {num_used} of {num_total} submissions"
-msgstr ""
+msgstr "U HAS USD {num_used} OV {num_total} SUBMISHUNS."
#: lms/templates/provider_login.html
#: lms/templates/university_profile/edge.html
msgid "Log In"
-msgstr ""
+msgstr "LOG IN"
#: lms/templates/provider_login.html
msgid ""
"Please note that we will be sending your user name, email, and full name to "
"this third party site."
msgstr ""
+"PLZ NOWT DAT WE WILL BE SENDIN UR USR NAYM, EMAIL, AN FULL NAYM 2 DIS THIRD "
+"PARTY SIET."
#: lms/templates/provider_login.html
msgid "Return To %s"
-msgstr ""
+msgstr "RETURN 2 %s"
#: lms/templates/register-shib.html
msgid "Preferences for {platform_name}"
@@ -4860,6 +4931,8 @@ msgstr ""
msgid ""
"We're sorry, {platform_name} enrollment is not available in your region"
msgstr ""
+"WE R SRY BUT {platform_name} ENROLMNT NO IZ AVAILABLEH IN UR REGION D: SO "
+"SRY BOUT DAT"
#: lms/templates/register-shib.html lms/templates/register.html
msgid "The following errors occurred while processing your registration:"
@@ -4870,32 +4943,34 @@ msgid ""
"Required fields are noted by bold text and an "
"asterisk (*)."
msgstr ""
+"REQUIRD FIELDZ R NOTD BI BOLD TXT AN ASTERISK "
+"(*)."
#: lms/templates/register-shib.html lms/templates/signup_modal.html
msgid "Enter a public username:"
-msgstr ""
+msgstr "ENTR A PUBLIK USRNAYM:"
#: lms/templates/register-shib.html lms/templates/register.html
#: lms/templates/register.html
msgid "example: JaneDoe"
-msgstr ""
+msgstr "EXAMPLEH: JaneDoe"
#: lms/templates/register-shib.html lms/templates/register.html
#: lms/templates/register.html
msgid "Will be shown in any discussions or forums you participate in"
-msgstr ""
+msgstr "WILL B SHONE N NE DISKUSHUNS OR FORUMZ U PARTICIPAET IN"
#: lms/templates/register-shib.html lms/templates/register.html
msgid "Account Acknowledgements"
-msgstr ""
+msgstr "Account Acknowledgements"
#: lms/templates/register-shib.html lms/templates/register.html
msgid "I agree to the {link_start}Terms of Service{link_end}"
-msgstr ""
+msgstr "IZ AGRE 2 TEH {link_start}TERMZ OV SERVICE{link_end}"
#: lms/templates/register-shib.html lms/templates/register.html
msgid "I agree to the {link_start}Honor Code{link_end}"
-msgstr ""
+msgstr "IZ AGRE 2 TEH {link_start}HONOR CODE{link_end}"
#: lms/templates/register-shib.html
msgid "Update My Account"
@@ -4903,19 +4978,19 @@ msgstr ""
#: lms/templates/register-sidebar.html
msgid "Registration Help"
-msgstr ""
+msgstr "REGISTRASHUN HALP"
#: lms/templates/register-sidebar.html
msgid "Already registered?"
-msgstr ""
+msgstr "HAS U REGISTR ALREADEH?"
#: lms/templates/register-sidebar.html
msgid "Click here to log in."
-msgstr ""
+msgstr "CLIK HERE 2 LOG IN."
#: lms/templates/register-sidebar.html
msgid "Welcome to {platform_name}"
-msgstr ""
+msgstr "WELCOM 2 {platform_name}!!1!1"
#: lms/templates/register-sidebar.html
msgid ""
@@ -4923,10 +4998,13 @@ msgid ""
"future free courses. Not ready to take a course just yet? Registering puts "
"you on our mailing list - we will update you as courses are added."
msgstr ""
+"REGISTERIN WIF {platform_name} GIVEZ U ACCES 2 ALL OV R CURRENT AN FUCHUR "
+"FREE COURSEZ. NOT READY 2 TAEK COURSE JUS YET? REGISTERIN PUTS U ON R MAILIN"
+" LIST - WE WILL UPDATE U AS COURSEZ R ADDD."
#: lms/templates/register-sidebar.html
msgid "Next Steps"
-msgstr ""
+msgstr "NXT STEPS"
#: lms/templates/register-sidebar.html
msgid ""
@@ -4935,6 +5013,10 @@ msgid ""
"mark emails from class.stanford.edu as 'not spam', since you'll want to be "
"able to receive email from your courses."
msgstr ""
+"U WILL RECEIV AN ACTIVASHUN EMAIL. U MUST CLICK ON TEH ACTIVASHUN LINK 2 "
+"COMPLETE TEH PROCES. DOAN C TEH EMAIL? CHECK UR SPAM FOLDR AN MARK EMAILS "
+"FRUM class.stanford.edu AS \"NOT SPAM\", SINCE ULL WANTS 2 BE ABLE 2 RECEIV "
+"EMAIL FRUM UR COURSEZ."
#: lms/templates/register-sidebar.html
msgid ""
@@ -4943,24 +5025,30 @@ msgid ""
"the email? Check your spam folder and mark {platform_name} emails as 'not "
"spam'. At {platform_name}, we communicate mostly through email."
msgstr ""
+"AS PART OV JOININ {platform_name}, U WILL RECEIV AN ACTIVASHUN EMAIL. U MUST"
+" CLICK ON TEH ACTIVASHUN LINK 2 COMPLETE TEH PROCES. DOAN C TEH EMAIL? CHECK"
+" UR SPAM FOLDR AN MARK {platform_name} EMAILS AS NOT SPAM. AT "
+"{platform_name}, WE SPEEK MOSTLEH THRU EMAIL."
#: lms/templates/register-sidebar.html
msgid "Need help in registering with {platform_name}?"
-msgstr ""
+msgstr "HAI DOES U NEED HALP N REGISTERIN WIF {platform_name}??"
#: lms/templates/register-sidebar.html
msgid "View our FAQs for answers to commonly asked questions."
-msgstr ""
+msgstr "PLZ VIEW R FAQS 4 ANSERS 2 COMMONLEH ASKD QUESHUNS."
#: lms/templates/register-sidebar.html
msgid ""
"Once registered, most questions can be answered in the course specific "
"discussion forums or through the FAQs."
msgstr ""
+"ONCE REGISTERD, MOST QUESHUNS CAN BE ANZWERD IN TEH COURSE SPECIFIC "
+"DISCUSHUN FORUMS OR THRU TEH FAQS."
#: lms/templates/register.html
msgid "Register for {platform_name}"
-msgstr ""
+msgstr "REGISTR 4 {platform_name}"
#: lms/templates/register.html
msgid "Create My {platform_name} Account"
@@ -4976,7 +5064,7 @@ msgstr ""
#: lms/templates/register.html
msgid "Please complete the following fields to register for an account. "
-msgstr ""
+msgstr "CUD U PLZ COMPLEET TEH FOLLOWIN FIELDZ 2 REGISTR 4 AN AKOWNT?"
#: lms/templates/register.html lms/templates/register.html
msgid "cannot be changed later"
@@ -4984,7 +5072,7 @@ msgstr ""
#: lms/templates/register.html lms/templates/verify_student/face_upload.html
msgid "example: Jane Doe"
-msgstr ""
+msgstr "EXAMPLEH: Jane Doe"
#: lms/templates/register.html lms/templates/register.html
msgid "Needed for any certificates you may earn"
@@ -4992,7 +5080,7 @@ msgstr ""
#: lms/templates/register.html
msgid "Welcome {username}"
-msgstr ""
+msgstr "WELKOM {username}!1!!"
#: lms/templates/register.html
msgid "Enter a Public Display Name:"
@@ -5020,24 +5108,24 @@ msgstr ""
#: lms/templates/register.html
msgid "Highest Level of Education Completed"
-msgstr ""
+msgstr "HIEST LEVL OV EDUMACASHUN COMPLEETD"
#: lms/templates/register.html
#: lms/templates/instructor/instructor_dashboard_2/analytics.html
msgid "Year of Birth"
-msgstr ""
+msgstr "YER OV BIRF"
#: lms/templates/register.html
msgid "Please share with us your reasons for registering with {platform_name}"
-msgstr ""
+msgstr "PLZ, CUD U SHARE WIF US UR REASONZ 4 REGISTRIN WIF {platform_name}"
#: lms/templates/register.html lms/templates/university_profile/edge.html
msgid "Register"
-msgstr ""
+msgstr "REGISTR"
#: lms/templates/register.html lms/templates/signup_modal.html
msgid "Create My Account"
-msgstr ""
+msgstr "CREATE MAH AKOWNT"
#: lms/templates/resubscribe.html
msgid "Re-subscribe Successful!"
@@ -5052,84 +5140,84 @@ msgstr ""
#: lms/templates/seq_module.html lms/templates/seq_module.html
#: lms/templates/discussion/mustache/_pagination.mustache
msgid "Previous"
-msgstr ""
+msgstr "PREVIOUS"
#: lms/templates/seq_module.html lms/templates/seq_module.html
msgid "Section Navigation"
-msgstr ""
+msgstr "SEKSHUN NAVIGASHUN"
#: lms/templates/seq_module.html lms/templates/seq_module.html
#: lms/templates/discussion/mustache/_pagination.mustache
msgid "Next"
-msgstr ""
+msgstr "NXT"
#: lms/templates/signup_modal.html
msgid "Sign Up for {span_start}{platform_name}{span_end}"
-msgstr ""
+msgstr "SIGN UP 4 {span_start}{platform_name}{span_end}"
#: lms/templates/signup_modal.html lms/templates/signup_modal.html
msgid "E-mail *"
-msgstr ""
+msgstr "EMAIL *"
#: lms/templates/signup_modal.html lms/templates/signup_modal.html
msgid "e.g. yourname@domain.com"
-msgstr ""
+msgstr "e.g. yourname@domain.com"
#: lms/templates/signup_modal.html
msgid "Password *"
-msgstr ""
+msgstr "PASWORD *"
#: lms/templates/signup_modal.html lms/templates/signup_modal.html
msgid "Public Username *"
-msgstr ""
+msgstr "PUBLIK USRNAYM"
#: lms/templates/signup_modal.html lms/templates/signup_modal.html
msgid "e.g. yourname (shown on forums)"
-msgstr ""
+msgstr "e.g. yourname (SHOWN ON FORUMZ)"
#: lms/templates/signup_modal.html lms/templates/signup_modal.html
msgid "Full Name *"
-msgstr ""
+msgstr "FULL NAYM *"
#: lms/templates/signup_modal.html lms/templates/signup_modal.html
msgid "e.g. Your Name (for certificates)"
-msgstr ""
+msgstr "e.g. Your Name (4 CERTIFIKATZ)"
#: lms/templates/signup_modal.html
msgid "Welcome {name}"
-msgstr ""
+msgstr "WELCOM {name}"
#: lms/templates/signup_modal.html
msgid "Ed. Completed"
-msgstr ""
+msgstr "ED. COMPLEETD"
#: lms/templates/signup_modal.html
msgid "Year of birth"
-msgstr ""
+msgstr "YEER OV BIRF"
#: lms/templates/signup_modal.html
msgid "Mailing address"
-msgstr ""
+msgstr "MAILIN ADRES"
#: lms/templates/signup_modal.html
msgid "Goals in signing up for {platform_name}"
-msgstr ""
+msgstr "GOALZ N SIGNIN UP 4 {platform_name}"
#: lms/templates/signup_modal.html
msgid "I agree to the {link_start}Terms of Service{link_end}*"
-msgstr ""
+msgstr "IZ AGREE 2 TEH {link_start}TERMZ OV SERVICE{link_end}*"
#: lms/templates/signup_modal.html
msgid "I agree to the {link_start}Honor Code{link_end}*"
-msgstr ""
+msgstr "IZ AGREE 2 TEH {link_start}HONOR CODE{link_end}*"
#: lms/templates/signup_modal.html
msgid "Already have an account?"
-msgstr ""
+msgstr "DOES U ALREADEH HAS AKOWNT??"
#: lms/templates/signup_modal.html
msgid "Login."
-msgstr ""
+msgstr "LOGIN."
#. Translators: The 'Group' here refers to the group of users that has been
#. sorted into group_id
@@ -5139,113 +5227,113 @@ msgstr ""
#: lms/templates/staff_problem_info.html
msgid "Staff Debug Info"
-msgstr ""
+msgstr "STAFF DEBUG INFO"
#: lms/templates/staff_problem_info.html
msgid "Submission history"
-msgstr ""
+msgstr "SUBMISHUN HISTOREH"
#: lms/templates/staff_problem_info.html
msgid "{platform_name} Content Quality Assessment"
-msgstr ""
+msgstr "{platform_name} CONTENT QUALITEH ASESMENT"
#: lms/templates/staff_problem_info.html
msgid "Comment"
-msgstr ""
+msgstr "COMMENT"
#: lms/templates/staff_problem_info.html
msgid "comment"
-msgstr ""
+msgstr "COMMENT"
#: lms/templates/staff_problem_info.html
msgid "Tag"
-msgstr ""
+msgstr "TAGE"
#: lms/templates/staff_problem_info.html
msgid "Optional tag (eg \"done\" or \"broken\"): "
-msgstr ""
+msgstr "OPSHUNAL TAG (4 EXAMPEL \"done\" OR \"broken\"): "
#: lms/templates/staff_problem_info.html
msgid "tag"
-msgstr ""
+msgstr "TAG"
#: lms/templates/staff_problem_info.html
msgid "Add comment"
-msgstr ""
+msgstr "AD COMMENT"
#: lms/templates/staff_problem_info.html
msgid "Staff Debug"
-msgstr ""
+msgstr "STAFF DEBUG"
#: lms/templates/staff_problem_info.html lms/templates/staff_problem_info.html
msgid "Module Fields"
-msgstr ""
+msgstr "MODULE FIELDZ"
#: lms/templates/staff_problem_info.html
msgid "XML attributes"
-msgstr ""
+msgstr "XML ATTRIBUTEZ"
#: lms/templates/staff_problem_info.html
msgid "Submission History Viewer"
-msgstr ""
+msgstr "SUBMISHUN HISTOREH VIEWR"
#: lms/templates/staff_problem_info.html
msgid "User:"
-msgstr ""
+msgstr "USR:"
#: lms/templates/staff_problem_info.html
msgid "View History"
-msgstr ""
+msgstr "VIEW HISTOREH:"
#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html
#: lms/templates/staticbook.html
msgid "{course_number} Textbook"
-msgstr ""
+msgstr "{course_number} TEXTBOOK"
#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html
#: lms/templates/staticbook.html
msgid "Textbook Navigation"
-msgstr ""
+msgstr "TXTBOOK NAVIGASHUN"
#: lms/templates/static_pdfbook.html
msgid "Page:"
-msgstr ""
+msgstr "PAEG:"
#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html
msgid "Zoom Out"
-msgstr ""
+msgstr "ZOOM OUT:"
#: lms/templates/static_pdfbook.html lms/templates/static_pdfbook.html
msgid "Zoom In"
-msgstr ""
+msgstr "ZOOM IN"
#: lms/templates/static_pdfbook.html
msgid "Zoom"
-msgstr ""
+msgstr "ZOOM"
#: lms/templates/static_pdfbook.html
msgid "Automatic Zoom"
-msgstr ""
+msgstr "AUTOMAGIK ZOOM"
#: lms/templates/static_pdfbook.html
msgid "Actual Size"
-msgstr ""
+msgstr "AKTUL SIZE"
#: lms/templates/static_pdfbook.html
msgid "Fit Page"
-msgstr ""
+msgstr "FIT PAEG"
#: lms/templates/static_pdfbook.html
msgid "Full Width"
-msgstr ""
+msgstr "FULL WIDF"
#: lms/templates/static_pdfbook.html lms/templates/staticbook.html
msgid "Previous page"
-msgstr ""
+msgstr "PREVIOUS PAEG"
#: lms/templates/static_pdfbook.html lms/templates/staticbook.html
msgid "Next page"
-msgstr ""
+msgstr "NEXT PAEG"
#: lms/templates/sysadmin_dashboard.html
#: lms/templates/sysadmin_dashboard_gitlogs.html
@@ -5352,7 +5440,7 @@ msgstr ""
#: lms/templates/sysadmin_dashboard_gitlogs.html
#: lms/templates/sysadmin_dashboard_gitlogs.html
msgid "Course ID"
-msgstr ""
+msgstr "COURSE ID"
#: lms/templates/sysadmin_dashboard_gitlogs.html
msgid "Git Action"
@@ -5372,23 +5460,23 @@ msgstr ""
#: lms/templates/tracking_log.html
msgid "Tracking Log"
-msgstr ""
+msgstr "TRAKIN LOG"
#: lms/templates/tracking_log.html
msgid "datetime"
-msgstr ""
+msgstr "DATETYME"
#: lms/templates/tracking_log.html
msgid "ipaddr"
-msgstr ""
+msgstr "IPADDR"
#: lms/templates/tracking_log.html
msgid "source"
-msgstr ""
+msgstr "SRC"
#: lms/templates/tracking_log.html
msgid "type"
-msgstr ""
+msgstr "TYPE"
#: lms/templates/unsubscribe.html
msgid "Unsubscribe Successful!"
@@ -5404,7 +5492,7 @@ msgstr ""
#: lms/templates/using.html
msgid "Using the system"
-msgstr ""
+msgstr "USIN TEH SYSTM"
#: lms/templates/using.html
msgid ""
@@ -5412,12 +5500,17 @@ msgid ""
"Clicking the subtitles is a fast way to skip forwards and backwards by small"
" amounts."
msgstr ""
+"DURIN VIDEO PLAIBAK, U SHUD USE TEH SUBTITELS AN TEH SKROL BAR 2 NAVIGAT. "
+"CLICKIN TEH SUBTITELS IS FAST WAI 2 SKIP FORWARDZ AN BAKWARDS BY SMALL "
+"AMOUNTS."
#: lms/templates/using.html
msgid ""
"If you are on a low-resolution display, the left navigation bar can be "
"hidden by clicking on the set of three left arrows next to it."
msgstr ""
+"IF U R ON A LOW-RESOLOOSHUN DISPLAEH, TEH LEFT NAVIGASHUN BAR CUD B HIDED BI"
+" CLIKIN ON TEH SET OV FWEE LEFT ARROZ NXT 2 IT."
#: lms/templates/using.html
msgid ""
@@ -5425,6 +5518,9 @@ msgid ""
"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or"
" ctrl-minus at the same time."
msgstr ""
+"IF U NEED BIGGR OR SMALLR FONTZ, U SHUD USE UR BROWSRS SETTINS 2 SKALE DEM "
+"UP OR DOWN. UNDR GOOGLE CHROME U CUD DO IT BY PRESSIN ctrl-plus OR ctrl-"
+"minus AT TEH SAME TYME."
#: lms/templates/video.html
msgid "Skip to a navigable version of this video's transcript."
@@ -5440,11 +5536,11 @@ msgstr ""
#: lms/templates/video.html
msgid "Video position"
-msgstr ""
+msgstr "VIDEO POSISHUN"
#: lms/templates/video.html
msgid "Play"
-msgstr ""
+msgstr "PULAY"
#: lms/templates/video.html
msgid "Speeds"
@@ -5452,23 +5548,23 @@ msgstr ""
#: lms/templates/video.html
msgid "Speed"
-msgstr ""
+msgstr "SPEED"
#: lms/templates/video.html
msgid "Volume"
-msgstr ""
+msgstr "VOLUM"
#: lms/templates/video.html
msgid "Fill browser"
-msgstr ""
+msgstr "FILL TEH BROWSR"
#: lms/templates/video.html
msgid "HD off"
-msgstr ""
+msgstr "HD OFF"
#: lms/templates/video.html lms/templates/video.html
msgid "Turn off captions"
-msgstr ""
+msgstr "TURN OFF CAPSHUNS"
#: lms/templates/video.html
msgid "Skip to end of transcript."
@@ -5486,7 +5582,7 @@ msgstr ""
#: lms/templates/video.html
msgid "Download video"
-msgstr ""
+msgstr "DOWNLOAD VIDEO"
#: lms/templates/video.html lms/templates/video.html
msgid "Download transcript"
@@ -5498,11 +5594,11 @@ msgstr ""
#: lms/templates/word_cloud.html
msgid "Your words:"
-msgstr ""
+msgstr "UR WORDZ:"
#: lms/templates/word_cloud.html
msgid "Total number of words:"
-msgstr ""
+msgstr "TOTAL NUMBR OV WORDZ:"
#: lms/templates/combinedopenended/combined_open_ended.html
msgid "Open Response"
@@ -5515,7 +5611,7 @@ msgstr ""
#: lms/templates/combinedopenended/combined_open_ended.html
#: lms/templates/peer_grading/peer_grading_problem.html
msgid "Hide Question"
-msgstr ""
+msgstr "HIDE TEH QUESHUN"
#: lms/templates/combinedopenended/combined_open_ended.html
msgid "New Submission"
@@ -5523,7 +5619,7 @@ msgstr ""
#: lms/templates/combinedopenended/combined_open_ended.html
msgid "Next Step"
-msgstr ""
+msgstr "NXT STEP"
#: lms/templates/combinedopenended/combined_open_ended.html
msgid ""
@@ -5533,10 +5629,15 @@ msgid ""
"automatically, and will be returned within 30 minutes if the original is "
"already graded, or when the original is graded if not."
msgstr ""
+"STAFF WARNIN: PLZ NOWT DAT IF U SUBMIT DUPLICATE OV TEXT DAT HAS ALREADY "
+"BEEN SUBMITTD 4 GRADIN, IT WILL NOT SHOW UP IN DA STAFF GRADIN VIEW. IT WILL"
+" BE GIVEN TEH SAME GRADE DAT TEH ORIGINAL RECEIVD AUTOMATICALLY, AN WILL BE "
+"RETURND WITHIN 30 MINUTEZ IF TEH ORIGINAL IZ ALREADY GRADD, OR WHEN TEH "
+"ORIGINAL IZ GRADD IF NOT."
#: lms/templates/combinedopenended/combined_open_ended_legend.html
msgid "Legend"
-msgstr ""
+msgstr "LEGEND"
#: lms/templates/combinedopenended/combined_open_ended_results.html
msgid "Submitted Rubric"
@@ -5564,7 +5665,7 @@ msgstr ""
#. graded openended problem
#: lms/templates/combinedopenended/open_ended_result_table.html
msgid "See full feedback"
-msgstr ""
+msgstr "C FULL FEEDBAK"
#. Translators: this text forms a link that, when
#. clicked, allows a user to respond to the feedback
@@ -5575,47 +5676,47 @@ msgstr ""
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "Respond to Feedback"
-msgstr ""
+msgstr "RESPOND 2 FEEDBAK"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "How accurate do you find this feedback?"
-msgstr ""
+msgstr "HOW AKURATE DO U FIND DIS FEEDBAK??"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "Correct"
-msgstr ""
+msgstr "COREKT"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "Partially Correct"
-msgstr ""
+msgstr "PARSHULEH COREKT"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "No Opinion"
-msgstr ""
+msgstr "NO OPINYON"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "Partially Incorrect"
-msgstr ""
+msgstr "PARSHULEH INCOREKT"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "Incorrect"
-msgstr ""
+msgstr "INCOREKT"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "Additional comments:"
-msgstr ""
+msgstr "ADDISHUNEL COMMENTZ:"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "Submit Feedback"
-msgstr ""
+msgstr "SUBMIT FEEDBAK"
#. Translators: "Response" labels an area that contains the user's
#. Response to an openended problem. It is a noun.
@@ -5625,15 +5726,15 @@ msgstr ""
#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html
#: lms/templates/open_ended_problems/open_ended_flagged_problems.html
msgid "Response"
-msgstr ""
+msgstr "RESPONSE"
#: lms/templates/combinedopenended/openended/open_ended.html
msgid "Unanswered"
-msgstr ""
+msgstr "UNANSWERD"
#: lms/templates/combinedopenended/openended/open_ended.html
msgid "Skip Post-Assessment"
-msgstr ""
+msgstr "SKIP POST-ASSESSMENT"
#: lms/templates/combinedopenended/openended/open_ended_combined_rubric.html
msgid "{num} point: {explanatory_text}"
@@ -5643,11 +5744,11 @@ msgstr[1] ""
#: lms/templates/combinedopenended/openended/open_ended_error.html
msgid "There was an error with your submission. Please contact course staff."
-msgstr ""
+msgstr "THAR WUZ AN ERROR WIF UR SUBMISHUN. PLZ CONTACT COURSE STAFF."
#: lms/templates/combinedopenended/openended/open_ended_rubric.html
msgid "Rubric"
-msgstr ""
+msgstr "RUBRIC"
#: lms/templates/combinedopenended/openended/open_ended_rubric.html
msgid ""
@@ -5663,35 +5764,35 @@ msgstr[1] ""
#: lms/templates/combinedopenended/selfassessment/self_assessment_hint.html
msgid "Please enter a hint below:"
-msgstr ""
+msgstr "PLZ 2 ENTR A HINT B-LOW:"
#: lms/templates/course_groups/cohort_management.html
msgid "Cohort groups"
-msgstr ""
+msgstr "COHORT GROUPZ"
#: lms/templates/course_groups/cohort_management.html
msgid "Show cohorts"
-msgstr ""
+msgstr "SHOW COHORTZ"
#: lms/templates/course_groups/cohort_management.html
msgid "Cohorts in the course"
-msgstr ""
+msgstr "COHORTZ IN TEH COURSE"
#: lms/templates/course_groups/cohort_management.html
msgid "Add cohort"
-msgstr ""
+msgstr "ADD COHORT"
#: lms/templates/course_groups/cohort_management.html
msgid "Add users by username or email. One per line or comma-separated."
-msgstr ""
+msgstr "ADD USRS BI USRNAYM OR EMAIL. 1 PER LINE OR COMMA-SEPARATD."
#: lms/templates/course_groups/cohort_management.html
msgid "Add cohort members"
-msgstr ""
+msgstr "ADD COHORT MEMBRZ"
#: lms/templates/courseware/accordion.html
msgid "{chapter}, current chapter"
-msgstr ""
+msgstr "{chapter}, CURENT CHAPTR"
#: lms/templates/courseware/accordion.html
#: lms/templates/courseware/progress.html
@@ -5708,7 +5809,7 @@ msgstr ""
#: lms/templates/courseware/course_about.html
msgid "About {course.display_number_with_default}"
-msgstr ""
+msgstr "BOUT {course.display_number_with_default}"
#: lms/templates/courseware/course_about.html
msgid "You are registered for this course"
@@ -5716,7 +5817,7 @@ msgstr ""
#: lms/templates/courseware/course_about.html
msgid "View Courseware"
-msgstr ""
+msgstr "VIEW COURSEWARE"
#: lms/templates/courseware/course_about.html
msgid "This course is in your cart."
@@ -5729,35 +5830,53 @@ msgstr ""
#: lms/templates/courseware/course_about.html
msgid "Register for {course.display_number_with_default}"
+msgstr "REGISTR 4 {course.display_number_with_default}"
+
+#: lms/templates/courseware/course_about.html
+msgid "View About Page in studio"
msgstr ""
#: lms/templates/courseware/course_about.html
msgid "Overview"
-msgstr ""
+msgstr "OVERVIEW"
#: lms/templates/courseware/course_about.html
msgid "Share with friends and family!"
+msgstr "SHAR WIF FWEENDS AN FAMLEH!1!!"
+
+#. Translators: This text will be automatically posted to the student's
+#. Twitter account. {url} should appear at the end of the text.
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {account}: {url}"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "Take a course with {platform} online"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {platform} {url}"
msgstr ""
#: lms/templates/courseware/course_about.html
msgid "Classes Start"
-msgstr ""
+msgstr "CLASSEZ START"
#: lms/templates/courseware/course_about.html
msgid "Classes End"
-msgstr ""
+msgstr "CLASSEZ END"
#: lms/templates/courseware/course_about.html
msgid "Estimated Effort"
-msgstr ""
+msgstr "ESTAMATD EFFORT"
#: lms/templates/courseware/course_about.html
msgid "Prerequisites"
-msgstr ""
+msgstr "PREREQUISITZ"
#: lms/templates/courseware/course_about.html
msgid "Additional Resources"
-msgstr ""
+msgstr "ADDISHUNEL RESOURSAYZ"
#. Translators: 'needs attention' is an alternative string for the
#. notification image that indicates the tab "needs attention".
@@ -5768,7 +5887,7 @@ msgstr ""
#: lms/templates/courseware/course_navigation.html
#: lms/templates/courseware/course_navigation.html
msgid "Staff view"
-msgstr ""
+msgstr "STAFF VIEW"
#: lms/templates/courseware/course_navigation.html
msgid "Student view"
@@ -5776,16 +5895,18 @@ msgstr ""
#: lms/templates/courseware/courses.html
msgid "Explore free courses from leading universities."
-msgstr ""
+msgstr "XPLOR FWEE COURSEZ FWOM LEADIN UNIVERCITEEZ"
#: lms/templates/courseware/courses.html
msgid "Explore free courses from {university_name}."
-msgstr ""
+msgstr "XPLOR FWEE COURSEZ FWOM {university_name}."
#: lms/templates/courseware/courseware-error.html
msgid ""
"There has been an error on the {span_start}{platform_name}{span_end} servers"
msgstr ""
+"O NOES!11! DER HAS BEN ERROR ON TEH {span_start}{platform_name}{span_end} "
+"SERVAHS"
#: lms/templates/courseware/courseware-error.html
msgid ""
@@ -5794,22 +5915,26 @@ msgid ""
"href=\"mailto:{tech_support_email}\">{tech_support_email}' to report any"
" problems or downtime."
msgstr ""
+"WE R SUPR SRY!1!! DIS MODULE IZ TEMPORARRELEH UNAVALBLEH. R STAFF IZ WORKIN "
+"2 FIX IT AS SOON AS POSSIBLEH. U CUD PLZ EMAIL US AT '{tech_support_email}' 2 REPORT NE "
+"PROBLEMZ OR DOWNTYME."
#: lms/templates/courseware/courseware.html
msgid "{course_number} Courseware"
-msgstr ""
+msgstr "{course_number} COURSEWARE"
#: lms/templates/courseware/courseware.html
msgid "Return to Exam"
-msgstr ""
+msgstr "RETURN 2 EXAM"
#: lms/templates/courseware/courseware.html
msgid "Course Navigation"
-msgstr ""
+msgstr "COURSE NAVIGASHUN"
#: lms/templates/courseware/courseware.html
msgid "Open Calculator"
-msgstr ""
+msgstr "OPEN CALCULATOW"
#: lms/templates/courseware/courseware.html
msgid "Calculator Input Field"
@@ -5823,7 +5948,7 @@ msgstr ""
#: lms/templates/courseware/courseware.html
msgid "Hints"
-msgstr ""
+msgstr "HINTZ"
#: lms/templates/courseware/courseware.html
msgid "Integers"
@@ -5859,7 +5984,7 @@ msgstr ""
#: lms/templates/courseware/courseware.html
msgid "Constants"
-msgstr ""
+msgstr "CONSTANTZ"
#: lms/templates/courseware/courseware.html
msgid "Euler's number"
@@ -5903,16 +6028,16 @@ msgstr ""
#: lms/templates/courseware/grade_summary.html
#: lms/templates/courseware/instructor_dashboard.html
msgid "Grade summary"
-msgstr ""
+msgstr "GRAED SUMMAREH"
#: lms/templates/courseware/grade_summary.html
msgid "Not implemented yet"
-msgstr ""
+msgstr "NOT IMPLEMENTD YET"
#: lms/templates/courseware/gradebook.html
#: lms/templates/courseware/instructor_dashboard.html
msgid "Gradebook"
-msgstr ""
+msgstr "GRAEDBOOK"
#: lms/templates/courseware/gradebook.html
msgid "Search students"
@@ -5922,53 +6047,57 @@ msgstr ""
msgid "{course_number} Course Info"
msgstr ""
+#: lms/templates/courseware/info.html
+msgid "View Updates in Studio"
+msgstr ""
+
#: lms/templates/courseware/info.html lms/templates/courseware/info.html
msgid "Course Updates & News"
-msgstr ""
+msgstr "COURSE UPDATEZ & NEWS"
#: lms/templates/courseware/info.html
msgid "Handout Navigation"
-msgstr ""
+msgstr "HANDOWT NAVIGASHUN"
#: lms/templates/courseware/info.html
msgid "Course Handouts"
-msgstr ""
+msgstr "COURSE HANDOUTZ"
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
msgid "Instructor Dashboard"
+msgstr "INSTRUKTOR DASHBORD"
+
+#: lms/templates/courseware/instructor_dashboard.html
+#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+msgid "View Course in Studio"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
msgid "Try New Beta Dashboard"
msgstr ""
-#: lms/templates/courseware/instructor_dashboard.html
-#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
-msgid "Edit Course In Studio"
-msgstr ""
-
#: lms/templates/courseware/instructor_dashboard.html
msgid "Psychometrics"
-msgstr ""
+msgstr "PSYKOMETRIKS"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Forum Admin"
-msgstr ""
+msgstr "FORUM ADMIN"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Enrollment"
-msgstr ""
+msgstr "ENROLMENT"
#: lms/templates/courseware/instructor_dashboard.html
msgid "DataDump"
-msgstr ""
+msgstr "DATADUMP"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Manage Groups"
-msgstr ""
+msgstr "MANAGE GROUPZ"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Metrics"
@@ -5989,27 +6118,29 @@ msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
msgid "Export grades to remote gradebook"
-msgstr ""
+msgstr "XPORT GRAED 2 REMOT GRAEDBOOK"
#: lms/templates/courseware/instructor_dashboard.html
msgid ""
"The assignments defined for this course should match the ones stored in the "
"gradebook, for this to work properly!"
msgstr ""
+"TEH ASSIGNMENTZ DEFIND 4 DIS COURSE SHUD MATCH TEH 1S STORD IN TEH GRAEDBOOK"
+" 4 DIS 2 WERK PROPERLEH!!11"
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/courseware/instructor_dashboard.html
msgid "Gradebook name:"
-msgstr ""
+msgstr "GRAEDBOOK NAYM:"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Assignment name:"
-msgstr ""
+msgstr "ASSIGNMENT NAYM:"
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/instructor/instructor_dashboard_2/student_admin.html
msgid "Course-specific grade adjustment"
-msgstr ""
+msgstr "COURSE-SPESIFIK GRAED UDJUSTMENT"
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/courseware/instructor_dashboard.html
@@ -6028,11 +6159,17 @@ msgid ""
"i4x://university/course/notaproblem/someothername, then provide "
"notaproblem/someothername.)"
msgstr ""
+"U SHUD US DE \"urlname\" IF PROBLM, OR \"modulename/urlname\" IF NOT (4 "
+"XAMPEL IF TEH LOCASHUN IZ "
+"i4x://university/course/problem/problemname, DEN JUST PROVIDE TEH "
+"problemname. IF TEH LOCASHUN IZ "
+"i4x://university/course/notaproblem/someothername, DEN PROVID "
+"notaproblem/someothername.)"
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/courseware/instructor_dashboard.html
msgid "Then select an action:"
-msgstr ""
+msgstr "DEN SELEK AKSHUN:"
#: lms/templates/courseware/instructor_dashboard.html
msgid ""
@@ -6286,7 +6423,7 @@ msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/instructor/instructor_dashboard_2/metrics.html
msgid "Loading..."
-msgstr ""
+msgstr "LOADIN... PLZ WAIT THX"
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/instructor/instructor_dashboard_2/metrics.html
@@ -6351,60 +6488,64 @@ msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/courseware/instructor_dashboard.html
msgid "unknown"
-msgstr ""
+msgstr "UNNOWN"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Course errors"
-msgstr ""
+msgstr "COURS ERRORZ"
#: lms/templates/courseware/mktg_coming_soon.html
msgid "About {course_id}"
-msgstr ""
+msgstr "BOUT {course_id}"
#: lms/templates/courseware/mktg_coming_soon.html
msgid "Coming Soon"
-msgstr ""
+msgstr "COMIN SOON"
#: lms/templates/courseware/mktg_course_about.html
msgid "About {course_number}"
-msgstr ""
+msgstr "BOUT {course_number}"
#: lms/templates/courseware/mktg_course_about.html
msgid "Access Courseware"
-msgstr ""
+msgstr "ACCES COURSEWARE"
#: lms/templates/courseware/mktg_course_about.html
msgid "You Are Registered"
-msgstr ""
+msgstr "U R REGISTRD"
#: lms/templates/courseware/mktg_course_about.html
msgid "Register for"
-msgstr ""
+msgstr "REGISTR 4"
#: lms/templates/courseware/mktg_course_about.html
msgid "Registration Is Closed"
-msgstr ""
+msgstr "REGSTRASHUN IZ CLOSD"
#: lms/templates/courseware/news.html
msgid "News - MITx 6.002x"
-msgstr ""
+msgstr "NEWS - MITX 6.002x"
#: lms/templates/courseware/news.html
msgid "Updates to Discussion Posts You Follow"
-msgstr ""
+msgstr "UPD8Z 2 DISKUSHUN POSTZ U FOLOW"
#: lms/templates/courseware/progress.html
msgid "{course_number} Progress"
-msgstr ""
+msgstr "{course_number} PROGRES"
#: lms/templates/courseware/progress.html
msgid "Course Progress"
msgstr ""
#: lms/templates/courseware/progress.html
-msgid "Course Progress for Student '{username}' ({email})"
+msgid "View Grading in studio"
msgstr ""
+#: lms/templates/courseware/progress.html
+msgid "Course Progress for Student '{username}' ({email})"
+msgstr "COURSE PROGRES 4 STUDENT '{username}' ({email})"
+
#: lms/templates/courseware/progress.html
msgid "{earned:.3n} of {total:.3n} possible points"
msgstr ""
@@ -6419,31 +6560,35 @@ msgstr ""
#: lms/templates/courseware/progress.html
msgid "No problem scores in this section"
-msgstr ""
+msgstr "NO PROBLEM SKORS IN DIS SEKSHUN"
#: lms/templates/courseware/syllabus.html
msgid "{course.display_number_with_default} Course Info"
-msgstr ""
+msgstr "{course.display_number_with_default} COURSE INFO"
#: lms/templates/courseware/welcome-back.html
msgid ""
"You were most recently in {section_link}. If you're done with that, choose "
"another section on the left."
msgstr ""
+"U WAS MOST RECENTLEH IN {section_link}. IF U IZ DON WIF DAT, CHUS ANOFR "
+"SEKSHUN ON DEH LEFT."
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid ""
"Final course details are being wrapped up at this time. Your final standing "
"will be available shortly."
msgstr ""
+"FINAL COURSE DETAILS R BEAN WRAPPD UP AT DIS TIEM. UR FINAL STANDIN WILL BE "
+"AVAILABLE SHORTLEH."
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "Your final grade:"
-msgstr ""
+msgstr "UR FINAL GRAED:"
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "Grade required for a {cert_name_short}:"
-msgstr ""
+msgstr "GRADE REQUIRD 4 {cert_name_short}:"
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid ""
@@ -6471,7 +6616,7 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_certificate_information.html
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "This link will open/download a PDF document"
-msgstr ""
+msgstr "DIS LINK WILL OPEN/DOWNLOAD PDF DOKUMENT"
#: lms/templates/dashboard/_dashboard_certificate_information.html
#: lms/templates/dashboard/_dashboard_certificate_information.html
@@ -6497,12 +6642,12 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "Complete our course feedback survey"
-msgstr ""
+msgstr "COMPLETE R COURSE FEEDBACK SURVEY"
#: lms/templates/dashboard/_dashboard_course_listing.html
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "{course_number} {course_name} Cover Image"
-msgstr ""
+msgstr "{course_number} {course_name} COVR IMAGE"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Enrolled as: "
@@ -6518,11 +6663,11 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course Completed - {end_date}"
-msgstr ""
+msgstr "COURSE COMPLETD - {end_date}"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course Started - {start_date}"
-msgstr ""
+msgstr "COURSE STARTD - {start_date}"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course has not yet started"
@@ -6530,7 +6675,7 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course Starts - {start_date}"
-msgstr ""
+msgstr "COURSE STARTZ - {start_date}"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Document your accomplishment!"
@@ -6538,11 +6683,11 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Challenge Yourself!"
-msgstr ""
+msgstr "CHALLENGE YOURSELF!"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Take this course as an ID-verified student."
-msgstr ""
+msgstr "TAEK DIS COURSE AS AN ID-VERIFID STUDENT."
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid ""
@@ -6558,16 +6703,16 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "View Archived Course"
-msgstr ""
+msgstr "VIEW ARCHIVD COURSE"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "View Course"
-msgstr ""
+msgstr "VIEW COURSE"
#. Translators: The course's name will be added to the end of this sentence.
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Are you sure you want to unregister from"
-msgstr ""
+msgstr "R U SURE U WANTS 2 UNREGISTR FRUM"
#. Translators: The course's name will be added to the end of this sentence.
#: lms/templates/dashboard/_dashboard_course_listing.html
@@ -6576,10 +6721,11 @@ msgid ""
"Are you sure you want to unregister from the verified {cert_name_long} track"
" of"
msgstr ""
+"R U SURE U WANTS 2 UNREGISTR FRUM TEH VERIFID {cert_name_long} TRACK OV"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Email Settings"
-msgstr ""
+msgstr "EMAIL SETTINGZ"
#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html
#: lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html
@@ -6674,26 +6820,28 @@ msgstr ""
#: lms/templates/debug/run_python_form.html
msgid "Results:"
-msgstr ""
+msgstr "RESULTZ:"
#: lms/templates/discussion/_blank_slate.html
msgid ""
"Sorry! We can't find anything matching your search. Please try another "
"search."
msgstr ""
+"SRYYY D: BUT WE CUD NO FIND NEFING MATCHIN UR SEARCH, PLZ, CUD U TRI ANOFR "
+"SEARCH??"
#: lms/templates/discussion/_blank_slate.html
msgid "There are no posts here yet. Be the first one to post!"
-msgstr ""
+msgstr "DER R NO POSTZ HERE YET. B TEH FURST 1 2 POST!1!"
#: lms/templates/discussion/_discussion_course_navigation.html
#: lms/templates/discussion/_discussion_module.html
msgid "New Post"
-msgstr ""
+msgstr "NEW POST"
#: lms/templates/discussion/_discussion_module.html
msgid "Show Discussion"
-msgstr ""
+msgstr "SHOW DISCUSHUN"
#: lms/templates/discussion/_filter_dropdown.html
msgid "Filter Topics"
@@ -6707,36 +6855,36 @@ msgstr ""
#: lms/templates/discussion/_new_post.html
#: lms/templates/discussion/_thread_list_template.html
msgid "Show All Discussions"
-msgstr ""
+msgstr "SHOW ALL DISKUSHUNZ"
#: lms/templates/discussion/_filter_dropdown.html
msgid "Show Flagged Discussions"
-msgstr ""
+msgstr "SHOW FLAGGD DISKUSHUNZ"
#: lms/templates/discussion/_filter_dropdown.html
msgid "Posts I'm Following"
-msgstr ""
+msgstr "POSTS I IZ FOLLOWIN"
#: lms/templates/discussion/_inline_new_post.html
#: lms/templates/discussion/_new_post.html
#: lms/templates/discussion/mustache/_inline_discussion.mustache
#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache
msgid "follow this post"
-msgstr ""
+msgstr "FOLLOW DIS POST"
#: lms/templates/discussion/_inline_new_post.html
#: lms/templates/discussion/_new_post.html
#: lms/templates/discussion/mustache/_inline_discussion.mustache
#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache
msgid "post anonymously"
-msgstr ""
+msgstr "POST ANYMOUZLEH"
#: lms/templates/discussion/_inline_new_post.html
#: lms/templates/discussion/_new_post.html
#: lms/templates/discussion/mustache/_inline_discussion.mustache
#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache
msgid "post anonymously to classmates"
-msgstr ""
+msgstr "POST ANYMOUZLEH 2 CLASSMATEZ"
#. Translators: This labels the selector for which group of students can view
#. a
@@ -6745,11 +6893,11 @@ msgstr ""
#: lms/templates/discussion/_new_post.html
#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache
msgid "Make visible to:"
-msgstr ""
+msgstr "MAK VIZBL 2:"
#: lms/templates/discussion/_inline_new_post.html
msgid "My Cohort"
-msgstr ""
+msgstr "MY COHORT"
#: lms/templates/discussion/_inline_new_post.html
#: lms/templates/discussion/_new_post.html
@@ -6777,11 +6925,11 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_discussion.mustache
#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache
msgid "Add post"
-msgstr ""
+msgstr "ADD POST"
#: lms/templates/discussion/_new_post.html
msgid "Create new post about:"
-msgstr ""
+msgstr "CRE8 NEW POST BOUT:"
#: lms/templates/discussion/_new_post.html
msgid "Filter List"
@@ -6793,15 +6941,15 @@ msgstr ""
#: lms/templates/discussion/_recent_active_posts.html
msgid "Following"
-msgstr ""
+msgstr "FOLLOWIN"
#: lms/templates/discussion/_search_bar.html
msgid "Search posts"
-msgstr ""
+msgstr "SEARCH POSTZ"
#: lms/templates/discussion/_similar_posts.html
msgid "Hide"
-msgstr ""
+msgstr "HIDE"
#: lms/templates/discussion/_thread_list_template.html
msgid "Discussion Home"
@@ -6821,31 +6969,31 @@ msgstr ""
#: lms/templates/discussion/_thread_list_template.html
msgid "Sort by:"
-msgstr ""
+msgstr "SORT BI:"
#: lms/templates/discussion/_thread_list_template.html
msgid "date"
-msgstr ""
+msgstr "D8"
#: lms/templates/discussion/_thread_list_template.html
msgid "votes"
-msgstr ""
+msgstr "VOTEZ"
#: lms/templates/discussion/_thread_list_template.html
msgid "comments"
-msgstr ""
+msgstr "COMMENTZ"
#: lms/templates/discussion/_thread_list_template.html
msgid "Show:"
-msgstr ""
+msgstr "SHOW:"
#: lms/templates/discussion/_thread_list_template.html
msgid "View All"
-msgstr ""
+msgstr "VIEW ALL"
#: lms/templates/discussion/_thread_list_template.html
msgid "View as {name}"
-msgstr ""
+msgstr "VIEW AS {name}"
#: lms/templates/discussion/_underscore_templates.html
#: lms/templates/discussion/mustache/_inline_thread.mustache
@@ -6857,13 +7005,13 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
#: lms/templates/discussion/mustache/_profile_thread.mustache
msgid "This thread is closed."
-msgstr ""
+msgstr "SRY!1! DIS FWEAD IZ CLOSD."
#: lms/templates/discussion/_underscore_templates.html
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
msgid "Post a response:"
-msgstr ""
+msgstr "POST REZPONSE:"
#: lms/templates/discussion/_underscore_templates.html
#: lms/templates/discussion/_underscore_templates.html
@@ -6871,11 +7019,11 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
#: lms/templates/discussion/mustache/_profile_thread.mustache
msgid "anonymous"
-msgstr ""
+msgstr "ANYMOUZ"
#: lms/templates/discussion/_underscore_templates.html
msgid "• This thread is closed."
-msgstr ""
+msgstr "• SRY!1!! DIS FWEAD IZ CLOSD."
#: lms/templates/discussion/_underscore_templates.html
msgid "follow"
@@ -6890,16 +7038,16 @@ msgstr ""
#: lms/templates/discussion/_underscore_templates.html
#: lms/templates/discussion/_underscore_templates.html
msgid "Report Misuse"
-msgstr ""
+msgstr "REPORT BAD USE"
#: lms/templates/discussion/_underscore_templates.html
msgid "Pin Thread"
-msgstr ""
+msgstr "PIN DIS FWEAD"
#: lms/templates/discussion/_underscore_templates.html
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
msgid "Pinned"
-msgstr ""
+msgstr "PINND"
#: lms/templates/discussion/_underscore_templates.html
msgid "(this post is about %(courseware_title_linked)s)"
@@ -6907,7 +7055,7 @@ msgstr ""
#: lms/templates/discussion/_underscore_templates.html
msgid "Editing post"
-msgstr ""
+msgstr "EDITIN POST"
#: lms/templates/discussion/_underscore_templates.html
msgid "Edit post title"
@@ -6915,7 +7063,7 @@ msgstr ""
#: lms/templates/discussion/_underscore_templates.html
msgid "Update post"
-msgstr ""
+msgstr "UPDATE POST"
#: lms/templates/discussion/_underscore_templates.html
msgid "Add a comment"
@@ -6931,11 +7079,11 @@ msgstr ""
#: lms/templates/discussion/_underscore_templates.html
msgid "Editing response"
-msgstr ""
+msgstr "EDITIN RESPONSE"
#: lms/templates/discussion/_underscore_templates.html
msgid "Update response"
-msgstr ""
+msgstr "UPD8 REZPONSE"
#: lms/templates/discussion/_underscore_templates.html
#: lms/templates/discussion/_underscore_templates.html
@@ -7024,7 +7172,7 @@ msgstr ""
#: lms/templates/discussion/_user_profile.html
msgid ", "
-msgstr ""
+msgstr ", "
#: lms/templates/discussion/_user_profile.html
msgid "%s discussion started"
@@ -7041,40 +7189,41 @@ msgstr[1] ""
#: lms/templates/discussion/index.html
#: lms/templates/discussion/user_profile.html
msgid "Discussion - {course_number}"
-msgstr ""
+msgstr "DISCUSHUN - {course_number}"
#: lms/templates/discussion/maintenance.html
msgid "We're sorry"
-msgstr ""
+msgstr "WE R SRY D: D:"
#: lms/templates/discussion/maintenance.html
msgid ""
"The forums are currently undergoing maintenance. We'll have them back up "
"shortly!"
msgstr ""
+"TEH FORUMZ R CURRENTLEH UNDERGOIN MAINTENANSE. PROMISE WE HAS DEM BAK UP "
+"SHORTLEH!1!!"
#: lms/templates/discussion/user_profile.html
msgid "User Profile"
-msgstr ""
+msgstr "USR PROFIEL"
#: lms/templates/discussion/user_profile.html
msgid "Active Threads"
-msgstr ""
+msgstr "ACTIVE FWEDZ"
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
msgid "Loading content"
+msgstr "LOADIN CONTENT"
+
+#: lms/templates/discussion/mustache/_inline_thread.mustache
+#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
+msgid "Expand discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-#: lms/templates/discussion/mustache/_profile_thread.mustache
-msgid "View discussion"
-msgstr ""
-
-#: lms/templates/discussion/mustache/_inline_thread.mustache
-#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-msgid "Hide discussion"
+msgid "Collapse discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
@@ -7084,6 +7233,10 @@ msgstr ""
#: lms/templates/discussion/mustache/_pagination.mustache
#: lms/templates/discussion/mustache/_pagination.mustache
msgid "…"
+msgstr "..."
+
+#: lms/templates/discussion/mustache/_profile_thread.mustache
+msgid "View discussion"
msgstr ""
#: lms/templates/emails/activation_email.txt
@@ -7117,7 +7270,7 @@ msgstr ""
#: lms/templates/emails/remove_beta_tester_email_message.txt
#: lms/templates/emails/unenroll_email_enrolledmessage.txt
msgid "Dear {full_name}"
-msgstr ""
+msgstr "DEAR {full_name}"
#: lms/templates/emails/add_beta_tester_email_message.txt
msgid ""
@@ -7226,7 +7379,7 @@ msgstr ""
#: lms/templates/emails/enroll_email_enrolledmessage.txt
#: lms/templates/emails/unenroll_email_enrolledmessage.txt
msgid "This email was automatically sent from {site_name} to {full_name}"
-msgstr ""
+msgstr "DIS EMAIL WUZ AUTOMATICALEH SENT FRUM {site_name} 2 {full_name}"
#: lms/templates/emails/enroll_email_enrolledsubject.txt
msgid "You have been enrolled in {course_name}"
@@ -7336,7 +7489,7 @@ msgstr ""
#: lms/templates/instructor/staff_grading.html
msgid "{course_number} Staff Grading"
-msgstr ""
+msgstr "{course_number} STAFF GRADIN"
#: lms/templates/instructor/staff_grading.html
msgid ""
@@ -7351,7 +7504,7 @@ msgstr ""
#: lms/templates/instructor/staff_grading.html
msgid "Problem List"
-msgstr ""
+msgstr "PROBELM LIST"
#: lms/templates/instructor/staff_grading.html
msgid ""
@@ -7364,16 +7517,16 @@ msgstr ""
#: lms/templates/instructor/staff_grading.html
msgid "Prompt"
-msgstr ""
+msgstr "PROMPT"
#: lms/templates/instructor/staff_grading.html
msgid "(Hide)"
-msgstr ""
+msgstr "(HIDE)"
#: lms/templates/instructor/staff_grading.html
#: lms/templates/peer_grading/peer_grading_problem.html
msgid "Student Response"
-msgstr ""
+msgstr "STUDENT RESPONZE"
#: lms/templates/instructor/staff_grading.html
#: lms/templates/peer_grading/peer_grading_problem.html
@@ -7466,7 +7619,7 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/course_info.html
msgid "Course Warnings"
-msgstr ""
+msgstr "COURSE WARNINGZ"
#: lms/templates/instructor/instructor_dashboard_2/data_download.html
msgid ""
@@ -7741,7 +7894,7 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/membership.html
msgid "Course Staff"
-msgstr ""
+msgstr "COURSE STAFF"
#: lms/templates/instructor/instructor_dashboard_2/membership.html
msgid ""
@@ -7944,7 +8097,7 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/student_admin.html
msgid "Reset ALL students' attempts"
-msgstr ""
+msgstr "RESET ALL STUDENTZ ATTEMPTS"
#: lms/templates/instructor/instructor_dashboard_2/student_admin.html
msgid "Rescore ALL students' problem submissions"
@@ -7967,11 +8120,11 @@ msgstr ""
#: lms/templates/modal/_modal-settings-language.html
msgid "Change Preferred Language"
-msgstr ""
+msgstr "CHANGE PREFERRD LANGUAGE"
#: lms/templates/modal/_modal-settings-language.html
msgid "Please choose your preferred language"
-msgstr ""
+msgstr "PLZ CHOOZ UR PREFERRD LANGUAGE"
#: lms/templates/modal/_modal-settings-language.html
msgid "Save Language Settings"
@@ -7982,6 +8135,8 @@ msgid ""
"Don't see your preferred language? {link_start}Volunteer to become a "
"translator!{link_end}"
msgstr ""
+"DOAN C UR PREFERRD LANGUAGE? {link_start}VOLUNTUR 2 BECOME "
+"TRANZLATOR!{link_end}"
#. Translators: this text gives status on if the modal interface (a menu or
#. piece of UI that takes the full focus of the screen) is open or not
@@ -8050,7 +8205,7 @@ msgstr ""
#: lms/templates/open_ended_problems/open_ended_problems.html
#: lms/templates/peer_grading/peer_grading.html
msgid "Problem Name"
-msgstr ""
+msgstr "PROBLM NAYM"
#: lms/templates/open_ended_problems/open_ended_problems.html
msgid "Grader Type"
@@ -8069,6 +8224,12 @@ msgid ""
"{end_p_tag}\n"
msgstr ""
+#: lms/templates/peer_grading/peer_grading.html
+#: lms/templates/peer_grading/peer_grading_closed.html
+#: lms/templates/peer_grading/peer_grading_problem.html
+msgid "Peer Grading"
+msgstr ""
+
#: lms/templates/peer_grading/peer_grading.html
msgid ""
"Here are a list of problems that need to be peer graded for this course."
@@ -8080,7 +8241,7 @@ msgstr ""
#: lms/templates/peer_grading/peer_grading.html
msgid "Graded"
-msgstr ""
+msgstr "GRADYD"
#: lms/templates/peer_grading/peer_grading.html
msgid "Available"
@@ -8088,7 +8249,7 @@ msgstr ""
#: lms/templates/peer_grading/peer_grading.html
msgid "Required"
-msgstr ""
+msgstr "REQUIRD"
#: lms/templates/peer_grading/peer_grading.html
msgid "No due date"
@@ -8190,29 +8351,31 @@ msgstr ""
#: lms/templates/registration/activate_account_notice.html
msgid "Thanks For Registering!"
-msgstr ""
+msgstr "HAII!1!! THX 4 REGISTRIN!1!!"
#: lms/templates/registration/activate_account_notice.html
msgid ""
"Your account is not active yet. An activation link has been sent to {email},"
" along with instructions for activating your account."
msgstr ""
+"UR AKOWNT NO IS AKTIV YET. AKTIVASHUN LINK HAZ BEN SENT 2 {email}, LONG WIF "
+"INSTRUKSHUNS 4 AKTIVATIN UR AKOWNT."
#: lms/templates/registration/activation_complete.html
msgid "Activation Complete!"
-msgstr ""
+msgstr "ACTIVASHUN COMPLETE!"
#: lms/templates/registration/activation_complete.html
msgid "Account already active!"
-msgstr ""
+msgstr "AKOWNT ALREADEH ACTIV!"
#: lms/templates/registration/activation_complete.html
msgid "You can now {link_start}log in{link_end}."
-msgstr ""
+msgstr "U CUD NOW {link_start}LOG IN{link_end}."
#: lms/templates/registration/activation_invalid.html
msgid "Activation Invalid"
-msgstr ""
+msgstr "ACTIVASHUN INVALID"
#: lms/templates/registration/activation_invalid.html
msgid ""
@@ -8220,20 +8383,25 @@ msgid ""
"e-mail programs will sometimes split it into two lines. If you still have "
"issues, e-mail us to let us know what happened at {email}."
msgstr ""
+"SOMETHIN WENT WRONG. CHECK 2 MAK SURE TEH URL U WENT 2 WUZ CORRECT -- E-MAIL"
+" PROGRAMS WILL SOMETIMEZ SPLIT IT INTO 2 LINEZ. IF U STILL HAS ISSUEZ, "
+"E-MAIL US 2 LET US KNOE WUT HAPPEND AT {email}."
#: lms/templates/registration/activation_invalid.html
msgid "Or you can go back to the {link_start}home page{link_end}."
-msgstr ""
+msgstr "OR U CAN GO BAK 2 TEH {link_start}HOEM PAEG{link_end}."
#: lms/templates/registration/password_reset_done.html
msgid "Password reset successful"
-msgstr ""
+msgstr "PASWORD RESET WUZ SUKSHESFULL"
#: lms/templates/registration/password_reset_done.html
msgid ""
"We've e-mailed you instructions for setting your password to the e-mail "
"address you submitted. You should be receiving it shortly."
msgstr ""
+"HAI WE HAS EMAILD U INSTRUKSHUNS 4 SETTIN UR PASWORD 2 TEH EMAIL ADDRES U "
+"SUBMITTD. U SHUD B RECEVIN IT SHORTLEH!!!1"
#: lms/templates/shoppingcart/download_report.html
msgid "Download CSV Data"
@@ -8441,7 +8609,7 @@ msgstr ""
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid "Go to Course"
-msgstr ""
+msgstr "GO 2 COURSE"
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid "Go to your Dashboard"
@@ -8458,6 +8626,10 @@ msgid ""
"You can now register for any of the verified certificate courses this "
"semester without having to re-verify."
msgstr ""
+"WE HAS RECEIVD UR IDENTIFICASHUN DETAILS 2 VERIFY UR IDENTITY. IF THAR IZ "
+"PROBLEM WIF ANY OV TEH ITEMS, WE WILL CONTACT U 2 RESUBMIT. U CAN NAO "
+"REGISTR 4 ANY OV TEH VERIFID CERTIFICATE COURSEZ DIS SEMESTR WITHOUT HAVIN 2"
+" RE-VERIFY."
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid ""
@@ -8497,6 +8669,8 @@ msgid ""
"{link_start}homepage{link_end} or let us know about any pages that may have "
"been moved at {email}."
msgstr ""
+"TEH PAEG U WUZ LOOKIN 4 CUD NOT B FINDED. R U PAWSITIVE U TYPED TEH URL CORRECTLY?\n"
+"GO BAK 2 TEH {link_start}HOMPAEG{link_end} OR LET US NO BOUT NE PAEGZ DAT HAS BEN MOOVD AT {email}."
#: lms/templates/static_templates/about.html
#: lms/templates/static_templates/contact.html
@@ -8545,7 +8719,7 @@ msgstr ""
#: lms/templates/static_templates/server-down.html
msgid "Currently the {platform_name} servers are down"
-msgstr ""
+msgstr "CURRENTLEH TEH {platform_name} SERVAHS R DOWN"
#: lms/templates/static_templates/server-down.html
#: lms/templates/static_templates/server-overloaded.html
@@ -8555,10 +8729,14 @@ msgid ""
"href=\"mailto:{tech_support_email}\">{tech_support_email} to report any "
"problems or downtime."
msgstr ""
+"R STAFF IZ CURRENTLEH WORKIN 2 GET TEH SITE BAK UP AS SOON AS POSSIBEL. CUD "
+"U PLZ EMAIL US AT {tech_support_email} 2 REPORT NE "
+"PROBELMS OR DOWNTYME."
#: lms/templates/static_templates/server-error.html
msgid "There has been a 500 error on the {platform_name} servers"
-msgstr ""
+msgstr "DER HAZ BEN 500 ERROR ON TEH {platform_name} SERVAHS"
#: lms/templates/static_templates/server-error.html
msgid ""
@@ -8568,7 +8746,7 @@ msgstr ""
#: lms/templates/static_templates/server-overloaded.html
msgid "Currently the {platform_name} servers are overloaded"
-msgstr ""
+msgstr "CURRENTLEH TEH {platform_name} SERVAHS R OVERLODD"
#: lms/templates/university_profile/edge.html
#: lms/templates/university_profile/edge.html
@@ -8601,6 +8779,8 @@ msgid ""
"To uphold the credibility of {platform} certificates, all name changes will "
"be logged and recorded."
msgstr ""
+"2 UPHOLD TEH CREDIBILITY OF {platform} CERTIFICATEZ, ALL NAYM CHANGEZ WILL B"
+" LOGGD AN RECORDD, THX 4 UNDERSTANDN!"
#: lms/templates/verify_student/_modal_editname.html
msgid "Change my name"
@@ -8696,7 +8876,7 @@ msgstr ""
#: lms/templates/verify_student/face_upload.html
msgid "Edit Your Full Name"
-msgstr ""
+msgstr "EDIT UR FULL NAYM"
#: lms/templates/verify_student/midcourse_photo_reverification.html
msgid "Re-Verify"
@@ -8874,7 +9054,7 @@ msgstr ""
#: lms/templates/verify_student/photo_reverification.html
#: lms/templates/verify_student/photo_verification.html
msgid "We only use it to verify your identity. It is not displayed anywhere."
-msgstr ""
+msgstr "WE ONLY USE DIS 2 VERIFI UR IDENTITI. NO IZ DISPLAYD ANYWER."
#: lms/templates/verify_student/midcourse_photo_reverification.html
#: lms/templates/verify_student/photo_reverification.html
@@ -8888,6 +9068,8 @@ msgid ""
"you originally submitted. We will also use this as the name on your "
"certificate."
msgstr ""
+"MAK SURE UR FULL NAYM ON UR EDX AKOWNT ({full_name}) MATCHEZ TEH ID U "
+"ORIGINALLY SUBMITTD. WE WILL ALSO USE DIS AS TEH NAYM ON UR CERTIFICATE."
#: lms/templates/verify_student/midcourse_photo_reverification.html
#: lms/templates/verify_student/photo_reverification.html
@@ -8939,7 +9121,7 @@ msgstr ""
#: lms/templates/verify_student/midcourse_reverification_confirmation.html
msgid "Return to where you left off"
-msgstr ""
+msgstr "RETURN 2 WER U LEFT OFF"
#: lms/templates/verify_student/midcourse_reverify_dash.html
msgid "Reverification Status"
@@ -8982,10 +9164,12 @@ msgid ""
"Don't want to re-verify right now? {a_start}Return to where you left "
"off{a_end}"
msgstr ""
+"IF U DOESNT WANT 2 RE VERIFI RITE NAO U CUD {a_start}RETURN 2 WER U LEFT "
+"OFF{a_end}"
#: lms/templates/verify_student/midcourse_reverify_dash.html
msgid "{a_start}Return to where you left off{a_end}"
-msgstr ""
+msgstr "{a_start}RETURN 2 WER U LEFT OFF{a_end}"
#: lms/templates/verify_student/midcourse_reverify_dash.html
msgid "Why do I need to re-verify?"
@@ -9012,6 +9196,9 @@ msgid ""
"your webcam. The process is quick and you will be brought back to where "
"you left off so you can keep on learning."
msgstr ""
+"CUZ U R JUS CONFIRMIN DAT U R STILL U, TEH ONLY TING U WILL NED 2 DO 2 RE-"
+"VERIFI IZ 2 SUBMIT NEW FOTO OV UR FACE WIF UR WEBCAM. TEH PROCES IZ "
+"QUIK AN U WILL BE BROT BAK 2 WER U LEFT OFF SO U CAN KEEP ON LERNIN."
#: lms/templates/verify_student/midcourse_reverify_dash.html
msgid ""
@@ -9136,6 +9323,9 @@ msgid ""
" use the highest levels of security and do not save the photo or information"
" anywhere once the match has been completed."
msgstr ""
+"WE ENCRYPT DIS AN SEND IT 2 R SEKUR AUTHORIZASHUN SERVICE 4 REVIEW. WE HAZ "
+"TEH HIGHEST LEVELS OV SEKURITI AN DO NOT SAVE TEH FOTO OR INFORMASHUN ANYWER"
+" ONCE TEH MATCH HAS BEEN COMPLETD."
#: lms/templates/verify_student/photo_reverification.html
#: lms/templates/verify_student/photo_verification.html
@@ -9219,6 +9409,8 @@ msgid ""
"Make sure your full name on your edX account ({full_name}) matches your ID. "
"We will also use this as the name on your certificate."
msgstr ""
+"MAK SURE UR FULL NAYM ON UR EDX AKOWNT ({full_name}) MATCHEZ UR ID. WE WILL "
+"ALSO USE DIS AS TEH NAYM ON UR CERTIFICATE."
#: lms/templates/verify_student/photo_reverification.html
msgid ""
@@ -9448,6 +9640,9 @@ msgid ""
"you provided earlier). You can proceed to make your secure payment and "
"complete registration."
msgstr ""
+"WE HAS ALREADEH VERIFID UR IDENTITEH (THRU TEH PHOTOZ OV U AN UR ID U "
+"PROVIDD EARLIR). U SHUD PROCEED 2 MAK UR SEKURE PAYMENT AN COMPLEET "
+"REGISTRASHUN."
#: lms/templates/verify_student/verified.html
msgid "You have decided to pay $ "
@@ -9474,27 +9669,31 @@ msgstr ""
#: cms/templates/404.html
msgid "The page that you were looking for was not found."
-msgstr ""
+msgstr "O HAI! YU WUZ LOOKING FOR DIS PAEG BUT LIEK WE NO FIND DIS PAEG SRY!"
#: cms/templates/404.html
msgid ""
"Go back to the {homepage} or let us know about any pages that may have been "
"moved at {email}."
msgstr ""
+"U SHUD GO BAK 2 {homepage}!1!!1 BUT IF IZ WRONG, PLZ 2 LET US KNO OV PROBLMZ"
+" WIF EMAIL 2 {email}! KTHXBAI"
#: cms/templates/500.html
msgid "Studio Server Error"
-msgstr ""
+msgstr "O HAI! DIS IZ STUDIO SERVR ERROR KTHXBAI"
#: cms/templates/500.html
msgid "The Studio servers encountered an error"
-msgstr ""
+msgstr "O HAI! DIS IZ STUDIO SERVR ERROR KTHXBAI"
#: cms/templates/500.html
msgid ""
"An error occurred in Studio and the page could not be loaded. Please try "
"again in a few moments."
msgstr ""
+"O HAI! DIS IZ STUDIO SERVR ERROR AN UR PAGES IZ NOT LOADIN. PLZ TRY AGAIN? "
+"KTHX!"
#: cms/templates/500.html
msgid ""
@@ -9523,7 +9722,7 @@ msgstr ""
#: cms/templates/activation_active.html cms/templates/activation_complete.html
msgid "Sign into Studio"
-msgstr ""
+msgstr "SYN IN2 STOODYO"
#: cms/templates/activation_complete.html
msgid "Your account activation is complete!"
@@ -9563,33 +9762,33 @@ msgstr ""
#: cms/templates/asset_index.html
msgid "Uploading…"
-msgstr ""
+msgstr "UPLOADIN..."
#: cms/templates/asset_index.html cms/templates/asset_index.html
msgid "Choose File"
-msgstr ""
+msgstr "CHOOZ FYLE"
#: cms/templates/asset_index.html cms/templates/asset_index.html
#: cms/templates/asset_index.html
msgid "Upload New File"
-msgstr ""
+msgstr "UPLODE NU FYLE"
#: cms/templates/asset_index.html
msgid "Load Another File"
-msgstr ""
+msgstr "LODE NOTHER FYLE"
#: cms/templates/asset_index.html cms/templates/course_info.html
#: cms/templates/edit-tabs.html cms/templates/overview.html
#: cms/templates/textbooks.html cms/templates/widgets/header.html
msgid "Content"
-msgstr ""
+msgstr "CONTENTZ"
#: cms/templates/asset_index.html cms/templates/container.html
#: cms/templates/course_info.html cms/templates/edit-tabs.html
#: cms/templates/index.html cms/templates/manage_users.html
#: cms/templates/overview.html cms/templates/textbooks.html
msgid "Page Actions"
-msgstr ""
+msgstr "PAYGE ACTSHUNS"
#: cms/templates/asset_index.html
msgid "Loading…"
@@ -9597,7 +9796,7 @@ msgstr ""
#: cms/templates/asset_index.html
msgid "What files are listed here?"
-msgstr ""
+msgstr "WUT FYLES R LISTDD HEREZ?"
#: cms/templates/asset_index.html
msgid ""
@@ -9647,7 +9846,7 @@ msgstr ""
#: cms/templates/export_git.html cms/templates/import.html
#: cms/templates/widgets/header.html
msgid "Tools"
-msgstr ""
+msgstr "TOOLZ"
#: cms/templates/checklists.html
msgid "Course Checklists"
@@ -9724,7 +9923,7 @@ msgstr ""
#: cms/templates/course_info.html
msgid "New Update"
-msgstr ""
+msgstr "NU UPDAYTE"
#: cms/templates/course_info.html
msgid ""
@@ -9750,6 +9949,13 @@ msgstr ""
msgid "View Live"
msgstr ""
+#: cms/templates/edit-tabs.html
+msgid ""
+"Note: Pages are publicly visible. If users know the URL of a page, they can "
+"view the page even if they are not registered for or logged in to your "
+"course."
+msgstr ""
+
#: cms/templates/edit-tabs.html
msgid "Show this page"
msgstr ""
@@ -11472,15 +11678,15 @@ msgid ""
msgstr ""
#: cms/templates/unit.html
-msgid "This unit is scheduled to be released to students"
+msgid ""
+"This unit is scheduled to be released to students on "
+"{date} with the subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
-msgid "on {date}"
-msgstr ""
-
-#: cms/templates/unit.html
-msgid "with the subsection {link_start}{name}{link_end}"
+msgid ""
+"This unit is scheduled to be released to students with the "
+"subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
@@ -11746,7 +11952,7 @@ msgstr ""
# empty
msgid "This is a key string."
-msgstr ""
+msgstr "DIS IZ KEY STRIN."
#: wiki/admin.py wiki/models/article.py
msgid "created"
diff --git a/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo
index c7bf8416161d5147119cc16e764d13b0d7b98af4..c5ed5ebb417aa00f3dd594b313705367c6432a0f 100644
GIT binary patch
literal 16623
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
delta 96
zcmaFg$k@kXaZiY4DgzKO0, 2014
# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-#
# edX translation file.
# Copyright (C) 2014 EdX
@@ -15,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
-"PO-Revision-Date: 2014-03-19 20:22+0000\n"
+"POT-Creation-Date: 2014-04-07 10:06-0400\n"
+"PO-Revision-Date: 2014-04-01 20:11+0000\n"
"Last-Translator: sarina \n"
"Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n"
"MIME-Version: 1.0\n"
@@ -29,7 +30,7 @@ msgstr ""
#: cms/static/js/views/course_info_update.js
#: common/static/coffee/src/discussion/utils.js
msgid "OK"
-msgstr ""
+msgstr "K"
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/unit.js
#: cms/static/js/base.js cms/static/js/views/asset.js
@@ -38,35 +39,35 @@ msgstr ""
#: lms/static/admin/js/admin/DateTimeShortcuts.js
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Cancel"
-msgstr ""
+msgstr "CANCL"
#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js
msgid "This link will open in a new browser window/tab"
-msgstr ""
+msgstr "DIS LYNK WILL OPEN IN A NEW BROWSR WINDOW/TAB"
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Show Annotations"
-msgstr ""
+msgstr "SHOW ANNOTASHUNS"
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Hide Annotations"
-msgstr ""
+msgstr "HIDE ANNOTASHUNS"
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Expand Instructions"
-msgstr ""
+msgstr "XPAND INSTRUCSHUNS"
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Collapse Instructions"
-msgstr ""
+msgstr "COLLAPSE INSTRUCSHUNS"
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Commentary"
-msgstr ""
+msgstr "COMMENTARY"
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Reply to Annotation"
-msgstr ""
+msgstr "REPLI 2 ANNOTASHUN"
#. Translators: %(earned)s is the number of points earned. %(total)s is the
#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of
@@ -75,59 +76,59 @@ msgstr ""
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "(%(earned)s/%(possible)s point)"
msgid_plural "(%(earned)s/%(possible)s points)"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "(%(earned)s/%(possible)s POINT)"
+msgstr[1] "(%(earned)s/%(possible)s POINTZ)"
#. Translators: %(num_points)s is the number of points possible (examples: 1,
#. 3, 10). There will always be at least 1 point possible.;
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "(%(num_points)s point possible)"
msgid_plural "(%(num_points)s points possible)"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "(%(num_points)s POINT POSIBL)"
+msgstr[1] "(%(num_points)s POINTZ POSIBL)"
#: common/lib/xmodule/xmodule/js/src/capa/display.js
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "Answer:"
-msgstr ""
+msgstr "ANSER:"
#. Translators: the word Answer here refers to the answer to a problem the
#. student must solve.;
#: common/lib/xmodule/xmodule/js/src/capa/display.js
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "Hide Answer"
-msgstr ""
+msgstr "HIDE TEH ANSER"
#. Translators: the word Answer here refers to the answer to a problem the
#. student must solve.;
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "Show Answer"
-msgstr ""
+msgstr "SHOW TEH ANSER"
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "Reveal Answer"
-msgstr ""
+msgstr "REVEEL TEH ANSER"
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "Answer hidden"
-msgstr ""
+msgstr "TEH ANSER IZ HIDED"
#. Translators: the word unanswered here is about answering a problem the
#. student must solve.;
#: common/lib/xmodule/xmodule/js/src/capa/display.js
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "unanswered"
-msgstr ""
+msgstr "U HAS NOT ANSWERD DIS"
#: common/lib/xmodule/xmodule/js/src/capa/display.js
msgid "Status: unsubmitted"
-msgstr ""
+msgstr "STATUS: U HAS NOT SUBMITTD DIS"
#. Translators: A "rating" is a score a student gives to indicate how well
#. they feel they were graded on this problem
#: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js
msgid "You need to pick a rating before you can submit."
-msgstr ""
+msgstr "U NEED 2 PIK A RATIN B4 U CAN HAZ SUBMIT."
#. Translators: this message appears when transitioning between openended
#. grading
@@ -141,7 +142,7 @@ msgstr ""
#: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Submit"
-msgstr ""
+msgstr "SUBMIT"
#. Translators: one clicks this button after one has finished filling out the
#. grading
@@ -200,133 +201,135 @@ msgstr ""
#: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js
#: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js
msgid "Show Question"
-msgstr ""
+msgstr "SHOW TEH QUESHUN"
#: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js
#: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js
msgid "Hide Question"
-msgstr ""
+msgstr "HIDE TEH QUESHUN"
#: common/lib/xmodule/xmodule/js/src/sequence/display.js
msgid ""
"Sequence error! Cannot navigate to tab %(tab_name)s in the current "
"SequenceModule. Please contact the course staff."
msgstr ""
+"SEQUENCE ERROR! WEZ CANT NAVIGATE 2 TAB %(tab_name)s IN TEH CURENT "
+"SEQUENCEMODULE. PLZ CONTACT TEH COURSE STAFF."
#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js
msgid "Video slider"
-msgstr ""
+msgstr "VIDEO SLIDR"
#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js
msgid "Pause"
-msgstr ""
+msgstr "PAWS"
#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js
msgid "Play"
-msgstr ""
+msgstr "PULAY"
#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js
msgid "Fill browser"
-msgstr ""
+msgstr "FILL TEH BROWSR"
#: common/lib/xmodule/xmodule/js/src/video/04_video_control.js
msgid "Exit full browser"
-msgstr ""
+msgstr "XIT FULL BROWSR"
#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js
msgid "HD on"
-msgstr ""
+msgstr "HD ON"
#: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js
msgid "HD off"
-msgstr ""
+msgstr "HD OFF"
#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js
#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js
msgid "Video position"
-msgstr ""
+msgstr "VIDEO POSISHUN"
#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js
msgid "Video ended"
-msgstr ""
+msgstr "VIDEO ENDD"
#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js
msgid "%(value)s hour"
msgid_plural "%(value)s hours"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(value)s HOUR"
+msgstr[1] "%(value)s HOURZ"
#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js
msgid "%(value)s minute"
msgid_plural "%(value)s minutes"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(value)s MINIT"
+msgstr[1] "%(value)s MINITS"
#: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js
msgid "%(value)s second"
msgid_plural "%(value)s seconds"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(value)s SECUND"
+msgstr[1] "%(value)s SECUNDZ"
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Volume"
-msgstr ""
+msgstr "VOLUM"
#. Translators: Volume level equals 0%.
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Muted"
-msgstr ""
+msgstr "MUTED"
#. Translators: Volume level in range (0,20]%
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Very low"
-msgstr ""
+msgstr "BERY LOW"
#. Translators: Volume level in range (20,40]%
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Low"
-msgstr ""
+msgstr "LOW"
#. Translators: Volume level in range (40,60]%
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Average"
-msgstr ""
+msgstr "AVERAGE"
#. Translators: Volume level in range (60,80]%
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Loud"
-msgstr ""
+msgstr "LOWD"
#. Translators: Volume level in range (80,100)%
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Very loud"
-msgstr ""
+msgstr "BERY LOWD"
#. Translators: Volume level equals 100%.
#: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
msgid "Maximum"
-msgstr ""
+msgstr "MAXYMUM"
#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js
msgid "Caption will be displayed when "
-msgstr ""
+msgstr "CAPSHUN WILL BE DISPULAYD WHEN"
#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js
msgid "Turn on captions"
-msgstr ""
+msgstr "TURN ON CAPSHUNS"
#: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js
msgid "Turn off captions"
-msgstr ""
+msgstr "TURN OFF CAPSHUNS"
#: common/static/coffee/src/discussion/discussion_module_view.js
#: common/static/coffee/src/discussion/discussion_module_view.js
msgid "Hide Discussion"
-msgstr ""
+msgstr "HIDE TEH DISCUSHUN"
#: common/static/coffee/src/discussion/discussion_module_view.js
msgid "Show Discussion"
-msgstr ""
+msgstr "SHOW DISCUSHUN"
#: common/static/coffee/src/discussion/discussion_module_view.js
#: common/static/coffee/src/discussion/discussion_module_view.js
@@ -336,30 +339,38 @@ msgstr ""
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
#: common/static/coffee/src/discussion/views/response_comment_view.js
msgid "Sorry"
-msgstr ""
+msgstr "OMG!1!! SRY SRY!1!"
#: common/static/coffee/src/discussion/discussion_module_view.js
msgid "We had some trouble loading the discussion. Please try again."
msgstr ""
+"SRY WE HAZ SUM TRUBLE LOADIN TEH DISCUSHUN D: CAN U HAS ANUTHER TRI PLZ? "
+"THANKS U!1!"
#: common/static/coffee/src/discussion/discussion_module_view.js
msgid ""
"We had some trouble loading the threads you requested. Please try again."
msgstr ""
+"SRY BUT WE HAZ SUM TRUBLE LOADIN TEH FWEADZ U REQUESTD. CAN U HAS ANOTHER "
+"TRI PLZ??"
#: common/static/coffee/src/discussion/utils.js
msgid "Loading content"
-msgstr ""
+msgstr "LOADIN CONTENT"
#: common/static/coffee/src/discussion/utils.js
msgid ""
"We had some trouble processing your request. Please ensure you have copied "
"any unsaved work and then reload the page."
msgstr ""
+"SRY BUT WE HAZ SUM TRUBLE PROCESSIN UR REQUEST. PLZ MAKE SURE U HAS COPYD NE"
+" UNSAVD WORK AN DEN PLZ RELOAD TEH PAEG. THANKS U!11!"
#: common/static/coffee/src/discussion/utils.js
msgid "We had some trouble processing your request. Please try again."
msgstr ""
+"SRY!1! WE HAZ SUM TRUBLE PROCESIN UR REQUEST. CAN U PLZZZZ HAS ANUTHAR "
+"TRI!?1?! K THX!!"
#: common/static/coffee/src/discussion/utils.js
#: common/static/coffee/src/discussion/views/discussion_thread_list_view.js
@@ -369,25 +380,25 @@ msgstr ""
#: common/static/coffee/src/discussion/views/new_post_view.js
#: common/static/coffee/src/discussion/views/new_post_view.js
msgid "…"
-msgstr ""
+msgstr "..."
#: common/static/coffee/src/discussion/views/discussion_content_view.js
#: common/static/coffee/src/discussion/views/discussion_content_view.js
msgid "Close"
-msgstr ""
+msgstr "CLOSE"
#: common/static/coffee/src/discussion/views/discussion_content_view.js
#: common/static/coffee/src/discussion/views/discussion_content_view.js
msgid "Open"
-msgstr ""
+msgstr "OPEN"
#: common/static/coffee/src/discussion/views/discussion_content_view.js
msgid "remove vote"
-msgstr ""
+msgstr "REMOOV VOAT"
#: common/static/coffee/src/discussion/views/discussion_content_view.js
msgid "vote"
-msgstr ""
+msgstr "VOAT"
#: common/static/coffee/src/discussion/views/discussion_content_view.js
msgid ""
@@ -395,39 +406,43 @@ msgid ""
msgid_plural ""
"%(voteNum)s%(startSrSpan)s votes (click to remove your vote)%(endSrSpan)s"
msgstr[0] ""
+"%(voteNum)s%(startSrSpan)s VOAT (CLIK 2 REMOOV UR VOAT)%(endSrSpan)s"
msgstr[1] ""
+"%(voteNum)s%(startSrSpan)s VOATS (CLIK 2 REMOOV UR VOAT)%(endSrSpan)s"
#: common/static/coffee/src/discussion/views/discussion_content_view.js
msgid "%(voteNum)s%(startSrSpan)s vote (click to vote)%(endSrSpan)s"
msgid_plural "%(voteNum)s%(startSrSpan)s votes (click to vote)%(endSrSpan)s"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(voteNum)s%(startSrSpan)s VOATS (CLIK 2 VOAT)%(endSrSpan)s"
+msgstr[1] "%(voteNum)s%(startSrSpan)s VOATS (CLIK 2 VOAT)%(endSrSpan)s"
#: common/static/coffee/src/discussion/views/discussion_thread_list_view.js
msgid "Load more"
-msgstr ""
+msgstr "LOAD MOAR"
#: common/static/coffee/src/discussion/views/discussion_thread_list_view.js
msgid "Loading more threads"
-msgstr ""
+msgstr "LOADIN MOAR FWEADZ"
#: common/static/coffee/src/discussion/views/discussion_thread_list_view.js
msgid "We had some trouble loading more threads. Please try again."
msgstr ""
+"SRY WE HAZ SUM TRUBLE LOADIN MOAR FWEADZ D: CAN U HAS ANUTHAR TRI PLZ?? "
+"THANKS U!1!"
#: common/static/coffee/src/discussion/views/discussion_thread_list_view.js
msgid "%(unread_count)s new comment"
msgid_plural "%(unread_count)s new comments"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(unread_count)s NEW COMMENT"
+msgstr[1] "%(unread_count)s NEW COMMENTZ"
#: common/static/coffee/src/discussion/views/discussion_thread_list_view.js
msgid "Loading thread list"
-msgstr ""
+msgstr "LOADIN FWEADZ LIST"
#: common/static/coffee/src/discussion/views/discussion_thread_show_view.js
msgid "Click to remove report"
-msgstr ""
+msgstr "CLIK 2 REMOOV TEH REPORT"
#. Translators: The text between start_sr_span and end_span is not shown
#. in most browsers but will be read by screen readers.
@@ -441,7 +456,7 @@ msgstr ""
#: common/static/coffee/src/discussion/views/response_comment_show_view.js
#: common/static/coffee/src/discussion/views/thread_response_show_view.js
msgid "Report Misuse"
-msgstr ""
+msgstr "REPORT BAD USE"
#. Translators: The text between start_sr_span and end_span is not shown
#. in most browsers but will be read by screen readers.
@@ -455,205 +470,217 @@ msgstr ""
#: common/static/coffee/src/discussion/views/discussion_thread_show_view.js
msgid "Pinned"
-msgstr ""
+msgstr "PINND"
#: common/static/coffee/src/discussion/views/discussion_thread_show_view.js
msgid "Pin Thread"
-msgstr ""
+msgstr "PIN DIS FWEAD"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "We had some trouble loading responses. Please reload the page."
msgstr ""
+"SRY!!1! WE HAZ SUM TRUBLE LOADIN RESPONSEZ D: CAN U HAS ANUTHAR TRI OV "
+"RELOADIN TEH PAEG?? THANK U!1!"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "We had some trouble loading more responses. Please try again."
msgstr ""
+"SRY BUT WE HAZ SUM TRUBLE LOADIN RESPONSEZ D: CAN U HAS ANUTHAR TRI PLZ?? "
+"THANKS U!1!"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "%(numResponses)s response"
msgid_plural "%(numResponses)s responses"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(numResponses)s RESPONSE"
+msgstr[1] "%(numResponses)s RESPONSEZ"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "Showing all responses"
-msgstr ""
+msgstr "SHOWIN ALL TEH RESPONSEZ"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "Showing first response"
msgid_plural "Showing first %(numResponses)s responses"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "SHOWIN TEH FURST RESPONSE"
+msgstr[1] "SHOWIN TEH FURST %(numResponses)s RESPONSEZ"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "Load all responses"
-msgstr ""
+msgstr "LOAD ALL RESPONSEZ"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "Load next %(numResponses)s responses"
-msgstr ""
+msgstr "LOAD NEXT %(numResponses)s RESPONSEZ"
#: common/static/coffee/src/discussion/views/discussion_thread_view.js
msgid "Are you sure you want to delete this post?"
-msgstr ""
+msgstr "O HAI. R U SHUR U WANT 2 DELET DIS POST??"
#: common/static/coffee/src/discussion/views/response_comment_show_view.js
msgid "anonymous"
-msgstr ""
+msgstr "ANYMOUZ"
#: common/static/coffee/src/discussion/views/response_comment_show_view.js
#: common/static/coffee/src/discussion/views/thread_response_show_view.js
msgid "staff"
-msgstr ""
+msgstr "STAFF"
#: common/static/coffee/src/discussion/views/response_comment_show_view.js
#: common/static/coffee/src/discussion/views/thread_response_show_view.js
msgid "Community TA"
-msgstr ""
+msgstr "COMUNITY TA"
#: common/static/coffee/src/discussion/views/response_comment_show_view.js
#: common/static/coffee/src/discussion/views/response_comment_show_view.js
#: common/static/coffee/src/discussion/views/thread_response_show_view.js
msgid "Misuse Reported, click to remove report"
-msgstr ""
+msgstr "MISUSE WUZ REPORTD, CLIK 2 REMOOV REPORT"
#: common/static/coffee/src/discussion/views/response_comment_view.js
msgid "Are you sure you want to delete this comment?"
-msgstr ""
+msgstr "O HAI. R U SHUR U WANT 2 DELET DIS COMMENT??"
#: common/static/coffee/src/discussion/views/response_comment_view.js
msgid "We had some trouble deleting this comment. Please try again."
msgstr ""
+"SRY!1! WE HAZ SUM TRUBLE DELETIN DIS COMMENT. CAN U PLZZZZ HAS ANUTHAR "
+"TRI!?1?! K THX!!"
#: common/static/coffee/src/discussion/views/thread_response_view.js
msgid "Are you sure you want to delete this response?"
-msgstr ""
+msgstr "O HAI. R U SHUR U WANT 2 DELET DIS RESPONSE??"
#: common/static/js/src/jquery.timeago.locale.js
msgid "%s ago"
-msgstr ""
+msgstr "%s AGO"
#: common/static/js/src/jquery.timeago.locale.js
msgid "%s from now"
-msgstr ""
+msgstr "%s FRUM NAO"
#: common/static/js/src/jquery.timeago.locale.js
msgid "less than a minute"
-msgstr ""
+msgstr "LES DAN A MINIT"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about a minute"
-msgstr ""
+msgstr "BOUT A MINIT"
#: common/static/js/src/jquery.timeago.locale.js
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d MINIT"
+msgstr[1] "%d MINITS"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about an hour"
-msgstr ""
+msgstr "BOUT A HOUR"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about %d hour"
msgid_plural "about %d hours"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "BOUT %d HOURE"
+msgstr[1] "BOUT %d HOURZ"
#: common/static/js/src/jquery.timeago.locale.js
msgid "a day"
-msgstr ""
+msgstr "A DAI"
#: common/static/js/src/jquery.timeago.locale.js
msgid "%d day"
msgid_plural "%d days"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d DAI"
+msgstr[1] "%d DAIS"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about a month"
-msgstr ""
+msgstr "BOUT A MONF"
#: common/static/js/src/jquery.timeago.locale.js
msgid "%d month"
msgid_plural "%d months"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d MONF"
+msgstr[1] "%d MONFZ"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about a year"
-msgstr ""
+msgstr "BOUT A YER"
#: common/static/js/src/jquery.timeago.locale.js
msgid "%d year"
msgid_plural "%d years"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d YER"
+msgstr[1] "%d YERZ"
#: lms/static/admin/js/SelectFilter2.js
msgid "Available %s"
-msgstr ""
+msgstr "AVAILABBABLE %s"
#: lms/static/admin/js/SelectFilter2.js
msgid ""
"This is the list of available %s. You may choose some by selecting them in "
"the box below and then clicking the \"Choose\" arrow between the two boxes."
msgstr ""
+"DIS AR TEH LIST OV AVAILABLE %s. PLZ CHOOSE SUM BY SELECTIN DEM IN DA BOX "
+"BELOW AN DEN CLICKIN TEH \"CHOOSE\" ARROW TWEEN TEH 2 BOXEZ."
#: lms/static/admin/js/SelectFilter2.js
msgid "Type into this box to filter down the list of available %s."
-msgstr ""
+msgstr "TYPE IN2 DIS BOX 2 FILTR TEH LIST OV AVAILABLE %s"
#: lms/static/admin/js/SelectFilter2.js
msgid "Filter"
-msgstr ""
+msgstr "FILTR"
#: lms/static/admin/js/SelectFilter2.js
msgid "Choose all"
-msgstr ""
+msgstr "CHUSE ALL"
#: lms/static/admin/js/SelectFilter2.js
msgid "Click to choose all %s at once."
-msgstr ""
+msgstr "CLIK 2 CHUSE ALL %s AT ONE TIEM"
#: lms/static/admin/js/SelectFilter2.js
msgid "Choose"
-msgstr ""
+msgstr "CHUSE"
#: lms/static/admin/js/SelectFilter2.js
msgid "Remove"
-msgstr ""
+msgstr "REMOOV"
#: lms/static/admin/js/SelectFilter2.js
msgid "Chosen %s"
-msgstr ""
+msgstr "CHUSED %s"
#: lms/static/admin/js/SelectFilter2.js
msgid ""
"This is the list of chosen %s. You may remove some by selecting them in the "
"box below and then clicking the \"Remove\" arrow between the two boxes."
msgstr ""
+"DIS AR TEH LIST OV CHUSED %s. U CUD REMOOV SUM BY SELECTIN DEM IN DA BOX "
+"BELOW AN DEN CLICKIN TEH \"REMOOV\" ARROW TWEEN TEH 2 BOXEZ."
#: lms/static/admin/js/SelectFilter2.js
msgid "Remove all"
-msgstr ""
+msgstr "REMOOV ALL"
#: lms/static/admin/js/SelectFilter2.js
msgid "Click to remove all chosen %s at once."
-msgstr ""
+msgstr "CLIK 2 REMOOV ALL CHUSED %s AT ONE TIEM."
#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js
msgid "%(sel)s of %(cnt)s selected"
msgid_plural "%(sel)s of %(cnt)s selected"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(sel)s OV %(cnt)s SELECTED"
+msgstr[1] "%(sel)s OV %(cnt)s SELECTD"
#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js
msgid ""
"You have unsaved changes on individual editable fields. If you run an "
"action, your unsaved changes will be lost."
msgstr ""
+"O NOES! U HAS UNSAVD CHANGEZ ON INDIVIDUAL EDITABLE FEILDS AN IF U RUN A "
+"ACTSHUN, UR UNSAVD CHANGEZ WILL B DISAPPEARD!!1!"
#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js
msgid ""
@@ -661,6 +688,8 @@ msgid ""
"individual fields yet. Please click OK to save. You'll need to re-run the "
"action."
msgstr ""
+"U HAS SELECTD A ACTSHUN BUT U HASNT SAVD UR CHANGEZ 2 INDIVIDUAL FEILDS "
+"YET!1! PLZ CLIK OK 2 SAV. ULL NEED 2 RERUN TEH ACTSHUN D: SRY D: D:"
#: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js
msgid ""
@@ -668,90 +697,93 @@ msgid ""
"fields. You're probably looking for the Go button rather than the Save "
"button."
msgstr ""
+"U HAS SELECTD A ACTSHUN AN U HASNT MADE NE CHANGEZ ON INDIVIDUAL FEILDS!1! "
+"UR PROLLY LOOKIN 4 TEH GO BUTTON AN NOT TEH SAVE BUTTON."
#. Translators: the names of months, keep the pipe (|) separators.
#: lms/static/admin/js/calendar.js lms/static/admin/js/dateparse.js
msgid ""
"January|February|March|April|May|June|July|August|September|October|November|December"
msgstr ""
+"JANUAREH|FEBUAREH|MARCHE|APRL|MAI|JUN|JULAI|AUGUS|SEPTEMBR|OCTOBR|NOVEMBR|DECMBR"
#. Translators: abbreviations for days of the week, keep the pipe (|)
#. separators.
#: lms/static/admin/js/calendar.js
msgid "S|M|T|W|T|F|S"
-msgstr ""
+msgstr "S|M|T|W|T|F|S"
#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c
#: lms/static/admin/js/collapse.min.js
msgid "Show"
-msgstr ""
+msgstr "SHOW"
#: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js
msgid "Hide"
-msgstr ""
+msgstr "HIDE"
#. Translators: the names of days, keep the pipe (|) separators.
#: lms/static/admin/js/dateparse.js
msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday"
-msgstr ""
+msgstr "SUMDAI|MUNDAI|TUSDAI|WENDSDAI|FURSDAI|FRYDAI|SATERDAI"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Now"
-msgstr ""
+msgstr "NAO"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Clock"
-msgstr ""
+msgstr "CLOCK"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Choose a time"
-msgstr ""
+msgstr "CHUSE A TIEM"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Midnight"
-msgstr ""
+msgstr "MIDNITE"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "6 a.m."
-msgstr ""
+msgstr "6 AM"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Noon"
-msgstr ""
+msgstr "NOOON"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Today"
-msgstr ""
+msgstr "2DAY"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Calendar"
-msgstr ""
+msgstr "CALENDAR"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Yesterday"
-msgstr ""
+msgstr "YESTURDAI"
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Tomorrow"
-msgstr ""
+msgstr "2MORROW"
#: lms/static/coffee/src/calculator.js
msgid "Open Calculator"
-msgstr ""
+msgstr "OPEN CALCULATOW"
#: lms/static/coffee/src/calculator.js
msgid "Close Calculator"
-msgstr ""
+msgstr "CLOSE CALCULATOW"
#: lms/static/coffee/src/customwmd.js
msgid "Preview"
-msgstr ""
+msgstr "PREVIEW"
#: lms/static/coffee/src/customwmd.js
msgid "Post body"
-msgstr ""
+msgstr "POST BODI"
#: lms/static/coffee/src/instructor_dashboard/analytics.js
msgid "Error fetching distribution."
@@ -775,19 +807,21 @@ msgstr ""
#: lms/static/coffee/src/instructor_dashboard/data_download.js
msgid "Loading..."
-msgstr ""
+msgstr "LOADIN... PLZ WAIT THX"
#: lms/static/coffee/src/instructor_dashboard/data_download.js
msgid "Error getting student list."
-msgstr ""
+msgstr "O NOES!!1! THAR WUZ ERROR GETTIN TEH STUDENT LIST D:"
#: lms/static/coffee/src/instructor_dashboard/data_download.js
msgid "Error retrieving grading configuration."
-msgstr ""
+msgstr "O NOES!!1! THAR WUZ ERROR GETTIN TEH GRADIN CONFIGUASHUN D:"
#: lms/static/coffee/src/instructor_dashboard/data_download.js
msgid "Error generating grades. Please try again."
msgstr ""
+"O NOES!!1! THAR WUZ ERROR GENERATIN TEH GRADEZ D: U CAN HAS ANUTHR TRI, "
+"PLZ??"
#: lms/static/coffee/src/instructor_dashboard/data_download.js
msgid "File Name"
@@ -805,7 +839,7 @@ msgstr ""
#: lms/static/coffee/src/instructor_dashboard/membership.js
msgid "Email"
-msgstr ""
+msgstr "EMAIL"
#: lms/static/coffee/src/instructor_dashboard/membership.js
#: lms/static/coffee/src/instructor_dashboard/membership.js
@@ -840,6 +874,8 @@ msgid ""
"Error: User '<%= username %>' has not yet activated their account. Users "
"must create and activate their accounts before they can be assigned a role."
msgstr ""
+"ERROR: USR '<%= username %>' HAZ NOT ACTUVATD DER ACCOUNT. USERZ MUST CREATE"
+" AN ACTIVATE DER ACCOUNTZ B4 DEY CAN B ASSIGND A ROLE, WE IZ SRY BOUT DAT."
#: lms/static/coffee/src/instructor_dashboard/membership.js
msgid "Error: You cannot remove yourself from the Instructor group!"
@@ -874,6 +910,8 @@ msgid ""
"Users must create and activate their account before they can be promoted to "
"beta tester."
msgstr ""
+"USRZ MUST CREATE AN ACTIVATE DER ACCOUNTZ B4 DEY CAN B PROMOTED 2 BETA "
+"TESTR, SRY BOUT DAT."
#. Translators: A list of email addresses appears after this sentence;
#: lms/static/coffee/src/instructor_dashboard/membership.js
@@ -941,15 +979,15 @@ msgstr ""
#: lms/static/coffee/src/instructor_dashboard/send_email.js
msgid "Your message must have a subject."
-msgstr ""
+msgstr "UR MSG MUST HAS A SUBJECT, SRY"
#: lms/static/coffee/src/instructor_dashboard/send_email.js
msgid "Your message cannot be blank."
-msgstr ""
+msgstr "UR MSG NO CAN B BLANK, SRY"
#: lms/static/coffee/src/instructor_dashboard/send_email.js
msgid "Your email was successfully queued for sending."
-msgstr ""
+msgstr "YAYYY!1!! SUCCESS!1! UR EMAIL WUZ QUEUD 4 SENDIN!!1!"
#: lms/static/coffee/src/instructor_dashboard/send_email.js
msgid ""
@@ -975,18 +1013,21 @@ msgid ""
"classes, it may take up to an hour (or more, if other courses are "
"simultaneously sending email) to send all emails."
msgstr ""
+"YAYYY!1!! SUCCESS!1! UR EMAIL WUZ QUEUD 4 SENDIN!!1! PLZ NOTE DAT 4 LARGE "
+"CLASSEZ, IT CULD TAKE UP 2 AN HOUR (OR MOAR, IF ODDER COURSEZ R SENDIN EMAIL"
+" AT TEH SAME TYME) 2 SEND ALL TEH EMAILS."
#: lms/static/coffee/src/instructor_dashboard/send_email.js
msgid "Error sending email."
-msgstr ""
+msgstr "O NOES!!1! THAR WUZ ERROR SENDIN TEH EMAIL D:"
#: lms/static/coffee/src/instructor_dashboard/send_email.js
msgid "There is no email history for this course."
-msgstr ""
+msgstr "THAR IZ NO EMAIL HIZTORI 4 DIS COURSE D: SRY!1!"
#: lms/static/coffee/src/instructor_dashboard/send_email.js
msgid "There was an error obtaining email task history for this course."
-msgstr ""
+msgstr "THAR WUZ ERROR OBTANIN EMAIL TASK HISTORI 4 DIS COURSE D: SRY!1!"
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
@@ -994,13 +1035,15 @@ msgstr ""
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
msgid "Please enter a student email address or username."
-msgstr ""
+msgstr "PLZ ENTER A STUDENT EMAIL ADDRESS OR USRNAYM"
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
msgid ""
"Error getting student progress url for '<%= student_id %>'. Check that the "
"student identifier is spelled correctly."
msgstr ""
+"O NOES!!1! THAR WUZ ERROR GETTIN TEH STUDENT PROGRESS URL 4 '<%= student_id "
+"%>' D: PLZ 2 CHEK DAT TEH STUDENT IDENTYFIR IZ SPELLD CORRECT."
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
@@ -1010,13 +1053,15 @@ msgstr ""
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
msgid "Please enter a problem urlname."
-msgstr ""
+msgstr "PLZ 2 ENTER A PROBLEM URLNAYM."
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
msgid ""
"Success! Problem attempts reset for problem '<%= problem_id %>' and student "
"'<%= student_id %>'."
msgstr ""
+"YAYYY!1!! SUCCESS!1! PROBLM ATTEMPTZ WUZ RESET 4 PROBLM '<%= problem_id %>' "
+"AN STUDYNT '<%= student_id %>'."
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
msgid ""
@@ -1024,6 +1069,9 @@ msgid ""
" '<%= student_id %>'. Check that the problem and student identifiers are "
"spelled correctly."
msgstr ""
+"O NOES!!1! THAR WUZ ERROR RESETTIN TEH PROBLM ATTMPTS 4 PROBLM '<%= "
+"problem_id %>' AN STUDYNT '<%= student_id %>' D: PLZ 2 CHEK DAT TEH PROBLM "
+"AN STUDENT IDENTYFIR IZ SPELLD CORRECT."
#: lms/static/coffee/src/instructor_dashboard/student_admin.js
msgid ""
@@ -1127,7 +1175,7 @@ msgstr ""
#. appears after this
#: lms/static/coffee/src/instructor_dashboard/util.js
msgid "Submitted"
-msgstr ""
+msgstr "SUBMITTD"
#. Translators: The length of a task (eg, sending email) in seconds appears
#. this
@@ -1159,39 +1207,39 @@ msgstr ""
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Problem Name"
-msgstr ""
+msgstr "PROBLM NAYM"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Graded"
-msgstr ""
+msgstr "GRADYD"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Available to Grade"
-msgstr ""
+msgstr "AVAILABL 2 GRADE"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Required"
-msgstr ""
+msgstr "REQUIRD"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Progress"
-msgstr ""
+msgstr "PROGRES"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Back to problem list"
-msgstr ""
+msgstr "BAK 2 PROBLM LIST"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "Try loading again"
-msgstr ""
+msgstr "O HAI, U CAN PLZ TRI LOADIN AGAIN?! KTHX"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "<%= num %> available "
-msgstr ""
+msgstr "<%= num %> AVAILABL"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "<%= num %> graded "
-msgstr ""
+msgstr "<%= num %> GRADYD"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "<%= num %> more needed to start ML"
@@ -1212,16 +1260,17 @@ msgstr ""
#: lms/static/coffee/src/staff_grading/staff_grading.js
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "(Hide)"
-msgstr ""
+msgstr "(HIDE)"
#: lms/static/coffee/src/staff_grading/staff_grading.js
msgid "(Show)"
-msgstr ""
+msgstr "(SHOW)"
#: lms/static/js/Markdown.Editor.js
msgid ""
"Insert Hyperlink
http://example.com/ \"optional title\"
"
msgstr ""
+"INSURT HYPR LINK
http://example.com/ \"OPSHUNAL TITEL\"
"
#: lms/static/js/Markdown.Editor.js
msgid ""
@@ -1229,94 +1278,97 @@ msgid ""
"url)
http://example.com/images/diagram.jpg \"optional "
"title\"
"
msgstr ""
+"INSURT IMAGE (UPLOAD FIEL OR TIPE "
+"URL)
http://example.com/images/diagram.jpg \"OPSHUNAL "
+"TITLE\"
"
#: lms/static/js/Markdown.Editor.js
msgid "Markdown Editing Help"
-msgstr ""
+msgstr "MARKDOWN EDITIN HALP!11!!1! IF U NEEDZ IT!1!"
#: lms/static/js/Markdown.Editor.js
msgid "Bold (Ctrl+B)"
-msgstr ""
+msgstr "BOLD IZ (CTRL+B)"
#: lms/static/js/Markdown.Editor.js
msgid "Italic (Ctrl+I)"
-msgstr ""
+msgstr "ITALICZ IS (CTRL+I)"
#: lms/static/js/Markdown.Editor.js
msgid "Hyperlink (Ctrl+L)"
-msgstr ""
+msgstr "HYPR LINK IZ (CTRL+L)"
#: lms/static/js/Markdown.Editor.js
msgid "Blockquote (Ctrl+Q)"
-msgstr ""
+msgstr "BLOCKQUOTE IZ (CTRL+Q)"
#: lms/static/js/Markdown.Editor.js
msgid "Code Sample (Ctrl+K)"
-msgstr ""
+msgstr "CODE SAMPL IZ (CTRL+K)"
#: lms/static/js/Markdown.Editor.js
msgid "Image (Ctrl+G)"
-msgstr ""
+msgstr "IMAGE IZ (CTRL+G)"
#: lms/static/js/Markdown.Editor.js
msgid "Numbered List (Ctrl+O)"
-msgstr ""
+msgstr "NUMBRD LYST IZ (CTRL+O)"
#: lms/static/js/Markdown.Editor.js
msgid "Bulleted List (Ctrl+U)"
-msgstr ""
+msgstr "BULLETD LYST IZ (CTRL+U)"
#: lms/static/js/Markdown.Editor.js
msgid "Heading (Ctrl+H)"
-msgstr ""
+msgstr "HEADIN IZ (CTRL+H)"
#: lms/static/js/Markdown.Editor.js
msgid "Horizontal Rule (Ctrl+R)"
-msgstr ""
+msgstr "HORYZONTEL RULE IZ (CTRL+R)"
#: lms/static/js/Markdown.Editor.js
msgid "Undo (Ctrl+Z)"
-msgstr ""
+msgstr "UNDU IZ (CTRL+Z)"
#: lms/static/js/Markdown.Editor.js
msgid "Redo (Ctrl+Y)"
-msgstr ""
+msgstr "REDU IZ (CTRL+Y)"
#: lms/static/js/Markdown.Editor.js
msgid "Redo (Ctrl+Shift+Z)"
-msgstr ""
+msgstr "REDU IZ (CTRL+SHYFT+Z)"
#: lms/static/js/Markdown.Editor.js
msgid "strong text"
-msgstr ""
+msgstr "STRONG TXT"
#: lms/static/js/Markdown.Editor.js
msgid "emphasized text"
-msgstr ""
+msgstr "EMPHYSIZD TXT"
#: lms/static/js/Markdown.Editor.js
msgid "enter image description here"
-msgstr ""
+msgstr "ENTR IMG DESCRYPSHUN HERE"
#: lms/static/js/Markdown.Editor.js
msgid "enter link description here"
-msgstr ""
+msgstr "ENTR LYNK DESCRYPSHUN HERE"
#: lms/static/js/Markdown.Editor.js
msgid "Blockquote"
-msgstr ""
+msgstr "BLOCKQUOTE"
#: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js
msgid "enter code here"
-msgstr ""
+msgstr "ENTR CODE HERE"
#: lms/static/js/Markdown.Editor.js
msgid "List item"
-msgstr ""
+msgstr "LYST ITEM"
#: lms/static/js/Markdown.Editor.js
msgid "Heading"
-msgstr ""
+msgstr "HEADIN"
#: lms/templates/class_dashboard/all_section_metrics.js
#: lms/templates/class_dashboard/all_section_metrics.js
@@ -1345,10 +1397,9 @@ msgstr ""
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/tabs.js
#: cms/static/coffee/src/views/unit.js
#: cms/static/coffee/src/xblock/cms.runtime.v1.js
-#: cms/static/js/models/section.js cms/static/js/views/asset.js
-#: cms/static/js/views/course_info_handout.js
+#: cms/static/js/models/section.js cms/static/js/utils/drag_and_drop.js
+#: cms/static/js/views/asset.js cms/static/js/views/course_info_handout.js
#: cms/static/js/views/course_info_update.js cms/static/js/views/overview.js
-#: cms/static/js/views/overview.js.c
msgid "Saving…"
msgstr ""
@@ -1659,3 +1710,13 @@ msgstr ""
#: cms/static/js/views/settings/main.js
msgid "Files must be in JPEG or PNG format."
msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid ""
+"Sorry, there was an error parsing the subtitles that you uploaded. Please "
+"check the format and try again."
+msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid "Upload translation."
+msgstr ""
diff --git a/conf/locale/en@pirate/LC_MESSAGES/django.mo b/conf/locale/en@pirate/LC_MESSAGES/django.mo
index 5cf3c9523892db6f8f7a01e0deeb00647bca8780..bd50eb847af9bbf7684dabb783a92a64eb9ab17a 100644
GIT binary patch
literal 26401
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
Pv5`KCs%`afFb@77@KKu=
delta 184
zcmZ2@j&Uz*z, 2014
+# flowerhack , 2014
# #-#-#-#-# django-studio.po (edx-platform) #-#-#-#-#
# edX translation file.
# Copyright (C) 2014 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
+# flowerhack , 2014
# #-#-#-#-# mako.po (edx-platform) #-#-#-#-#
# edX community translations have been downloaded from Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)
# Copyright (C) 2014 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
+# Diana Huang , 2014
+# flowerhack , 2014
# nedbat , 2014
# nedbat , 2014
+# sarina , 2014
# #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-#
# edX translation file
# Copyright (C) 2014 edX
@@ -30,6 +36,7 @@
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
+# flowerhack , 2014
# #-#-#-#-# wiki.po (edx-platform) #-#-#-#-#
# edX translation file
# Copyright (C) 2014 edX
@@ -40,7 +47,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
+"POT-Creation-Date: 2014-04-07 10:07-0400\n"
"PO-Revision-Date: 2014-02-06 03:04+0000\n"
"Last-Translator: nedbat \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)\n"
@@ -107,11 +114,11 @@ msgstr ""
#: common/djangoapps/student/models.py
msgid "Male"
-msgstr ""
+msgstr "Lad"
#: common/djangoapps/student/models.py
msgid "Female"
-msgstr ""
+msgstr "Lass"
#. Translators: 'Other' refers to the student's gender
#. Translators: 'Other' refers to the student's level of education
@@ -154,7 +161,7 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "Course id not specified"
-msgstr ""
+msgstr "Ye course id be not specified"
#: common/djangoapps/student/views.py
msgid "Course id is invalid"
@@ -167,7 +174,7 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "You are not enrolled in this course"
-msgstr ""
+msgstr "Ye not be enrolled in this course"
#: common/djangoapps/student/views.py
msgid "Enrollment action is invalid"
@@ -176,6 +183,8 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "There was an error receiving your login information. Please email us."
msgstr ""
+"Thar be an error receivin' yer login information. Please be sendin' us an "
+"email."
#: common/djangoapps/student/views.py
msgid ""
@@ -183,13 +192,20 @@ msgid ""
"Try again later."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"Your password has expired due to password policy on this account. You must "
+"reset your password before you can log in again. Please click the Forgot "
+"Password\" link on this page to reset your password before logging in again."
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "Too many failed login attempts. Try again later."
msgstr ""
-#: common/djangoapps/student/views.py lms/templates/provider_login.html
+#: lms/templates/provider_login.html
msgid "Email or password is incorrect."
-msgstr ""
+msgstr "Ye email or password be full o' blather"
#: common/djangoapps/student/views.py
msgid ""
@@ -235,7 +251,7 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "To enroll, you must follow the honor code."
-msgstr ""
+msgstr "To be enlistin', ye must be followin' the Pirate code."
#: common/djangoapps/student/views.py
msgid "You must accept the terms of service."
@@ -263,7 +279,7 @@ msgstr ""
#: common/djangoapps/student/views.py
msgid "Agreeing to the Honor Code is required"
-msgstr ""
+msgstr "Ye must be agreein' to th' Pirate Code"
#: common/djangoapps/student/views.py
msgid "A level of education is required"
@@ -309,7 +325,7 @@ msgstr ""
msgid "Username should only consist of A-Z and 0-9, with no spaces."
msgstr ""
-#: common/djangoapps/student/views.py
+#: common/djangoapps/student/views.py common/djangoapps/student/views.py
msgid "Password: "
msgstr ""
@@ -321,6 +337,22 @@ msgstr ""
msgid "Unknown error. Please e-mail us to let us know how it happened."
msgstr ""
+#: common/djangoapps/student/views.py
+msgid ""
+"You are re-using a password that you have used recently. You must have {0} "
+"distinct password(s) before reusing a previous password."
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid ""
+"You are resetting passwords too frequently. Due to security policies, {0} "
+"day(s) must elapse between password resets"
+msgstr ""
+
+#: common/djangoapps/student/views.py
+msgid "Password reset unsuccessful"
+msgstr ""
+
#: common/djangoapps/student/views.py
msgid "No inactive user with this e-mail exists"
msgstr ""
@@ -988,7 +1020,7 @@ msgstr ""
#: common/lib/xmodule/xmodule/tabs.py
#: lms/templates/courseware/courseware-error.html
msgid "Courseware"
-msgstr ""
+msgstr "Ye Coursewaaarrre"
#. Translators: "Course Info" is the name of the course's information and
#. updates page
@@ -1036,12 +1068,9 @@ msgstr ""
msgid "Peer grading"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
-#. Translators: "Syllabus" appears on a tab that, when clicked, opens the
-#. syllabus of the course.
-#: common/lib/xmodule/xmodule/tabs.py lms/templates/courseware/syllabus.html
+#: lms/templates/courseware/syllabus.html
msgid "Syllabus"
-msgstr ""
+msgstr "List 'o' Course Content"
#. Translators: 'Instructor' appears on the tab that leads to the instructor
#. dashboard, which is
@@ -1266,17 +1295,21 @@ msgstr ""
msgid "Something wrong with SubRip transcripts file during parsing."
msgstr ""
+#: common/lib/xmodule/xmodule/video_module/transcripts_utils.py
+msgid "{exception_message}: Can't find uploaded transcripts: {user_filename}"
+msgstr ""
+
#: common/lib/xmodule/xmodule/video_module/video_module.py
msgid "A YouTube URL or a link to a file hosted anywhere on the web."
msgstr ""
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "Navigation"
-msgstr ""
+msgstr "Naaarrrvigation"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "About these documents"
-msgstr ""
+msgstr "About these bits o' parchment"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
msgid "Index"
@@ -1286,7 +1319,7 @@ msgstr ""
#: lms/templates/wiki/plugins/attachments/index.html
#: lms/templates/discussion/_thread_list_template.html
msgid "Search"
-msgstr ""
+msgstr "Scour"
#: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html
#: lms/templates/static_templates/copyright.html
@@ -1473,7 +1506,7 @@ msgstr ""
#: lms/djangoapps/dashboard/sysadmin.py
msgid "Total number of users"
-msgstr ""
+msgstr "Total number o' mateys"
#: lms/djangoapps/dashboard/sysadmin.py
msgid "Courses loaded in the modulestore"
@@ -1705,13 +1738,11 @@ msgstr ""
msgid "Name"
msgstr ""
-#: lms/djangoapps/instructor/views/api.py
-#: lms/djangoapps/instructor/views/instructor_dashboard.py
#: lms/templates/dashboard.html
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/university_profile/edge.html
msgid "Email"
-msgstr ""
+msgstr "Email"
#: lms/djangoapps/instructor/views/api.py
msgid "Language"
@@ -1728,7 +1759,7 @@ msgstr ""
#: lms/djangoapps/instructor/views/api.py lms/templates/register.html
#: lms/templates/signup_modal.html
msgid "Gender"
-msgstr ""
+msgstr "Ye' Gender"
#: lms/djangoapps/instructor/views/api.py
#: lms/templates/instructor/instructor_dashboard_2/analytics.html
@@ -1907,7 +1938,7 @@ msgstr ""
#: lms/djangoapps/instructor/views/legacy.py
msgid "List of Staff"
-msgstr ""
+msgstr "List o' Captains"
#: lms/djangoapps/instructor/views/legacy.py
msgid "List of Instructors"
@@ -2257,37 +2288,6 @@ msgstr ""
msgid "Add to profile"
msgstr ""
-#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#
-#. Translators: "Peer Grading" is a panel where peer can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-#: lms/templates/peer_grading/peer_grading.html
-#: lms/templates/peer_grading/peer_grading_closed.html
-#: lms/templates/peer_grading/peer_grading_problem.html
-msgid "Peer Grading"
-msgstr ""
-
-#. Translators: "Staff Grading" is a panel where instructor can grade student-
-#. provided answers.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Staff Grading"
-msgstr ""
-
-#. Translators: "Problems you have submitted" refers to the problems that the
-#. currently-logged-in
-#. student has provided an answer for.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Problems you have submitted"
-msgstr ""
-
-#. Translators: "Flagged Submissions" refers to student-provided answers to a
-#. problem which are
-#. marked by instructor or peer graders as 'flagged' potentially
-#. inappropriate.
-#: lms/djangoapps/open_ended_grading/open_ended_notifications.py
-msgid "Flagged Submissions"
-msgstr ""
-
#: lms/djangoapps/open_ended_grading/staff_grading_service.py
msgid ""
"Could not contact the external grading server. Please contact the "
@@ -2303,11 +2303,11 @@ msgstr ""
#: lms/djangoapps/open_ended_grading/utils.py
msgid "AI Assessment"
-msgstr ""
+msgstr "Assessment by Th' Fool's Intelligence"
#: lms/djangoapps/open_ended_grading/utils.py
msgid "Peer Assessment"
-msgstr ""
+msgstr "Assessment by Yer Mateys"
#: lms/djangoapps/open_ended_grading/utils.py
msgid "Not yet available"
@@ -2341,6 +2341,7 @@ msgstr ""
msgid ""
"View all problems that require peer assessment in this particular course."
msgstr ""
+"Spy all th' problems that require matey assessment in this here course"
#: lms/djangoapps/open_ended_grading/views.py
msgid ""
@@ -2403,7 +2404,7 @@ msgstr ""
#: lms/djangoapps/shoppingcart/models.py
msgid "Certificate of Achievement, {mode_name} for course {course}"
-msgstr ""
+msgstr "Parchment o' Achievement, {mode_name} for course {course}"
#: lms/djangoapps/shoppingcart/models.py
msgid ""
@@ -2578,7 +2579,7 @@ msgstr ""
#: lms/djangoapps/shoppingcart/views.py
#: lms/djangoapps/shoppingcart/tests/test_views.py
msgid "You are already registered in course {0}."
-msgstr ""
+msgstr "Ye already be enlisted in course {0}"
#: lms/djangoapps/shoppingcart/views.py
msgid "Course added to cart."
@@ -2586,7 +2587,7 @@ msgstr ""
#: lms/djangoapps/shoppingcart/views.py
msgid "You do not have permission to view this page."
-msgstr ""
+msgstr "Ye be forbidden from viewin' the contents o' this page!"
#: lms/djangoapps/shoppingcart/processors/CyberSource.py
msgid "The payment processor did not return a required parameter: {0}"
@@ -2892,11 +2893,11 @@ msgstr ""
#: lms/djangoapps/verify_student/views.py
msgid "Selected price is not valid number."
-msgstr ""
+msgstr "Th' number of dubloons ye chose is a nonsense number!"
#: lms/djangoapps/verify_student/views.py
msgid "This course doesn't support verified certificates"
-msgstr ""
+msgstr "Yarrr, this course has no support for verified parchments"
#: lms/djangoapps/verify_student/views.py
msgid "No selected price or selected price is below minimum."
@@ -2935,7 +2936,7 @@ msgstr ""
#: lms/templates/registration/password_reset_confirm.html
msgid "Password Reset Form"
-msgstr ""
+msgstr "Secret Code Changin' Form"
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -2954,7 +2955,7 @@ msgstr ""
#: lms/templates/registration/password_reset_confirm.html
msgid "The two password fields didn't match."
-msgstr ""
+msgstr "Th' two secret codes didn't match"
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -2984,19 +2985,19 @@ msgstr ""
#: lms/templates/registration/password_reset_confirm.html
msgid "Your New Password"
-msgstr ""
+msgstr "Yer new secret code"
#: lms/templates/registration/password_reset_confirm.html
msgid "Your New Password Again"
-msgstr ""
+msgstr "Yer new secret code, again"
#: lms/templates/registration/password_reset_confirm.html
msgid "Change My Password"
-msgstr ""
+msgstr "Change me Secret Code"
#: lms/templates/registration/password_reset_confirm.html
msgid "Your Password Reset Was Unsuccessful"
-msgstr ""
+msgstr "Arr, Yer Secret Code Reset Was Unsuccessful"
#: lms/templates/registration/password_reset_confirm.html
msgid ""
@@ -3044,7 +3045,7 @@ msgstr ""
#: lms/templates/registration/password_reset_email.html
msgid "The edX Team"
-msgstr ""
+msgstr "Th' edX Crew"
#: lms/templates/wiki/article.html
msgid "Last modified:"
@@ -3111,7 +3112,7 @@ msgstr ""
#: lms/templates/wiki/delete.html
msgid "You are deleting an article. Please confirm."
-msgstr ""
+msgstr "Ye be discardin' a piece o' parchment. Ye be sure?"
#: lms/templates/wiki/edit.html cms/templates/component.html
#: cms/templates/studio_xblock_wrapper.html
@@ -3474,12 +3475,16 @@ msgid ""
"Non writable git url provided. Expecting something like: "
"git@github.com:mitocw/edx4edx_lite.git"
msgstr ""
+"Th' git url cannot be scribbled upon. Expected a scribblin' like: "
+"git@github.com:mitocw/edx4edx_lite.git"
#: cms/djangoapps/contentstore/git_export_utils.py
msgid ""
"If using http urls, you must provide the username and password in the url. "
"Similar to https://user:pass@github.com/user/course."
msgstr ""
+"If ye be usin' http urls, ye must be providin' th' pirate name 'n' secret "
+"code in the url. Similar to https://user:pass@github.com/user/course"
#: cms/djangoapps/contentstore/git_export_utils.py
msgid "Unable to determine branch, repo in detached HEAD mode"
@@ -3532,7 +3537,7 @@ msgstr ""
#: cms/djangoapps/contentstore/utils.py lms/templates/notes.html
msgid "My Notes"
-msgstr ""
+msgstr "Me Notes"
#: cms/djangoapps/contentstore/management/commands/git_export.py
msgid ""
@@ -3542,7 +3547,7 @@ msgstr ""
#: cms/djangoapps/contentstore/views/assets.py
msgid "Upload completed"
-msgstr ""
+msgstr "Yer files be uploaded"
#: cms/djangoapps/contentstore/views/course.py
msgid ""
@@ -3577,6 +3582,8 @@ msgid ""
"There is already a course defined with the same organization and course "
"number. Please change at least one field to be unique."
msgstr ""
+"There already be a ship defined with the same flag 'n' ship number. Please "
+"be changin' th' flag or the ship number to be unique."
#: cms/djangoapps/contentstore/views/export_git.py
msgid "Course successfully exported to git repository"
@@ -3584,11 +3591,11 @@ msgstr ""
#: cms/djangoapps/contentstore/views/import_export.py
msgid "We only support uploading a .tar.gz file."
-msgstr ""
+msgstr "We only be supportin' uploads o' files o' type .tar.gz here, matey."
#: cms/djangoapps/contentstore/views/import_export.py
msgid "File upload corrupted. Please try again"
-msgstr ""
+msgstr "Aaarrrgh, th' parchment upload has been thwarted! Try again, matey."
#: cms/djangoapps/contentstore/views/import_export.py
msgid "Could not find the course.xml file in the package."
@@ -3625,18 +3632,19 @@ msgstr ""
#: cms/djangoapps/contentstore/views/user.py
msgid "User {email} has registered but has not yet activated his/her account."
msgstr ""
+"Th' feller {email} has set sail, but has yet to validate their vessel."
#: cms/djangoapps/contentstore/views/user.py
msgid "`role` is required"
-msgstr ""
+msgstr "`role` be required, arrgh"
#: cms/djangoapps/contentstore/views/user.py
msgid "Only instructors may create other instructors"
-msgstr ""
+msgstr "Only captains may be nominatin' other captains, aaarrrgh"
#: cms/djangoapps/contentstore/views/user.py
msgid "You may not remove the last instructor from a course"
-msgstr ""
+msgstr "Y' can't be removin' the last captain from th' ship"
#: cms/djangoapps/course_creators/models.py
msgid "unrequested"
@@ -3671,6 +3679,8 @@ msgid ""
"Optional notes about this user (for example, why course creation access was "
"denied)"
msgstr ""
+"Optional scribblin's about this matey (fer instance, why their ship-buildin'"
+" request was denied)"
#: cms/templates/404.html cms/templates/error.html
#: lms/templates/static_templates/404.html
@@ -3701,7 +3711,7 @@ msgstr ""
#: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html
#: lms/templates/verify_student/face_upload.html
msgid "Save"
-msgstr ""
+msgstr "Bury Treasure"
#: cms/templates/component.html cms/templates/index.html
#: cms/templates/manage_users.html cms/templates/overview.html
@@ -3715,7 +3725,7 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache
#: lms/templates/verify_student/face_upload.html
msgid "Cancel"
-msgstr ""
+msgstr "Belay"
#. Translators: this is a verb describing the action of viewing more details
#: cms/templates/container_xblock_component.html
@@ -3751,7 +3761,7 @@ msgstr ""
#: cms/templates/login.html lms/templates/login.html
#: lms/templates/university_profile/edge.html
msgid "Forgot password?"
-msgstr ""
+msgstr "Forgot yer secret code?"
#: cms/templates/login.html cms/templates/register.html
#: lms/templates/login.html lms/templates/provider_login.html
@@ -3794,7 +3804,7 @@ msgstr ""
#: cms/templates/registration/activation_complete.html
#: lms/templates/registration/activation_complete.html
msgid "Visit your {link_start}dashboard{link_end} to see your courses."
-msgstr ""
+msgstr "Board yer {link_start}main deck{link_end} to see yer courses."
#: cms/templates/widgets/footer.html lms/templates/static_templates/tos.html
#: lms/templates/static_templates/tos.html
@@ -3813,21 +3823,13 @@ msgstr ""
msgid "Help"
msgstr ""
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "Visual"
-msgstr ""
-
-#: cms/templates/widgets/html-edit.html lms/templates/widgets/html-edit.html
-msgid "HTML"
-msgstr ""
-
#: common/templates/course_modes/choose.html
msgid "Upgrade Your Registration for {} | Choose Your Track"
msgstr ""
#: common/templates/course_modes/choose.html
msgid "Register for {} | Choose Your Track"
-msgstr ""
+msgstr "Set sail with {} | Be Choosin' yer Track"
#: common/templates/course_modes/choose.html
msgid "Sorry, there was an error when trying to register you"
@@ -3856,7 +3858,7 @@ msgstr ""
#: common/templates/course_modes/choose.html
#: lms/templates/verify_student/photo_verification.html
msgid "):"
-msgstr ""
+msgstr "):"
#: common/templates/course_modes/choose.html
msgid "Why do I have to pay? What if I don't meet all the requirements?"
@@ -3901,7 +3903,7 @@ msgstr ""
#: common/templates/course_modes/choose.html
msgid "Select Honor Code Certificate"
-msgstr ""
+msgstr "Be Selectin' th' Pirate Code Certificate"
#: common/templates/course_modes/choose.html
msgid "Explain your situation: "
@@ -3966,7 +3968,7 @@ msgstr ""
#: lms/templates/admin_dashboard.html
msgid "{platform_name}-wide Summary"
-msgstr ""
+msgstr "Be Summarizin' Th' {platform_name}"
#: lms/templates/annotatable.html lms/templates/textannotation.html
#: lms/templates/videoannotation.html
@@ -3976,39 +3978,39 @@ msgstr ""
#: lms/templates/open_ended_problems/open_ended_problems.html
#: lms/templates/peer_grading/peer_grading.html
msgid "Instructions"
-msgstr ""
+msgstr "Instructin' for ye, Matey"
#: lms/templates/annotatable.html lms/templates/textannotation.html
#: lms/templates/videoannotation.html
msgid "Collapse Instructions"
-msgstr ""
+msgstr "Fold Ye Instructions Here"
#: lms/templates/annotatable.html
msgid "Guided Discussion"
-msgstr ""
+msgstr "We Be Directin' Th' Scuttlebutt"
#: lms/templates/annotatable.html
msgid "Hide Annotations"
-msgstr ""
+msgstr "Hide Ye Annotations"
#: lms/templates/contact.html lms/templates/static_templates/about.html
#: lms/templates/static_templates/about.html
msgid "Vision"
-msgstr ""
+msgstr "Where We Be Sailin'"
#: lms/templates/contact.html
msgid "Faq"
-msgstr ""
+msgstr "Yer Common Questions Be Answered Here"
#: lms/templates/contact.html lms/templates/footer.html
msgid "Press"
-msgstr ""
+msgstr "Foul rumors be spread 'bout us"
#: lms/templates/contact.html lms/templates/footer.html
#: lms/templates/static_templates/contact.html
#: lms/templates/static_templates/contact.html
msgid "Contact"
-msgstr ""
+msgstr "Let Us Be Hearin' Yer Thoughts"
#: lms/templates/contact.html
msgid "Class Feedback"
@@ -4021,10 +4023,14 @@ msgid ""
" issues specific to a particular class, please post on the discussion forums"
" of that class."
msgstr ""
+"We always be seekin' out feedback to be improvin' our courses. If ye be a "
+"studyin' lad or lass and have us any questions, feedback, suggestions, or "
+"any such issues pertainin' to a particular class, please be postin' on the "
+"discussion forums of that there class."
#: lms/templates/contact.html
msgid "General Inquiries and Feedback"
-msgstr ""
+msgstr "Yer Run O' Th' Mill Inquiries 'n' Feedback"
#: lms/templates/contact.html
msgid ""
@@ -4035,10 +4041,17 @@ msgid ""
"{fb_link_start}facebook page{fb_link_end}. Though we may not have a chance "
"to respond to every email, we take all feedback into consideration."
msgstr ""
+"If ye have any queries about {platform_name} please be sendin' a letter to "
+"{contact_email}. To be seein' if yer"
+" query already has an answer, visit the {faq_link_start}page o' questions we"
+" be frequently pestered about{faq_link_end}. Ye can also blather on our "
+"{fb_link_start}facebook page{fb_link_end}. Though we may not have the time "
+"to be respondin' to e'ry letter, we bend an ear to all ye feedback for "
+"consideration."
#: lms/templates/contact.html
msgid "Technical Inquiries and Feedback"
-msgstr ""
+msgstr "Yer Technical Inquiries 'n' Feedback"
#: lms/templates/contact.html
msgid ""
@@ -4061,10 +4074,13 @@ msgid ""
"Please visit our {link_start}media/press page{link_end} for more "
"information. For any media or press inquiries, please email {email}."
msgstr ""
+"Please be visitin' our {link_start}media/press parchment{link_end} if ye be "
+"wantin' more information. If ye be doin' media or press inquires, please be "
+"sendin' us an email to {email}."
#: lms/templates/contact.html
msgid "Universities"
-msgstr ""
+msgstr "Institutions o' Learnin'"
#: lms/templates/contact.html
msgid ""
@@ -4074,11 +4090,11 @@ msgstr ""
#: lms/templates/course.html
msgid "New"
-msgstr ""
+msgstr "New"
#: lms/templates/dashboard.html
msgid "Dashboard"
-msgstr ""
+msgstr "Main Deck"
#: lms/templates/dashboard.html lms/templates/courseware/course_about.html
#: lms/templates/courseware/course_about.html
@@ -4093,23 +4109,23 @@ msgstr ""
#: lms/templates/dashboard.html lms/templates/dashboard.html
#: lms/templates/dashboard/_dashboard_info_language.html
msgid "edit"
-msgstr ""
+msgstr "correctin' meself"
#: lms/templates/dashboard.html lms/templates/dashboard.html
msgid "Reset Password"
-msgstr ""
+msgstr "Reset Me Secret Code"
#: lms/templates/dashboard.html
msgid "Current Courses"
-msgstr ""
+msgstr "Courses at th' Present"
#: lms/templates/dashboard.html
msgid "Looks like you haven't registered for any courses yet."
-msgstr ""
+msgstr "It be seemin' like you haven't got any courses yet."
#: lms/templates/dashboard.html
msgid "Find courses now!"
-msgstr ""
+msgstr "Scour fer courses, me matey!"
#: lms/templates/dashboard.html
msgid "Looks like you haven't been enrolled in any courses yet."
@@ -4117,7 +4133,7 @@ msgstr ""
#: lms/templates/dashboard.html
msgid "Course-loading errors"
-msgstr ""
+msgstr "Errors we be seein' while loadin' yer course"
#: lms/templates/dashboard.html
msgid "Email Settings for {course_number}"
@@ -4129,39 +4145,43 @@ msgstr ""
#: lms/templates/dashboard.html
msgid "Save Settings"
-msgstr ""
+msgstr "Stow Changes to ye Riggin's"
#: lms/templates/dashboard.html
msgid "Password Reset Email Sent"
-msgstr ""
+msgstr "Sent Away Th' Secret Code"
#: lms/templates/dashboard.html
msgid ""
"An email has been sent to {email}. Follow the link in the email to change "
"your password."
msgstr ""
+"A letter's been sent to ye at {email}. Follow the link in yer letter to be "
+"changin' yer secret code."
#: lms/templates/dashboard.html lms/templates/dashboard.html
msgid "Change Email"
-msgstr ""
+msgstr "Be Changin' Me Email"
#: lms/templates/dashboard.html
msgid "Please enter your new email address:"
-msgstr ""
+msgstr "Please be enterin' yer new email address:"
#: lms/templates/dashboard.html
msgid "Please confirm your password:"
-msgstr ""
+msgstr "Please be confirmin' yer secret code:"
#: lms/templates/dashboard.html
msgid ""
"We will send a confirmation to both {email} and your new email as part of "
"the process."
msgstr ""
+"Ye'll be gettin' a confirmation to yer old email {email} and yer new email "
+"as part o' the process."
#: lms/templates/dashboard.html
msgid "Change your name"
-msgstr ""
+msgstr "Be Changin' Yer Name, Matey"
#. Translators: note that {platform} {cert_name_short} will look something
#. like: "edX certificate". Please do not change the order of these
@@ -4184,11 +4204,11 @@ msgstr ""
#: lms/templates/dashboard.html
#: lms/templates/verify_student/_modal_editname.html
msgid "Reason for name change:"
-msgstr ""
+msgstr "Why ye be changin' yer name:"
#: lms/templates/dashboard.html
msgid "Change My Name"
-msgstr ""
+msgstr "Be Changin' Me Name"
#: lms/templates/dashboard.html
msgid ""
@@ -4201,74 +4221,80 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Unregister"
+msgstr "Disembark"
+
+#: lms/templates/edit_unit_link.html
+msgid "View Unit in Studio"
msgstr ""
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
msgid "E-mail change failed"
-msgstr ""
+msgstr "Yer E-mail change be goin' overboard, matey."
#: lms/templates/email_change_failed.html
msgid "We were unable to send a confirmation email to {email}"
-msgstr ""
+msgstr "We were unable to send a letter o' confirmation to {email}."
#: lms/templates/email_change_failed.html lms/templates/email_exists.html
#: lms/templates/invalid_email_key.html
msgid "Go back to the {link_start}home page{link_end}."
-msgstr ""
+msgstr "Return to the {link_start}waters o' the home port{link_end}."
#: lms/templates/email_change_successful.html
#: lms/templates/emails_change_successful.html
msgid "E-mail change successful!"
-msgstr ""
+msgstr "Yer E-mail change be above board, matey."
#: lms/templates/email_change_successful.html
#: lms/templates/emails_change_successful.html
msgid "You should see your new email in your {link_start}dashboard{link_end}."
msgstr ""
+"Ye should be seeing yer new email on yer {link_start}main deck{link_end}."
#: lms/templates/email_exists.html
msgid "An account with the new e-mail address already exists."
msgstr ""
+"Thar be a matey holdin' an account with yer new email address already."
#: lms/templates/enroll_students.html
msgid "Student Enrollment Form"
-msgstr ""
+msgstr "Crewmen Enlistment Form"
#: lms/templates/enroll_students.html
msgid "Course: "
-msgstr ""
+msgstr "Course:"
#: lms/templates/enroll_students.html
msgid "Add new students"
-msgstr ""
+msgstr "Enlist new crewmen"
#: lms/templates/enroll_students.html
msgid "Existing students:"
-msgstr ""
+msgstr "Existin' crewmen:"
#: lms/templates/enroll_students.html
msgid "New students added: "
-msgstr ""
+msgstr "New crewmen added:"
#: lms/templates/enroll_students.html
msgid "Students rejected: "
-msgstr ""
+msgstr "Crewmen rejected:"
#: lms/templates/enroll_students.html
msgid "Debug: "
-msgstr ""
+msgstr "Fer Removin' Bugs:"
#: lms/templates/enroll_students.html
msgid "foo"
-msgstr ""
+msgstr "foo"
#: lms/templates/enroll_students.html
msgid "bar"
-msgstr ""
+msgstr "bar"
#: lms/templates/enroll_students.html
msgid "biff"
-msgstr ""
+msgstr "biff"
#: lms/templates/extauth_failure.html lms/templates/extauth_failure.html
msgid "External Authentication failed"
@@ -4284,11 +4310,11 @@ msgstr ""
#: lms/templates/folditbasic.html
msgid "You have successfully gotten to level {goal_level}."
-msgstr ""
+msgstr "Ye have successfully scaled the mast to level {goal_level}."
#: lms/templates/folditbasic.html
msgid "You have not yet gotten to level {goal_level}."
-msgstr ""
+msgstr "Ye have not yet scaled the mast to level {goal_level}."
#: lms/templates/folditbasic.html
msgid "Completed puzzles"
@@ -4322,12 +4348,12 @@ msgstr ""
#: lms/templates/footer.html lms/templates/static_templates/jobs.html
#: lms/templates/static_templates/jobs.html
msgid "Jobs"
-msgstr ""
+msgstr "Be Joinin' Our Crew"
#: lms/templates/footer.html lms/templates/static_templates/faq.html
#: lms/templates/static_templates/faq.html
msgid "FAQ"
-msgstr ""
+msgstr "Yer Common Questions Be Answered Here"
#: lms/templates/footer.html
msgid "{platform_name} Logo"
@@ -4341,6 +4367,11 @@ msgid ""
"{platform_name}'s free online MOOCs are interactive and subjects include "
"computer science, public health, and artificial intelligence."
msgstr ""
+"{platform_name} be an armada assembled by th' scallywags {Harvard} 'n' {MIT}"
+" whose mission is to bring th' best o' the high seas to mateys of all ages "
+"anywhere in the world, wherever there be a port o' call. {platform_name}'s "
+"free vessels o' learnin' be boardable, and topics o' interest include 'puter"
+" science, health o' the public, and fool's intelligence."
#: lms/templates/footer.html
msgid "© 2014 {platform_name}, some rights reserved."
@@ -4353,7 +4384,7 @@ msgstr ""
#: lms/templates/forgot_password_modal.html
#: lms/templates/forgot_password_modal.html
msgid "Password Reset"
-msgstr ""
+msgstr "Reset Secret Code"
#: lms/templates/forgot_password_modal.html
msgid ""
@@ -4375,7 +4406,7 @@ msgstr ""
#: lms/templates/forgot_password_modal.html
msgid "Email is incorrect."
-msgstr ""
+msgstr "Th' email be wrong, matey."
#: lms/templates/help_modal.html
msgid "{platform_name} Help"
@@ -4383,7 +4414,7 @@ msgstr ""
#: lms/templates/help_modal.html
msgid "{span_start}{platform_name}{span_end} Help"
-msgstr ""
+msgstr "{span_start}{platform_name}{span_end} Helpin' Ye"
#: lms/templates/help_modal.html
msgid ""
@@ -4404,6 +4435,8 @@ msgid ""
"Have a question about something specific? You can contact "
"the {platform_name} general support team directly:"
msgstr ""
+"Have ye a query regardin' somethin' particular? You can "
+"contact the {platform_name} supportin' crew directly:"
#: lms/templates/help_modal.html
msgid "Report a problem"
@@ -4411,11 +4444,11 @@ msgstr ""
#: lms/templates/help_modal.html
msgid "Make a suggestion"
-msgstr ""
+msgstr "Be makin' a suggestion"
#: lms/templates/help_modal.html
msgid "Ask a question"
-msgstr ""
+msgstr "Be askin' a query"
#: lms/templates/help_modal.html
msgid ""
@@ -4459,7 +4492,7 @@ msgstr ""
#: lms/templates/help_modal.html
msgid "Thank You!"
-msgstr ""
+msgstr "Thank Ye, Matey!"
#: lms/templates/help_modal.html
msgid ""
@@ -4495,7 +4528,7 @@ msgstr ""
#: lms/templates/help_modal.html
msgid "Make a Suggestion"
-msgstr ""
+msgstr "Be Makin' a Suggestion"
#: lms/templates/help_modal.html
msgid "Brief description of your suggestion"
@@ -4536,15 +4569,15 @@ msgstr ""
#: lms/templates/index.html
msgid "The Future of Online Education"
-msgstr ""
+msgstr "Th' Future o' Seaworthy Education"
#: lms/templates/index.html
msgid "For anyone, anywhere, anytime"
-msgstr ""
+msgstr "Fer any matey, anywhere, anytime"
#: lms/templates/index.html
msgid "Stay up to date with all {platform_name} has to offer!"
-msgstr ""
+msgstr "Keep abreast of all {platform_name} be offerin'!"
#: lms/templates/invalid_email_key.html
msgid "Invalid email change key"
@@ -4552,7 +4585,7 @@ msgstr ""
#: lms/templates/invalid_email_key.html
msgid "This e-mail key is not valid. Please check:"
-msgstr ""
+msgstr "Yaaarrrgh! Th' e-mail key be invalid, matey. Please check:"
#: lms/templates/invalid_email_key.html
msgid ""
@@ -4574,7 +4607,7 @@ msgstr ""
#: lms/templates/login-sidebar.html lms/templates/login-sidebar.html
msgid "Login via OpenID"
-msgstr ""
+msgstr "Set sail via OpenID"
#: lms/templates/login-sidebar.html
msgid ""
@@ -4584,11 +4617,11 @@ msgstr ""
#: lms/templates/login-sidebar.html
msgid "Not Enrolled?"
-msgstr ""
+msgstr "Not Enlisted?"
#: lms/templates/login-sidebar.html
msgid "Sign up for {platform_name} today!"
-msgstr ""
+msgstr "Enlist in {platform_name} t'day!"
#: lms/templates/login-sidebar.html
msgid "Looking for help in logging in or with your {platform_name} account?"
@@ -4600,15 +4633,15 @@ msgstr ""
#: lms/templates/login.html
msgid "Log into your {platform_name} Account"
-msgstr ""
+msgstr "Board yer {platform_name} Ship"
#: lms/templates/login.html
msgid "Log into My {platform_name} Account"
-msgstr ""
+msgstr "Board me {platform_name} Ship"
#: lms/templates/login.html
msgid "Access My Courses"
-msgstr ""
+msgstr "Be Gettin' To Me Courses"
#: lms/templates/login.html lms/templates/register.html
msgid "Processing your account information…"
@@ -4625,6 +4658,7 @@ msgstr ""
#: lms/templates/login.html
msgid "We're Sorry, {platform_name} accounts are unavailable currently"
msgstr ""
+"We're Sorry, {platform_name} not be acceptin' new crewmen at th' moment"
#: lms/templates/login.html
msgid "The following errors occurred while logging you in:"
@@ -4632,7 +4666,7 @@ msgstr ""
#: lms/templates/login.html
msgid "Your email or password is incorrect"
-msgstr ""
+msgstr "Ye email or password be full o' blather"
#: lms/templates/login.html
msgid ""
@@ -4652,7 +4686,7 @@ msgstr ""
#: lms/templates/login.html
msgid "Remember me"
-msgstr ""
+msgstr "Keep me afloat"
#: lms/templates/lti.html
msgid "External resource"
@@ -4711,7 +4745,7 @@ msgstr ""
#: lms/templates/module-error.html
msgid "There has been an error on the {platform_name} servers"
-msgstr ""
+msgstr "We's been havin' an error on the {platform_name} servers."
#: lms/templates/module-error.html
msgid ""
@@ -4720,6 +4754,10 @@ msgid ""
"href=\"mailto:{tech_support_email}\">{tech_support_email}
to report any "
"problems or downtime."
msgstr ""
+"We be sorry, this deck be flooded at th' moment. Our crew be scramblin' to "
+"restore it quick as can be. Please be sendin' a message to {tech_support_email} to report any "
+"men overboard or cannonfire."
#: lms/templates/module-error.html
msgid "Raw data:"
@@ -4752,11 +4790,11 @@ msgstr ""
#: lms/templates/navigation.html
msgid "Global Navigation"
-msgstr ""
+msgstr "Global Naaarrrghvigation"
#: lms/templates/navigation.html
msgid "Find Courses"
-msgstr ""
+msgstr "Scour fer Courses"
#: lms/templates/navigation.html
msgid "Dashboard for:"
@@ -4782,7 +4820,7 @@ msgstr ""
#: lms/templates/navigation.html
msgid "Schools"
-msgstr ""
+msgstr "Institutions o' Learnin'"
#: lms/templates/navigation.html lms/templates/navigation.html
msgid "Register Now"
@@ -4802,7 +4840,7 @@ msgstr ""
#: lms/templates/notes.html lms/templates/textannotation.html
#: lms/templates/videoannotation.html
msgid "You do not have any notes."
-msgstr ""
+msgstr "Ye have no notes to speak of."
#: lms/templates/problem.html
msgid "Reset"
@@ -4818,12 +4856,12 @@ msgstr ""
#: lms/templates/problem.html
msgid "You have used {num_used} of {num_total} submissions"
-msgstr ""
+msgstr "Matey, ye have used {num_used} of ye {num_total} submissions"
#: lms/templates/provider_login.html
#: lms/templates/university_profile/edge.html
msgid "Log In"
-msgstr ""
+msgstr "Board Yer Vessel"
#: lms/templates/provider_login.html
msgid ""
@@ -4855,6 +4893,8 @@ msgstr ""
msgid ""
"We're sorry, {platform_name} enrollment is not available in your region"
msgstr ""
+"Our apologies, ye can't be enlistin' in {platform_name} from yer port o' "
+"call"
#: lms/templates/register-shib.html lms/templates/register.html
msgid "The following errors occurred while processing your registration:"
@@ -4879,6 +4919,8 @@ msgstr ""
#: lms/templates/register.html
msgid "Will be shown in any discussions or forums you participate in"
msgstr ""
+"Will be put on display fer any disscusin' or sharin' o' scuttlebutt ye be "
+"don'"
#: lms/templates/register-shib.html lms/templates/register.html
msgid "Account Acknowledgements"
@@ -4886,11 +4928,11 @@ msgstr ""
#: lms/templates/register-shib.html lms/templates/register.html
msgid "I agree to the {link_start}Terms of Service{link_end}"
-msgstr ""
+msgstr "I be agreein' to the {link_start}Terms o' Service{link_end}"
#: lms/templates/register-shib.html lms/templates/register.html
msgid "I agree to the {link_start}Honor Code{link_end}"
-msgstr ""
+msgstr "I be agreein' to the {link_start}Pirate Code{link_end}"
#: lms/templates/register-shib.html
msgid "Update My Account"
@@ -4906,7 +4948,7 @@ msgstr ""
#: lms/templates/register-sidebar.html
msgid "Click here to log in."
-msgstr ""
+msgstr "Affix yer clicker here to climb aboard."
#: lms/templates/register-sidebar.html
msgid "Welcome to {platform_name}"
@@ -4955,7 +4997,7 @@ msgstr ""
#: lms/templates/register.html
msgid "Register for {platform_name}"
-msgstr ""
+msgstr "Set sail fer {platform_name}"
#: lms/templates/register.html
msgid "Create My {platform_name} Account"
@@ -4963,7 +5005,7 @@ msgstr ""
#: lms/templates/register.html
msgid "Welcome!"
-msgstr ""
+msgstr "Ahoy, matey!"
#: lms/templates/register.html
msgid "Register below to create your {platform_name} account"
@@ -4987,7 +5029,7 @@ msgstr ""
#: lms/templates/register.html
msgid "Welcome {username}"
-msgstr ""
+msgstr "Ahoy, {username}"
#: lms/templates/register.html
msgid "Enter a Public Display Name:"
@@ -5020,11 +5062,12 @@ msgstr ""
#: lms/templates/register.html
#: lms/templates/instructor/instructor_dashboard_2/analytics.html
msgid "Year of Birth"
-msgstr ""
+msgstr "Year o' Birth"
#: lms/templates/register.html
msgid "Please share with us your reasons for registering with {platform_name}"
msgstr ""
+"Please be tellin' us yer reasonin' for climbin' aboard with {platform_name}"
#: lms/templates/register.html lms/templates/university_profile/edge.html
msgid "Register"
@@ -5088,7 +5131,7 @@ msgstr ""
#: lms/templates/signup_modal.html lms/templates/signup_modal.html
msgid "e.g. Your Name (for certificates)"
-msgstr ""
+msgstr "Yer Name (fer parchments o' achievement)"
#: lms/templates/signup_modal.html
msgid "Welcome {name}"
@@ -5100,7 +5143,7 @@ msgstr ""
#: lms/templates/signup_modal.html
msgid "Year of birth"
-msgstr ""
+msgstr "Year o' birth"
#: lms/templates/signup_modal.html
msgid "Mailing address"
@@ -5116,7 +5159,7 @@ msgstr ""
#: lms/templates/signup_modal.html
msgid "I agree to the {link_start}Honor Code{link_end}*"
-msgstr ""
+msgstr "I be agreein' to the {link_start}Pirate Code{link_end}*"
#: lms/templates/signup_modal.html
msgid "Already have an account?"
@@ -5138,7 +5181,7 @@ msgstr ""
#: lms/templates/staff_problem_info.html
msgid "Submission history"
-msgstr ""
+msgstr "Log o' submissions"
#: lms/templates/staff_problem_info.html
msgid "{platform_name} Content Quality Assessment"
@@ -5146,11 +5189,11 @@ msgstr ""
#: lms/templates/staff_problem_info.html
msgid "Comment"
-msgstr ""
+msgstr "Remark"
#: lms/templates/staff_problem_info.html
msgid "comment"
-msgstr ""
+msgstr "remark"
#: lms/templates/staff_problem_info.html
msgid "Tag"
@@ -5166,7 +5209,7 @@ msgstr ""
#: lms/templates/staff_problem_info.html
msgid "Add comment"
-msgstr ""
+msgstr "Add yer remarks"
#: lms/templates/staff_problem_info.html
msgid "Staff Debug"
@@ -5190,7 +5233,7 @@ msgstr ""
#: lms/templates/staff_problem_info.html
msgid "View History"
-msgstr ""
+msgstr "View Ship's Log"
#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html
#: lms/templates/staticbook.html
@@ -5200,7 +5243,7 @@ msgstr ""
#: lms/templates/static_htmlbook.html lms/templates/static_pdfbook.html
#: lms/templates/staticbook.html
msgid "Textbook Navigation"
-msgstr ""
+msgstr "Textbook Naaarrrghvigation"
#: lms/templates/static_pdfbook.html
msgid "Page:"
@@ -5236,16 +5279,16 @@ msgstr ""
#: lms/templates/static_pdfbook.html lms/templates/staticbook.html
msgid "Previous page"
-msgstr ""
+msgstr "Turn Back, Ye Fool"
#: lms/templates/static_pdfbook.html lms/templates/staticbook.html
msgid "Next page"
-msgstr ""
+msgstr "Forge Ahead, Matey!"
#: lms/templates/sysadmin_dashboard.html
#: lms/templates/sysadmin_dashboard_gitlogs.html
msgid "Sysadmin Dashboard"
-msgstr ""
+msgstr "Sysadmin Main Deck"
#: lms/templates/sysadmin_dashboard.html
#: lms/templates/sysadmin_dashboard_gitlogs.html
@@ -5292,6 +5335,8 @@ msgid ""
"Go to each individual course's Instructor dashboard to manage course "
"enrollment."
msgstr ""
+"Hop aboard each course's main deck o' instruction t' be managin' th' "
+"course's enlistment."
#: lms/templates/sysadmin_dashboard.html
msgid "Manage course staff and instructors"
@@ -5407,12 +5452,17 @@ msgid ""
"Clicking the subtitles is a fast way to skip forwards and backwards by small"
" amounts."
msgstr ""
+"Whilst the movin' picture be playin', use the subtitles 'n' scrollbar to "
+"navigate. Clickin' the subtitles be a swift way to sail forward and back by"
+" wee amounts."
#: lms/templates/using.html
msgid ""
"If you are on a low-resolution display, the left navigation bar can be "
"hidden by clicking on the set of three left arrows next to it."
msgstr ""
+"If ye be usin' a low-resolution telescope, th' left naaarrrghvigation bar "
+"can be hidden away by clickin' on th' set o' three left arrows beside it."
#: lms/templates/using.html
msgid ""
@@ -5420,6 +5470,9 @@ msgid ""
"them up or down. Under Google Chrome, this is done by pressing ctrl-plus, or"
" ctrl-minus at the same time."
msgstr ""
+"If ye be needin' bigger or smaller letters, use th' settings o' yer browser"
+" to scale 'em up or down. Usin' Google Chrome, this be done by pressin' "
+"ctrl-plus, or ctrl-minus at th' same time."
#: lms/templates/video.html
msgid "Skip to a navigable version of this video's transcript."
@@ -5463,7 +5516,7 @@ msgstr ""
#: lms/templates/video.html lms/templates/video.html
msgid "Turn off captions"
-msgstr ""
+msgstr "Be turnin' off me captions"
#: lms/templates/video.html
msgid "Skip to end of transcript."
@@ -5493,11 +5546,11 @@ msgstr ""
#: lms/templates/word_cloud.html
msgid "Your words:"
-msgstr ""
+msgstr "Yer words:"
#: lms/templates/word_cloud.html
msgid "Total number of words:"
-msgstr ""
+msgstr "Total number o' words:"
#: lms/templates/combinedopenended/combined_open_ended.html
msgid "Open Response"
@@ -5575,7 +5628,7 @@ msgstr ""
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "How accurate do you find this feedback?"
-msgstr ""
+msgstr "How precise d'ye find this feedback to be?"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
@@ -5590,7 +5643,7 @@ msgstr ""
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
msgid "No Opinion"
-msgstr ""
+msgstr "Got No Thoughts on th' Matter"
#: lms/templates/combinedopenended/open_ended_result_table.html
#: lms/templates/combinedopenended/openended/open_ended_evaluation.html
@@ -5639,6 +5692,8 @@ msgstr[1] ""
#: lms/templates/combinedopenended/openended/open_ended_error.html
msgid "There was an error with your submission. Please contact course staff."
msgstr ""
+"There be a problem with yer submission. Please be contactin' yer captains "
+"to see what's afoot."
#: lms/templates/combinedopenended/openended/open_ended_rubric.html
msgid "Rubric"
@@ -5711,7 +5766,7 @@ msgstr ""
#: lms/templates/courseware/course_about.html
msgid "View Courseware"
-msgstr ""
+msgstr "View Ye Coursewaaarrre"
#: lms/templates/courseware/course_about.html
msgid "This course is in your cart."
@@ -5726,6 +5781,10 @@ msgstr ""
msgid "Register for {course.display_number_with_default}"
msgstr ""
+#: lms/templates/courseware/course_about.html
+msgid "View About Page in studio"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Overview"
msgstr ""
@@ -5734,6 +5793,20 @@ msgstr ""
msgid "Share with friends and family!"
msgstr ""
+#. Translators: This text will be automatically posted to the student's
+#. Twitter account. {url} should appear at the end of the text.
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {account}: {url}"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "Take a course with {platform} online"
+msgstr ""
+
+#: lms/templates/courseware/course_about.html
+msgid "I just registered for {number} {title} through {platform} {url}"
+msgstr ""
+
#: lms/templates/courseware/course_about.html
msgid "Classes Start"
msgstr ""
@@ -5792,19 +5865,19 @@ msgstr ""
#: lms/templates/courseware/courseware.html
msgid "{course_number} Courseware"
-msgstr ""
+msgstr "{course_number} Coursewaaarrre"
#: lms/templates/courseware/courseware.html
msgid "Return to Exam"
-msgstr ""
+msgstr "Back to yer Examination"
#: lms/templates/courseware/courseware.html
msgid "Course Navigation"
-msgstr ""
+msgstr "Course Naaarrrghvigation"
#: lms/templates/courseware/courseware.html
msgid "Open Calculator"
-msgstr ""
+msgstr "Be Openin' yer Electric Abacus"
#: lms/templates/courseware/courseware.html
msgid "Calculator Input Field"
@@ -5858,7 +5931,7 @@ msgstr ""
#: lms/templates/courseware/courseware.html
msgid "Euler's number"
-msgstr ""
+msgstr "Number o' Euler"
#: lms/templates/courseware/courseware.html
msgid "ratio of a circle's circumference to it's diameter"
@@ -5894,6 +5967,9 @@ msgid ""
" fix it as soon as possible. Please email us at {link_to_support_email} to "
"report any problems or downtime."
msgstr ""
+"We be sorry, this deck be flooded at th' moment. Our crew be scramblin' to "
+"restore it quick as can be. Please be sendin' a message to "
+"{link_to_support_email} to report any men overboard or cannonfire."
#: lms/templates/courseware/grade_summary.html
#: lms/templates/courseware/instructor_dashboard.html
@@ -5917,13 +5993,17 @@ msgstr ""
msgid "{course_number} Course Info"
msgstr ""
+#: lms/templates/courseware/info.html
+msgid "View Updates in Studio"
+msgstr ""
+
#: lms/templates/courseware/info.html lms/templates/courseware/info.html
msgid "Course Updates & News"
msgstr ""
#: lms/templates/courseware/info.html
msgid "Handout Navigation"
-msgstr ""
+msgstr "Handout Naaarrrghvigation"
#: lms/templates/courseware/info.html
msgid "Course Handouts"
@@ -5934,16 +6014,16 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
msgid "Instructor Dashboard"
+msgstr "Captain's Deck"
+
+#: lms/templates/courseware/instructor_dashboard.html
+#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+msgid "View Course in Studio"
msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
msgid "Try New Beta Dashboard"
-msgstr ""
-
-#: lms/templates/courseware/instructor_dashboard.html
-#: lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
-msgid "Edit Course In Studio"
-msgstr ""
+msgstr "Be Tryin' th' New Beta Main Deck"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Psychometrics"
@@ -6154,7 +6234,7 @@ msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/instructor/instructor_dashboard_2/send_email.html
msgid "Myself"
-msgstr ""
+msgstr "Meself"
#: lms/templates/courseware/instructor_dashboard.html
#: lms/templates/courseware/instructor_dashboard.html
@@ -6241,7 +6321,7 @@ msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
msgid "Students"
-msgstr ""
+msgstr "Crew"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Score distribution for problems"
@@ -6272,6 +6352,8 @@ msgid ""
"Loading the latest graphs for you; depending on your class size, this may "
"take a few minutes."
msgstr ""
+"Pullin' up th' latest charts for ye; depending on yer crew size, this may be"
+" takin' a few minutes o' yer time."
#: lms/templates/courseware/instructor_dashboard.html
msgid "Count of Students that Opened a Subsection"
@@ -6295,7 +6377,7 @@ msgstr ""
#: lms/templates/courseware/instructor_dashboard.html
msgid "Students answering correctly"
-msgstr ""
+msgstr "Crewmen answerin' correctly"
#: lms/templates/courseware/instructor_dashboard.html
msgid "Number of students"
@@ -6366,7 +6448,7 @@ msgstr ""
#: lms/templates/courseware/mktg_course_about.html
msgid "Access Courseware"
-msgstr ""
+msgstr "Get To Ye Coursewaaarrre"
#: lms/templates/courseware/mktg_course_about.html
msgid "You Are Registered"
@@ -6396,6 +6478,10 @@ msgstr ""
msgid "Course Progress"
msgstr ""
+#: lms/templates/courseware/progress.html
+msgid "View Grading in studio"
+msgstr ""
+
#: lms/templates/courseware/progress.html
msgid "Course Progress for Student '{username}' ({email})"
msgstr ""
@@ -6431,10 +6517,12 @@ msgid ""
"Final course details are being wrapped up at this time. Your final standing "
"will be available shortly."
msgstr ""
+"The last bit o' mangling for the course is happenin' at the moment. Yer "
+"final standin' will be posted quick as can be."
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "Your final grade:"
-msgstr ""
+msgstr "Yer final score:"
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "Grade required for a {cert_name_short}:"
@@ -6467,6 +6555,7 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "This link will open/download a PDF document"
msgstr ""
+"Yaaarrrgh! This here link will be openin'/downloadin' a PDF parchment"
#: lms/templates/dashboard/_dashboard_certificate_information.html
#: lms/templates/dashboard/_dashboard_certificate_information.html
@@ -6492,12 +6581,12 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_certificate_information.html
msgid "Complete our course feedback survey"
-msgstr ""
+msgstr "Be completin' our course feedback survey"
#: lms/templates/dashboard/_dashboard_course_listing.html
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "{course_number} {course_name} Cover Image"
-msgstr ""
+msgstr "{course_number} {course_name} Image 'o' th' Course"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Enrolled as: "
@@ -6513,11 +6602,11 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course Completed - {end_date}"
-msgstr ""
+msgstr "Course Be Return' To Shore - {end_date}"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course Started - {start_date}"
-msgstr ""
+msgstr "Course Been Settin' Sail - {start_date}"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course has not yet started"
@@ -6525,7 +6614,7 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Course Starts - {start_date}"
-msgstr ""
+msgstr "Course Be Settin' Sail - {start_date}"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "Document your accomplishment!"
@@ -6553,11 +6642,11 @@ msgstr ""
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "View Archived Course"
-msgstr ""
+msgstr "Be Viewin' th' Stowed Away Course"
#: lms/templates/dashboard/_dashboard_course_listing.html
msgid "View Course"
-msgstr ""
+msgstr "Take Stock O' Yer Course"
#. Translators: The course's name will be added to the end of this sentence.
#: lms/templates/dashboard/_dashboard_course_listing.html
@@ -6679,12 +6768,12 @@ msgstr ""
#: lms/templates/discussion/_blank_slate.html
msgid "There are no posts here yet. Be the first one to post!"
-msgstr ""
+msgstr "There be no postin's over here yet. Be th' first matey to post!"
#: lms/templates/discussion/_discussion_course_navigation.html
#: lms/templates/discussion/_discussion_module.html
msgid "New Post"
-msgstr ""
+msgstr "New Postin'"
#: lms/templates/discussion/_discussion_module.html
msgid "Show Discussion"
@@ -6702,7 +6791,7 @@ msgstr ""
#: lms/templates/discussion/_new_post.html
#: lms/templates/discussion/_thread_list_template.html
msgid "Show All Discussions"
-msgstr ""
+msgstr "Display All th' Scuttlebutt"
#: lms/templates/discussion/_filter_dropdown.html
msgid "Show Flagged Discussions"
@@ -6710,7 +6799,7 @@ msgstr ""
#: lms/templates/discussion/_filter_dropdown.html
msgid "Posts I'm Following"
-msgstr ""
+msgstr "Postings I Be Followin'"
#: lms/templates/discussion/_inline_new_post.html
#: lms/templates/discussion/_new_post.html
@@ -6800,7 +6889,7 @@ msgstr ""
#: lms/templates/discussion/_thread_list_template.html
msgid "Discussion Home"
-msgstr ""
+msgstr "Home o' Discussions"
#: lms/templates/discussion/_thread_list_template.html
msgid "Discussion Topics"
@@ -6812,7 +6901,7 @@ msgstr ""
#: lms/templates/discussion/_thread_list_template.html
msgid "Search all discussions"
-msgstr ""
+msgstr "Scour all scuttlebutt"
#: lms/templates/discussion/_thread_list_template.html
msgid "Sort by:"
@@ -6858,7 +6947,7 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
msgid "Post a response:"
-msgstr ""
+msgstr "Be postin' a response:"
#: lms/templates/discussion/_underscore_templates.html
#: lms/templates/discussion/_underscore_templates.html
@@ -6870,7 +6959,7 @@ msgstr ""
#: lms/templates/discussion/_underscore_templates.html
msgid "• This thread is closed."
-msgstr ""
+msgstr "• Yaaarrrgh! This here set o' postin' be closed, matey."
#: lms/templates/discussion/_underscore_templates.html
msgid "follow"
@@ -6910,7 +6999,7 @@ msgstr ""
#: lms/templates/discussion/_underscore_templates.html
msgid "Update post"
-msgstr ""
+msgstr "Update th' postin'"
#: lms/templates/discussion/_underscore_templates.html
msgid "Add a comment"
@@ -7019,7 +7108,7 @@ msgstr ""
#: lms/templates/discussion/_user_profile.html
msgid ", "
-msgstr ""
+msgstr ","
#: lms/templates/discussion/_user_profile.html
msgid "%s discussion started"
@@ -7040,7 +7129,7 @@ msgstr ""
#: lms/templates/discussion/maintenance.html
msgid "We're sorry"
-msgstr ""
+msgstr "Apologies, matey"
#: lms/templates/discussion/maintenance.html
msgid ""
@@ -7063,13 +7152,12 @@ msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-#: lms/templates/discussion/mustache/_profile_thread.mustache
-msgid "View discussion"
+msgid "Expand discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread.mustache
#: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache
-msgid "Hide discussion"
+msgid "Collapse discussion"
msgstr ""
#: lms/templates/discussion/mustache/_inline_thread_show.mustache
@@ -7081,11 +7169,17 @@ msgstr ""
msgid "…"
msgstr ""
+#: lms/templates/discussion/mustache/_profile_thread.mustache
+msgid "View discussion"
+msgstr ""
+
#: lms/templates/emails/activation_email.txt
msgid ""
"Thank you for signing up for {platform_name}! To activate your account, "
"please copy and paste this address into your web browser's address bar:"
msgstr ""
+"Thank ye fer settin' sail with {platform_name}! To confirm yer enlistment, "
+"please copy 'n' paste this bit o' scrawl into yer browser's address bar:"
#: lms/templates/emails/activation_email.txt
#: lms/templates/emails/email_change.txt
@@ -7094,6 +7188,9 @@ msgid ""
" any more email from us. Please do not reply to this e-mail; if you require "
"assistance, check the about section of the {platform_name} Courses web site."
msgstr ""
+"If ye didn't ask fer this, ye need not do anything; you'll hear no more word"
+" from us. Please don't be replyin' to this message; if ye be needin' "
+"assistance, please inquire upon the {platform_name} Courses isle. Aaarrrgh!"
#: lms/templates/emails/activation_email.txt
#: lms/templates/emails/email_change.txt
@@ -7225,7 +7322,7 @@ msgstr ""
#: lms/templates/emails/enroll_email_enrolledsubject.txt
msgid "You have been enrolled in {course_name}"
-msgstr ""
+msgstr "Ye have been enlisted in the crew of {course_name}"
#: lms/templates/emails/order_confirmation_email.txt
msgid "Hi {name}"
@@ -7252,10 +7349,12 @@ msgstr ""
#: lms/templates/emails/order_confirmation_email.txt
msgid "If you have billing questions, please contact {billing_email}."
msgstr ""
+"If ye have inquiries about the state o' yer dubloons, please inquire at "
+"{billing_email}."
#: lms/templates/emails/order_confirmation_email.txt
msgid "-The {platform_name} Team"
-msgstr ""
+msgstr "-The {platform_name} Crew"
#: lms/templates/emails/order_confirmation_email.txt
msgid "Your order number is: {order_number}"
@@ -7409,7 +7508,7 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/analytics.html
msgid "Gender Distribution"
-msgstr ""
+msgstr "Distribution o' Genders"
#: lms/templates/instructor/instructor_dashboard_2/course_info.html
msgid "Enrollment Information"
@@ -7686,11 +7785,11 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/membership.html
msgid "Enroll"
-msgstr ""
+msgstr "Enlist"
#: lms/templates/instructor/instructor_dashboard_2/membership.html
msgid "Unenroll"
-msgstr ""
+msgstr "Unenlist"
#: lms/templates/instructor/instructor_dashboard_2/membership.html
msgid "Batch Beta Testers"
@@ -7736,7 +7835,7 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/membership.html
msgid "Course Staff"
-msgstr ""
+msgstr "Captains"
#: lms/templates/instructor/instructor_dashboard_2/membership.html
msgid ""
@@ -7943,7 +8042,7 @@ msgstr ""
#: lms/templates/instructor/instructor_dashboard_2/student_admin.html
msgid "Rescore ALL students' problem submissions"
-msgstr ""
+msgstr "Rescore ALL yer crewmen's problem submissions"
#: lms/templates/instructor/instructor_dashboard_2/student_admin.html
msgid ""
@@ -7977,6 +8076,8 @@ msgid ""
"Don't see your preferred language? {link_start}Volunteer to become a "
"translator!{link_end}"
msgstr ""
+"Not be seein' yer preferred tongue? {link_start}Volunteer yerself to be an "
+"interpreter!{link_end}"
#. Translators: this text gives status on if the modal interface (a menu or
#. piece of UI that takes the full focus of the screen) is open or not
@@ -7994,11 +8095,11 @@ msgstr ""
#: lms/templates/open_ended_problems/combined_notifications.html
msgid "Here are items that could potentially need your attention."
-msgstr ""
+msgstr "Here be some items that may be needin' yer attentions."
#: lms/templates/open_ended_problems/combined_notifications.html
msgid "No items require attention at the moment."
-msgstr ""
+msgstr "No items be requirin' yer attention fer the moment."
#: lms/templates/open_ended_problems/open_ended_flagged_problems.html
msgid "{course_number} Flagged Open Ended Problems"
@@ -8036,7 +8137,7 @@ msgstr ""
#: lms/templates/open_ended_problems/open_ended_problems.html
msgid "Here is a list of open ended problems for this course."
-msgstr ""
+msgstr "Here be the listin' o' open ended problems fer this here course."
#: lms/templates/open_ended_problems/open_ended_problems.html
msgid "You have not attempted any open ended problems yet."
@@ -8064,10 +8165,18 @@ msgid ""
"{end_p_tag}\n"
msgstr ""
+#: lms/templates/peer_grading/peer_grading.html
+#: lms/templates/peer_grading/peer_grading_closed.html
+#: lms/templates/peer_grading/peer_grading_problem.html
+msgid "Peer Grading"
+msgstr "Gradin' o' yer Crewmen"
+
#: lms/templates/peer_grading/peer_grading.html
msgid ""
"Here are a list of problems that need to be peer graded for this course."
msgstr ""
+"Here be the list o' problems that be needin' grades from crewmen for this "
+"course."
#: lms/templates/peer_grading/peer_grading.html
msgid "Due date"
@@ -8130,6 +8239,8 @@ msgid ""
"You have finished learning to grade, which means that you are now ready to "
"start grading."
msgstr ""
+"Ye have finished learnin' the ropes o' gradin', which means ye be ready to "
+"start gradin'."
#: lms/templates/peer_grading/peer_grading_problem.html
msgid "Start Grading!"
@@ -8142,6 +8253,7 @@ msgstr ""
#: lms/templates/peer_grading/peer_grading_problem.html
msgid "You have not yet finished learning to grade this problem."
msgstr ""
+"Ye have yet to finish learnin' the ropes o' gradin' this here problem."
#: lms/templates/peer_grading/peer_grading_problem.html
msgid ""
@@ -8157,7 +8269,7 @@ msgstr ""
#: lms/templates/peer_grading/peer_grading_problem.html
msgid "Start learning to grade"
-msgstr ""
+msgstr "Start learnin' the ropes o' gradin'"
#: lms/templates/peer_grading/peer_grading_problem.html
msgid "Are you sure that you want to flag this submission?"
@@ -8185,7 +8297,7 @@ msgstr ""
#: lms/templates/registration/activate_account_notice.html
msgid "Thanks For Registering!"
-msgstr ""
+msgstr "Thank Ye Fer Enlisting!"
#: lms/templates/registration/activate_account_notice.html
msgid ""
@@ -8195,13 +8307,11 @@ msgstr ""
#: lms/templates/registration/activation_complete.html
msgid "Activation Complete!"
-msgstr ""
+msgstr "Yer on-board!"
#: lms/templates/registration/activation_complete.html
msgid "Account already active!"
-msgstr ""
-"Arrgh, account already active, Matey! This is more text that isn't ready "
-"yet. I'm not sure of this text."
+msgstr "Arrgh, account already active, Matey!"
#: lms/templates/registration/activation_complete.html
msgid "You can now {link_start}log in{link_end}."
@@ -8209,7 +8319,7 @@ msgstr ""
#: lms/templates/registration/activation_invalid.html
msgid "Activation Invalid"
-msgstr ""
+msgstr "Yer activation ain't quite thar yet."
#: lms/templates/registration/activation_invalid.html
msgid ""
@@ -8217,10 +8327,15 @@ msgid ""
"e-mail programs will sometimes split it into two lines. If you still have "
"issues, e-mail us to let us know what happened at {email}."
msgstr ""
+"We be encounterin' some rough waters, matey. Check ye URL to make sure it "
+"was all above deck. Some of them thar e-mail programs will be splittin' "
+"URLs into two lines. If ye still be havin' issues, e-mail us at {email} to "
+"be lettin' us know what happened."
#: lms/templates/registration/activation_invalid.html
msgid "Or you can go back to the {link_start}home page{link_end}."
msgstr ""
+"Or ye can turn yer back and return to {link_start}safer waters{link_end}."
#: lms/templates/registration/password_reset_done.html
msgid "Password reset successful"
@@ -8338,7 +8453,7 @@ msgstr ""
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid "Receipt (Order"
-msgstr ""
+msgstr "Proof o' Purchasin' (Order"
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid "You are now registered for: "
@@ -8442,7 +8557,7 @@ msgstr ""
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid "Go to your Dashboard"
-msgstr ""
+msgstr "Be Goin' to yer Main Deck"
#: lms/templates/shoppingcart/verified_cert_receipt.html
msgid "Verified Status"
@@ -8513,7 +8628,7 @@ msgstr ""
#: lms/templates/static_templates/embargo.html
msgid "This Course Unavailable In Your Country"
-msgstr ""
+msgstr "This Course Be Unavailable In Yer Port o' Call"
#: lms/templates/static_templates/embargo.html
msgid ""
@@ -8570,7 +8685,7 @@ msgstr ""
#: lms/templates/university_profile/edge.html
#: lms/templates/university_profile/edge.html
msgid "edX edge"
-msgstr ""
+msgstr "edX edge"
#: lms/templates/university_profile/edge.html
msgid "Log in to your courses"
@@ -8598,6 +8713,8 @@ msgid ""
"To uphold the credibility of {platform} certificates, all name changes will "
"be logged and recorded."
msgstr ""
+"To uphold th' honor o' {platform} parchments, all changes to yer name will "
+"be noted in our captain's logs."
#: lms/templates/verify_student/_modal_editname.html
msgid "Change my name"
@@ -8648,7 +8765,7 @@ msgstr ""
#: lms/templates/verify_student/_verification_header.html
msgid "You are registering for"
-msgstr ""
+msgstr "Ye be registerin' fer"
#: lms/templates/verify_student/_verification_header.html
msgid "Upgrading to:"
@@ -8779,7 +8896,7 @@ msgstr ""
#: lms/templates/verify_student/photo_verification.html
#: lms/templates/verify_student/photo_verification.html
msgid "Looks good"
-msgstr ""
+msgstr "Lookin' grand"
#: lms/templates/verify_student/midcourse_photo_reverification.html
#: lms/templates/verify_student/photo_reverification.html
@@ -8849,7 +8966,7 @@ msgstr ""
#: lms/templates/verify_student/photo_reverification.html
#: lms/templates/verify_student/photo_verification.html
msgid "Why do you need my photo?"
-msgstr ""
+msgstr "Why ye be needin' me picture?"
#: lms/templates/verify_student/midcourse_photo_reverification.html
#: lms/templates/verify_student/photo_reverification.html
@@ -8890,7 +9007,7 @@ msgstr ""
#: lms/templates/verify_student/photo_reverification.html
#: lms/templates/verify_student/photo_verification.html
msgid "Edit your name"
-msgstr ""
+msgstr "Be editin' yer name"
#: lms/templates/verify_student/midcourse_photo_reverification.html
msgid ""
@@ -8936,7 +9053,7 @@ msgstr ""
#: lms/templates/verify_student/midcourse_reverification_confirmation.html
msgid "Return to where you left off"
-msgstr ""
+msgstr "Sail back to yer last port o' call"
#: lms/templates/verify_student/midcourse_reverify_dash.html
msgid "Reverification Status"
@@ -9747,6 +9864,13 @@ msgstr ""
msgid "View Live"
msgstr ""
+#: cms/templates/edit-tabs.html
+msgid ""
+"Note: Pages are publicly visible. If users know the URL of a page, they can "
+"view the page even if they are not registered for or logged in to your "
+"course."
+msgstr ""
+
#: cms/templates/edit-tabs.html
msgid "Show this page"
msgstr ""
@@ -11469,15 +11593,15 @@ msgid ""
msgstr ""
#: cms/templates/unit.html
-msgid "This unit is scheduled to be released to students"
+msgid ""
+"This unit is scheduled to be released to students on "
+"{date} with the subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
-msgid "on {date}"
-msgstr ""
-
-#: cms/templates/unit.html
-msgid "with the subsection {link_start}{name}{link_end}"
+msgid ""
+"This unit is scheduled to be released to students with the "
+"subsection {link_start}{name}{link_end}"
msgstr ""
#: cms/templates/unit.html
@@ -11743,7 +11867,7 @@ msgstr ""
# empty
msgid "This is a key string."
-msgstr ""
+msgstr "'tis be a key string"
#: wiki/admin.py wiki/models/article.py
msgid "created"
diff --git a/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo b/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo
index 00ca2ddc487fee11ac5fba6f5cd29acac0a29c81..9dde3a6428e93703538a5a41811ed5f674126aeb 100644
GIT binary patch
delta 583
zcmaivO)o=16o#i1VMACFjwaF#O)G?SSM{~Cu@S4e(?chwGjeCz>Z)5dLc*S(VC9ck
zi$7uSowf*(IJr;W+{~FX=ef?lk9A+Cv-biu0_MOr7y|~xx&))(3QU0;FbN*P9e4sS
z86kE-oH08r#0+u~IgeaNJ|GW~Xb}jJ1+jNXh%RDKRcRF)v9D`P6>D9PK|AZk!8u#1
zN~4-a2A7J%y7q)G)R~O-f!qnnmefWjhH1$c=*TsxAv>h%&Uq&98ca!tJR4R)+tYZp
zLE0ksaN;f~VdL5)Z7m*IQbwz@K_lg=y)ikGX^N(VLz~ePpAT&pud^@QZnnnPR*D-`
zDwd14&kGayDbZ@NTq-@i6*Ao|HnP)qJNl`S{&-%~OX{+KD@+T2UpDs_FZ-37-10
o&HuLL|7DN+wlZLjOuvi{tbSOD=Aprj>`2C0F8$*zoLM#j3vh6)Cj
zRz_yJ1||juTmk;NL8)b##hLkex-N+&sa6U`28JfO2FALEmO!SJk, 2014
+# Diana Huang , 2014
# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-#
# edX translation file.
# Copyright (C) 2014 EdX
@@ -14,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
-"POT-Creation-Date: 2014-03-31 09:26-0400\n"
-"PO-Revision-Date: 2014-03-19 20:22+0000\n"
+"POT-Creation-Date: 2014-04-07 10:06-0400\n"
+"PO-Revision-Date: 2014-04-01 20:11+0000\n"
"Last-Translator: sarina \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -37,7 +39,7 @@ msgstr ""
#: lms/static/admin/js/admin/DateTimeShortcuts.js
#: lms/static/admin/js/admin/DateTimeShortcuts.js
msgid "Cancel"
-msgstr ""
+msgstr "Belay"
#: cms/static/js/base.js lms/static/js/verify_student/photocapture.js
msgid "This link will open in a new browser window/tab"
@@ -49,7 +51,7 @@ msgstr ""
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Hide Annotations"
-msgstr ""
+msgstr "Hide Ye Annotations"
#: common/lib/xmodule/xmodule/js/src/annotatable/display.js
msgid "Expand Instructions"
@@ -599,6 +601,9 @@ msgid ""
"This is the list of available %s. You may choose some by selecting them in "
"the box below and then clicking the \"Choose\" arrow between the two boxes."
msgstr ""
+"This be the list o' available %s. Ye may choose some by selecting them in "
+"that thar box belowdecks, and then click the \"Be Choosin'\" arrow 'tween "
+"the two boxes."
#: lms/static/admin/js/SelectFilter2.js
msgid "Type into this box to filter down the list of available %s."
@@ -738,7 +743,7 @@ msgstr ""
#: lms/static/coffee/src/calculator.js
msgid "Open Calculator"
-msgstr ""
+msgstr "Be Openin' yer Electric Abacus"
#: lms/static/coffee/src/calculator.js
msgid "Close Calculator"
@@ -1344,10 +1349,9 @@ msgstr ""
#: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/tabs.js
#: cms/static/coffee/src/views/unit.js
#: cms/static/coffee/src/xblock/cms.runtime.v1.js
-#: cms/static/js/models/section.js cms/static/js/views/asset.js
-#: cms/static/js/views/course_info_handout.js
+#: cms/static/js/models/section.js cms/static/js/utils/drag_and_drop.js
+#: cms/static/js/views/asset.js cms/static/js/views/course_info_handout.js
#: cms/static/js/views/course_info_update.js cms/static/js/views/overview.js
-#: cms/static/js/views/overview.js.c
msgid "Saving…"
msgstr ""
@@ -1658,3 +1662,13 @@ msgstr ""
#: cms/static/js/views/settings/main.js
msgid "Files must be in JPEG or PNG format."
msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid ""
+"Sorry, there was an error parsing the subtitles that you uploaded. Please "
+"check the format and try again."
+msgstr ""
+
+#: cms/static/js/views/video/translations_editor.js
+msgid "Upload translation."
+msgstr ""
diff --git a/conf/locale/eo/LC_MESSAGES/django.mo b/conf/locale/eo/LC_MESSAGES/django.mo
index 5205323236b704a5b12beb2699c210a743b8b7c9..ba9c3e2c991c9776e0fdedf66883c6cccb52f111 100644
GIT binary patch
delta 56833
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 >=r0+a!FU$aN7{{EVol0X
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